Skip to content

Commit

Permalink
fix: add contrast in option in the search menu
Browse files Browse the repository at this point in the history
Fixes #43
  • Loading branch information
rgomezcasas committed Feb 15, 2024
1 parent 38dfb6d commit 04b7ee2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/codely.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/codely_blue.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/codely_dark.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 04b7ee2

Please sign in to comment.