diff options
author | ZachIR <zachir@librem.one> | 2025-02-28 11:29:23 -0600 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-02-28 11:43:53 -0600 |
commit | 18450042569408f80694a252dd17b7d1d22ecbfb (patch) | |
tree | 8611dbf18ef5ab52f9968dce015a12fc1a7ab144 /gtk-2.0/gtkrc | |
parent | e3cde1579bbc9e07c0afc71084c9b5e83adf4ed7 (diff) |
Fix gtk and qt theming
Also set the theme back to green instead of white
Diffstat (limited to 'gtk-2.0/gtkrc')
-rw-r--r-- | gtk-2.0/gtkrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index 6a23e8c..3c97dc3 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -1,7 +1,7 @@ # DO NOT EDIT! This file will be overwritten by nwg-look. # Any customization should be done in ~/.gtkrc-2.0.mine instead. -gtk-theme-name="Flat-Remix-GTK-White-Darkest-Solid" +gtk-theme-name="Flat-Remix-GTK-Green-Darkest" gtk-icon-theme-name="Cosmic" gtk-font-name="Cantarell 11" gtk-cursor-theme-name="BreezeX-Black" |