diff options
| author | djent- <djent-.github.io> | 2019-03-22 18:01:19 -0400 |
|---|---|---|
| committer | djent- <djent-.github.io> | 2019-03-22 18:01:19 -0400 |
| commit | 961695a47afd62625243b01132a5ef8aed22ec9c (patch) | |
| tree | 9ebf1f9f3823e1bee3f53cbfa602b994f513ed80 | |
| parent | 3ffd44185b8243091ec22ab64bab235c72c51377 (diff) | |
Add color config for internal window borders
| -rw-r--r-- | pywal/templates/colors-kitty.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pywal/templates/colors-kitty.conf b/pywal/templates/colors-kitty.conf index c9324e0..e9b5bbf 100644 --- a/pywal/templates/colors-kitty.conf +++ b/pywal/templates/colors-kitty.conf @@ -7,6 +7,10 @@ active_tab_background {background} inactive_tab_foreground {background} inactive_tab_background {foreground} +active_border_color {foreground} +inactive_border_color {background} +bell_border_color {color1} + color0 {color0} color8 {color8} color1 {color1} |
