aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-2.0/gtkrc-dark
diff options
context:
space:
mode:
authorMartin Schenck2016-08-01 17:41:52 +0200
committerMartin Schenck2016-08-01 17:41:52 +0200
commit474539210d7edc6079c6f01c6b5e5152cd7fcc62 (patch)
tree4fce39fdd8540d3ebc893e0d8dc2c9dbe92ef0db /common/gtk-2.0/gtkrc-dark
parent9478b8de1c7c11a163c43ad6b8eff5b4f23f4ced (diff)
downloadsolarc-theme-474539210d7edc6079c6f01c6b5e5152cd7fcc62.tar.gz
solarc-theme-474539210d7edc6079c6f01c6b5e5152cd7fcc62.tar.xz
solarc-theme-474539210d7edc6079c6f01c6b5e5152cd7fcc62.zip
Solarized colours
The script solarize.sh solarizes all colors by replacing the arc colors with approproate colours from the solarized color scheme.
Diffstat (limited to 'common/gtk-2.0/gtkrc-dark')
-rw-r--r--common/gtk-2.0/gtkrc-dark24
1 files changed, 12 insertions, 12 deletions
diff --git a/common/gtk-2.0/gtkrc-dark b/common/gtk-2.0/gtkrc-dark
index 9f85145..b57b211 100644
--- a/common/gtk-2.0/gtkrc-dark
+++ b/common/gtk-2.0/gtkrc-dark
@@ -1,17 +1,17 @@
-gtk-color-scheme = "base_color: #404552"
-gtk-color-scheme = "text_color: #d3dae3"
-gtk-color-scheme = "bg_color: #383c4a"
-gtk-color-scheme = "fg_color: #d3dae3"
+gtk-color-scheme = "base_color: #073642"
+gtk-color-scheme = "text_color: #657b83"
+gtk-color-scheme = "bg_color: #002b36"
+gtk-color-scheme = "fg_color: #657b83"
gtk-color-scheme = "tooltip_bg_color: #4B5162"
-gtk-color-scheme = "tooltip_fg_color: #ffffff"
-gtk-color-scheme = "selected_bg_color: #5294e2"
-gtk-color-scheme = "selected_fg_color: #ffffff"
-gtk-color-scheme = "insensitive_bg_color: #3e4350"
+gtk-color-scheme = "tooltip_fg_color: #fdf6e3"
+gtk-color-scheme = "selected_bg_color: #268bd2"
+gtk-color-scheme = "selected_fg_color: #fdf6e3"
+gtk-color-scheme = "insensitive_bg_color: #073642"
gtk-color-scheme = "insensitive_fg_color: #7c818c"
-gtk-color-scheme = "notebook_bg: #404552"
-gtk-color-scheme = "dark_sidebar_bg: #353945"
-gtk-color-scheme = "link_color: #5294e2"
-gtk-color-scheme = "menu_bg: #383c4a"
+gtk-color-scheme = "notebook_bg: #073642"
+gtk-color-scheme = "dark_sidebar_bg: #073642"
+gtk-color-scheme = "link_color: #268bd2"
+gtk-color-scheme = "menu_bg: #002b36"
gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller.
gtk-auto-mnemonics = 1