From a8ddb5d8e40547675e7eeee73a1685d98e9dcf1d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 18 Jul 2017 18:20:40 +0100 Subject: rebase Redcore gtk theme on Numix --- Redcore-nighttime/gtk-3.20/scss/apps/_xfce.scss | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Redcore-nighttime/gtk-3.20/scss/apps/_xfce.scss (limited to 'Redcore-nighttime/gtk-3.20/scss/apps/_xfce.scss') diff --git a/Redcore-nighttime/gtk-3.20/scss/apps/_xfce.scss b/Redcore-nighttime/gtk-3.20/scss/apps/_xfce.scss new file mode 100644 index 0000000..4300474 --- /dev/null +++ b/Redcore-nighttime/gtk-3.20/scss/apps/_xfce.scss @@ -0,0 +1,30 @@ +@import "panel"; + +/*************** + ! Xfce styles * +****************/ + +@include exports("xfce") { + .XfceHeading { + margin: 0; + padding: 0; + border: 0; + background-image: none; + background-color: $base_color; + color: $text_color; + } + + .xfce4-panel { + @extend %panel; + + font: inherit; + + button { @extend %panelbutton; } + + menu { + -gtk-icon-effect: none; + + text-shadow: none; + } + } +} -- cgit v1.2.3