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": {