1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-09-29 17:37:50 +00:00
Dotfiles/home/gtk/.gtkrc-2.0

15 lines
277 B
Plaintext
Raw Normal View History

2020-10-12 08:01:04 +00:00
# -- THEME AUTO-WRITTEN DO NOT EDIT
2021-02-05 13:57:01 +00:00
include "/home/horhik/.themes/darkink/gtk-2.0/gtkrc"
2020-10-12 08:01:04 +00:00
style "user-font" {
2021-02-05 13:57:01 +00:00
font_name = "Mononoki 12"
2020-10-12 08:01:04 +00:00
}
widget_class "*" style "user-font"
2021-02-05 13:57:01 +00:00
gtk-font-name="Mononoki 12"
2020-10-12 08:01:04 +00:00
include "/home/horhik/.gtkrc.mine"
# -- THEME AUTO-WRITTEN DO NOT EDIT