diff options
| author | nippy <you@example.com> | 2026-04-18 13:49:56 +0200 |
|---|---|---|
| committer | nippy <you@example.com> | 2026-04-18 13:49:56 +0200 |
| commit | 5d94c0a7d44a2255b81815a52a7056a94a39842d (patch) | |
| tree | 759bdea9645c6a62f9e1e4c001f7d81cccd120d2 /raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/templates/kitty-tabs.conf | |
| parent | e79cdf210b267f21a186255ce1a4d50029439d54 (diff) | |
| download | RaveOS-PKGBUILD-5d94c0a7d44a2255b81815a52a7056a94a39842d.tar.gz RaveOS-PKGBUILD-5d94c0a7d44a2255b81815a52a7056a94a39842d.zip | |
update Raveos themes
Diffstat (limited to 'raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/templates/kitty-tabs.conf')
| -rw-r--r-- | raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/templates/kitty-tabs.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/templates/kitty-tabs.conf b/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/templates/kitty-tabs.conf new file mode 100644 index 0000000..78b708a --- /dev/null +++ b/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/templates/kitty-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 {{colors.background.default.hex}} + +tab_bar_background {{colors.background.default.hex}} + +active_tab_foreground {{colors.on_primary.default.hex}} +active_tab_background {{colors.primary.default.hex}} +active_tab_font_style bold + +inactive_tab_foreground {{colors.on_surface_variant.default.hex}} +inactive_tab_background {{colors.background.default.hex}} +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}]" |