mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
Bracket highlighting per Solarized example js images
This commit is contained in:
parent
fd9d8d5c8a
commit
ab60b411ca
@ -77,12 +77,12 @@ export async function loadThemes(monaco: { editor: any }): Promise<void> {
|
||||
token: "comment",
|
||||
},
|
||||
{
|
||||
foreground: "2aa198",
|
||||
foreground: "00afaf",
|
||||
token: "string",
|
||||
},
|
||||
{
|
||||
token: "number",
|
||||
foreground: "2aa198",
|
||||
foreground: "00afaf",
|
||||
},
|
||||
{
|
||||
token: "otherkeyvars",
|
||||
@ -116,6 +116,14 @@ export async function loadThemes(monaco: { editor: any }): Promise<void> {
|
||||
token: "type.identifier.js",
|
||||
foreground: "b58900",
|
||||
},
|
||||
{
|
||||
token: "delimiter.square.js",
|
||||
foreground: "0087ff",
|
||||
},
|
||||
{
|
||||
token: "delimiter.bracket.js",
|
||||
foreground: "0087ff",
|
||||
},
|
||||
{
|
||||
token: "this",
|
||||
foreground: "cb4b16",
|
||||
@ -186,6 +194,14 @@ export async function loadThemes(monaco: { editor: any }): Promise<void> {
|
||||
token: "type.identifier.js",
|
||||
foreground: "b58900",
|
||||
},
|
||||
{
|
||||
token: "delimiter.square.js",
|
||||
foreground: "0087ff",
|
||||
},
|
||||
{
|
||||
token: "delimiter.bracket.js",
|
||||
foreground: "0087ff",
|
||||
},
|
||||
{
|
||||
token: "this",
|
||||
foreground: "cb4b16",
|
||||
|
Loading…
Reference in New Issue
Block a user