Fixed the menubar color in Dark theme

Fix for #126
This commit is contained in:
Rebecca 2022-08-31 13:49:46 +02:00 committed by GitHub
parent 1d6423fd5d
commit 4ff8682362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,8 +145,8 @@ theme['link'] = {
-- menubar background color
theme['menubar'] = {
text = '#212226',
background = '#F0F0F0'
text = '#E1E5F2',
background = '#212226'
}
-- tabbar background color (uncomment lines to customize)