diff options
| author | joott <josh@ottmail.me> | 2025-07-30 15:53:29 -0400 |
|---|---|---|
| committer | joott <josh@ottmail.me> | 2025-07-30 15:53:29 -0400 |
| commit | 26694e09e8f5bf2262737312e7ad217118db20de (patch) | |
| tree | ca55eee2f8c5106c61e747979780d6f393fd24c9 /wallust/templates/colors_kitty.conf | |
| parent | 89a596a50ec61b8ebd6040b06a7cab994afd1b3a (diff) | |
| download | dotfiles-26694e09e8f5bf2262737312e7ad217118db20de.tar.gz dotfiles-26694e09e8f5bf2262737312e7ad217118db20de.zip | |
switching to yadm
Diffstat (limited to 'wallust/templates/colors_kitty.conf')
| -rw-r--r-- | wallust/templates/colors_kitty.conf | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/wallust/templates/colors_kitty.conf b/wallust/templates/colors_kitty.conf deleted file mode 100644 index ac65068..0000000 --- a/wallust/templates/colors_kitty.conf +++ /dev/null @@ -1,29 +0,0 @@ -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}} |