Gtk-2.0, Gtk-3.0: font size = 8 -> 12.

This commit is contained in:
Kolan Sh 2021-03-30 01:32:53 +03:00
parent ddc6bb04b4
commit f145627f93
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
[Settings]
#gtk-theme-name = Zukitwo
gtk-font-name=Liberation Sans 8
gtk-font-name=Liberation Sans 12
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-enable-animations = 0
@ -13,7 +13,7 @@ gtk-button-images=0
#gtk-fallback-icon-theme=oxygen
gtk-cursor-theme-name = gentoo-silver
gtk-cursor-theme-size = 16
gtk-cursor-theme-size = 24
#gtk-xft-antialias = 1
#gtk-xft-dpi = 90

View File

@ -2,18 +2,18 @@
include "/usr/share/themes/Adwaita/gtk-2.0/gtkrc"
style "user-font" {
font_name = "Liberation Sans 8"
font_name = "Liberation Sans 12"
}
widget_class "*" style "user-font"
gtk-font-name="Liberation Sans 8"
gtk-font-name="Liberation Sans 12"
gtk-theme-name = "Adwaita"
include "/home/kolan/.gtkrc.mine"
gtk-cursor-theme-name = "gentoo-silver"
gtk-cursor-theme-size = "16"
gtk-cursor-theme-size = "24"
# -- THEME AUTO-WRITTEN DO NOT EDIT