From 5c4324c553aacc4f9d2fa7dff24ba0dad313109c Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Thu, 18 Sep 2025 10:01:00 +0200 Subject: [PATCH] change colorscheme to everforest, to match my neovim config --- alacritty/.config/alacritty/alacritty.toml | 47 +++++++++------------- 1 file changed, 19 insertions(+), 28 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.toml b/alacritty/.config/alacritty/alacritty.toml index 5c4e3ac..ec3d839 100644 --- a/alacritty/.config/alacritty/alacritty.toml +++ b/alacritty/.config/alacritty/alacritty.toml @@ -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'