Skip to main content
Coding Theme

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • activityBar.background#21252b
  • activityBar.border#282c34
  • activityBar.foreground#d7dae0
  • activityBarBadge.background#528bff
  • activityBarBadge.foreground#ffffff
  • badge.background#528bff
  • badge.foreground#ffffff
  • button.background#4d78cc
  • button.foreground#d7dae0
  • button.hoverBackground#61afef
  • diffEditor.insertedTextBackground#00809b33
  • dropdown.background#333943
  • dropdown.border#21252b
  • editor.background#282c34
  • editor.findMatchHighlightBackground#528bff3d
  • editor.foreground#abb2bf
  • editor.lineHighlightBackground#99bbff0a
  • editor.selectionBackground#3e4451
  • editorCursor.foreground#528bff
  • editorError.foreground#e06c75
  • editorGroup.border#2d313a
  • editorGroupHeader.tabsBackground#21252b
  • editorHoverWidget.background#1a1c22
  • editorHoverWidget.border#1a1c22
  • editorIndentGuide.activeBackground1#696f7b
  • editorIndentGuide.background1#3e4451
  • editorInfo.foreground#61afef
  • editorInlayHint.background#282c34
  • editorInlayHint.foreground#626772
  • editorLineNumber.activeForeground#abb2bf
  • editorLineNumber.foreground#626772
  • editorRuler.foreground#3e4451
  • editorSuggestWidget.background#21252b
  • editorSuggestWidget.border#21252b
  • editorSuggestWidget.selectedBackground#2a2e38
  • editorWarning.foreground#e5c07b
  • editorWhitespace.foreground#abb2bf26
  • editorWidget.background#282c34
  • editorWidget.border#99bbff0a
  • focusBorder#21252b
  • input.background#282c34
  • input.border#21252b
  • list.activeSelectionBackground#21252b
  • list.activeSelectionForeground#ffffff
  • list.errorForeground#e06c75
  • list.focusBackground#282c34
  • list.highlightForeground#d7dae0
  • list.hoverBackground#21252b
  • list.inactiveSelectionBackground#282c34
  • list.inactiveSelectionForeground#d7dae0
  • list.warningForeground#e5c07b
  • menu.background#21252b
  • menu.selectionBackground#282c34
  • minimap.errorHighlight#e06c75
  • minimap.infoHighlight#61afef
  • minimap.warningHighlight#e5c07b
  • notebook.cellEditorBackground#282c34
  • notebook.editorBackground#528bff
  • notifications.background#21252b
  • panel.background#21252b
  • peekView.border#528bff
  • peekViewEditor.background#282c34
  • peekViewResult.background#21252b
  • peekViewResult.selectionBackground#282c34
  • peekViewTitle.background#1b1d23
  • pickerGroup.border#528bff
  • quickInput.background#282c34
  • scrollbarSlider.activeBackground#3e4451
  • scrollbarSlider.background#3e4451
  • scrollbarSlider.hoverBackground#3e4451
  • sideBar.background#1a1c22
  • sideBar.border#282c34
  • sideBarSectionHeader.background#21252b
  • sideBarTitle.foreground#abb2bf
  • statusBar.background#21252b
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#abb2bf
  • statusBar.noFolderBackground#21252b
  • statusBarItem.hoverBackground#282c34
  • statusBarItem.remoteBackground#528bff
  • statusBarItem.remoteHoverBackground#37af4e
  • statusBarItem.remoteHoverForeground#d7dae0
  • tab.activeBackground#282c34
  • tab.activeForeground#d7dae0
  • tab.border#282c34
  • tab.inactiveBackground#21252b
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#8dcbfc
  • terminal.ansiBrightBlack#000000
  • terminal.ansiBrightBlue#8dcbfc
  • terminal.ansiBrightCyan#8be9fd
  • terminal.ansiBrightGreen#bbf78f
  • terminal.ansiBrightMagenta#fc95dc
  • terminal.ansiBrightRed#e06c75
  • terminal.ansiBrightWhite#cdced1
  • terminal.ansiBrightYellow#ffd88f
  • terminal.ansiCyan#8be9fd
  • terminal.ansiGreen#bbf78f
  • terminal.ansiMagenta#fc95dc
  • terminal.ansiRed#e06c75
  • terminal.ansiWhite#cdced1
  • terminal.ansiYellow#ffd88f
  • terminal.foreground#cdced1
  • titleBar.activeBackground#21252b
  • titleBar.activeForeground#d7dae0
  • titleBar.border#282c34
  • titleBar.inactiveBackground#21252b
  • titleBar.inactiveForeground#d7dae0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#abb2bf
meta.embedded.line, meta.function-call.arguments, punctuation.accessor, punctuation.separator, punctuation.separator.annotation, punctuation.definition.arguments, support.type.exception, variable.other, variable.other.object.property#abb2bf
support.class, variable.parameter.function.language, variable.parameter.function-callitalic
constant.other.character-class, string, string.regexp.quoted#98c379
constant.character.escape, constant.other.placeholder, constant.escape, punctuation.section.embedded, storage.type.string, string.regexp, support.other.match#c678dd
comment, string.quoted.docstring, punctuation.definition.comment#626772d3
*url*, *link*, *uri*italic underline
constant.language, constant.other.symbol, keyword.const, keyword.operator, keyword.other, constant.character.format, punctuation.separator.statement, punctuation.terminator.statement, punctuation.definition.logical-expression#c678dd
constant.numeric, punctuation.separator.object, punctuation.separator.annotation#d19a66
constant.other.caps, string.constant.other.placeholder, variable.parameter, variable.parameter.function.language.special.self, punctuation.definition.variable, variable.other.block, variable.other.readwrite.class, variable.other.readwrite.global, variable.other.readwrite.instance, variable.other.normal.shell#e06c75
punctuation.definition.decorator#e06c75italic
keyword.control, keyword.control.import, keyword.package, keyword.control.pseudo-method, keyword.control.ruby, keyword.operator.other.ruby, keyword.other.special-method, keyword.other.substitution, keyword.other.template, keyword.interface, keyword.struct, constant.other.color#d19a66
entity.name.class, entity.name.type, entity.name.type.class#61afef
support.constant, support.class.ruby, support.other.namespace, support.other.variable#61afef
entity.other.inherited-class#e5c07bitalic
keyword.var, keyword.function, keyword.control.class, keyword.control.def, keyword.control.module, keyword.type, storage.modifier, storage.type#c678dd
entity.name.function, meta.function-call, support.class.ruby, support.function, variable.other.assignment.shell, variable.function, variable.other.constant.ruby#61afef
support.type, support.type.python, tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#abb2bfitalic
variable.language.self, variable.language.special, variable.parameter.function.language.special, variable.language.this#d27b53italic
invalid#f76d6f
invalid.deprecated#523d14
meta.tag#abb2bf
entity.name.tag#e5c07b
entity.other.attribute-name#e06c75italic
keyword.other.sql, keyword.other.DML.sql#d19a66
storage.type.sql#61afef
constant.numeric.sql#d3735b
markup.heading#d19a66
punctuation.definition.heading#e06c75
markup.underline.link.markdown#61afef
markup.deleted#e06c75
markup.inserted#c3e88d
markup.changed#61afef
source.json meta.structure.dictionary.json support.type.property-name.json#e5c07b
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#d27b53
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#e06c75
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#d19a66
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#82aaff
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#c678dd
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#e5c07b
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#d27b53
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#e06c75
One Dark Cloud Theme by Oleg Moroz - VS Code Theme