diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-14 23:12:28 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-14 23:12:28 +0100 |
| commit | 5bb4cb6d7138fcac012305b50f52ffd53f9bd2c2 (patch) | |
| tree | 70a18261e4ed8e247293186348771582612b83d5 /roles/hyprtheme/templates/theme/kitty.conf.j2 | |
| parent | 7986ef492d2ea651730bc0d1324e39f3d56276e5 (diff) | |
Add hyprtheme (based on omarchy themes) role with 2 themes
Diffstat (limited to 'roles/hyprtheme/templates/theme/kitty.conf.j2')
| -rw-r--r-- | roles/hyprtheme/templates/theme/kitty.conf.j2 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/roles/hyprtheme/templates/theme/kitty.conf.j2 b/roles/hyprtheme/templates/theme/kitty.conf.j2 new file mode 100644 index 00000000..e74a5bbc --- /dev/null +++ b/roles/hyprtheme/templates/theme/kitty.conf.j2 @@ -0,0 +1,27 @@ +foreground {{ foreground }} +background {{ background }} +selection_foreground {{ selection_foreground }} +selection_background {{ selection_background }} + +cursor {{ cursor }} +cursor_text_color {{ background }} + +active_border_color {{ accent }} +active_tab_background {{ accent }} + +color0 {{ color0 }} +color1 {{ color1 }} +color2 {{ color2 }} +color3 {{ color3 }} +color4 {{ color4 }} +color5 {{ color5 }} +color6 {{ color6 }} +color7 {{ color7 }} +color8 {{ color8 }} +color9 {{ color9 }} +color10 {{ color10 }} +color11 {{ color11 }} +color12 {{ color12 }} +color13 {{ color13 }} +color14 {{ color14 }} +color15 {{ color15 }} |
