diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-10-20 22:21:34 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-10-20 22:21:34 +0200 |
| commit | 5592ea0256cf0739c671a0f477684e7a6a847990 (patch) | |
| tree | d34c3b3ed652f05ac0c373e02c7fa7bc996e1252 /config/kitty | |
| parent | 34eb520236eeeb4eb5417c184541bfb9d0d5efee (diff) | |
Light mode color improvement
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 |