fix missing titlebar color on GTK2

This commit is contained in:
Nicolas Lebrun 2024-05-02 19:41:17 +02:00 committed by GitHub
parent 9cbd9f45a2
commit d3479f862e
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_darker='#343F44'
background_alt='#3D484D'
background_light='#edeada'
background_dark='#1e2326'
titlebar_light='#edeada'
titlebar_dark='#1e2326'
;;
esac
fi