Dark up GTK theme 🎉

This commit is contained in:
Jake Howard 2019-10-23 09:30:51 +01:00
parent b31146df15
commit a4063ba217
Signed by: jake
GPG Key ID: 57AFB45680EDD477
4 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
[Settings]
gtk-application-prefer-dark-theme=0
gtk-theme-name=Numix
gtk-fallback-icon-theme=Numix
gtk-theme-name=Matcha-dark-aliz
gtk-fallback-icon-theme=Matcha-dark-aliz
gtk-icon-theme-name=Numix-Square
gtk-font-name=Cantarell 11
gtk-auto-mnemonics=1

View File

@ -1,5 +1,5 @@
include "/home/jake/.gtkrc-2.0.mine"
gtk-theme-name="Numix"
gtk-theme-name="Matcha-dark-aliz"
gtk-icon-theme-name="Numix-Square"
gtk-font-name="Cantarell 11"
gtk-cursor-theme-name="Adwaita"

View File

@ -26,7 +26,7 @@
- set_fact:
lightdm_gtk_preferences:
- {key: "background", value: "/usr/share/backgrounds/gnome/adwaita-night.jpg"}
- {key: "theme-name", value: "Numix"}
- {key: "theme-name", value: "Matcha-dark-aliz"}
- {key: "icon-theme-name", value: "Numix-Square"}
- {key: "hide-user-image", value: "true"}
- {key: "clock-format", value: "%H:%M:%S"}

View File

@ -41,6 +41,7 @@
- 'gtk-engine-murrine'
- 'lxappearance'
- 'numix-gtk-theme-git'
- 'matcha-gtk-theme'
- 'numix-square-icon-theme'
- 'qt5-styleplugins'
@ -54,7 +55,7 @@
- name: Set GTK theme
dconf:
key: "/org/gnome/desktop/interface/gtk-theme"
value: '"Numix"'
value: '"Matcha-dark-aliz"'
become: true
become_user: "{{ user }}"