diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-10-07 23:07:40 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-10-07 23:07:40 +0200 |
commit | b6306b8bc2cc55841077ec33b2db20d7f86a1a87 (patch) | |
tree | c41586edb7fe1438407c5ee00a79ce9df7fb7949 /.config/gtk-2.0 | |
parent | d131d8ea1bb662a8b776f6851be28a1f70d822a6 (diff) |
slight changes to system theme
Diffstat (limited to '.config/gtk-2.0')
-rw-r--r-- | .config/gtk-2.0/gtkrc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.config/gtk-2.0/gtkrc b/.config/gtk-2.0/gtkrc index bbeef6a..9bb13e2 100644 --- a/.config/gtk-2.0/gtkrc +++ b/.config/gtk-2.0/gtkrc @@ -1,6 +1,10 @@ -gtk-theme-name="Arc-Dark" -gtk-icon-theme-name="breeze-dark" -gtk-font-name="SFNS Display 11.5" +# DO NOT EDIT! This file will be overwritten by LXAppearance. +# Any customization should be done in ~/.gtkrc-2.0.mine instead. + +include "/home/adam/.gtkrc-2.0.mine" +gtk-theme-name="Arc" +gtk-icon-theme-name="Yaru" +gtk-font-name="SFNS Display 12" gtk-cursor-theme-name="phinger-cursors-light" gtk-cursor-theme-size=0 gtk-toolbar-style=GTK_TOOLBAR_BOTH |