Skip to main content
Coding Theme

Color themes

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#1a1f2e
  • activityBar.foreground#e8eaed
  • activityBarBadge.background#0E9C7B
  • badge.background#10a37f
  • badge.foreground#ffffff
  • button.background#10a37f
  • button.foreground#ffffff
  • button.hoverBackground#14b8a6
  • dropdown.background#222836
  • dropdown.border#2d3447
  • dropdown.foreground#e8eaed
  • editor.background#1a1f2e
  • editor.findMatchBackground#2d344766
  • editor.findMatchHighlightBackground#2d344766
  • editor.foreground#e8eaed
  • editor.lineHighlightBackground#222836
  • editor.selectionBackground#2d3447
  • editor.selectionHighlightBackground#2d344766
  • editor.wordHighlightBackground#2d344766
  • editor.wordHighlightStrongBackground#2d344766
  • editorBracketHighlight.foreground1#e8eaed
  • editorBracketHighlight.foreground2#e8eaed
  • editorBracketHighlight.foreground3#e8eaed
  • editorBracketHighlight.foreground4#e8eaed
  • editorBracketHighlight.foreground5#e8eaed
  • editorBracketHighlight.foreground6#e8eaed
  • editorBracketMatch.background#2d344766
  • editorBracketMatch.border#10a37f
  • editorBracketPairGuide.activeBackground1#e8eaed
  • editorBracketPairGuide.activeBackground2#e8eaed
  • editorBracketPairGuide.activeBackground3#e8eaed
  • editorBracketPairGuide.activeBackground4#e8eaed
  • editorBracketPairGuide.activeBackground5#e8eaed
  • editorBracketPairGuide.activeBackground6#e8eaed
  • editorBracketPairGuide.background1#5a6578
  • editorBracketPairGuide.background2#5a6578
  • editorBracketPairGuide.background3#5a6578
  • editorBracketPairGuide.background4#5a6578
  • editorBracketPairGuide.background5#5a6578
  • editorBracketPairGuide.background6#5a6578
  • editorCursor.foreground#10a37f
  • editorError.foreground#e16d76
  • editorGroup.border#2d3447
  • editorGroup.emptyBackground#1a1f2e
  • editorGroupHeader.tabsBackground#1a1f2e
  • editorGutter.addedBackground#10a37f
  • editorGutter.background#1a1f2e
  • editorGutter.deletedBackground#e16d76
  • editorGutter.modifiedBackground#d4a574
  • editorHint.foreground#10a37f
  • editorIndentGuide.activeBackground1#10a37f
  • editorIndentGuide.background1#2d3447
  • editorInfo.foreground#14b8a6
  • editorLineNumber.activeForeground#10a37f
  • editorLineNumber.foreground#5a6578
  • editorWarning.foreground#d4a574
  • editorWhitespace.foreground#2d3447
  • input.background#222836
  • input.border#2d3447
  • input.foreground#e8eaed
  • inputOption.activeBorder#10a37f
  • list.activeSelectionBackground#2d3447
  • list.activeSelectionForeground#e8eaed
  • list.hoverBackground#222836
  • list.inactiveSelectionBackground#222836
  • panel.background#1a1f2e
  • panel.border#2d3447
  • panelTitle.activeForeground#56B7A8
  • panelTitle.inactiveForeground#A9AAB1
  • progressBar.background#10a37f
  • scrollbarSlider.activeBackground#10a37f
  • scrollbarSlider.background#2d3447
  • scrollbarSlider.hoverBackground#5a6578
  • sideBar.background#1a1f2e
  • sideBar.foreground#e8eaed
  • sideBarSectionHeader.background#222836
  • sideBarSectionHeader.foreground#e8eaed
  • sideBarTitle.foreground#56B7A8
  • statusBar.background#222836
  • statusBar.debuggingBackground#222836
  • statusBar.foreground#e8eaed
  • statusBar.noFolderBackground#222836
  • statusBarItem.prominentBackground#2d3447
  • statusBarItem.prominentForeground#56B7A8
  • tab.activeBackground#1a1f2e
  • tab.activeForeground#e8eaed
  • tab.border#222836
  • tab.inactiveBackground#222836
  • tab.inactiveForeground#5a6578
  • textBlockQuote.background#222836
  • textBlockQuote.border#2d3447
  • textCodeBlock.background#222836
  • textLink.activeForeground#10a37f
  • textLink.foreground#14b8a6
  • textPreformat.background#222836
  • textPreformat.foreground#e8eaed
  • titleBar.activeBackground#222836
  • titleBar.activeForeground#e8eaed
  • titleBar.inactiveBackground#222836
  • titleBar.inactiveForeground#5a6578

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#747485italic
source.python meta.function.parameters.python support.type.python, source.python meta.function.python support.type.python, source.python support.type.python, meta.function.parameters.python support.type.python, meta.function.python support.type.python, support.type.python#C98A8E
storage.type.function, storage.type.function.python, storage.type.function.js, storage.type.function.ts#519BD9
keyword, storage.type, storage.modifier, keyword.control, keyword.operator.new#d4a574
punctuation.definition.string.begin, punctuation.definition.string.end, punctuation.definition.string, string.quoted.single punctuation.definition.string, string.quoted.double punctuation.definition.string, string.quoted.triple punctuation.definition.string#14b8a6
string, string.quoted.single, string.quoted.double, string.template, string.quoted.triple#14b8a6
support.type.property-name.json, string.quoted.double.json punctuation.definition.string.json, string.quoted.double.json meta.structure.dictionary.json support.type.property-name.json#d4a574
source.json string.quoted.double, source.json meta.structure.dictionary.value string.quoted.double#14b8a6
entity.name.tag.yaml, source.yaml entity.name.tag#d4a574
source.yaml string.quoted, source.yaml string.unquoted#14b8a6
source.python entity.name.type, source.python storage.type, entity.name.type.python#C98A8E
entity.name.type, entity.name.class, support.type, support.class, entity.name.type.alias, entity.name.type.interface, entity.name.type.enum#519BD9
storage.type.typescript, storage.type.interface.typescript, storage.type.type.typescript#d4a574
meta.function-call entity.name.function, support.function#d4a574
entity.name.function, entity.name.method#d4a574
entity.name.function.definition, meta.function.definition entity.name.function#e8eaed
variable.parameter, variable.parameter.function, variable.parameter.function.language.python, meta.function.parameters.python variable.parameter, meta.function.python variable.parameter#e8eaed
variable, variable.other, variable.other.readwrite, variable.other.object.property#cbd5e0
variable.other.property, variable.other.object.property, entity.name.attribute, meta.object-literal.key#d4a574
constant.numeric, constant.language.boolean, constant.language.null#14B8A6
constant.character.format.placeholder.other.python, constant.character.format.placeholder.python, meta.format.brace.python constant.character.format.placeholder, string.quoted.single.python constant.character.format.placeholder, string.quoted.double.python constant.character.format.placeholder, meta.function-call.arguments.python constant.character.format.placeholder#14B8A6
constant, constant.character, constant.other, constant.language#10a37f
source.python meta.function-call.python meta.function-call.arguments.python meta.member.access.python punctuation.definition.arguments.end.python, source.python meta.function-call.python meta.function-call.arguments.python punctuation.definition.arguments.end.python, source.python meta.function-call.python meta.function-call.arguments.python punctuation.definition.arguments.begin.python, source.python meta.function-call.python meta.member.access.python punctuation.definition.arguments.end.python, source.python meta.function-call.python punctuation.definition.arguments.end.python, source.python meta.function-call.python punctuation.definition.arguments.begin.python, meta.function-call.python meta.function-call.arguments.python meta.member.access.python punctuation.definition.arguments.end.python, meta.function-call.python meta.function-call.arguments.python punctuation.definition.arguments.end.python, meta.function-call.python meta.function-call.arguments.python punctuation.definition.arguments.begin.python, meta.function-call.python meta.member.access.python punctuation.definition.arguments.end.python, meta.function-call.python punctuation.definition.arguments.end.python, meta.function-call.python punctuation.definition.arguments.begin.python, punctuation.definition.arguments.end.python, punctuation.definition.arguments.begin.python, punctuation.definition.arguments.end, punctuation.definition.arguments.begin, punctuation.definition.arguments#C98A8E
punctuation.separator.colon, punctuation.separator.key-value#C98A8E
punctuation.section.parens, punctuation.section.parens.begin, punctuation.section.parens.end, meta.group#C98A8E
punctuation.section.braces, punctuation.section.braces.begin, punctuation.section.braces.end, meta.brace#C98A8E
keyword.operator, punctuation.accessor, punctuation.separator, punctuation.section.brackets, punctuation.section.brackets.begin, punctuation.section.brackets.end, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.parameters.begin, punctuation.definition.parameters.end, punctuation, punctuation.definition, punctuation.section, meta.bracket#ffffff
entity.name.tag, punctuation.definition.tag#d4a574
punctuation.definition.decorator, entity.name.function.decorator#10a37f
keyword.control.import, keyword.control.from, keyword.control.export, keyword.control.default#519BD9
markup.heading#10a37fbold
markup.inline.raw, markup.fenced_code.block#ffffff
TurboGPT Theme by xRiskLab - VS Code Theme