diff options
| author | Josh <joshott16@gmail.com> | 2025-07-24 08:15:52 -0400 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2025-07-24 08:15:52 -0400 |
| commit | 21150560c5762a4f6f446e74f2020f61d9ba4221 (patch) | |
| tree | 73a20509a1f19e90bc6e4bd240e89332693e2c8d /wallust/templates/colors_kitty.conf | |
| parent | 993b580ec5ea47a8f7d5b1d84556d6f27dc6a22c (diff) | |
| download | dotfiles-21150560c5762a4f6f446e74f2020f61d9ba4221.tar.gz dotfiles-21150560c5762a4f6f446e74f2020f61d9ba4221.zip | |
the great colorscheme migration
Diffstat (limited to 'wallust/templates/colors_kitty.conf')
| -rw-r--r-- | wallust/templates/colors_kitty.conf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/wallust/templates/colors_kitty.conf b/wallust/templates/colors_kitty.conf new file mode 100644 index 0000000..ac65068 --- /dev/null +++ b/wallust/templates/colors_kitty.conf @@ -0,0 +1,29 @@ +foreground {{foreground}} +background {{background}} +cursor {{cursor}} + +active_tab_foreground {{background}} +active_tab_background {{foreground}} +inactive_tab_foreground {{foreground}} +inactive_tab_background {{background}} + +active_border_color {{foreground}} +inactive_border_color {{background}} +bell_border_color {{color1}} + +color0 {{color0}} +color8 {{color8}} +color1 {{color1}} +color9 {{color9}} +color2 {{color2}} +color10 {{color10}} +color3 {{color3}} +color11 {{color11}} +color4 {{color4}} +color12 {{color12}} +color5 {{color5}} +color13 {{color13}} +color6 {{color6}} +color14 {{color14}} +color7 {{color7}} +color15 {{color15}} |