26 lines
883 B
INI
26 lines
883 B
INI
[Settings]
|
|
# These values must match `gsettings get org.gnome.desktop.interface ...`.
|
|
#
|
|
# Under GNOME, gnome-settings-daemon publishes settings over XSETTINGS and this
|
|
# file is effectively ignored. Under Hyprland there is no settings daemon, so
|
|
# this file becomes authoritative for GTK3 — which is why it previously named
|
|
# themes that aren't installed (Tahoe-Dark, WhiteSur-cursors) without anything
|
|
# appearing broken.
|
|
gtk-theme-name=adw-gtk3-dark
|
|
gtk-icon-theme-name=Adwaita
|
|
gtk-font-name=Adwaita Sans 11
|
|
gtk-cursor-theme-name=oreo_blue_cursors
|
|
gtk-cursor-theme-size=24
|
|
gtk-application-prefer-dark-theme=1
|
|
|
|
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
|
gtk-button-images=0
|
|
gtk-menu-images=0
|
|
gtk-enable-event-sounds=1
|
|
gtk-enable-input-feedback-sounds=0
|
|
gtk-xft-antialias=1
|
|
gtk-xft-hinting=1
|
|
gtk-xft-hintstyle=hintslight
|
|
gtk-xft-rgba=rgb
|