feat: add highlight indicator color for notes
This commit is contained in:
parent
2221604533
commit
58123b4ce8
1 changed files with 5 additions and 0 deletions
|
@ -357,6 +357,11 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => {
|
||||||
'editorWidget.resizeBorder': theme.scheme.defaultAccent,
|
'editorWidget.resizeBorder': theme.scheme.defaultAccent,
|
||||||
'editorWidget.border': theme.scheme.defaultAccent,
|
'editorWidget.border': theme.scheme.defaultAccent,
|
||||||
/**
|
/**
|
||||||
|
* Notebook style
|
||||||
|
*/
|
||||||
|
'notebook.focusedCellBorder': theme.scheme.defaultAccent,
|
||||||
|
'notebook.inactiveFocusedCellBorder': `${theme.scheme.defaultAccent}50`,
|
||||||
|
/**
|
||||||
* Statusbar style
|
* Statusbar style
|
||||||
*/
|
*/
|
||||||
'statusBar.noFolderBackground': theme.scheme.background,
|
'statusBar.noFolderBackground': theme.scheme.background,
|
||||||
|
|
Loading…
Reference in a new issue