Revert "xsession: prefer dark theme"

This reverts commit 33d08ac70f. Let's
see if I really need that. Currently, it works without as long as
"Adwaita-dark" is installed.
This commit is contained in:
Vincent Bernat 2022-07-26 09:59:45 +02:00
parent 33d08ac70f
commit 39fab0a8db

View file

@ -7,9 +7,6 @@ exec < /dev/null
# Ensure we use the appropriate gtkrc-2.0 file # Ensure we use the appropriate gtkrc-2.0 file
export GTK2_RC_FILES=$HOME/.gtkrc-2.0 export GTK2_RC_FILES=$HOME/.gtkrc-2.0
# Prefer a dark theme
export GTK_THEME=:dark
# We do not want to rely on crappy mailcap # We do not want to rely on crappy mailcap
export MAILCAPS=$HOME/.mailcap export MAILCAPS=$HOME/.mailcap