Skip to content

Instantly share code, notes, and snippets.

@forivall
Last active December 28, 2022 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save forivall/42c93d41d10f13c20c4eefc1e7d4337b to your computer and use it in GitHub Desktop.
Save forivall/42c93d41d10f13c20c4eefc1e7d4337b to your computer and use it in GitHub Desktop.
vscode theme color customizations
{
"editor.semanticTokenColorCustomizations": {
"rules": {
"*.mutable": {
"fontStyle": "bold"
},
"*.typeHint": {
"fontStyle": "italic"
},
"interface": {
"fontStyle": "italic"
}
},
"[Boxy Tomorrow]": {
"enabled": true,
"rules": {
// "variable.other property.declaration": "#CC6666",
// "label": "#ff0000",
"builtinType": {
"foreground": "#b294bb"
},
"enumMember": {
"foreground": "#d8d3d0"
},
"interface": {
"foreground": "#F0C674"
},
"method": {
"foreground": "#81A2BE"
},
"parameter": {
"foreground": "#e8a273"
},
"property": {
"foreground": "#C5C8C6"
},
"property.declaration": {
"foreground": "#D8DAD9"
},
"selfKeyword": {
"foreground": "#c5717b"
},
"selfTypeKeyword": {
"foreground": "#c5717b"
},
"unresolvedReference": {
"foreground": "#D8DAD9"
},
"variable": {
"foreground": "#CC6666"
}
}
},
"[Boxy Yesterday]": {
"enabled": true,
"rules": {
"builtinType": {
"foreground": "#8959a8"
},
"enumMember": {
"foreground": "#2f2a27"
},
"interface": {
"foreground": "#b08a00"
},
"method": {
"foreground": "#4271AE"
},
"parameter": {
"foreground": "#c26107"
},
"property": {
"foreground": "#4d4d4c"
},
"property.declaration": {
"foreground": "#242423"
},
"selfKeyword": {
"foreground": "#bf333f"
},
"selfTypeKeyword": {
"foreground": "#bf333f"
},
"unresolvedReference": {
"foreground": "#242423"
},
"variable": {
"foreground": "#c6282a"
}
}
}
// "*.declaration": "#ff0000"
},
"editor.tokenColorCustomizations": {
"textMateRules": [
{
// Scopes:
// meta.type.annotation
// meta.type.declaration entity.name.type
// meta.type.declaration support.type
// meta.type.parameters entity.name.type
// meta.type.parameters support.type
// meta.return.type
// meta.type string.quoted
// meta.return.type string.quoted
// meta.indexer.mappedtype.declaration string.quoted
// meta.type storage.modifier
// meta.type keyword.operator.expression.import
// meta.indexer.mappedtype.declaration keyword.operator.expression.import
// meta.interface support.class
// meta.interface entity.other.inherited-class
// keyword.operator.expression.keyof
// keyword.operator.expression.typeof
// meta.import support.type
"scope": "meta.type.annotation, meta.type.declaration entity.name.type, meta.type.declaration support.type, meta.type.parameters entity.name.type, meta.type.parameters support.type, meta.return.type, meta.type string.quoted, meta.return.type string.quoted, meta.indexer.mappedtype.declaration string.quoted, meta.type storage.modifier, meta.type keyword.operator.expression.import, meta.indexer.mappedtype.declaration keyword.operator.expression.import, meta.interface support.class, meta.interface entity.other.inherited-class, keyword.operator.expression.keyof, keyword.operator.expression.typeof, meta.attribute.rust, entity.name.namespace",
"settings": {"fontStyle": "italic"}
},
{
// entity.name.type.alias
// meta.type.annotation keyword.operator.type.annotation
// meta.type.annotation punctuation.definition.block
// meta.type.annotation punctuation.terminator.statement.tsx
// // meta.function-call.ts keyword.operator.expression.import.ts
// // meta.type.paren string.quoted
"scope": "entity.name.type.alias, meta.type.annotation keyword.operator.type.annotation, meta.type.annotation punctuation.definition.block, meta.type.annotation punctuation.terminator.statement.tsx, meta.attribute.rust punctuation, meta.attribute.rust keyword.operator",
"settings": {
"fontStyle": ""
}
},
{
"scope": "new.expr meta.type.parameters entity.name.type",
"settings": {
"fontStyle": "italic"
}
}
// { // clojure
// "scope": "meta.metadata.simple",
// "settings": { "fontStyle": "italic" } },
],
"[Boxy Yesterday]": {
// https://github.com/trongthanh/vscode-boxythemekit/blob/master/themes/Boxy%20Yesterday.json
"textMateRules": [
{ "scope": "rainbow1",
"settings": {
"foreground": "#c82829"
}
},
{ "scope": "keyword.rainbow2",
"settings": {
"fontStyle": "italic",
"foreground": "#718c00"
}
},
{ "scope": "entity.name.function.rainbow3",
"settings": {
"foreground": "#da761a"
}
},
{ "scope": "comment.rainbow4",
"settings": {
"fontStyle": "italic",
"foreground": "#32807a"
}
},
{ "scope": "string.rainbow5",
"settings": {
"foreground": "#b08a00"
}
},
{ "scope": "variable.parameter.rainbow6",
"settings": {
"fontStyle": "italic",
"foreground": "#969896"
}
},
{ "scope": "constant.numeric.rainbow7",
"settings": {
"foreground": "#4271AE"
}
},
{ "scope": "entity.name.type.rainbow8",
"settings": {
"fontStyle": "italic",
"foreground": "#a6816a"
}
},
{ "scope": "markup.bold.rainbow9",
"settings": {
"fontStyle": "",
"foreground": "#8959a8"
}
},
{ "scope": "invalid.rainbow10",
"settings": {
"fontStyle": "italic",
"foreground": "#8e908c"
}
},
{ "name": "Tag",
"scope": "entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter",
"settings": {
// "foreground": "#df5b66",
// "foreground": "#c82829"
"foreground": "#c6282a"
}
},
{ "name": "Other Variable, String Link",
"scope": "support.other.variable, string.other.link",
"settings": {
"foreground": "#c6282a"
}
},
{ "name": "Markdown - Heading",
"scope": "markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown",
"settings": {
"foreground": "#c6282a"
}
},
{ "name": "Variable",
"scope": "variable, string constant.other.placeholder",
"settings": {
// "foreground": "#4d4d4c"
"foreground": "#242423"
}
},
{ "name": "Markdown - Plain",
"scope": "text.html.markdown, punctuation.definition.list_item.markdown",
"settings": {
"foreground": "#4d4d4c"
}
},
{ "name": "Class, Support",
"scope": "entity.name.class, entity.name.type.class, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter",
"settings": {
// "foreground": "#c99e00",
"foreground": "#b08a00"
}
},
{ "name": "JSON Key - Level 1",
"scope": "source.json meta meta.structure.dictionary.json string.quoted.double.json - meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta.structure.dictionary.json punctuation.definition.string - meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string",
"settings": {
"foreground": "#b08a00"
}
},
{ "name": "Markdown - Link Anchor",
"scope": "constant.other.reference.link.markdown",
"settings": {
"foreground": "#b08a00"
}
},
{ "name": "Number, Constant, Function Argument, Tag Attribute, Embedded",
"scope": "constant.numeric, constant.language, support.constant, constant.character, variable.parameter, keyword.other.unit",
"settings": {
// "foreground": "#f5871f",
"foreground": "#da761a"
}
},
{ "name": "Bracket Highlighter Angle",
"scope": "brackethighlighter.angle",
"settings": {
// "foreground": "#f5871f",
"foreground": "#da761a"
}
},
// personalizations
{ "name": "Operator, Misc",
"scope": "keyword.operator, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution",
"settings": {
// "foreground": "#3e999f"
"foreground": "#32807a"
}
},
{ "scope": "variable.other property.declaration, entity.name.rust",
"settings": {"foreground": "#c82829"}
},
{ "scope": "variable.language.self.rust",
"settings": {"foreground": "#bf333f", "fontStyle": ""}
},
{
"scope": "meta.object-literal.key, variable.object.property",
"settings": {"foreground": "#535352"}
},
{
"scope": "new.expr entity.name.type",
"settings": { "foreground": "#b08a00" }
},
{
"scope": "source.rust entity.name.type",
"settings": { "foreground": "#b08a00", "fontStyle": "" }
},
{
"scope": "source.rust entity.name.type.numeric",
"settings": { "foreground": "#8959a8" }
},
{
"scope": "variable.other.rust",
"settings": { "foreground": "#242423" }
},
{
"scope": "new.expr meta.type.parameters entity.name.type",
"settings": {"foreground": "#535352", "fontStyle": "italic"}
},
{
"scope": "meta.type.declaration > meta.type.parameters entity.name.type, meta.function.definition.rust variable.other.rust",
// This scope selector currently doesn't work
"settings": {
"foreground": "#da761a"
}
},
{
"name": "configuration string",
"scope": "source.ignore support.type.property-name.path, source.env",
"settings": {
"foreground": "#718c00"
}
},
{
"name": "ignore glob",
"scope": "source.ignore keyword.control.escape.special",
"settings": {
"foreground": "#32807a"
// "foreground": "#32807a"
}
},
{
"name": "Pip",
"scope": "source.pip-requirements entity.name.class",
"settings": {
// "foreground": "#4d4d4c"
"foreground": "#242423"
}
},
// // regex
// { "scope": "meta.metadata.simple", "settings": { "foreground": "#f0c674" } },
{
"scope": "string.regexp",
"settings": {"foreground": "#718c00"}
},
{
"scope": "string.regexp constant.character.escape",
"settings": {"foreground": "#cea463"}
},
{
"scope": "string.regexp keyword.operator",
"settings": {"foreground": "#8959a8"}
},
{
"scope": "string.regexp meta.group.regexp punctuation",
"settings": {"foreground": "#3e999f"}
},
{
"scope": "string.regexp meta.group.regexp meta.group.regexp punctuation",
"settings": {"foreground": "#1eb0bb"}
},
{
"scope": "string.regexp meta.group.regexp meta.group.regexp meta.group.regexp punctuation",
"settings": {"foreground": "#569f74"}
},
{
"scope": "string.regexp meta.group.regexp meta.group.regexp meta.group.regexp meta.group.regexp punctuation",
"settings": {"foreground": "#2177d8"}
},
{
"scope": "string.regexp meta.group.regexp meta.group.regexp meta.group.regexp meta.group.regexp meta.group.regexp punctuation",
"settings": {"foreground": "#7bb2b5"}
},
{
"scope": "string.regexp meta.group.regexp meta.group.regexp meta.group.regexp meta.group.regexp meta.group.regexp meta.group.regexp punctuation",
"settings": {"foreground": "#26c567"}
}
]
},
"[Boxy Tomorrow]": {
"textMateRules": [
{"scope": "rainbow1", "settings": {"foreground": "#cc6666"}},
{
"scope": "keyword.rainbow2",
"settings": {"fontStyle": "italic", "foreground": "#b5bd68"}
},
{
"scope": "entity.name.function.rainbow3",
"settings": {"foreground": "#de935f"}
},
{
"scope": "comment.rainbow4",
"settings": {"fontStyle": "italic", "foreground": "#8abeb7"}
},
{"scope": "string.rainbow5", "settings": {"foreground": "#f0c674"}},
{
"scope": "variable.parameter.rainbow6",
"settings": {"fontStyle": "italic", "foreground": "#969896"}
},
{
"scope": "constant.numeric.rainbow7",
"settings": {"foreground": "#81a2be"}
},
{
"scope": "entity.name.type.rainbow8",
"settings": {"fontStyle": "italic", "foreground": "#a6816a"}
},
{
"scope": "markup.bold.rainbow9",
"settings": {"fontStyle": "", "foreground": "#b294bb"}
},
{
"scope": "invalid.rainbow10",
"settings": {"fontStyle": "italic", "foreground": "#c5c8c6"}
},
// personalizations
{
"scope": "variable.other property.declaration, entity.name.rust",
"settings": {"foreground": "#CC6666"}
},
{
"scope": "meta.object-literal.key, variable.object.property",
"settings": {"foreground": "#d8dad9"}
},
{
"scope": "new.expr entity.name.type",
"settings": { "foreground": "#f0c674" }
},
{
"scope": "source.rust entity.name.type",
"settings": { "foreground": "#f0c674", "fontStyle": "" }
},
{
"scope": "source.rust entity.name.type.numeric",
"settings": {
"foreground": "#b294bb"
}
},
{
"scope": "variable.other.rust",
"settings": {"foreground": "#d8dad9"}
},
{
"scope": "new.expr meta.type.parameters entity.name.type",
"settings": {"foreground": "#d8dad9", "fontStyle": "italic"}
},
{
"scope": "meta.type.declaration > meta.type.parameters entity.name.type, meta.function.definition.rust variable.other.rust",
// This scope selector currently doesn't work
"settings": {
"foreground": "#de935f"
}
},
{
"name": "configuration string",
"scope": "source.ignore support.type.property-name.path, source.env",
"settings": {
"foreground": "#b5bd68"
}
},
{
"name": "ignore glob",
"scope": "source.ignore keyword.control.escape.special",
"settings": {
"foreground": "#8abeb7"
// "foreground": "#32807a"
}
},
// // regex
// { "scope": "meta.metadata.simple", "settings": { "foreground": "#f0c674" } },
{
"scope": "string.regexp",
"settings": {"foreground": "#b5bd68"}
},
{
"scope": "string.regexp constant.character.escape",
"settings": {"foreground": "#cea463"}
},
{
"scope": "string.regexp keyword.operator",
"settings": {"foreground": "#b294bb"}
},
{
"scope": "string.regexp meta.group.regexp punctuation",
"settings": {"foreground": "#8abeb7"}
},
{
"scope": "string.regexp meta.group.regexp meta.group.regexp punctuation",
"settings": {"foreground": "#74e0d2"}
},
{
"scope": "string.regexp meta.group.regexp meta.group.regexp meta.group.regexp punctuation",
"settings": {"foreground": "#8cca99"}
},
{
"scope": "string.regexp meta.group.regexp meta.group.regexp meta.group.regexp meta.group.regexp punctuation",
"settings": {"foreground": "#7fc9ee"}
},
{
"scope": "string.regexp meta.group.regexp meta.group.regexp meta.group.regexp meta.group.regexp meta.group.regexp punctuation",
"settings": {"foreground": "#b0cdc8"}
},
{
"scope": "string.regexp meta.group.regexp meta.group.regexp meta.group.regexp meta.group.regexp meta.group.regexp meta.group.regexp punctuation",
"settings": {"foreground": "#63d47b"}
}
]
},
"[Tomorrow Night]": {
"textMateRules": [
{"scope": "rainbow1", "settings": {"foreground": "#cc6666"}},
{
"scope": "keyword.rainbow2",
"settings": {"fontStyle": "italic", "foreground": "#b5bd68"}
},
{
"scope": "entity.name.function.rainbow3",
"settings": {"foreground": "#de935f"}
},
{
"scope": "comment.rainbow4",
"settings": {"fontStyle": "italic", "foreground": "#8abeb7"}
},
{"scope": "string.rainbow5", "settings": {"foreground": "#f0c674"}},
{
"scope": "variable.parameter.rainbow6",
"settings": {"fontStyle": "italic", "foreground": "#969896"}
},
{
"scope": "constant.numeric.rainbow7",
"settings": {"foreground": "#81a2be"}
},
{
"scope": "entity.name.type.rainbow8",
"settings": {"fontStyle": "italic", "foreground": "#a6816a"}
},
{
"scope": "markup.bold.rainbow9",
"settings": {"fontStyle": "", "foreground": "#b294bb"}
},
{
"scope": "invalid.rainbow10",
"settings": {"fontStyle": "italic", "foreground": "#c5c8c6"}
},
// personalizations
{
"scope": "variable.other property.declaration",
"settings": {"foreground": "#CC6666"}
},
{
"scope": "meta.object-literal.key, variable.object.property",
"settings": {"foreground": "#d8dad9"}
},
{
"scope": "new.expr entity.name.type",
"settings": {"foreground": "#f0c674"}
},
{
"scope": "new.expr meta.type.parameters entity.name.type",
"settings": {"foreground": "#d8dad9", "fontStyle": "italic"}
},
{
"scope": "meta.type.declaration > meta.type.parameters entity.name.type",
// This scope selector currently doesn't work
"settings": {
"foreground": "#de935f"
}
},
{
"name": "ignore string",
"scope": "source.ignore support.type.property-name.path",
"settings": {
"foreground": "#b5bd68"
}
},
{
"name": "ignore glob",
"scope": "source.ignore keyword.control.escape.special",
"settings": {
"foreground": "#8abeb7"
// "foreground": "#32807a"
}
},
// // regex
// { "scope": "meta.metadata.simple", "settings": { "foreground": "#f0c674" } },
{"scope": "string.regexp", "settings": {"foreground": "#b5bd68"}},
{
"scope": "string.regexp constant.character.escape",
"settings": {"foreground": "#cea463"}
},
{
"scope": "string.regexp keyword.operator",
"settings": {"foreground": "#b294bb"}
},
{
"scope": "string.regexp meta.group.regexp punctuation",
"settings": {"foreground": "#8abeb7"}
},
{
"scope": "string.regexp meta.group.regexp meta.group.regexp punctuation",
"settings": {"foreground": "#74e0d2"}
},
{
"scope": "string.regexp meta.group.regexp meta.group.regexp meta.group.regexp punctuation",
"settings": {"foreground": "#8cca99"}
},
{
"scope": "string.regexp meta.group.regexp meta.group.regexp meta.group.regexp meta.group.regexp punctuation",
"settings": {"foreground": "#7fc9ee"}
},
{
"scope": "string.regexp meta.group.regexp meta.group.regexp meta.group.regexp meta.group.regexp meta.group.regexp punctuation",
"settings": {"foreground": "#b0cdc8"}
},
{
"scope": "string.regexp meta.group.regexp meta.group.regexp meta.group.regexp meta.group.regexp meta.group.regexp meta.group.regexp punctuation",
"settings": {"foreground": "#63d47b"}
}
]
},
"[Monochrome Dark (fork by dkamyshov)]": {
"textMateRules": [
{
"scope": "comment, punctuation.definition.comment, other.meta.jsdoc",
"settings": {
"foreground": "#656765"
}
}
]
}
},
// "activitusbar.activeColour": "#87b1ff",
// "activitusbar.inactiveColour": "#9bb0b6",
// "activitusbar.activeColour": "lightseagreen",
"activitusbar.activeColour": "dodgerblue",
"activitusbar.inactiveColour": "lightslategray",
// "activitusbar.activeColour": "lightskyblue",
"workbench.colorCustomizations": {
"[Boxy Yesterday]": {
"editorInlayHint.foreground": "#4b7975",
"editorInlayHint.background": "#d0e6e3",
"editorInlayHint.typeForeground": "#71517b",
"editorInlayHint.typeBackground": "#e9d9ed",
// "editor.background": "#ffffff",
"gitDecoration.ignoredResourceForeground": "#9b9b9e",
"editor.findMatchBackground": "#78c9db80",
"editor.findMatchHighlightBackground": "#e19e7140",
"editor.foreground": "#242423",
"editorLineNumber.foreground": "#657b83",
"editorLineNumber.activeForeground": "#2b2626",
"selection.background": "#ADD6FF",
"editor.selectionBackground": "#00000010",
"editor.selectionBorder": "#00000016",
"editor.selectionHighlightBackground": "#00438516",
"editor.selectionHighlightBorder": "#00000016",
"diffEditor.insertedLineBackground": "#9bb95513",
"diffEditor.insertedTextBackground": "#9bb95524",
"diffEditorGutter.insertedLineBackground": "#9bb95546",
"diffEditorOverview.insertedForeground": "#9bb95560",
"diffEditor.removedLineBackground": "#ff000009",
"diffEditor.removedTextBackground": "#ff000010",
"diffEditorGutter.removedLineBackground": "#ff000020",
"diffEditorOverview.removedForeground": "#ff000048",
"statusBar.foreground": "#3c4a4e",
"editorBracketHighlight.foreground1": "#3e999f", // yesterday default curly color
"editorBracketHighlight.foreground2": "#1eb0bb", // saturated
"editorBracketHighlight.foreground3": "#569f74", // desaturated green
"editorBracketHighlight.foreground4": "#2177d8", // saturated + blue
"editorBracketHighlight.foreground5": "#7bb2b5", // lightened
"editorBracketHighlight.foreground6": "#26c567", // saturated + green
"statusBar.debuggingBackground": "#ee9f7a",
"debugConsole.warningForeground": "#a6816a",
// "debugConsole.infoForeground": "#32807a",
"debugConsole.infoForeground": "#242423",
"debugConsole.sourceForeground": "#9b9b9e"
},
"[Boxy Tomorrow]": {
"editorInlayHint.background": "#1a3f3c",
"editorInlayHint.foreground": "#b5d1ce",
"editorInlayHint.typeBackground": "#392141",
"editorInlayHint.typeForeground": "#decce3",
"editorGhostText.border": "#89a05f48",
"editorGhostText.foreground": "#d0d9bfaa",
"editorGhostText.background": "#4a573348",
// "editorBracketHighlight.unexpectedBracket.foreground": "#cc91b8",
"editorBracketHighlight.unexpectedBracket.foreground": "#efaad7",
// "editorBracketHighlight.unexpectedBracket.foreground": "#efa87c",
"editorBracketHighlight.foreground1": "#8abeb7", // tomorrow default curly color
"editorBracketHighlight.foreground2": "#74e0d2", // saturated
"editorBracketHighlight.foreground3": "#8cca99", // desaturated green
"editorBracketHighlight.foreground4": "#7fc9ee", // saturated + blue
"editorBracketHighlight.foreground5": "#b0cdc8", // lightened
"editorBracketHighlight.foreground6": "#63d47b", // saturated + green
"diffEditor.insertedLineBackground": "#9bb9550D",
"diffEditor.insertedTextBackground": "#9bb9551A",
// "diffEditor.insertedTextBackground": "#4a573348",
"diffEditorGutter.insertedLineBackground": "#9bb95536",
"diffEditorOverview.insertedForeground": "#9bb95550",
"diffEditor.removedLineBackground": "#ff000009",
"diffEditor.removedTextBackground": "#ff000010",
"diffEditorGutter.removedLineBackground": "#ff000020",
"diffEditorOverview.removedForeground": "#ff000048",
"terminal.ansiBlack": "#1d1f21",
"terminal.ansiBrightBlack": "#787b7a",
"terminal.ansiRed": "#d77b79",
"terminal.ansiBrightRed": "#d77b79",
"terminal.ansiGreen": "#c1c67a",
"terminal.ansiBrightGreen": "#c1c67a",
"terminal.ansiYellow": "#f3cf86",
"terminal.ansiBrightYellow": "#f3cf86",
"terminal.ansiMagenta": "#c0a6c7",
"terminal.ansiBrightMagenta": "#c0a6c7",
"terminal.ansiBlue": "#92b1c9",
"terminal.ansiBrightBlue": "#92b1c9",
"terminal.ansiCyan": "#9ac8c3",
"terminal.ansiBrightCyan": "#9ac8c3",
"terminal.ansiBrightWhite": "#fefefe",
"terminal.ansiWhite": "#fefefe",
"terminal.border": "#80808059",
"terminal.foreground": "#cfd2d0",
"terminal.selectionBackground": "#de935f40"
},
"[Tomorrow Night]": {
"diffEditor.insertedTextBackground": "#4a573348",
"editorBracketHighlight.foreground1": "#8abeb7",
"editorBracketHighlight.foreground2": "#74e0d2",
"editorBracketHighlight.foreground3": "#8cca99",
"editorBracketHighlight.foreground4": "#7fc9ee",
"editorBracketHighlight.foreground5": "#b0cdc8",
"editorBracketHighlight.foreground6": "#63d47b",
"terminal.ansiBlack": "#1d1f21",
"terminal.ansiBrightBlack": "#787b7a",
"terminal.ansiRed": "#d77b79",
"terminal.ansiBrightRed": "#d77b79",
"terminal.ansiGreen": "#c1c67a",
"terminal.ansiBrightGreen": "#c1c67a",
"terminal.ansiYellow": "#f3cf86",
"terminal.ansiBrightYellow": "#f3cf86",
"terminal.ansiMagenta": "#c0a6c7",
"terminal.ansiBrightMagenta": "#c0a6c7",
"terminal.ansiBlue": "#92b1c9",
"terminal.ansiBrightBlue": "#92b1c9",
"terminal.ansiCyan": "#9ac8c3",
"terminal.ansiBrightCyan": "#9ac8c3",
"terminal.ansiBrightWhite": "#fefefe",
"terminal.ansiWhite": "#fefefe",
"terminal.border": "#80808059",
"terminal.foreground": "#cfd2d0",
"terminal.selectionBackground": "#de935f40"
},
"editorHoverWidget.highlightForeground": "#e7c970",
"editorWarning.foreground": "#de935f60",
"editorInfo.foreground": "#75beff60",
"editorError.foreground": "#d13b2e"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment