summaryrefslogtreecommitdiff
path: root/themes/ayaya/gtk-3.0/apps/xfce.css
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2025-09-28 01:06:21 +0200
committernavewindre <boneyaard@gmail.com>2025-09-28 01:06:21 +0200
commitdf9522c25a0fd145bdcebb9e7777aada22765402 (patch)
tree105417262f70c24099e5d94da6cd8046663e7fd4 /themes/ayaya/gtk-3.0/apps/xfce.css
parente7e7e1c2ca2a7e6a41f022b70fda81d0ebd1ac99 (diff)
a
Diffstat (limited to 'themes/ayaya/gtk-3.0/apps/xfce.css')
-rw-r--r--themes/ayaya/gtk-3.0/apps/xfce.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/themes/ayaya/gtk-3.0/apps/xfce.css b/themes/ayaya/gtk-3.0/apps/xfce.css
new file mode 100644
index 0000000..03cfb20
--- /dev/null
+++ b/themes/ayaya/gtk-3.0/apps/xfce.css
@@ -0,0 +1,38 @@
+XfceHeading {
+ margin: 0;
+ padding: 0;
+ border-width: 0;
+ background-color: @theme_base_color;
+ background-image: none;
+ color: @theme_text_color;
+}
+
+.xfce4-panel {
+ background-color: @panel_bg_color;
+ color: @panel_fg_color;
+ font: normal;
+}
+
+.xfce4-panel .button {
+ padding: 0 2px;
+ border-radius: 0;
+ border-style: none;
+ color: @panel_fg_color;
+}
+
+.xfce4-panel .button:active {
+ background-color: shade(@panel_bg_color, 0.8);
+ background-image: none;
+ color: @panel_fg_color;
+}
+
+.xfce4-panel .button:hover,
+.xfce4-panel .button:active:hover {
+ background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
+ background-image: none;
+ color: shade(@panel_fg_color, 1.08);
+}
+
+.xfce4-panel .menu {
+ -gtk-image-effect: none;
+}