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

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