Skip to content

Instantly share code, notes, and snippets.

@belzaaron
Created July 15, 2024 01:18
Show Gist options
  • Save belzaaron/8f50054e5ccdaf1956d9c382563609b8 to your computer and use it in GitHub Desktop.
Save belzaaron/8f50054e5ccdaf1956d9c382563609b8 to your computer and use it in GitHub Desktop.
Tinkerwell IDX Monospace Dark; unofficial port from the unofficial port on https://github.com/keksiqc/monospace-theme
{
"base": "vs-dark",
"inherit": true,
"rules": [
{
"background": "171f2b",
"token": ""
},
{
"foreground": "7f8d9f",
"token": "comment"
},
{
"foreground": "77d5a3",
"token": "string"
},
{
"foreground": "92a9ff",
"token": "constant.numeric"
},
{
"foreground": "92a9ff",
"token": "constant.language"
},
{
"foreground": "92a9ff",
"token": "constant.character"
},
{
"foreground": "92a9ff",
"token": "constant.other"
},
{
"foreground": "ffd395",
"token": "variable.other.readwrite.instance"
},
{
"foreground": "77d5a3",
"token": "constant.character.escaped"
},
{
"foreground": "77d5a3",
"token": "constant.character.escape"
},
{
"foreground": "d9dfe7",
"token": "string source"
},
{
"foreground": "d9dfe7",
"token": "string source.ruby"
},
{
"foreground": "fd8da3",
"token": "keyword"
},
{
"foreground": "fd8da3",
"token": "storage"
},
{
"foreground": "d9dfe7",
"fontStyle": "italic",
"token": "storage.type"
},
{
"foreground": "d9dfe7",
"fontStyle": "underline",
"token": "entity.name.class"
},
{
"foreground": "d9dfe7",
"fontStyle": "italic underline",
"token": "entity.other.inherited-class"
},
{
"foreground": "d9dfe7",
"token": "entity.name.function"
},
{
"foreground": "ffd395",
"fontStyle": "italic",
"token": "variable.parameter"
},
{
"foreground": "77d5a3",
"token": "entity.name.tag"
},
{
"foreground": "85cdf1",
"token": "entity.other.attribute-name"
},
{
"foreground": "92a9ff",
"token": "support.function"
},
{
"foreground": "85cdf1",
"token": "support.constant"
},
{
"foreground": "85cdf1",
"fontStyle": " italic",
"token": "support.type"
},
{
"foreground": "85cdf1",
"fontStyle": " italic",
"token": "support.class"
},
{
"foreground": "ffc6d0",
"background": "fd8da3",
"token": "invalid"
},
{
"foreground": "ffc6d0",
"background": "92a9ff",
"token": "invalid.deprecated"
},
{
"foreground": "a4afbd",
"token": "meta.structure.dictionary.json string.quoted.double.json"
},
{
"foreground": "7f8d9f",
"token": "meta.diff"
},
{
"foreground": "7f8d9f",
"token": "meta.diff.header"
},
{
"foreground": "fd8da3",
"token": "markup.deleted"
},
{
"foreground": "77d5a3",
"token": "markup.inserted"
},
{
"foreground": "ffd395",
"token": "markup.changed"
},
{
"foreground": "92a9ff",
"token": "constant.numeric.line-number.find-in-files - match"
},
{
"foreground": "ffd395",
"token": "entity.name.filename"
},
{
"foreground": "f83333",
"token": "message.error"
},
{
"foreground": "d9dfe7",
"token": "punctuation.definition.string.begin.json - meta.structure.dictionary.value.json"
},
{
"foreground": "d9dfe7",
"token": "punctuation.definition.string.end.json - meta.structure.dictionary.value.json"
},
{
"foreground": "85cdf1",
"token": "meta.structure.dictionary.json string.quoted.double.json"
},
{
"foreground": "77d5a3",
"token": "meta.structure.dictionary.value.json string.quoted.double.json"
},
{
"foreground": "d9dfe7",
"token": "meta meta meta meta meta meta meta.structure.dictionary.value string"
},
{
"foreground": "ffd395",
"token": "meta meta meta meta meta meta.structure.dictionary.value string"
},
{
"foreground": "77d5a3",
"token": "meta meta meta meta meta.structure.dictionary.value string"
},
{
"foreground": "92a9ff",
"token": "meta meta meta meta.structure.dictionary.value string"
},
{
"foreground": "d9dfe7",
"token": "meta meta meta.structure.dictionary.value string"
},
{
"foreground": "ffd395",
"token": "meta meta.structure.dictionary.value string"
}
],
"colors": {
"editor.foreground": "#d9dfe7",
"editor.background": "#171f2b",
"editor.selectionBackground": "#1f2939",
"editor.lineHighlightBackground": "#1f2939",
"editorCursor.foreground": "#e0ccff",
"editorWhitespace.foreground": "#475365",
"editorIndentGuide.activeBackground": "#475365",
"editor.selectionHighlightBorder": "#333e4f"
},
"custom": {
"primary.background": "#8964e8",
"primary.hoverBackground": "#b895fd",
"primary.activeBackground": "#8964e8",
"primary.textColor": "#000000",
"secondary.border": "#475365",
"secondary.hoverBorder": "#5d6a7d",
"secondary.activeBorder": "#5d6a7d",
"secondary.background": "#171f2b",
"secondary.textColor": "#d9dfe7",
"default.background": "#171f2b",
"default.border": "#81AEDB",
"default.hoverBorder": "#7199c0",
"default.activeBorder": "#7199c0",
"default.textColor": "#f1f1f1",
"theme.isLight": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment