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_light

View raw Download
text/plain • 650 B
Unicode text, UTF-8 text
        
            
1
# Bridge | ScionicSpectre
2
# vim:set ts=2 sw=2 sts=2 ai et:
3
4
# Text/base colors
5
gtk-color-scheme = "text_color:#333333\nbase_color:#FFFFFF"
6
# Foreground/background colors
7
gtk-color-scheme = "fg_color:#333333\nbg_color:#F5F5F5"
8
# Selected foreground/background colors
9
gtk-color-scheme = "selected_fg_color:#FFFFFF\nselected_bg_color:#42A5F5"
10
# Headerbar foreground/background colors
11
gtk-color-scheme = "headerbar_fg_color:#333333\nheaderbar_bg_color:#E0E0E0"
12
# Misc colors
13
gtk-color-scheme = "link_color:#42A5F5\nlink_visited_color:#E040FB"
14
15
gtk-auto-mnemonics = 1
16
gtk-primary-button-warps-slider = 1
17
18
include "main.rc"
19
include "apps.rc"
20