gtkrc
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:#E9E9ED\nbase_color:#1A1B26"
16# Foreground/background
17gtk-color-scheme = "fg_color:#E9E9ED\nbg_color:#1A1B26"
18# Selected foreground/background
19gtk-color-scheme = "selected_fg_color:#E9E9ED\nselected_bg_color:#7AA2F7"
20# Titlebar foreground/background
21gtk-color-scheme = "titlebar_fg_color:#E9E9ED\ntitlebar_bg_color:#292E42"
22# Menus
23gtk-color-scheme = "menu_color:#323449"
24# Tooltips foreground/background
25gtk-color-scheme = "tooltip_fg_color:#E9E9ED\ntooltip_bg_color:#414868"
26# Links
27gtk-color-scheme = "link_color:#7DCFFF\nvisited_link_color:#BB9AF7"
28
29# Set GTK settings
30gtk-auto-mnemonics = 1
31gtk-primary-button-warps-slider = 1
32
33# And hand over the control to the theme files
34include "main.rc"
35include "apps.rc"
36include "hacks.rc"
37