1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-09-16 04:47:18 +00:00
Dotfiles/home/gtk/.gtkrc-2.0

15 lines
288 B
Plaintext
Raw Normal View History

2020-10-12 08:01:04 +00:00
# -- THEME AUTO-WRITTEN DO NOT EDIT
include "/usr/share/themes/Gruvbox-Material-Dark/gtk-2.0/gtkrc"
style "user-font" {
2020-11-09 08:36:15 +00:00
font_name = "Terminus 12"
2020-10-12 08:01:04 +00:00
}
widget_class "*" style "user-font"
2020-11-09 08:36:15 +00:00
gtk-font-name="Terminus 12"
2020-10-12 08:01:04 +00:00
include "/home/horhik/.gtkrc.mine"
# -- THEME AUTO-WRITTEN DO NOT EDIT