diff options
| author | Nippy <nippy@rp1.hu> | 2026-05-08 19:50:49 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-05-08 19:50:49 +0200 |
| commit | 3462bcc46ecf74f576ea4397f16492c16bd75b10 (patch) | |
| tree | c5ab7aef4498647e057bda8d49c11e5f9dda74c9 /raveos-hyprland-theme/theme-data/kitty | |
| parent | 56616f693b4f263cbf0d47da43b67424efa6022d (diff) | |
| download | RaveOS-PKGBUILD-3462bcc46ecf74f576ea4397f16492c16bd75b10.tar.gz RaveOS-PKGBUILD-3462bcc46ecf74f576ea4397f16492c16bd75b10.zip | |
raveos update
Diffstat (limited to 'raveos-hyprland-theme/theme-data/kitty')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/kitty/dank-tabs.conf | 23 | ||||
| -rw-r--r-- | raveos-hyprland-theme/theme-data/kitty/dank-theme.conf | 25 |
2 files changed, 48 insertions, 0 deletions
diff --git a/raveos-hyprland-theme/theme-data/kitty/dank-tabs.conf b/raveos-hyprland-theme/theme-data/kitty/dank-tabs.conf new file mode 100644 index 0000000..bc0a546 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/kitty/dank-tabs.conf @@ -0,0 +1,23 @@ +tab_bar_edge top +tab_bar_style powerline +tab_powerline_style slanted +tab_bar_align left +tab_bar_min_tabs 2 +tab_bar_margin_width 0.0 +tab_bar_margin_height 2.5 1.5 +tab_bar_margin_color #10140f + +tab_bar_background #10140f + +active_tab_foreground #000000 +active_tab_background #4caf50 +active_tab_font_style bold + +inactive_tab_foreground #c2c9bd +inactive_tab_background #10140f +inactive_tab_font_style normal + +tab_activity_symbol " ● " + +tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{title[:30]}{title[30:] and '…'} [{index}]" +active_tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{title[:30]}{title[30:] and '…'} [{index}]" diff --git a/raveos-hyprland-theme/theme-data/kitty/dank-theme.conf b/raveos-hyprland-theme/theme-data/kitty/dank-theme.conf new file mode 100644 index 0000000..a1da9b1 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/kitty/dank-theme.conf @@ -0,0 +1,25 @@ +cursor #e0e4db +cursor_text_color #c2c9bd + +foreground #e0e4db +background #10140f +selection_foreground #000000 +selection_background #81c995 +url_color #4caf50 + +color0 #10140f +color1 #c96a4c +color2 #4daf4c +color3 #dacb52 +color4 #35a639 +color5 #005103 +color6 #4caf50 +color7 #abb7ab +color8 #717b71 +color9 #eca088 +color10 #80d27e +color11 #fff39a +color12 #63c067 +color13 #89e38d +color14 #b6f4b9 +color15 #f6fdf6 |