1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-21 01:37:44 +03:00

Fix the background menu color attributes

This commit is contained in:
Frank LENORMAND 2016-02-17 10:22:29 +02:00
parent c9a31b3cab
commit 1363ef9c5d

View File

@ -52,8 +52,8 @@
face SecondaryCursor ${black},white
face LineNumbers ${grey_dark},${white}
face LineNumberCursor ${grey_dark},${brown_lighter}
face MenuForeground ${orange},${black}
face MenuBackground default,${black}
face MenuForeground ${orange},${brown_lighter}
face MenuBackground ${black_light},${brown_lighter}
face MenuInfo default,${black}
face Information ${black_light},${brown_lighter}
face Error default,${red}