diff options
| author | kj_sh604 | 2025-11-09 18:53:25 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-11-09 18:53:25 -0500 |
| commit | f5e03894e96a9c652c39314a2575f52f9c47aac2 (patch) | |
| tree | 070c9be188abfa1bf6f1b3bca44f2c7fb86b1b80 /.config/gtk-3.0 | |
| parent | 0e89adbd440b04e5432eb00614f654c9fed93687 (diff) | |
revert-to: a6675719f73a332f92c30ff5c4948cda26c0e6e3
Diffstat (limited to '.config/gtk-3.0')
| -rw-r--r-- | .config/gtk-3.0/gtk.css | 32 | ||||
| -rw-r--r-- | .config/gtk-3.0/settings.ini | 17 |
2 files changed, 17 insertions, 32 deletions
diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css deleted file mode 100644 index 0dc1b59..0000000 --- a/.config/gtk-3.0/gtk.css +++ /dev/null @@ -1,32 +0,0 @@ -/* uncomment the following to use a monospace font with xfce4-panel */ -/* --- */ -/* .xfce4-panel { - font-family: monospace; - font-size: 10px; -} */ - -/* uncomment the following to use a monospace font with xfce4-notifyd */ -/* --- */ -/* #XfceNotifyWindow label, -#XfceNotifyWindow image { - font-family: monospace; - font-size: 10px; -} */ - -/* uncomment the following for high-contrast workspace panel pager */ -/* change "#pager-" to the correct internal name in your panel config */ -/* --- */ -/* .xfce4-panel #pager- button { - background-color: transparent; - border-radius: 3px; -} -.xfce4-panel #pager- button:checked { - background-image: none; - background-color: #15539E; - border-color: #15539E; - border-radius: 3px; -} -.xfce4-panel #pager- button:hover { - background-color: #15539E; - border-radius: 3px; -} */ diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index 97baa40..b4aa3c1 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -1,2 +1,19 @@ [Settings] +gtk-theme-name=Adwaita-dark +gtk-icon-theme-name=Yaru-wartybrown-dark +gtk-font-name=Adwaita Sans 10 +gtk-cursor-theme-name=VideCursors +gtk-cursor-theme-size=0 +gtk-dialogs-use-header=false +gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ +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=hintfull +gtk-xft-rgba=rgb gtk-enable-animations=0 +gtk-decoration-layout=menu: |
