Add GTK settings: prefer dark mode
This commit is contained in:
parent
630bdca1c1
commit
c9ac2b6ff1
2 changed files with 6 additions and 13 deletions
5
Makefile
5
Makefile
|
|
@ -32,6 +32,8 @@ sway: $(DESTDIR)$(PREFIX)/sway/config
|
|||
|
||||
emacs: $(DESTDIR)/.emacs
|
||||
|
||||
gtk: $(DESTDIR)$(PREFIX)/gtk-3.0/settings.ini
|
||||
|
||||
.PHONY: fish i3 i3status vis Xresources fontconfig srcfile st gitconfig zls alacritty sway emacs
|
||||
|
||||
|
||||
|
|
@ -66,3 +68,6 @@ $(DESTDIR)$(PREFIX)/sway/config: $(PWD)/sway/config
|
|||
|
||||
$(DESTDIR)/.emacs: $(PWD)/emacs.el
|
||||
ln -sf $^ $@
|
||||
|
||||
$(DESTDIR)$(PREFIX)/gtk-3.0/settings.ini: $(PWD)/gtk-3.0/settings.ini
|
||||
ln -sf $^ $@
|
||||
|
|
|
|||
|
|
@ -1,14 +1,2 @@
|
|||
[Settings]
|
||||
gtk-theme-name=Raleigh
|
||||
gtk-icon-theme-name=Adwaita++
|
||||
gtk-font-name=Sans 10
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
|
||||
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=1
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintmedium
|
||||
gtk-application-prefer-dark-theme=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue