aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-2.0/options/window-frame-dark.css
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/themes/ClassicLooks/gtk-2.0/options/window-frame-dark.css')
-rwxr-xr-x.local/share/themes/ClassicLooks/gtk-2.0/options/window-frame-dark.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/.local/share/themes/ClassicLooks/gtk-2.0/options/window-frame-dark.css b/.local/share/themes/ClassicLooks/gtk-2.0/options/window-frame-dark.css
new file mode 100755
index 0000000..cfe1307
--- /dev/null
+++ b/.local/share/themes/ClassicLooks/gtk-2.0/options/window-frame-dark.css
@@ -0,0 +1,23 @@
+/**************************************************************************************
+This file is distributed under the GNU General Public License version 2 (a.k.a. GPL-v2)
+(c) 2019-2021 Virgil Mager - vvmager@gmail.com
+(c) 2019-2021 Information Technology Group - http://itgroup.ro
+**************************************************************************************/
+
+style "xfwm4_window" = "default" {
+ bg[NORMAL] = @dark_bg_color
+ bg[INSENSITIVE] = shade(1.3, @dark_bg_color)
+ bg[SELECTED] = shade(0.3, @dark_bg_color)
+ fg[NORMAL] = shade(0.87, @dark_fg_color)
+ fg[INSENSITIVE] = shade(0.75, @dark_fg_color)
+ fg[SELECTED] = shade(1.2, @dark_fg_color)
+}
+
+style "menubar" {
+ fg[NORMAL] = @dark_fg_color
+ bg[NORMAL] = @dark_bg_color
+}
+
+style "menubar_item" {
+ fg[NORMAL] = @dark_fg_color
+}