Merge pull request #160 from nclslbrn/main

fix missing titlebar color on GTK2
This commit is contained in:
Vince 2024-05-03 06:36:19 +08:00 committed by GitHub
commit b7f351494b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -298,8 +298,8 @@ make_gtkrc() {
background_dark='#232A2E' background_dark='#232A2E'
background_darker='#343F44' background_darker='#343F44'
background_alt='#3D484D' background_alt='#3D484D'
background_light='#edeada' titlebar_light='#edeada'
background_dark='#1e2326' titlebar_dark='#1e2326'
;; ;;
esac esac
fi fi