1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-29 06:20:43 +00:00
horst3180_arc-theme/common/gtk-2.0/gtkrc-darker
Aleksej Komarov 8a91900ba4 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
2016-05-01 16:26:31 +02:00

24 lines
856 B
Plaintext

gtk-color-scheme = "base_color: #ffffff"
gtk-color-scheme = "text_color: #5c616c"
gtk-color-scheme = "bg_color: #f5f6f7"
gtk-color-scheme = "fg_color: #5c616c"
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: #fbfcfc"
gtk-color-scheme = "insensitive_fg_color: #a9acb2"
gtk-color-scheme = "notebook_bg: #ffffff"
gtk-color-scheme = "dark_sidebar_bg: #353945"
gtk-color-scheme = "link_color: #5294e2"
gtk-color-scheme = "menu_bg: #ffffff"
gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller.
gtk-auto-mnemonics = 1
gtk-primary-button-warps-slider = 1
include "main.rc"
include "apps.rc"
include "panel.rc"
include "menubar-toolbar/menubar-toolbar-dark.rc"