Initial commit
Prefer dark theme settings for GTK 3 apps.
This commit is contained in:
commit
e53b6d7073
2 changed files with 7 additions and 0 deletions
5
README
Normal file
5
README
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: org; -*-
|
||||
#+TITLE: GTK Configuration
|
||||
|
||||
This is my configuration for GTK, it sets the preferred variant to dark in
|
||||
GTK 3.
|
2
config/gtk-3.0/settings.ini
Normal file
2
config/gtk-3.0/settings.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Settings]
|
||||
gtk-application-prefer-dark-theme = true
|
Loading…
Reference in a new issue