diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-12-27 10:02:49 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-12-27 10:02:49 +0100 |
| commit | 731d554f942bcce1b4f1b152186728a670a8f920 (patch) | |
| tree | 282af9c25970dcbc2956b0e9922bfc03c43646de /config/kitty | |
| parent | fe17fef03f8c2bb44f0c2dc8f2185db6f33145f4 (diff) | |
Adjust brightness of tab bar background
Diffstat (limited to 'config/kitty')
| -rw-r--r-- | config/kitty/kitty.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index b696cdb..4f736fc 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -35,8 +35,8 @@ active_tab_foreground #0F261F active_tab_background #80FFCC # Neutral Gray inactive_tab_foreground #B5D1CC -# Deep Slate Green -inactive_tab_background #0F261F +# Deep Slate Green (-5% brightness) +inactive_tab_background #0e241d # Regular Colors - Ruben Tranquil # black |