update alacritty colors

This commit is contained in:
Never Gude 2026-03-11 13:33:12 +01:00
parent 3f5a5a4819
commit ba8cc6ca62
4 changed files with 20 additions and 3 deletions

View file

@ -10,12 +10,19 @@ bindings = [
{ key = "Enter", mods = "Super|Shift", action = "CreateNewWindow" }
]
[colors]
line_indicator = { foreground = "#ebdbb2", background = "#504945" }
footer_bar = { foreground = "#ebdbb2", background = "#504945" }
selection = { text = "CellForeground", background = "#665c54" }
# Default colors
[colors.primary]
# hard contrast background = = '#1d2021'
background = '#282828'
# soft contrast background = = '#32302f'
foreground = '#ebdbb2'
dim_foreground = '#d5c4a1'
bright_foreground = '#fbf1c7'
# Normal colors
[colors.normal]
@ -38,3 +45,13 @@ blue = '#83a598'
magenta = '#d3869b'
cyan = '#8ec07c'
white = '#ebdbb2'
[colors.search]
matches = { foreground = "#282828", background = "#fabd2f" }
focused_match = { foreground = "#282828", background = "#fe8019" }
[colors.hints]
start = { foreground = "#282828", background = "#fe8019" }
end = { foreground = "#282828", background = "#fabd2f" }