GTK: Switch cursor themes to DMZ white

This commit is contained in:
Salt 2019-06-17 03:28:50 -05:00
parent 0516164712
commit c5744eba62
3 changed files with 12 additions and 10 deletions

Binary file not shown.

View File

@ -1,18 +1,19 @@
[Settings]
gtk-application-prefer-dark-theme=false
gtk-button-images=1
gtk-cursor-theme-name=breeze_cursors
gtk-cursor-theme-name=DMZ-White
gtk-fallback-icon-theme=hicolor
gtk-font-name=Noto Sans Regular 10
gtk-font-name=Noto Sans 10
gtk-icon-theme-name=Papirus-Dark
gtk-menu-images=1
gtk-primary-button-warps-slider=0
gtk-theme-name=Arc-Dark
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-cursor-theme-size=24
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb

View File

@ -4,10 +4,10 @@
include "/home/salt/.gtkrc-2.0.mine"
gtk-theme-name="Arc-Dark"
gtk-icon-theme-name="Papirus-Dark"
gtk-font-name="Noto Sans Regular 10"
gtk-cursor-theme-name="breeze_cursors"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-font-name="Noto Sans 10"
gtk-cursor-theme-name="DMZ-White"
gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
@ -15,4 +15,5 @@ gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull"
gtk-xft-hintstyle="hintslight"
gtk-xft-rgba="rgb"