From d8a494ba9e4ef90ddae1e7a29beae6ae9a50063b Mon Sep 17 00:00:00 2001 From: Rotwuper Date: Thu, 28 Aug 2025 21:24:41 +0200 Subject: [PATCH] Fix MenuItem background --- .intellijPlatform/self-update.lock | 2 +- src/main/resources/codely.theme.json | 3 +++ src/main/resources/codely_blue.theme.json | 3 +++ src/main/resources/codely_dark.theme.json | 3 +++ src/main/resources/codely_light.theme.json | 3 +++ 5 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.intellijPlatform/self-update.lock b/.intellijPlatform/self-update.lock index 2546a05..0ed9010 100644 --- a/.intellijPlatform/self-update.lock +++ b/.intellijPlatform/self-update.lock @@ -1 +1 @@ -2025-05-30 \ No newline at end of file +2025-08-28 \ No newline at end of file diff --git a/src/main/resources/codely.theme.json b/src/main/resources/codely.theme.json index 563949b..12bde4d 100644 --- a/src/main/resources/codely.theme.json +++ b/src/main/resources/codely.theme.json @@ -133,6 +133,9 @@ "separatorColor": "bg0", "background": "dark_grey" }, + "MenuItem": { + "background": "dark_grey" + }, "Popup": { "background": "dark_grey", "Advertiser.background": "dark_grey", diff --git a/src/main/resources/codely_blue.theme.json b/src/main/resources/codely_blue.theme.json index 8871ed3..ee46cfb 100644 --- a/src/main/resources/codely_blue.theme.json +++ b/src/main/resources/codely_blue.theme.json @@ -131,6 +131,9 @@ "separatorColor": "bg0", "background": "dark_blue" }, + "MenuItem": { + "background": "dark_blue" + }, "CompletionPopup": { "Advertiser.background": "obscure_blue", "selectionBackground": "obscure_blue" diff --git a/src/main/resources/codely_dark.theme.json b/src/main/resources/codely_dark.theme.json index 2a2bb35..8505203 100644 --- a/src/main/resources/codely_dark.theme.json +++ b/src/main/resources/codely_dark.theme.json @@ -131,6 +131,9 @@ "separatorColor": "bg0", "background": "dark_grey" }, + "MenuItem": { + "background": "dark_grey" + }, "Popup": { "Header.activeBackground": "dark_grey", "Header.inactiveBackground": "dark_grey", diff --git a/src/main/resources/codely_light.theme.json b/src/main/resources/codely_light.theme.json index cb72330..bfbb2db 100644 --- a/src/main/resources/codely_light.theme.json +++ b/src/main/resources/codely_light.theme.json @@ -132,6 +132,9 @@ "separatorColor": "bg0", "background": "bg" }, + "MenuItem": { + "background": "bg" + }, "Popup": { "Header.activeBackground": "bg", "Header.inactiveBackground": "bg",