Changed color theme

This commit is contained in:
Johannes Olzem 2024-05-11 13:57:12 +02:00
parent 14d833664d
commit 415471169e
Signed by: jolzem
GPG Key ID: DB5485828E95A447

View File

@ -2,7 +2,7 @@ live_config_reload = true
[bell] [bell]
animation = "EaseOutExpo" animation = "EaseOutExpo"
color = "0x1e2326" color = "0x1c1d27"
duration = 1 duration = 1
[colors] [colors]
@ -76,34 +76,34 @@ action = "ScrollToBottom"
key = "H" key = "H"
mods = "Alt" mods = "Alt"
# Colors (Everforest Dark) # Colors
# Default colors # Default colors
[colors.primary] [colors.primary]
background = '#1e2326' background = '#1c1d27'
foreground = '#d3c6aa' foreground = '#e1e7ec'
# Normal colors # Normal colors
[colors.normal] [colors.normal]
black = '#475258' black = '#1b1d36'
red = '#e67e80' red = '#ca2e55'
green = '#a7c080' green = '#53dd6c'
yellow = '#dbbc7f' yellow = '#fffb85'
blue = '#7fbbb3' blue = '#99d6ea'
magenta = '#d699b6' magenta = '#fca6d1'
cyan = '#83c092' cyan = '#bfffbc'
white = '#d3c6aa' white = '#e1e7ec'
# Bright colors # Bright colors
[colors.bright] [colors.bright]
black = '#9da9a0' black = '#17182c'
red = '#e67e80' red = '#f8003e'
green = '#a7c080' green = '#3ff15f'
yellow = '#dbbc7f' yellow = '#fffb85'
blue = '#7fbbb3' blue = '#84e1ff'
magenta = '#d699b6' magenta = '#ffa3d1'
cyan = '#83c092' cyan = '#bfffbc'
white = '#d3c6aa' white = '#cee9ff'
[mouse] [mouse]
hide_when_typing = true hide_when_typing = true