Files
fedora-dotfiles/.config/alacritty/colors.toml
T
2026-01-17 14:26:04 +01:00

33 lines
592 B
TOML

[colors.primary]
background = '#1d1010'
foreground = '#f8dcdc'
dim_foreground = '#dbc0c0'
[colors.cursor]
text = '#1d1010'
cursor = '#ffb3b5'
[cursor]
style = { shape = "Block", blinking = "Always" }
vi_mode_style = { shape = "Block" }
[colors.normal]
black = '#2b1c1c'
red = '#ffb4ab'
green = '#ffb3b5'
yellow = '#6b3a17'
blue = '#f5b8a7'
magenta = '#ffb78a'
cyan = '#920025'
white = '#f8dcdc'
[colors.bright]
black = '#362626'
red = '#93000a'
green = '#be0034'
yellow = '#ffdbc8'
blue = '#ffdbd1'
magenta = '#502503'
cyan = '#ffdada'
white = '#f8dcdc'