mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update notebook colors
This commit is contained in:
parent
0dcae36111
commit
e8c144b548
3 changed files with 18 additions and 0 deletions
|
@ -363,6 +363,12 @@
|
|||
"gitDecoration.stageDeletedResourceForeground": "#914c54",
|
||||
"gitDecoration.stageModifiedResourceForeground": "#6183bb",
|
||||
|
||||
"notebook.editorBackground": "#1a1b26",
|
||||
"notebook.cellEditorBackground": "#16161e",
|
||||
"notebook.cellBorderColor": "#101014",
|
||||
"notebook.focusedCellBorder": "#29355a",
|
||||
"notebook.cellStatusBarItemHoverBackground": "#1c1d29",
|
||||
|
||||
"charts.red": "#f7768e",
|
||||
"charts.blue": "#7aa2f7",
|
||||
"charts.yellow": "#e0af68",
|
||||
|
|
|
@ -369,6 +369,12 @@
|
|||
"gitDecoration.stageDeletedResourceForeground": "#914c54",
|
||||
"gitDecoration.stageModifiedResourceForeground": "#34548a",
|
||||
|
||||
"notebook.editorBackground": "#d5d6db",
|
||||
"notebook.cellEditorBackground": "#cbccd1",
|
||||
"notebook.cellBorderColor": "#c1c2c7",
|
||||
"notebook.focusedCellBorder": "#828594",
|
||||
"notebook.cellStatusBarItemHoverBackground": "#d5d6db",
|
||||
|
||||
"charts.red": "#8c4351",
|
||||
"charts.blue": "#34548a",
|
||||
"charts.yellow": "#8f5e15",
|
||||
|
|
|
@ -362,6 +362,12 @@
|
|||
"gitDecoration.stageDeletedResourceForeground": "#914c54",
|
||||
"gitDecoration.stageModifiedResourceForeground": "#6183bb",
|
||||
|
||||
"notebook.editorBackground": "#24283b",
|
||||
"notebook.cellEditorBackground": "#1f2335",
|
||||
"notebook.cellBorderColor": "#1b1e2e",
|
||||
"notebook.focusedCellBorder": "#29355a",
|
||||
"notebook.cellStatusBarItemHoverBackground": "#2c324a",
|
||||
|
||||
"charts.red": "#f7768e",
|
||||
"charts.blue": "#7aa2f7",
|
||||
"charts.yellow": "#e0af68",
|
||||
|
|
Loading…
Reference in a new issue