mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-12 16:04:39 +08:00
Update matching brackets style (#595)
This commit is contained in:
parent
d2cdf0a2cb
commit
fedbf4f53b
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ const theme = {
|
|||
"editorSuggestWidget.selectedBackground": "#2c313a",
|
||||
"input.background": "#1b1d23",
|
||||
"input.border": "#181a1f",
|
||||
"editorBracketMatch.border": "#282c34",
|
||||
"editorBracketMatch.background": "#3e4451",
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue