remove everforest colorscheme from alacritty

This commit is contained in:
Ivar Fatland
2025-10-02 18:13:03 +02:00
parent 542937fa7f
commit 4e2fcc08a8
@@ -20,29 +20,3 @@ action = "DecreaseFontSize"
[font]
normal.family = "GoMono Nerd Font"
size=12
[colors.primary]
background = '#2d353b'
foreground = '#d3c6aa'
# Normal colors
[colors.normal]
black = '#475258'
red = '#e67e80'
green = '#a7c080'
yellow = '#dbbc7f'
blue = '#7fbbb3'
magenta = '#d699b6'
cyan = '#83c092'
white = '#d3c6aa'
# Bright colors
[colors.bright]
black = '#475258'
red = '#e67e80'
green = '#a7c080'
yellow = '#dbbc7f'
blue = '#7fbbb3'
magenta = '#d699b6'
cyan = '#83c092'
white = '#d3c6aa'