A fork of the Materia GTK theme.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 gtkrc

View raw Download
text/plain • 1.38 kiB
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
15
gtk-color-scheme = "base_color:#ffffff"
16
gtk-color-scheme = "text_color:#212121"
17
# Foreground/background
18
gtk-color-scheme = "bg_color:#f9f9f9"
19
gtk-color-scheme = "fg_color:#212121"
20
# Selected foreground/background
21
gtk-color-scheme = "selected_bg_color:#1967d2"
22
gtk-color-scheme = "selected_fg_color:#ffffff"
23
# Titlebar foreground/background
24
gtk-color-scheme = "titlebar_bg_color:#424242"
25
gtk-color-scheme = "titlebar_fg_color:#ffffff"
26
# Menus
27
gtk-color-scheme = "menu_color:#ffffff"
28
# Tooltips foreground/background
29
gtk-color-scheme = "tooltip_bg_color:#616161"
30
gtk-color-scheme = "tooltip_fg_color:#ffffff"
31
# Links
32
gtk-color-scheme = "link_color:#1967d2"
33
gtk-color-scheme = "visited_link_color:#9334e6"
34
35
# Set GTK settings
36
gtk-auto-mnemonics = 1
37
gtk-primary-button-warps-slider = 1
38
39
# And hand over the control to the theme files
40
include "main.rc"
41
include "apps.rc"
42
include "hacks.rc"
43