make alacritty switch colors

This commit is contained in:
Never Gude 2026-03-19 18:17:31 +01:00
parent 4d412a1613
commit d3e917fa09
6 changed files with 125 additions and 51 deletions

View file

@ -1,3 +1,6 @@
[general]
import = [ "gruvbox-dark.toml" ]
[window]
# dynamic_padding = true
padding = {x = 2, y = 2}
@ -9,49 +12,3 @@ family = "Adwaita Mono"
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]
black = '#282828'
red = '#cc241d'
green = '#98971a'
yellow = '#d79921'
blue = '#458588'
magenta = '#b16286'
cyan = '#689d6a'
white = '#a89984'
# Bright colors
[colors.bright]
black = '#928374'
red = '#fb4934'
green = '#b8bb26'
yellow = '#fabd2f'
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" }