aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-2.0/options/tab-notebook.css
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/themes/ClassicLooks/gtk-2.0/options/tab-notebook.css')
-rwxr-xr-x.local/share/themes/ClassicLooks/gtk-2.0/options/tab-notebook.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/.local/share/themes/ClassicLooks/gtk-2.0/options/tab-notebook.css b/.local/share/themes/ClassicLooks/gtk-2.0/options/tab-notebook.css
new file mode 100755
index 0000000..1ed61b1
--- /dev/null
+++ b/.local/share/themes/ClassicLooks/gtk-2.0/options/tab-notebook.css
@@ -0,0 +1,13 @@
+/**************************************************************************************
+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 "notebook" {
+ bg[ACTIVE] = shade(0.94, mix(00.10, @shift_bg_color, @bg_color))
+ engine "murrine" {
+ gradient_shades = {0.85, 1.0, 1.0, 1.55}
+# gradient_shades = {0.95, 0.95, 0.95, 0.95}
+ }
+}