diff options
| author | Indrajith K L | 2025-11-23 19:20:09 +0530 |
|---|---|---|
| committer | Indrajith K L | 2025-11-23 19:20:09 +0530 |
| commit | 8453bb64d330ba4bbb268e2593e95a86477eec1c (patch) | |
| tree | f9e829365139031dfa938e832f9a05e3536a8e36 /kitty/kitty-themes/.tools/template.conf.j2 | |
| parent | 1ff9a983329b0e703511e78cd81dcbe81358733f (diff) | |
| download | dots-niri.tar.gz dots-niri.tar.bz2 dots-niri.zip | |
Dot File for niri Desktopniri
Diffstat (limited to 'kitty/kitty-themes/.tools/template.conf.j2')
| -rw-r--r-- | kitty/kitty-themes/.tools/template.conf.j2 | 91 |
1 files changed, 0 insertions, 91 deletions
diff --git a/kitty/kitty-themes/.tools/template.conf.j2 b/kitty/kitty-themes/.tools/template.conf.j2 deleted file mode 100644 index 8ff9450b0..000000000 --- a/kitty/kitty-themes/.tools/template.conf.j2 +++ /dev/null @@ -1,91 +0,0 @@ -{% if background is defined %} -background {{background}} -{% endif %} -{% if foreground is defined %} -foreground {{foreground}} -{% endif %} - -{% if cursorForeground is defined %} -cursor {{cursorForeground}} -{% endif %} -{% if cursorBackground is defined %} -cursor_text_color {{cursorBackground | removeAlpha}} -{% endif %} -{% if background is defined %} -selection_foreground {{background | removeAlpha}} -{% endif %} -{% if selectionBackground is defined %} -selection_background {{selectionBackground | removeAlpha}} -{% endif %} - -{% if ansiBlack is defined %} -# dull black -color0 {{ansiBlack}} -{% endif %} -{% if ansiBrightBlack is defined %} -# light black -color8 {{ansiBrightBlack}} -{% endif %} - -{% if ansiRed is defined %} -# dull red -color1 {{ansiRed}} -{% endif %} -{% if ansiBrightRed %} -# light red -color9 {{ansiBrightRed}} -{% endif %} - -{% if ansiGreen is defined %} -# dull green -color2 {{ansiGreen}} -{% endif %} -{% if ansiBrightGreen is defined %} -# light green -color10 {{ansiBrightGreen}} -{% endif %} - -{% if ansiYellow is defined %} -# yellow -color3 {{ansiYellow}} -{% endif %} -{% if ansiBrightYellow is defined %} -# light yellow -color11 {{ansiBrightYellow}} -{% endif %} - -{% if ansiBlue is defined %} -# blue -color4 {{ansiBlue}} -{% endif %} -{% if ansiBrightBlue %} -# light blue -color12 {{ansiBrightBlue}} -{% endif %} - -{% if ansiMagenta is defined %} -# magenta -color5 {{ansiMagenta}} -{% endif %} -{% if ansiBrightMagenta is defined %} -# light magenta -color13 {{ansiBrightMagenta}} -{% endif %} - -{% if ansiCyan is defined %} -# cyan -color6 {{ansiCyan}} -{% endif %} -{% if ansiBrightCyan is defined %} -# light cyan -color14 {{ansiBrightCyan}} -{% endif %} - -{% if ansiWhite is defined %} -# dull white -color7 {{ansiWhite}} -{% endif %} -{% if ansiBrightWhite is defined %} -# bright white -color15 {{ansiBrightWhite}} -{% endif %} |
