change colorscheme to everforest, to match my neovim config
This commit is contained in:
@@ -62,40 +62,31 @@ mods = "Command"
|
|||||||
action = "DecreaseFontSize"
|
action = "DecreaseFontSize"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
normal.family = "Comic Code"
|
normal.family = "GoMono Nerd Font"
|
||||||
size=16
|
size=16
|
||||||
|
|
||||||
#theme
|
|
||||||
#
|
|
||||||
#https://github.com/alacritty/alacritty-theme/blob/4091fddff8da892d5594e94116927c7445620867/themes/citylights.toml
|
|
||||||
|
|
||||||
# Default colors
|
|
||||||
[colors.primary]
|
[colors.primary]
|
||||||
background = '#171d23'
|
background = '#2d353b'
|
||||||
foreground = '#ffffff'
|
foreground = '#d3c6aa'
|
||||||
|
|
||||||
# Cursor colors
|
|
||||||
[colors.cursor]
|
|
||||||
text = '#fafafa'
|
|
||||||
cursor = '#008b94'
|
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
[colors.normal]
|
[colors.normal]
|
||||||
black = '#333f4a'
|
black = '#475258'
|
||||||
red = '#d95468'
|
red = '#e67e80'
|
||||||
green = '#8bd49c'
|
green = '#a7c080'
|
||||||
blue = '#539afc'
|
yellow = '#dbbc7f'
|
||||||
magenta = '#b62d65'
|
blue = '#7fbbb3'
|
||||||
cyan = '#70e1e8'
|
magenta = '#d699b6'
|
||||||
white = '#b7c5d3'
|
cyan = '#83c092'
|
||||||
|
white = '#d3c6aa'
|
||||||
|
|
||||||
# Bright colors
|
# Bright colors
|
||||||
[colors.bright]
|
[colors.bright]
|
||||||
black = '#41505e'
|
black = '#475258'
|
||||||
red = '#d95468'
|
red = '#e67e80'
|
||||||
green = '#8bd49c'
|
green = '#a7c080'
|
||||||
yellow = '#ebbf83'
|
yellow = '#dbbc7f'
|
||||||
blue = '#5ec4ff'
|
blue = '#7fbbb3'
|
||||||
magenta = '#e27e8d'
|
magenta = '#d699b6'
|
||||||
cyan = '#70e1e8'
|
cyan = '#83c092'
|
||||||
white = '#ffffff'
|
white = '#d3c6aa'
|
||||||
|
|||||||
Reference in New Issue
Block a user