diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-10-23 13:09:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-10-23 13:09:32 -0300 |
commit | 2a8c2b3af532b20454713eda25e9050b14f7ed42 (patch) | |
tree | 726675f064b88b8bb0bc72f3b6ada37157e8fd2f | |
parent | 1f1a89a0f99865bcb3680a1464c039256aee64d3 (diff) | |
download | gtk-2a8c2b3af532b20454713eda25e9050b14f7ed42.tar.gz gtk-2a8c2b3af532b20454713eda25e9050b14f7ed42.tar.bz2 |
Feat: switches theme and adds dependencies/debian
-rw-r--r-- | config.dot/gtk-3.0/settings.ini.link | 23 | ||||
-rw-r--r-- | dependencies/debian | 2 |
2 files changed, 21 insertions, 4 deletions
diff --git a/config.dot/gtk-3.0/settings.ini.link b/config.dot/gtk-3.0/settings.ini.link index 1668a61..c889062 100644 --- a/config.dot/gtk-3.0/settings.ini.link +++ b/config.dot/gtk-3.0/settings.ini.link @@ -1,6 +1,21 @@ [Settings] -gtk-application-prefer-dark-theme = false -gtk-theme-name = Adwaita -gtk-fallback-icon-theme = gnome -gtk-icon-theme-name = Gnome +gtk-application-prefer-dark-theme = true +#gtk-theme-name = Adwaita +#gtk-fallback-icon-theme = gnome +#gtk-icon-theme-name = Gnome #gtk-font-name = [font name] [font size] +#gtk-theme-name=Materia-dark-compact +gtk-theme-name=Blackbird +gtk-icon-theme-name=hicolor +gtk-font-name=Sans 10 +gtk-cursor-theme-name=Adwaita +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_BOTH +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=0 +gtk-enable-input-feedback-sounds=0 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle=hintmedium diff --git a/dependencies/debian b/dependencies/debian new file mode 100644 index 0000000..874d658 --- /dev/null +++ b/dependencies/debian @@ -0,0 +1,2 @@ +materia-gtk-theme +blackbird-gtk-theme |