Skip to content

Commit

Permalink
Merge pull request #471 from node-red-contrib-themes/tokyo-night-monaco
Browse files Browse the repository at this point in the history
  • Loading branch information
bonanitech authored Jul 10, 2024
2 parents a582aba + 78d01a5 commit a146197
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 29 deletions.
52 changes: 42 additions & 10 deletions src/themes/tokyo-night-light/theme-monaco.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"activityBar.inactiveForeground": "#828594",
"activityBarBadge.background": "#34548a",
"activityBarBadge.foreground": "#ffffff",
"activityBarTop.activeBorder": "#424242",
"activityBarTop.dropBorder": "#424242",
"activityBarTop.foreground": "#424242",
"activityBarTop.inactiveForeground": "#424242bf",
"activityBarTop.activeBorder": "#4c505e",
"activityBarTop.dropBorder": "#4c505e",
"activityBarTop.foreground": "#4c505e",
"activityBarTop.inactiveForeground": "#828594",
"badge.background": "#979db833",
"badge.foreground": "#4c505e",
"banner.background": "#8f929f",
Expand Down Expand Up @@ -104,7 +104,7 @@
"diffEditor.moveActive.border": "#ffa500",
"diffEditor.removedLineBackground": "#e8686812",
"diffEditor.removedTextBackground": "#e8686812",
"diffEditor.unchangedCodeBackground": "#b8b8b829",
"diffEditor.unchangedCodeBackground": "#e7e8ed66",
"diffEditor.unchangedRegionBackground": "#cbccd1",
"diffEditor.unchangedRegionForeground": "#4c505e",
"diffEditor.unchangedRegionShadow": "#737373bf",
Expand Down Expand Up @@ -197,15 +197,15 @@
"editorHoverWidget.foreground": "#4c505e",
"editorHoverWidget.highlightForeground": "#34548a",
"editorHoverWidget.statusBarBackground": "#cfd2d9",
"editorIndentGuide.activeBackground": "#f4f5f8",
"editorIndentGuide.activeBackground": "#d5d6db",
"editorIndentGuide.activeBackground1": "#f4f5f8",
"editorIndentGuide.activeBackground2": "#00000000",
"editorIndentGuide.activeBackground3": "#00000000",
"editorIndentGuide.activeBackground4": "#00000000",
"editorIndentGuide.activeBackground5": "#00000000",
"editorIndentGuide.activeBackground6": "#00000000",
"editorIndentGuide.background": "#cacbcf",
"editorIndentGuide.background1": "#cacbcf",
"editorIndentGuide.background": "#d5d6db",
"editorIndentGuide.background1": "#c5c6c9",
"editorIndentGuide.background2": "#00000000",
"editorIndentGuide.background3": "#00000000",
"editorIndentGuide.background4": "#00000000",
Expand Down Expand Up @@ -401,8 +401,8 @@
"minimapSlider.activeBackground": "#90929619",
"minimapSlider.background": "#90929613",
"minimapSlider.hoverBackground": "#90929610",
"multiDiffEditor.border": "#cccccc",
"multiDiffEditor.headerBackground": "#cbccd1",
"multiDiffEditor.border": "#d5d6db",
"multiDiffEditor.headerBackground": "#d5d6db",
"notebook.cellBorderColor": "#c1c2c7",
"notebook.cellEditorBackground": "#cbccd1",
"notebook.cellInsertionIndicator": "#82859433",
Expand Down Expand Up @@ -741,6 +741,22 @@
"fontStyle": "italic",
"token": "storage.modifier"
},
{
"fontStyle": "italic",
"token": "string.quoted.docstring.multi"
},
{
"fontStyle": "italic",
"token": "string.quoted.docstring.multi.python punctuation.definition.string.begin"
},
{
"fontStyle": "italic",
"token": "string.quoted.docstring.multi.python punctuation.definition.string.end"
},
{
"fontStyle": "italic",
"token": "string.quoted.docstring.multi.python constant.character.escape"
},
{
"fontStyle": "",
"token": "keyword.control.flow.block-scalar.literal"
Expand All @@ -765,6 +781,22 @@
"foreground": "#9699A3",
"token": "comment.block.documentation punctuation"
},
{
"foreground": "#9699A3",
"token": "string.quoted.docstring.multi"
},
{
"foreground": "#9699A3",
"token": "string.quoted.docstring.multi.python punctuation.definition.string.begin"
},
{
"foreground": "#9699A3",
"token": "string.quoted.docstring.multi.python punctuation.definition.string.end"
},
{
"foreground": "#9699A3",
"token": "string.quoted.docstring.multi.python constant.character.escape"
},
{
"foreground": "#7C7F87",
"token": "keyword.operator.assignment.jsdoc"
Expand Down
52 changes: 42 additions & 10 deletions src/themes/tokyo-night-storm/theme-monaco.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"activityBar.inactiveForeground": "#41496b",
"activityBarBadge.background": "#3d59a1",
"activityBarBadge.foreground": "#ffffff",
"activityBarTop.activeBorder": "#e7e7e7",
"activityBarTop.dropBorder": "#e7e7e7",
"activityBarTop.foreground": "#e7e7e7",
"activityBarTop.inactiveForeground": "#e7e7e799",
"activityBarTop.activeBorder": "#7982a9",
"activityBarTop.dropBorder": "#7982a9",
"activityBarTop.foreground": "#7982a9",
"activityBarTop.inactiveForeground": "#41496b",
"badge.background": "#7e83b233",
"badge.foreground": "#a9b1d6",
"banner.background": "#2c324a",
Expand Down Expand Up @@ -104,7 +104,7 @@
"diffEditor.moveActive.border": "#ffa500",
"diffEditor.removedLineBackground": "#db4b4b22",
"diffEditor.removedTextBackground": "#db4b4b22",
"diffEditor.unchangedCodeBackground": "#74747429",
"diffEditor.unchangedCodeBackground": "#2f344d66",
"diffEditor.unchangedRegionBackground": "#1f2335",
"diffEditor.unchangedRegionForeground": "#7982a9",
"diffEditor.unchangedRegionShadow": "#000000",
Expand Down Expand Up @@ -204,8 +204,8 @@
"editorIndentGuide.activeBackground4": "#00000000",
"editorIndentGuide.activeBackground5": "#00000000",
"editorIndentGuide.activeBackground6": "#00000000",
"editorIndentGuide.background": "#292e42",
"editorIndentGuide.background1": "#292e42",
"editorIndentGuide.background": "#3b4261",
"editorIndentGuide.background1": "#2d324a",
"editorIndentGuide.background2": "#00000000",
"editorIndentGuide.background3": "#00000000",
"editorIndentGuide.background4": "#00000000",
Expand Down Expand Up @@ -401,8 +401,8 @@
"minimapSlider.activeBackground": "#9cacff11",
"minimapSlider.background": "#9cacff0a",
"minimapSlider.hoverBackground": "#9cacff08",
"multiDiffEditor.border": "#1b1e2e",
"multiDiffEditor.headerBackground": "#262626",
"multiDiffEditor.border": "#24283b",
"multiDiffEditor.headerBackground": "#24283b",
"notebook.cellBorderColor": "#1b1e2e",
"notebook.cellEditorBackground": "#1f2335",
"notebook.cellInsertionIndicator": "#545c7e33",
Expand Down Expand Up @@ -740,6 +740,22 @@
"fontStyle": "italic",
"token": "storage.modifier"
},
{
"fontStyle": "italic",
"token": "string.quoted.docstring.multi"
},
{
"fontStyle": "italic",
"token": "string.quoted.docstring.multi.python punctuation.definition.string.begin"
},
{
"fontStyle": "italic",
"token": "string.quoted.docstring.multi.python punctuation.definition.string.end"
},
{
"fontStyle": "italic",
"token": "string.quoted.docstring.multi.python constant.character.escape"
},
{
"fontStyle": "",
"token": "keyword.control.flow.block-scalar.literal"
Expand All @@ -764,6 +780,22 @@
"foreground": "#5F6996",
"token": "comment.block.documentation punctuation"
},
{
"foreground": "#5F6996",
"token": "string.quoted.docstring.multi"
},
{
"foreground": "#5F6996",
"token": "string.quoted.docstring.multi.python punctuation.definition.string.begin"
},
{
"foreground": "#5F6996",
"token": "string.quoted.docstring.multi.python punctuation.definition.string.end"
},
{
"foreground": "#5F6996",
"token": "string.quoted.docstring.multi.python constant.character.escape"
},
{
"foreground": "#6F7BB0",
"token": "keyword.operator.assignment.jsdoc"
Expand Down Expand Up @@ -1145,7 +1177,7 @@
},
{
"foreground": "#DE5971",
"token": "meta.tag.other.unrecognized.html.derivative entity.name.tag"
"token": "meta.tag.other.unrecognized.html.derivative"
},
{
"foreground": "#DE5971",
Expand Down
50 changes: 41 additions & 9 deletions src/themes/tokyo-night/theme-monaco.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"activityBar.inactiveForeground": "#3b3e52",
"activityBarBadge.background": "#3d59a1",
"activityBarBadge.foreground": "#ffffff",
"activityBarTop.activeBorder": "#e7e7e7",
"activityBarTop.dropBorder": "#e7e7e7",
"activityBarTop.foreground": "#e7e7e7",
"activityBarTop.inactiveForeground": "#e7e7e799",
"activityBarTop.activeBorder": "#787c99",
"activityBarTop.dropBorder": "#787c99",
"activityBarTop.foreground": "#787c99",
"activityBarTop.inactiveForeground": "#3b3e52",
"badge.background": "#7e83b230",
"badge.foreground": "#acb0d0",
"banner.background": "#202330",
Expand Down Expand Up @@ -104,7 +104,7 @@
"diffEditor.moveActive.border": "#ffa500",
"diffEditor.removedLineBackground": "#db4b4b22",
"diffEditor.removedTextBackground": "#db4b4b22",
"diffEditor.unchangedCodeBackground": "#74747429",
"diffEditor.unchangedCodeBackground": "#282a3b66",
"diffEditor.unchangedRegionBackground": "#16161e",
"diffEditor.unchangedRegionForeground": "#787c99",
"diffEditor.unchangedRegionShadow": "#000000",
Expand Down Expand Up @@ -204,8 +204,8 @@
"editorIndentGuide.activeBackground4": "#00000000",
"editorIndentGuide.activeBackground5": "#00000000",
"editorIndentGuide.activeBackground6": "#00000000",
"editorIndentGuide.background": "#1e202e",
"editorIndentGuide.background1": "#1e202e",
"editorIndentGuide.background": "#363b54",
"editorIndentGuide.background1": "#232433",
"editorIndentGuide.background2": "#00000000",
"editorIndentGuide.background3": "#00000000",
"editorIndentGuide.background4": "#00000000",
Expand Down Expand Up @@ -401,8 +401,8 @@
"minimapSlider.activeBackground": "#868bc411",
"minimapSlider.background": "#868bc40a",
"minimapSlider.hoverBackground": "#868bc408",
"multiDiffEditor.border": "#101014",
"multiDiffEditor.headerBackground": "#262626",
"multiDiffEditor.border": "#1a1b26",
"multiDiffEditor.headerBackground": "#1a1b26",
"notebook.cellBorderColor": "#101014",
"notebook.cellEditorBackground": "#16161e",
"notebook.cellInsertionIndicator": "#545c7e33",
Expand Down Expand Up @@ -740,6 +740,22 @@
"fontStyle": "italic",
"token": "storage.modifier"
},
{
"fontStyle": "italic",
"token": "string.quoted.docstring.multi"
},
{
"fontStyle": "italic",
"token": "string.quoted.docstring.multi.python punctuation.definition.string.begin"
},
{
"fontStyle": "italic",
"token": "string.quoted.docstring.multi.python punctuation.definition.string.end"
},
{
"fontStyle": "italic",
"token": "string.quoted.docstring.multi.python constant.character.escape"
},
{
"fontStyle": "",
"token": "keyword.control.flow.block-scalar.literal"
Expand All @@ -764,6 +780,22 @@
"foreground": "#51597D",
"token": "comment.block.documentation punctuation"
},
{
"foreground": "#51597D",
"token": "string.quoted.docstring.multi"
},
{
"foreground": "#51597D",
"token": "string.quoted.docstring.multi.python punctuation.definition.string.begin"
},
{
"foreground": "#51597D",
"token": "string.quoted.docstring.multi.python punctuation.definition.string.end"
},
{
"foreground": "#51597D",
"token": "string.quoted.docstring.multi.python constant.character.escape"
},
{
"foreground": "#5A638C",
"token": "keyword.operator.assignment.jsdoc"
Expand Down

0 comments on commit a146197

Please sign in to comment.