From b5dca462088d8fe5151db90d5de45e906b2b0543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=20G=C3=B3mez?= Date: Thu, 15 Feb 2024 22:10:33 +0100 Subject: [PATCH] fix: add contrast in option in the search menu Fixes #43 --- src/main/resources/codely.theme.json | 1 + src/main/resources/codely_blue.theme.json | 1 + src/main/resources/codely_dark.theme.json | 1 + 3 files changed, 3 insertions(+) diff --git a/src/main/resources/codely.theme.json b/src/main/resources/codely.theme.json index 97bfe94..aa840c8 100644 --- a/src/main/resources/codely.theme.json +++ b/src/main/resources/codely.theme.json @@ -158,6 +158,7 @@ "PopupMenu.background": "dark_grey", "PopupMenuSeparator.stripeWidth": 1, "SettingsTree.rowHeight": "0", + "SearchOption.selectedBackground": "bg2", "TableHeader.cellBorder": "3,1,3,1", "Tree.rowHeight": "0", "WelcomeScreen": { diff --git a/src/main/resources/codely_blue.theme.json b/src/main/resources/codely_blue.theme.json index fcc76bb..d2be3ba 100644 --- a/src/main/resources/codely_blue.theme.json +++ b/src/main/resources/codely_blue.theme.json @@ -160,6 +160,7 @@ "PopupMenu.background": "dark_blue", "PopupMenuSeparator.stripeWidth": 1, "SettingsTree.rowHeight": "0", + "SearchOption.selectedBackground": "bg2", "TableHeader.cellBorder": "3,1,3,1", "Tree.rowHeight": "0", "WelcomeScreen": { diff --git a/src/main/resources/codely_dark.theme.json b/src/main/resources/codely_dark.theme.json index 1c9306e..60af061 100644 --- a/src/main/resources/codely_dark.theme.json +++ b/src/main/resources/codely_dark.theme.json @@ -153,6 +153,7 @@ "PopupMenu.background": "dark_grey", "PopupMenuSeparator.stripeWidth": 1, "SettingsTree.rowHeight": "0", + "SearchOption.selectedBackground": "bg2", "TableHeader.cellBorder": "3,1,3,1", "Tree.rowHeight": "0", "WelcomeScreen": {