Skip to content

Commit

Permalink
🐛 Fix incompatibility issues with a new version of monaco-editor for …
Browse files Browse the repository at this point in the history
…some monaco themes
  • Loading branch information
CosmoMyzrailGorynych committed Nov 7, 2022
1 parent d5b3e61 commit b3a0100
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions src/node_requires/monaco-themes/HCBlack.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@
}, {
"fontStyle": "bold",
"token": "keyword"
}]
}
}],
"colors": {
"editor.foreground": "#FFFFFF",
"editor.background": "#000000"
}
}
4 changes: 2 additions & 2 deletions src/node_requires/monaco-themes/SpringStream.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
}
],
"colors": {
"editor.foreground": "#555",
"editor.foreground": "#555555",
"editor.background": "#FFFFFF",
"editor.selectionBackground": "#D6D6D6",
"editor.lineHighlightBackground": "#EFEFEF",
Expand All @@ -219,4 +219,4 @@
"textLink.foreground": "#00c09e",
"editorLink.activeForeground": "#00c09e"
}
}
}
8 changes: 4 additions & 4 deletions src/styl/themeSpringStream.styl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@charset "utf-8"

background = #fff
foreground = #555
shadows = #000
background = #ffffff
foreground = #555555
shadows = #000000

/* Frequently used properties */
trans =
Expand Down Expand Up @@ -66,7 +66,7 @@ themeThickBorders = false
borderPale = #d6dedd
borderBright = #d6dedd

text = #555
text = #555555
backgroundDeeper = #fafafa

introBg = #f2fcfa
Expand Down

0 comments on commit b3a0100

Please sign in to comment.