From f7f9884fae1f8d7d7c8cf7867c40362ad451bdd9 Mon Sep 17 00:00:00 2001 From: Dima Koval <26870220+dikoval@users.noreply.github.com> Date: Sat, 5 Feb 2022 18:25:24 +0200 Subject: [PATCH] Update background under context menu separator (#192) Improve background for (context) menu separators Before a slightly lighter variant of `nord0` was used as background color for separators in menus, including all context menus. The `PopupMenu.background` key [1] now uses the same background color like the (context) menus itself. [1]: https://github.com/JetBrains/intellij-community/blob/idea/213.6461.79/platform/platform-resources/src/themes/metadata/JDK.themeMetadata.json#L726 Co-authored-by: Arctic Ice Studio Co-authored-by: Sven Greb Closes GH-190 GH-192 --- src/nord.theme.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/nord.theme.json b/src/nord.theme.json index 07947a6..7bba860 100644 --- a/src/nord.theme.json +++ b/src/nord.theme.json @@ -235,6 +235,9 @@ "activeBackground": "#434c5e" } }, + "PopupMenu": { + "background": "#323846" + }, "ProgressBar": { "background": "#88c0d0", "failedColor": "#bf616a",