summaryrefslogtreecommitdiff
path: root/src/caelestia/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/caelestia/data')
-rw-r--r--src/caelestia/data/templates/gtk.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/caelestia/data/templates/gtk.css b/src/caelestia/data/templates/gtk.css
new file mode 100644
index 0000000..bc9e558
--- /dev/null
+++ b/src/caelestia/data/templates/gtk.css
@@ -0,0 +1,17 @@
+@define-color accent_color {{ $primary }};
+@define-color accent_fg_color {{ $onPrimary }};
+@define-color accent_bg_color {{ $primary }};
+@define-color window_bg_color {{ $background }};
+@define-color window_fg_color {{ $onBackground }};
+@define-color headerbar_bg_color {{ $surfaceDim }};
+@define-color headerbar_fg_color {{ $onSurface }};
+@define-color popover_bg_color {{ $surfaceDim }};
+@define-color popover_fg_color {{ $onSurface }};
+@define-color view_bg_color {{ $surface }};
+@define-color view_fg_color {{ $onSurface }};
+@define-color card_bg_color {{ $surface }};
+@define-color card_fg_color {{ $onSurface }};
+@define-color sidebar_bg_color @window_bg_color;
+@define-color sidebar_fg_color @window_fg_color;
+@define-color sidebar_border_color @window_bg_color;
+@define-color sidebar_backdrop_color @window_bg_color;