Add GTK theme and icon settings

This commit is contained in:
Augusto Gunsch 2021-08-24 07:51:32 -03:00
parent 9eb9c3b5dd
commit a5db9c8913
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,4 @@
[Settings]
gtk-icon-theme-name = breeze-dark
gtk-theme-name = Midnight-Blue
gtk-application-prefer-dark-theme = true

3
home/gtkrc-2.0 Normal file
View File

@ -0,0 +1,3 @@
gtk-icon-theme-name = "breeze-dark"
gtk-theme-name = "Midnight-Blue"
gtk-application-prefer-dark-theme = "true"