diff options
| author | Djent- <patrick.hurd.1995@gmail.com> | 2019-05-02 13:33:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-02 13:33:55 -0700 |
| commit | 04413ee2852165f2137c0cbfc2ea73fc62e48bfb (patch) | |
| tree | 9c06bf59321a458efbe6c71ee110d4aac9d4e935 /pywal | |
| parent | 961695a47afd62625243b01132a5ef8aed22ec9c (diff) | |
Switch kitty tab colors to make more sense
Diffstat (limited to 'pywal')
| -rw-r--r-- | pywal/templates/colors-kitty.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pywal/templates/colors-kitty.conf b/pywal/templates/colors-kitty.conf index e9b5bbf..19359b0 100644 --- a/pywal/templates/colors-kitty.conf +++ b/pywal/templates/colors-kitty.conf @@ -2,10 +2,10 @@ foreground {foreground} background {background} cursor {cursor} -active_tab_foreground {foreground} -active_tab_background {background} -inactive_tab_foreground {background} -inactive_tab_background {foreground} +active_tab_foreground {background} +active_tab_background {foreground} +inactive_tab_foreground {foreground} +inactive_tab_background {background} active_border_color {foreground} inactive_border_color {background} |
