gtkrc-light
ASCII text
1# Based on Bridge by ScionicSpectre and Adwaita by GNOME 2# vim:set ts=2 sw=2 sts=2 ai et: 3# 4# This is the GTK 2 version of Materia. It's whole purpose is to look as the 5# GTK 3 version as much as possible until GTK 2 dies completely. 6# 7# Note: comments for explaining styles are on the bottom of each file beside the 8# widget matches. 9 10# Declare the colours used throughout the theme. 11# There shouldn't be any fiddling with them in the theme files themselves in 12# order to not mess up the dark theme. 13 14# Text/base 15gtk-color-scheme = "base_color:#ffffff" 16gtk-color-scheme = "text_color:#212121" 17# Foreground/background 18gtk-color-scheme = "bg_color:#f9f9f9" 19gtk-color-scheme = "fg_color:#212121" 20# Selected foreground/background 21gtk-color-scheme = "selected_bg_color:#1967d2" 22gtk-color-scheme = "selected_fg_color:#ffffff" 23# Titlebar foreground/background 24gtk-color-scheme = "titlebar_bg_color:#f0f0f0" 25gtk-color-scheme = "titlebar_fg_color:#212121" 26# Menus 27gtk-color-scheme = "menu_color:#ffffff" 28# Tooltips foreground/background 29gtk-color-scheme = "tooltip_bg_color:#616161" 30gtk-color-scheme = "tooltip_fg_color:#ffffff" 31# Links 32gtk-color-scheme = "link_color:#1967d2" 33gtk-color-scheme = "visited_link_color:#9334e6" 34 35# Set GTK settings 36gtk-auto-mnemonics = 1 37gtk-primary-button-warps-slider = 1 38 39# And hand over the control to the theme files 40include "main.rc" 41include "apps.rc" 42include "hacks.rc" 43