diff options
Diffstat (limited to 'config/kitty')
| -rw-r--r-- | config/kitty/kitty.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 3220a9e..e2eae7e 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -14,13 +14,13 @@ cursor_trail 1 # Mouse mouse_hide_wait 0 -background_opacity 0.90 -background_blur 5 +background_opacity 0.93 +background_blur 0 # Color Scheme - Ruben Tranquil Light foreground #0F261F # Almost White -background #FFFFFF +background #FFFFFA # Middle C Gray selection_foreground #CCCCCC # rbdr Blue @@ -62,8 +62,7 @@ color5 #ff5ec4 # Cerulian Blue color6 #29bdad # white -# Neutral Gray -color7 #B5D1CC +color7 #ffffff # black # Dark Neutral Gray @@ -86,7 +85,8 @@ color13 #FFB4F0 # Salvia Blue color14 #96bfe6 # white -color15 #ffffff +# Neutral Gray +color15 #B5D1CC # Color Scheme - Ruben Tranquil # foreground #ffffff |