[gnome-themes-standard: 1/7] Steps for dark/light interchangability.
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard: 1/7] Steps for dark/light interchangability.
- Date: Tue, 4 Oct 2016 16:08:13 +0000 (UTC)
commit dbb3aaaef0f12108866b681c3199eabe9acd194f
Author: Juraj Fiala <doctorjellyface riseup net>
Date: Thu Sep 22 15:04:48 2016 +0200
Steps for dark/light interchangability.
themes/Adwaita/gtk-2.0/apps.rc | 4 ++--
themes/Adwaita/gtk-2.0/gtkrc | 2 ++
themes/Adwaita/gtk-2.0/gtkrc-dark | 2 ++
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/apps.rc b/themes/Adwaita/gtk-2.0/apps.rc
index 514ef1b..6138d55 100644
--- a/themes/Adwaita/gtk-2.0/apps.rc
+++ b/themes/Adwaita/gtk-2.0/apps.rc
@@ -82,8 +82,8 @@ style "gimp_spin_scale" {
style "chrome_gtk_frame" {
- ChromeGtkFrame::frame-color = shade (1.05, @bg_color)
- ChromeGtkFrame::frame-gradient-color = shade (1.05, @bg_color)
+ ChromeGtkFrame::frame-color = @window_color
+ ChromeGtkFrame::frame-gradient-color = @window_color
ChromeGtkFrame::inactive-frame-color = @bg_color
ChromeGtkFrame::incognito-frame-color = "#cbd2d9"
diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc
index b9eace7..2434407 100755
--- a/themes/Adwaita/gtk-2.0/gtkrc
+++ b/themes/Adwaita/gtk-2.0/gtkrc
@@ -11,6 +11,8 @@ gtk-color-scheme = "selected_fg_color:#ffffff\nselected_bg_color:#4a90d9"
gtk-color-scheme = "insensitive_fg_color:#8b8e8f\ninsensitive_bg_color:#f1f1f1"
# Link colors
gtk-color-scheme = "link_color:#2a76c6\nvisited_link_color:#215d9c"
+# Window colors
+gtk-color-scheme = "window_color:#f4f4f4"
# Tooltip colors
gtk-color-scheme = "tooltip_fg_color:#ffffff\ntooltip_bg_color:#343434"
diff --git a/themes/Adwaita/gtk-2.0/gtkrc-dark b/themes/Adwaita/gtk-2.0/gtkrc-dark
index 2ff7527..bd032d4 100755
--- a/themes/Adwaita/gtk-2.0/gtkrc-dark
+++ b/themes/Adwaita/gtk-2.0/gtkrc-dark
@@ -11,6 +11,8 @@ gtk-color-scheme = "selected_fg_color:#ffffff\nselected_bg_color:#215d9c"
gtk-color-scheme = "insensitive_fg_color:#949796\ninsensitive_bg_color:#333636"
# Link colors
gtk-color-scheme = "link_color:#4a90d9\nvisited_link_color:#2a76c6"
+# Window colors
+gtk-color-scheme = "window_color:#2c3133"
# Tooltip colors
gtk-color-scheme = "tooltip_fg_color:#ffffff\ntooltip_bg_color:#343434"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]