I'm using the greybird-dark-mx theme and notice the Antix Live Remaster GUI (live-remaster) is stuck with a light theme. Is there a setting or some other way to fix that?
Thanks.
Antix Live Remaster GUI (live-remaster) dark theme?
- dolphin_oracle
- Developer
- Posts: 22654
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Antix Live Remaster GUI (live-remaster) dark theme?
no, a light theme is forced for those scripts because they do not have adaptive colors and certain parts are very hard to read with dark backgrounds (blue text on dark background, etc...)
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
- dolphin_oracle
- Developer
- Posts: 22654
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Antix Live Remaster GUI (live-remaster) dark theme?
ok, you could edit /usr/local/share/lib/antiX/antiX-style-default.sh and comment out the two export lines at the top of the script.
to
no reboot required.
Code: Select all
# This prevents gtk themes from interfering with Pango colors
export GTK2_RC_FILES=/usr/share/themes/Default/gtk-2.0-key/gtkrc
export GTK_THEME=Adwaita
Code: Select all
# This prevents gtk themes from interfering with Pango colors
#export GTK2_RC_FILES=/usr/share/themes/Default/gtk-2.0-key/gtkrc
#export GTK_THEME=Adwaita
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: Antix Live Remaster GUI (live-remaster) dark theme?
Thanks much, DO.