Skip to content

Commit

Permalink
fix(editor): Server mapping background
Browse files Browse the repository at this point in the history
  • Loading branch information
varrcan committed Apr 29, 2021
1 parent 418b3a7 commit 6f46f66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/resources/META-INF/oceanic_dark.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@
"infoForeground": "#607D8B",
"iconColor": "#B0BEC5"
},
"control": "#263238",
"controlText": "#607D8B",
"Counter": {
"background": "#009688",
"foreground": "#FFFFFF"
Expand Down Expand Up @@ -147,6 +149,7 @@
"underlinedTabBackground": "#314549",
"underlinedTabForeground": "#FFFFFF"
},
"Desktop.background": "#263238",
"DragAndDrop": {
"areaBackground": "#2e3c43",
"areaBorderColor": "#263238",
Expand Down Expand Up @@ -634,7 +637,9 @@
"rowHeight": 24,
"selectionBackground": "#546E7A70",
"selectionForeground": "#FFFFFF",
"selectionInactiveBackground": "#546E7A70"
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#546E7A70",
"textBackground": "#2A373E"
},
"UIDesigner": {
"Label.foreground": "#607D8B",
Expand Down

0 comments on commit 6f46f66

Please sign in to comment.