Skip to content

Commit

Permalink
feat(blue): improve contrast on recent files popup
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Oct 16, 2022
1 parent 7719798 commit 5c987ae
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/main/resources/codely_blue.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"dark": true,
"author": "CodelyTV",
"editorScheme": "/codely_blue.xml",

"colors": {
"bg": "#1e2b32",
"bg0": "#222d35",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 5c987ae

Please sign in to comment.