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

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