aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-2.0/gtkrc-dark
diff options
context:
space:
mode:
authorAleksej Komarov2016-05-01 17:26:31 +0300
committerhorst31802016-05-01 16:26:31 +0200
commit8a91900ba41edd152c00f610b733d01a17732f59 (patch)
tree44a88b3fc0295f26e820a5a768d8553764f4f158 /common/gtk-2.0/gtkrc-dark
parent2ca2bf6e34500a6ddde6ab067449b0d1d5d3f53d (diff)
downloadsolarc-theme-8a91900ba41edd152c00f610b733d01a17732f59.tar.gz
solarc-theme-8a91900ba41edd152c00f610b733d01a17732f59.tar.xz
solarc-theme-8a91900ba41edd152c00f610b733d01a17732f59.zip
Fix invisible text on window buttons (#505)
* Improve readability of gtk-color-scheme in gtkrc of gtk-2.0 * Fix invisible text on window buttons on xfce4-panel on Arc-Dark
Diffstat (limited to 'common/gtk-2.0/gtkrc-dark')
-rw-r--r--common/gtk-2.0/gtkrc-dark15
1 files changed, 14 insertions, 1 deletions
diff --git a/common/gtk-2.0/gtkrc-dark b/common/gtk-2.0/gtkrc-dark
index 958386b..d9858e9 100644
--- a/common/gtk-2.0/gtkrc-dark
+++ b/common/gtk-2.0/gtkrc-dark
@@ -1,4 +1,17 @@
-gtk-color-scheme = "base_color:#404552\nfg_color:#D3DAE3\ntooltip_fg_color:#FFFFFF\nselected_bg_color:#5294E2\nselected_fg_color:#FFFFFF\ntext_color:#D3DAE3\nbg_color:#383C4A\ninsensitive_bg_color:#3e4350\ninsensitive_fg_color:#7c818c\nnotebook_bg:#404552\ndark_sidebar_bg:#353945\ntooltip_bg_color:#353945\nlink_color:#5294E2\nmenu_bg:#383C4A"
+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 = "tooltip_bg_color: #353945"
+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 = "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-icon-sizes = "gtk-button=16,16" # This makes button icons smaller.
gtk-auto-mnemonics = 1