mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-08 01:43:13 +00:00
26 lines
644 B
Plaintext
26 lines
644 B
Plaintext
include "/usr/share/themes/Artix-dark/gtk-2.0/gtkrc"
|
|
style "user-font"
|
|
{
|
|
font_name="Roboto"
|
|
}
|
|
widget_class "*" style "user-font"
|
|
|
|
gtk-font-name="Roboto 11"
|
|
gtk-theme-name="Artix-dark"
|
|
gtk-icon-theme-name="matefaenzadark"
|
|
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_BUTTON
|
|
gtk-primary-button-warps-slider=0
|
|
gtk-application-prefer-dark-theme=true
|
|
gtk-button-images=1
|
|
gtk-menu-images=1
|
|
gtk-cursor-theme-name=Premium
|
|
gtk-cursor-theme-size=18
|
|
gtk-enable-event-sounds=1
|
|
gtk-enable-input-feedback-sounds=1
|
|
gtk-primary-button-warps-slider=0
|
|
gtk-xft-antialias=1
|
|
gtk-xft-hinting=1
|
|
gtk-xft-hintstyle=hintfull
|
|
gtk-xft-rgba=rgb
|