summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2015-08-02 20:26:09 +0300
committerbionel <ionel.busuioc@gmail.com>2015-08-02 20:26:09 +0300
commita83aa5643f8e6da2cf4fc77baa39644bc4551300 (patch)
treece3ffed67352471828d161692cb6ac05341cfb4a
parent2b2b08cc4692784c056d3705a6394ba7c8a30408 (diff)
and again code cleaning
-rwxr-xr-xKogaion-daylight/gtk-2.0/gtkrc25
-rwxr-xr-xKogaion-nighttime/gtk-2.0/gtkrc25
2 files changed, 22 insertions, 28 deletions
diff --git a/Kogaion-daylight/gtk-2.0/gtkrc b/Kogaion-daylight/gtk-2.0/gtkrc
index 7febe17..1da7270 100755
--- a/Kogaion-daylight/gtk-2.0/gtkrc
+++ b/Kogaion-daylight/gtk-2.0/gtkrc
@@ -5,9 +5,6 @@ gtk-color-scheme = "tooltip_bg_color:#d2e4f8\ntooltip_fg_color:#2e3436\nlink_col
gtk-color-scheme = "theme_bg_color:#f4f4f4\nbutton_base:#f4f4f4"
gtk-color-scheme = "sidebar_background:#ffffff"
-#must match window_color and fg_color
-gtk-color-scheme = "theme_bg_dark_color:#a3b5d9\ntheme_fg_dark_color:#2e3436\ntheme_text_dark_color:#f30f0f"
-
gtk_color_scheme = "window_active_color:#a3b5d9" #Windows decorations
gtk_color_scheme = "test1:#ff0000\ntest2:#00ff00" #debug colors
@@ -368,8 +365,8 @@ style "menubar_menuitem" {
xthickness = 2
ythickness = 3
- fg[NORMAL] = shade (1.00, @theme_fg_dark_color) # menu item normal
- fg[INSENSITIVE] = mix(0.60, @theme_fg_dark_color, @window_active_color) # menu item disabled
+ fg[NORMAL] = shade (1.00, @fg_color) # menu item normal
+ fg[INSENSITIVE] = mix(0.60, @fg_color, @window_active_color) # menu item disabled
fg[PRELIGHT] = @selected_fg_color # menu item selected
bg[PRELIGHT] = shade (0.94, @selected_bg_color)
@@ -538,12 +535,12 @@ style "toolbar_button" {
xthickness = 3
ythickness = 3
- bg[PRELIGHT] = shade (0.95, @theme_bg_dark_color)
- bg[ACTIVE] = shade (0.80, @theme_bg_dark_color)
- bg[SELECTED] = shade (0.85, @theme_bg_dark_color)
- bg[INSENSITIVE] = shade (0.98, @theme_bg_dark_color)
+ bg[PRELIGHT] = shade (0.95, @window_active_color)
+ bg[ACTIVE] = shade (0.80, @window_active_color)
+ bg[SELECTED] = shade (0.85, @window_active_color)
+ bg[INSENSITIVE] = shade (0.98, @window_active_color)
- fg[INSENSITIVE] = shade (0.7, @theme_bg_dark_color)
+ fg[INSENSITIVE] = shade (0.7, @window_active_color)
engine "murrine" {
gradient_shades = {1.00,0.96,0.96,0.90}
@@ -1033,14 +1030,14 @@ widget "*swt*toolbar*" style "default"
# Xfce panel theming
# ---------------------------------
#style "xfce-panel" {
-# fg[NORMAL] = @theme_fg_dark_color
+# fg[NORMAL] = @fg_color
# fg[PRELIGHT] = @selected_fg_color
# fg[ACTIVE] = @selected_fg_color
# fg[SELECTED] = @selected_fg_color
-# bg[NORMAL] = shade (1.00, @theme_bg_dark_color)
-# bg[PRELIGHT] = shade (0.80, @theme_bg_dark_color)
-# bg[ACTIVE] = shade (0.50, @theme_bg_dark_color)
+# bg[NORMAL] = shade (1.00, @window_active_color)
+# bg[PRELIGHT] = shade (0.80, @window_active_color)
+# bg[ACTIVE] = shade (0.50, @window_active_color)
# bg[SELECTED] = shade (1.20, @selected_bg_color)
# engine "murrine" {
# gradient_shades = {0.80, 0.85, 0.95, 1.00}
diff --git a/Kogaion-nighttime/gtk-2.0/gtkrc b/Kogaion-nighttime/gtk-2.0/gtkrc
index b4fab83..203e8b5 100755
--- a/Kogaion-nighttime/gtk-2.0/gtkrc
+++ b/Kogaion-nighttime/gtk-2.0/gtkrc
@@ -5,9 +5,6 @@ gtk-color-scheme = "tooltip_bg_color:#303030\ntooltip_fg_color:#ffffff\nlink_col
gtk-color-scheme = "theme_bg_color:#2e2e2e\nbutton_base:#2e2e2e"
gtk-color-scheme = "sidebar_background:#313233"
-#must match window_color and fg_color
-gtk-color-scheme = "theme_bg_dark_color:#496490\ntheme_fg_dark_color:#bababa\ntheme_text_dark_color:#eaeaea"
-
gtk_color_scheme = "window_active_color:#496490" #Windows decorations
gtk_color_scheme = "test1:#ff0000\ntest2:#00ff00" #debug colors
@@ -368,8 +365,8 @@ style "menubar_menuitem" {
xthickness = 2
ythickness = 3
- fg[NORMAL] = shade (1.00, @theme_fg_dark_color) # menu item normal
- fg[INSENSITIVE] = mix(0.60, @theme_fg_dark_color, @window_active_color) # menu item disabled
+ fg[NORMAL] = shade (1.00, @fg_color) # menu item normal
+ fg[INSENSITIVE] = mix(0.60, @fg_color, @window_active_color) # menu item disabled
fg[PRELIGHT] = @selected_fg_color # menu item selected
bg[PRELIGHT] = shade (0.94, @selected_bg_color)
@@ -538,12 +535,12 @@ style "toolbar_button" {
xthickness = 3
ythickness = 3
- bg[PRELIGHT] = shade (0.95, @theme_bg_dark_color)
- bg[ACTIVE] = shade (0.80, @theme_bg_dark_color)
- bg[SELECTED] = shade (0.85, @theme_bg_dark_color)
- bg[INSENSITIVE] = shade (0.98, @theme_bg_dark_color)
+ bg[PRELIGHT] = shade (0.95, @window_active_color)
+ bg[ACTIVE] = shade (0.80, @window_active_color)
+ bg[SELECTED] = shade (0.85, @window_active_color)
+ bg[INSENSITIVE] = shade (0.98, @window_active_color)
- fg[INSENSITIVE] = shade (0.7, @theme_bg_dark_color)
+ fg[INSENSITIVE] = shade (0.7, @window_active_color)
engine "murrine" {
gradient_shades = {1.00,0.96,0.96,0.90}
@@ -1033,14 +1030,14 @@ widget "*swt*toolbar*" style "default"
# Xfce panel theming
# ---------------------------------
style "xfce-panel" {
- fg[NORMAL] = @theme_fg_dark_color
+ fg[NORMAL] = @fg_color
fg[PRELIGHT] = @selected_fg_color
fg[ACTIVE] = @selected_fg_color
fg[SELECTED] = @selected_fg_color
- bg[NORMAL] = shade (1.00, @theme_bg_dark_color)
- bg[PRELIGHT] = shade (0.80, @theme_bg_dark_color)
- bg[ACTIVE] = shade (0.50, @theme_bg_dark_color)
+ bg[NORMAL] = shade (1.00, @window_active_color)
+ bg[PRELIGHT] = shade (0.80, @window_active_color)
+ bg[ACTIVE] = shade (0.50, @window_active_color)
bg[SELECTED] = shade (1.20, @selected_bg_color)
engine "murrine" {
gradient_shades = {0.80, 0.85, 0.95, 1.00}