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 = "text_color:#212121\nbase_color:#FFFFFF"
16# Foreground/background
17gtk-color-scheme = "fg_color:#212121\nbg_color:#F5F5F5"
18# Selected foreground/background
19gtk-color-scheme = "selected_fg_color:#FFFFFF\nselected_bg_color:#2A71F8"
20# Titlebar foreground/background
21gtk-color-scheme = "titlebar_fg_color:#212121\ntitlebar_bg_color:#ffffff"
22# Links
23gtk-color-scheme = "link_color:#42A5F5\nvisited_link_color:#E040FB"
24
25# Set GTK settings
26gtk-auto-mnemonics              = 1
27gtk-primary-button-warps-slider = 1
28
29# And hand over the control to the theme files
30include "main.rc"
31include "apps.rc"
32include "hacks.rc"
33