dotfiles/templates/gtk.css.tpl
Sarthak 7f41cf7a82 replace the old dotfiles with the sakura line rice
The bare $HOME repo is gone. This is now the rice: install.sh, rice-*
scripts in bin/, configs in home/ linked into $HOME, theme templates, st
and the particle wallpaper. Clone to ~/rice and run install.sh.
2026-09-14 19:44:44 +05:30

65 lines
3.8 KiB
Smarty

/* Rendered by rice-theme from colors.toml - edit templates/gtk.css.tpl instead.
Linked as ~/.config/gtk-3.0/gtk.css and ~/.config/gtk-4.0/gtk.css. */
/* GTK3 / Adwaita named colours */
@define-color theme_bg_color {{ bg_alt }};
@define-color theme_fg_color {{ fg }};
@define-color theme_base_color {{ bg }};
@define-color theme_text_color {{ fg }};
@define-color theme_selected_bg_color {{ accent }};
@define-color theme_selected_fg_color {{ bg }};
@define-color theme_unfocused_bg_color {{ bg_alt }};
@define-color theme_unfocused_fg_color {{ fg }};
@define-color theme_unfocused_base_color {{ bg }};
@define-color theme_unfocused_text_color {{ fg }};
@define-color theme_unfocused_selected_bg_color {{ selection }};
@define-color theme_unfocused_selected_fg_color {{ fg }};
@define-color insensitive_bg_color {{ bg_alt }};
@define-color insensitive_fg_color {{ dim }};
@define-color insensitive_base_color {{ bg }};
@define-color borders {{ border }};
@define-color unfocused_borders {{ border }};
@define-color wm_bg {{ surface }};
@define-color wm_border {{ border }};
@define-color wm_title {{ fg }};
@define-color wm_unfocused_title {{ dim }};
@define-color success_color {{ green }};
@define-color warning_color {{ yellow }};
@define-color error_color {{ red }};
@define-color link_color {{ accent }};
@define-color visited_link_color {{ magenta }};
@define-color content_view_bg {{ bg }};
/* libadwaita / GTK4 named colours */
@define-color accent_color {{ accent }};
@define-color accent_bg_color {{ accent }};
@define-color accent_fg_color {{ bg }};
@define-color destructive_color {{ red }};
@define-color window_bg_color {{ bg_alt }};
@define-color window_fg_color {{ fg }};
@define-color view_bg_color {{ bg }};
@define-color view_fg_color {{ fg }};
@define-color headerbar_bg_color {{ surface }};
@define-color headerbar_fg_color {{ fg }};
@define-color headerbar_border_color {{ border }};
@define-color headerbar_backdrop_color {{ bg_alt }};
@define-color headerbar_shade_color rgba(0, 0, 0, 0.36);
@define-color sidebar_bg_color {{ surface }};
@define-color sidebar_fg_color {{ fg }};
@define-color sidebar_backdrop_color {{ bg_alt }};
@define-color sidebar_border_color {{ border }};
@define-color sidebar_shade_color rgba(0, 0, 0, 0.36);
@define-color secondary_sidebar_bg_color {{ bg_alt }};
@define-color secondary_sidebar_fg_color {{ fg }};
@define-color card_bg_color {{ surface }};
@define-color card_fg_color {{ fg }};
@define-color card_shade_color rgba(0, 0, 0, 0.36);
@define-color dialog_bg_color {{ surface }};
@define-color dialog_fg_color {{ fg }};
@define-color popover_bg_color {{ overlay }};
@define-color popover_fg_color {{ fg }};
@define-color popover_shade_color rgba(0, 0, 0, 0.36);
@define-color thumbnail_bg_color {{ surface }};
@define-color thumbnail_fg_color {{ fg }};
@define-color shade_color rgba(0, 0, 0, 0.36);
@define-color scrollbar_outline_color {{ border }};