From 5c987aeb673d6d68cb5feac3faf964998381f60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=20G=C3=B3mez?= Date: Sun, 16 Oct 2022 12:41:55 +0200 Subject: [PATCH] feat(blue): improve contrast on recent files popup --- src/main/resources/codely_blue.theme.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/main/resources/codely_blue.theme.json b/src/main/resources/codely_blue.theme.json index 49431e5..a3e2c3e 100644 --- a/src/main/resources/codely_blue.theme.json +++ b/src/main/resources/codely_blue.theme.json @@ -3,7 +3,6 @@ "dark": true, "author": "CodelyTV", "editorScheme": "/codely_blue.xml", - "colors": { "bg": "#1e2b32", "bg0": "#222d35", @@ -53,10 +52,6 @@ "separatorColor": "bg1", "Borders.color": "bg1" }, - "CompletionPopup": { - "Advertiser.background": "obscure_blue", - "selectionBackground": "obscure_blue" - }, "Notification.background": "dark_blue", "ToolTip.Actions.background": "dark_blue", "Notification.ToolWindow.informativeBackground": "dark_blue", @@ -136,15 +131,18 @@ "separatorColor": "bg0", "background": "dark_blue" }, + "CompletionPopup": { + "Advertiser.background": "obscure_blue", + "selectionBackground": "obscure_blue" + }, "Popup": { - "Advertiser.background": "obscure_blue", "Header.activeBackground": "dark_blue", "Header.inactiveBackground": "dark_blue", "Toolbar.background": "obscure_blue", "background": "obscure_blue", "paintBorder": false, - "separatorColor": "dark_blue" + "separatorColor": "bg1" }, "MemoryIndicator": { "allocatedBackground": "dark_blue",