Last active
October 16, 2024 03:35
-
-
Save thevillagehacker/0d84abfc9969e0a58967fd35af2f2c4e to your computer and use it in GitHub Desktop.
VS Code custom Monoki color scheme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type": "dark", | |
| "colors": { | |
| "dropdown.background": "#161b22", | |
| "list.activeSelectionBackground": "#6e768166", | |
| "quickInputList.focusBackground": "#6e768166", | |
| "dropdown.listBackground": "#1e1f1c", | |
| "list.inactiveSelectionBackground": "#6e768166", | |
| "list.hoverBackground": "#3f415f", | |
| "list.dropBackground": "#7d889866", | |
| "list.highlightForeground": "#f8f8f2", | |
| "button.background": "#238636", | |
| "button.foreground": "#ffffff", | |
| "button.hoverBackground": "#2ea043", | |
| "button.secondaryBackground": "#282e33", | |
| "button.secondaryForeground": "#c9d1d9", | |
| "button.secondaryHoverBackground": "#30363d", | |
| "editor.background": "#0d1117", | |
| "editor.foreground": "#ffffff", | |
| "selection.background": "#878b9180", | |
| "editor.selectionHighlightBackground": "#575b6180", | |
| "editor.selectionBackground": "#333b47", | |
| "minimap.selectionHighlight": "#878b9180", | |
| "editor.wordHighlightBackground": "#4a4a7680", | |
| "editor.wordHighlightStrongBackground": "#6a6a9680", | |
| "editor.lineHighlightBackground": "#6e76811a", | |
| "editorLineNumber.activeForeground": "#c2c2bf", | |
| "editorCursor.foreground": "#f8f8f0", | |
| "editorWhitespace.foreground": "#414247", | |
| "editorIndentGuide.background1": "#0d1117", | |
| "editorIndentGuide.activeBackground1": "#0d1117", | |
| "editorGroupHeader.tabsBackground": "#0d1117", | |
| "editorGroup.dropBackground": "#10151c", | |
| "tab.activeForeground": "#e6edf3", | |
| "tab.inactiveForeground": "#7d8590", | |
| "tab.inactiveBackground": "#010409", | |
| "tab.activeBackground": "#0d1117", | |
| "tab.hoverBackground": "#0d1117", | |
| "tab.unfocusedHoverBackground": "#0d1117", | |
| "tab.border": "#30363d", | |
| "tab.unfocusedActiveBorderTop": "#30363d", | |
| "tab.activeBorder": "#0d1117", | |
| "tab.unfocusedActiveBorder": "#0d1117", | |
| "tab.activeBorderTop": "#f78166", | |
| "widget.shadow": "#00000098", | |
| "progressBar.background": "#605e75", | |
| "badge.background": "#0d1117", | |
| "badge.foreground": "#f8f8f2", | |
| "editorLineNumber.foreground": "#90908a", | |
| "panelTitle.activeBorder": "#f78166", | |
| "panelTitle.activeForeground": "#e6edf3", | |
| "panelTitle.inactiveForeground": "#7d8590", | |
| "settings.focusedRowBackground": "#0d1117", | |
| "titleBar.activeBackground": "#0d1117", | |
| "statusBar.background": "#6e6f8166", | |
| "statusBar.noFolderBackground": "#0d1117", | |
| "statusBar.debuggingBackground": "#0d1117", | |
| "statusBarItem.remoteBackground": "#0d1117", | |
| "ports.iconRunningProcessForeground": "#c7c7cc", | |
| "activityBar.foreground": "#e6edf3", | |
| "activityBar.inactiveForeground": "#7d8590", | |
| "activityBar.background": "#0d1117", | |
| "activityBarBadge.foreground": "#ffffff", | |
| "activityBarBadge.background": "#0d1117", | |
| "activityBar.activeBorder": "#f78166", | |
| "activityBar.border": "#30363d", | |
| "sideBar.foreground": "#e6edf3", | |
| "sideBar.background": "#010409", | |
| "sideBar.border": "#30363d", | |
| "sideBarTitle.foreground": "#e6edf3", | |
| "sideBarSectionHeader.foreground": "#e6edf3", | |
| "sideBarSectionHeader.background": "#010409", | |
| "sideBarSectionHeader.border": "#30363d", | |
| "menu.background": "#0d1117", | |
| "menu.foreground": "#cccccc", | |
| "pickerGroup.foreground": "#7d8590", | |
| "input.background": "#0d1117", | |
| "inputOption.activeBorder": "#7d8590", | |
| "focusBorder": "#7e7c99", | |
| "editorWidget.background": "#0d1117", | |
| "debugToolBar.background": "#0d1117", | |
| "diffEditor.insertedTextBackground": "#3fb9504d", | |
| "diffEditor.removedTextBackground": "#90274A70", | |
| "inputValidation.errorBackground": "#90274A", | |
| "inputValidation.errorBorder": "#f92672", | |
| "inputValidation.warningBackground": "#283085", | |
| "inputValidation.warningBorder": "#e2492e", | |
| "inputValidation.infoBackground": "#546190", | |
| "inputValidation.infoBorder": "#819aff", | |
| "editorHoverWidget.background": "#0d1117", | |
| "editorHoverWidget.border": "#5e5e75", | |
| "editorSuggestWidget.background": "#0d1117", | |
| "editorSuggestWidget.border": "#5e6475", | |
| "editorGroup.border": "#302f35", | |
| "peekView.border": "#615e75", | |
| "peekViewEditor.background": "#0d1117", | |
| "peekViewResult.background": "#0d1117", | |
| "peekViewTitle.background": "#0d1117", | |
| "peekViewResult.selectionBackground": "#0d1117", | |
| "peekViewResult.matchHighlightBackground": "#0d1117", | |
| "peekViewEditor.matchHighlightBackground": "#0d1117", | |
| "terminal.ansiBlack": "#333333", | |
| "terminal.ansiRed": "#C4265E", | |
| "terminal.ansiGreen": "#86B42B", | |
| "terminal.ansiYellow": "#B3B42B", | |
| "terminal.ansiBlue": "#6A7EC8", | |
| "terminal.ansiMagenta": "#8C6BC8", | |
| "terminal.ansiCyan": "#56ADBC", | |
| "terminal.ansiWhite": "#e3e3dd", | |
| "terminal.ansiBrightBlack": "#666666", | |
| "terminal.ansiBrightRed": "#f92672", | |
| "terminal.ansiBrightGreen": "#A6E22E", | |
| "terminal.ansiBrightYellow": "#e2e22e", | |
| "terminal.ansiBrightBlue": "#819aff", | |
| "terminal.ansiBrightMagenta": "#AE81FF", | |
| "terminal.ansiBrightCyan": "#66D9EF", | |
| "terminal.ansiBrightWhite": "#f8f8f2" | |
| }, | |
| "tokenColors": [ | |
| { | |
| "settings": { | |
| "foreground": "#F8F8F2" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "meta.embedded", | |
| "source.groovy.embedded", | |
| "string meta.image.inline.markdown", | |
| "variable.legacy.builtin.python" | |
| ], | |
| "settings": { | |
| "foreground": "#F8F8F2" | |
| } | |
| }, | |
| { | |
| "name": "Comment", | |
| "scope": "comment", | |
| "settings": { | |
| "foreground": "#6f7588" | |
| } | |
| }, | |
| { | |
| "name": "String", | |
| "scope": "string", | |
| "settings": { | |
| "foreground": "#cfd1e2" | |
| } | |
| }, | |
| { | |
| "name": "Template Definition", | |
| "scope": [ | |
| "punctuation.definition.template-expression", | |
| "punctuation.section.embedded" | |
| ], | |
| "settings": { | |
| "foreground": "#F92672" | |
| } | |
| }, | |
| { | |
| "name": "Reset JavaScript string interpolation expression", | |
| "scope": [ | |
| "meta.template.expression" | |
| ], | |
| "settings": { | |
| "foreground": "#F8F8F2" | |
| } | |
| }, | |
| { | |
| "name": "Number", | |
| "scope": "constant.numeric", | |
| "settings": { | |
| "foreground": "#AE81FF" | |
| } | |
| }, | |
| { | |
| "name": "Built-in constant", | |
| "scope": "constant.language", | |
| "settings": { | |
| "foreground": "#AE81FF" | |
| } | |
| }, | |
| { | |
| "name": "User-defined constant", | |
| "scope": "constant.character, constant.other", | |
| "settings": { | |
| "foreground": "#AE81FF" | |
| } | |
| }, | |
| { | |
| "name": "Variable", | |
| "scope": "variable", | |
| "settings": { | |
| "fontStyle": "", | |
| "foreground": "#F8F8F2" | |
| } | |
| }, | |
| { | |
| "name": "Keyword", | |
| "scope": "keyword", | |
| "settings": { | |
| "foreground": "#F92672" | |
| } | |
| }, | |
| { | |
| "name": "Storage", | |
| "scope": "storage", | |
| "settings": { | |
| "fontStyle": "", | |
| "foreground": "#F92672" | |
| } | |
| }, | |
| { | |
| "name": "Storage type", | |
| "scope": "storage.type", | |
| "settings": { | |
| "fontStyle": "italic", | |
| "foreground": "#66D9EF" | |
| } | |
| }, | |
| { | |
| "name": "Class name", | |
| "scope": "entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution", | |
| "settings": { | |
| "fontStyle": "underline", | |
| "foreground": "#A6E22E" | |
| } | |
| }, | |
| { | |
| "name": "Inherited class", | |
| "scope": "entity.other.inherited-class", | |
| "settings": { | |
| "fontStyle": "italic underline", | |
| "foreground": "#A6E22E" | |
| } | |
| }, | |
| { | |
| "name": "Function name", | |
| "scope": "entity.name.function", | |
| "settings": { | |
| "fontStyle": "", | |
| "foreground": "#A6E22E" | |
| } | |
| }, | |
| { | |
| "name": "Function argument", | |
| "scope": "variable.parameter", | |
| "settings": { | |
| "fontStyle": "italic", | |
| "foreground": "#FD971F" | |
| } | |
| }, | |
| { | |
| "name": "Tag name", | |
| "scope": "entity.name.tag", | |
| "settings": { | |
| "fontStyle": "", | |
| "foreground": "#F92672" | |
| } | |
| }, | |
| { | |
| "name": "Tag attribute", | |
| "scope": "entity.other.attribute-name", | |
| "settings": { | |
| "fontStyle": "", | |
| "foreground": "#A6E22E" | |
| } | |
| }, | |
| { | |
| "name": "Library function", | |
| "scope": "support.function", | |
| "settings": { | |
| "fontStyle": "", | |
| "foreground": "#66D9EF" | |
| } | |
| }, | |
| { | |
| "name": "Library constant", | |
| "scope": "support.constant", | |
| "settings": { | |
| "fontStyle": "", | |
| "foreground": "#66D9EF" | |
| } | |
| }, | |
| { | |
| "name": "Library class/type", | |
| "scope": "support.type, support.class", | |
| "settings": { | |
| "fontStyle": "italic", | |
| "foreground": "#66D9EF" | |
| } | |
| }, | |
| { | |
| "name": "Library variable", | |
| "scope": "support.other.variable", | |
| "settings": { | |
| "fontStyle": "" | |
| } | |
| }, | |
| { | |
| "name": "Invalid", | |
| "scope": "invalid", | |
| "settings": { | |
| "fontStyle": "", | |
| "foreground": "#F44747" | |
| } | |
| }, | |
| { | |
| "name": "Invalid deprecated", | |
| "scope": "invalid.deprecated", | |
| "settings": { | |
| "foreground": "#F44747" | |
| } | |
| }, | |
| { | |
| "name": "JSON String", | |
| "scope": "meta.structure.dictionary.json string.quoted.double.json", | |
| "settings": { | |
| "foreground": "#CFCFC2" | |
| } | |
| }, | |
| { | |
| "name": "diff.header", | |
| "scope": "meta.diff, meta.diff.header", | |
| "settings": { | |
| "foreground": "#75715E" | |
| } | |
| }, | |
| { | |
| "name": "diff.deleted", | |
| "scope": "markup.deleted", | |
| "settings": { | |
| "foreground": "#F92672" | |
| } | |
| }, | |
| { | |
| "name": "diff.inserted", | |
| "scope": "markup.inserted", | |
| "settings": { | |
| "foreground": "#A6E22E" | |
| } | |
| }, | |
| { | |
| "name": "diff.changed", | |
| "scope": "markup.changed", | |
| "settings": { | |
| "foreground": "#E6DB74" | |
| } | |
| }, | |
| { | |
| "scope": "constant.numeric.line-number.find-in-files - match", | |
| "settings": { | |
| "foreground": "#AE81FFA0" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.filename.find-in-files", | |
| "settings": { | |
| "foreground": "#E6DB74" | |
| } | |
| }, | |
| { | |
| "name": "Markup Quote", | |
| "scope": "markup.quote", | |
| "settings": { | |
| "foreground": "#F92672" | |
| } | |
| }, | |
| { | |
| "name": "Markup Lists", | |
| "scope": "markup.list", | |
| "settings": { | |
| "foreground": "#E6DB74" | |
| } | |
| }, | |
| { | |
| "name": "Markup Styling", | |
| "scope": "markup.bold, markup.italic", | |
| "settings": { | |
| "foreground": "#66D9EF" | |
| } | |
| }, | |
| { | |
| "name": "Markup Inline", | |
| "scope": "markup.inline.raw", | |
| "settings": { | |
| "fontStyle": "", | |
| "foreground": "#FD971F" | |
| } | |
| }, | |
| { | |
| "name": "Markup Headings", | |
| "scope": "markup.heading", | |
| "settings": { | |
| "foreground": "#A6E22E" | |
| } | |
| }, | |
| { | |
| "name": "Markup Setext Header", | |
| "scope": "markup.heading.setext", | |
| "settings": { | |
| "foreground": "#A6E22E", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "name": "Markup Headings", | |
| "scope": "markup.heading.markdown", | |
| "settings": { | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "name": "Markdown Quote", | |
| "scope": "markup.quote.markdown", | |
| "settings": { | |
| "fontStyle": "italic", | |
| "foreground": "#75715E" | |
| } | |
| }, | |
| { | |
| "name": "Markdown Bold", | |
| "scope": "markup.bold.markdown", | |
| "settings": { | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "name": "Markdown Link Title/Description", | |
| "scope": "string.other.link.title.markdown,string.other.link.description.markdown", | |
| "settings": { | |
| "foreground": "#AE81FF" | |
| } | |
| }, | |
| { | |
| "name": "Markdown Underline Link/Image", | |
| "scope": "markup.underline.link.markdown,markup.underline.link.image.markdown", | |
| "settings": { | |
| "foreground": "#E6DB74" | |
| } | |
| }, | |
| { | |
| "name": "Markdown Emphasis", | |
| "scope": "markup.italic.markdown", | |
| "settings": { | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": "markup.strikethrough", | |
| "settings": { | |
| "fontStyle": "strikethrough" | |
| } | |
| }, | |
| { | |
| "name": "Markdown Punctuation Definition Link", | |
| "scope": "markup.list.unnumbered.markdown, markup.list.numbered.markdown", | |
| "settings": { | |
| "foreground": "#f8f8f2" | |
| } | |
| }, | |
| { | |
| "name": "Markdown List Punctuation", | |
| "scope": [ | |
| "punctuation.definition.list.begin.markdown" | |
| ], | |
| "settings": { | |
| "foreground": "#A6E22E" | |
| } | |
| }, | |
| { | |
| "scope": "token.info-token", | |
| "settings": { | |
| "foreground": "#6796e6" | |
| } | |
| }, | |
| { | |
| "scope": "token.warn-token", | |
| "settings": { | |
| "foreground": "#cd9731" | |
| } | |
| }, | |
| { | |
| "scope": "token.error-token", | |
| "settings": { | |
| "foreground": "#f44747" | |
| } | |
| }, | |
| { | |
| "scope": "token.debug-token", | |
| "settings": { | |
| "foreground": "#b267e6" | |
| } | |
| }, | |
| { | |
| "name": "this.self", | |
| "scope": "variable.language", | |
| "settings": { | |
| "foreground": "#FD971F" | |
| } | |
| } | |
| ], | |
| "semanticHighlighting": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment