From e38e14ea75b6fbab1751b9ca61bb470c6e4a50e2 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 20 Oct 2022 20:18:23 +0200 Subject: Use Catppuccin GTK and cursor themes --- gtk2.ini | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 gtk2.ini (limited to 'gtk2.ini') diff --git a/gtk2.ini b/gtk2.ini new file mode 100644 index 00000000..6af8200a --- /dev/null +++ b/gtk2.ini @@ -0,0 +1,20 @@ +gtk-theme-name="Catppuccin-Dark" +gtk-icon-theme-name="Papirus-Dark" +gtk-font-name="Fira Sans, 10" +gtk-cursor-theme-name="Catppuccin-Mocha-Dark-Cursors" +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ +gtk-toolbar-icon-size=GTK_ICON_SIZE_MENU +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle="hintslight" +gtk-xft-rgba="rgb" +#gtk-modules="appmenu-gtk-module" +gtk-enable-animations=1 +gtk-primary-button-warps-slider=0 +# Use Qt UI conventions, I think (at least this setting is from KDE). +gtk-alternative-button-order = 1 -- cgit v1.2.3