Add gsettings overrides for GTK

This commit is contained in:
Jeremy Soller 2024-05-28 10:52:24 -06:00
parent d8ff9791b0
commit c341953588
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 10 additions and 1 deletions

3
.gitignore vendored
View file

@ -26,8 +26,9 @@ vendor.tar
debian/*
!debian/*install
!debian/*postinst
!debian/*gsettings-override
!debian/changelog
!debian/control
!debian/links
!debian/rules
!debian/source
!debian/source

View file

@ -0,0 +1,8 @@
[org.gnome.desktop.interface:cosmic]
color-scheme = "prefer-dark"
gtk-theme = "Pop-dark"
icon-theme = "Pop"
cursor-theme = "Pop"
font-name = "Fira Sans Semi-Light 10"
document-font-name = "Roboto Slab 11"
monospace-font-name = "Fira Mono 11"