tonarchy

tonarchy

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