change colorscheme to everforest, to match my neovim config

This commit is contained in:
Ivar Fatland
2025-09-18 10:01:00 +02:00
parent 6637cb4d06
commit 5c4324c553
+19 -28
View File
@@ -62,40 +62,31 @@ mods = "Command"
action = "DecreaseFontSize"
[font]
normal.family = "Comic Code"
normal.family = "GoMono Nerd Font"
size=16
#theme
#
#https://github.com/alacritty/alacritty-theme/blob/4091fddff8da892d5594e94116927c7445620867/themes/citylights.toml
# Default colors
[colors.primary]
background = '#171d23'
foreground = '#ffffff'
# Cursor colors
[colors.cursor]
text = '#fafafa'
cursor = '#008b94'
background = '#2d353b'
foreground = '#d3c6aa'
# Normal colors
[colors.normal]
black = '#333f4a'
red = '#d95468'
green = '#8bd49c'
blue = '#539afc'
magenta = '#b62d65'
cyan = '#70e1e8'
white = '#b7c5d3'
black = '#475258'
red = '#e67e80'
green = '#a7c080'
yellow = '#dbbc7f'
blue = '#7fbbb3'
magenta = '#d699b6'
cyan = '#83c092'
white = '#d3c6aa'
# Bright colors
[colors.bright]
black = '#41505e'
red = '#d95468'
green = '#8bd49c'
yellow = '#ebbf83'
blue = '#5ec4ff'
magenta = '#e27e8d'
cyan = '#70e1e8'
white = '#ffffff'
black = '#475258'
red = '#e67e80'
green = '#a7c080'
yellow = '#dbbc7f'
blue = '#7fbbb3'
magenta = '#d699b6'
cyan = '#83c092'
white = '#d3c6aa'