Skip to content

Commit

Permalink
fix(ui): separate editor toolbar from the code
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <[email protected]>
  • Loading branch information
quentinguidee committed Oct 21, 2023
1 parent e4754a1 commit 65a7e7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion generateFlavours/ui.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,10 @@
},
"Editor": {
"background": "primaryBackground",
"shortcutForeground": "accentColor"
"shortcutForeground": "accentColor",
"Toolbar": {
"borderColor": "separatorColor"
}
},
"EditorPane": {
"splitBorder": "separatorColor"
Expand Down

0 comments on commit 65a7e7b

Please sign in to comment.