From 51afec664aa937c421d042b0e48e7e9fc4c5d217 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 13 Apr 2017 13:21:43 +0100 Subject: slight improvement to gtk2 theming colors --- Redcore-daylight/gtk-2.0/gtkrc | 54 ++++++++++++++++++++--------------------- Redcore-nighttime/gtk-2.0/gtkrc | 54 ++++++++++++++++++++--------------------- 2 files changed, 54 insertions(+), 54 deletions(-) diff --git a/Redcore-daylight/gtk-2.0/gtkrc b/Redcore-daylight/gtk-2.0/gtkrc index af73a8b..4969290 100644 --- a/Redcore-daylight/gtk-2.0/gtkrc +++ b/Redcore-daylight/gtk-2.0/gtkrc @@ -4,7 +4,7 @@ # Description: As is the original theme, this theme is 100% free and open source. gtk-color-scheme = "bg_color:#dedede\nselected_bg_color:#990000\nbase_color:#dedede" # Background, base. -gtk-color-scheme = "fg_color:#2d2d2d\nselected_fg_color:#dedede\ntext_color:#2d2d2d" # Foreground, text. +gtk-color-scheme = "fg_color:#2d2d2d\nselected_fg_color:#2d2d2d\ntext_color:#2d2d2d" # Foreground, text. gtk-color-scheme = "tooltip_bg_color:#2d2d2d\ntooltip_fg_color:#dedede" # Tooltips. gtk-color-scheme = "link_color:#990000" # Hyperlinks gtk-color-scheme = "panel_bg:#dedede" # Panel bg color @@ -106,9 +106,9 @@ style "default" text[NORMAL] = @text_color text[PRELIGHT] = @text_color - text[ACTIVE] = @selected_fg_color - text[SELECTED] = @selected_fg_color - text[INSENSITIVE] = darker (@bg_color) + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = darker (@text_color) engine "murrine" { @@ -187,15 +187,15 @@ style "dark" { bg[PRELIGHT] = shade (0.7, @bg_color_dark) bg[SELECTED] = shade (0.6, @bg_color_dark) - fg[NORMAL] = @text_color_dark - fg[PRELIGHT] = @text_color_dark - fg[ACTIVE] = @text_color_dark - fg[SELECTED] = @text_color_dark + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color - text[NORMAL] = @text_color_dark - text[PRELIGHT] = @text_color_dark - text[ACTIVE] = @text_color_dark - text[SELECTED] = @text_color_dark + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color engine "murrine" { @@ -288,17 +288,17 @@ style "menu" bg[PRELIGHT] = @selected_bg_color bg[ACTIVE] = shade (1.18, @bg_color) bg[INSENSITIVE] = shade (1.18, @bg_color) - fg[NORMAL] = @fg_color # Color for normal text. - fg[PRELIGHT] = @base_color - fg[SELECTED] = @base_color - fg[ACTIVE] = @fg_color - fg[INSENSITIVE] = mix (0.4, @fg_color, @bg_color) # Text color for non-interactive menu items + fg[NORMAL] = @text_color # Color for normal text. + fg[PRELIGHT] = @text_color + fg[SELECTED] = @text_color + fg[ACTIVE] = @text_color + fg[INSENSITIVE] = mix (0.4, @fg_color, @text_color) # Text color for non-interactive menu items text[NORMAL] = @text_color # Color for menu-item radio/checks. - base[NORMAL] = @bg_color # Color for menu-item radio/checks background. - text[PRELIGHT] = @base_color - text[SELECTED] = @base_color - text[ACTIVE] = @fg_color - text[INSENSITIVE] = mix (0.4, @fg_color, @bg_color) + base[NORMAL] = @text_color # Color for menu-item radio/checks background. + text[PRELIGHT] = @text_color + text[SELECTED] = @text_color + text[ACTIVE] = @text_color + text[INSENSITIVE] = mix (0.4, @fg_color, @text_color) engine "murrine" { @@ -333,9 +333,9 @@ style "menubar-menuitem" fg[NORMAL] = @base_color fg[PRELIGHT] = @base_color fg[SELECTED] = @base_color - text[NORMAL] = @base_color - text[PRELIGHT] = @base_color - text[SELECTED] = @base_color + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @text_color engine "murrine" { @@ -533,7 +533,7 @@ style "radiocheck" bg[ACTIVE] = shade (0.85, @bg_color) bg[SELECTED] = @base_color bg[INSENSITIVE] = shade (0.95, @bg_color) - text[PRELIGHT] = shade (0.8, @selected_bg_color) + text[PRELIGHT] = shade (0.8, @text_color) fg[ACTIVE] = @fg_color fg[INSENSITIVE] = mix (0.4, @fg_color, @bg_color) @@ -853,4 +853,4 @@ widget_class "**" style "fg-is-text-color-workaround" # The same problem also exists for GtkCList and GtkCTree. # Only match GtkCList and not the parent widgets, because that would also change the headers. widget_class "*" style "fg-is-text-color-workaround" -widget_class "*" style "fg-is-text-color-workaround" \ No newline at end of file +widget_class "*" style "fg-is-text-color-workaround" diff --git a/Redcore-nighttime/gtk-2.0/gtkrc b/Redcore-nighttime/gtk-2.0/gtkrc index 845a221..d944181 100644 --- a/Redcore-nighttime/gtk-2.0/gtkrc +++ b/Redcore-nighttime/gtk-2.0/gtkrc @@ -4,7 +4,7 @@ # Description: As is the original theme, this theme is 100% free and open source. gtk-color-scheme = "bg_color:#2d2d2d\nselected_bg_color:#990000\nbase_color:#2d2d2d" # Background, base. -gtk-color-scheme = "fg_color:#dedede\nselected_fg_color:#2d2d2d\ntext_color:#dedede" # Foreground, text. +gtk-color-scheme = "fg_color:#dedede\nselected_fg_color:#dedede\ntext_color:#dedede" # Foreground, text. gtk-color-scheme = "tooltip_bg_color:#dedede\ntooltip_fg_color:#2d2d2d" # Tooltips. gtk-color-scheme = "link_color:#990000" # Hyperlinks gtk-color-scheme = "panel_bg:#2d2d2d" # Panel bg color @@ -106,9 +106,9 @@ style "default" text[NORMAL] = @text_color text[PRELIGHT] = @text_color - text[ACTIVE] = @selected_fg_color - text[SELECTED] = @selected_fg_color - text[INSENSITIVE] = darker (@bg_color) + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = darker (@text_color) engine "murrine" { @@ -187,15 +187,15 @@ style "dark" { bg[PRELIGHT] = shade (0.7, @bg_color_dark) bg[SELECTED] = shade (0.6, @bg_color_dark) - fg[NORMAL] = @text_color_dark - fg[PRELIGHT] = @text_color_dark - fg[ACTIVE] = @text_color_dark - fg[SELECTED] = @text_color_dark + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color - text[NORMAL] = @text_color_dark - text[PRELIGHT] = @text_color_dark - text[ACTIVE] = @text_color_dark - text[SELECTED] = @text_color_dark + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color engine "murrine" { @@ -288,17 +288,17 @@ style "menu" bg[PRELIGHT] = @selected_bg_color bg[ACTIVE] = shade (1.18, @bg_color) bg[INSENSITIVE] = shade (1.18, @bg_color) - fg[NORMAL] = @fg_color # Color for normal text. - fg[PRELIGHT] = @base_color - fg[SELECTED] = @base_color - fg[ACTIVE] = @fg_color - fg[INSENSITIVE] = mix (0.4, @fg_color, @bg_color) # Text color for non-interactive menu items + fg[NORMAL] = @text_color # Color for normal text. + fg[PRELIGHT] = @text_color + fg[SELECTED] = @text_color + fg[ACTIVE] = @text_color + fg[INSENSITIVE] = mix (0.4, @fg_color, @text_color) # Text color for non-interactive menu items text[NORMAL] = @text_color # Color for menu-item radio/checks. - base[NORMAL] = @bg_color # Color for menu-item radio/checks background. - text[PRELIGHT] = @base_color - text[SELECTED] = @base_color - text[ACTIVE] = @fg_color - text[INSENSITIVE] = mix (0.4, @fg_color, @bg_color) + base[NORMAL] = @text_color # Color for menu-item radio/checks background. + text[PRELIGHT] = @text_color + text[SELECTED] = @text_color + text[ACTIVE] = @text_color + text[INSENSITIVE] = mix (0.4, @fg_color, @text_color) engine "murrine" { @@ -333,9 +333,9 @@ style "menubar-menuitem" fg[NORMAL] = @base_color fg[PRELIGHT] = @base_color fg[SELECTED] = @base_color - text[NORMAL] = @base_color - text[PRELIGHT] = @base_color - text[SELECTED] = @base_color + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @text_color engine "murrine" { @@ -533,7 +533,7 @@ style "radiocheck" bg[ACTIVE] = shade (0.85, @bg_color) bg[SELECTED] = @base_color bg[INSENSITIVE] = shade (0.95, @bg_color) - text[PRELIGHT] = shade (0.8, @selected_bg_color) + text[PRELIGHT] = shade (0.8, @text_color) fg[ACTIVE] = @fg_color fg[INSENSITIVE] = mix (0.4, @fg_color, @bg_color) @@ -853,4 +853,4 @@ widget_class "**" style "fg-is-text-color-workaround" # The same problem also exists for GtkCList and GtkCTree. # Only match GtkCList and not the parent widgets, because that would also change the headers. widget_class "*" style "fg-is-text-color-workaround" -widget_class "*" style "fg-is-text-color-workaround" \ No newline at end of file +widget_class "*" style "fg-is-text-color-workaround" -- cgit v1.2.3