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.activeBorder#D4A574
  • activityBar.background#1F1612
  • activityBar.foreground#D4A574
  • activityBarBadge.background#B85C38
  • activityBarBadge.foreground#E8D5C4
  • badge.background#B85C38
  • badge.foreground#E8D5C4
  • button.background#B85C38
  • button.foreground#E8D5C4
  • button.hoverBackground#C97D60
  • diffEditor.insertedTextBackground#8B9A5B33
  • diffEditor.removedTextBackground#C97D6033
  • dropdown.background#352520
  • dropdown.border#6B4E3A
  • dropdown.foreground#E8D5C4
  • editor.background#2B1F1A
  • editor.findMatchBackground#B85C38
  • editor.findMatchHighlightBackground#8B4513
  • editor.findRangeHighlightBackground#4A2F23
  • editor.foreground#E8D5C4
  • editor.lineHighlightBackground#352520
  • editor.selectionBackground#5C3D2E
  • editor.selectionHighlightBackground#4A2F23
  • editorBracketMatch.background#5C3D2E
  • editorBracketMatch.border#D4A574
  • editorCursor.foreground#D4A574
  • editorError.foreground#E89D7A
  • editorGutter.addedBackground#8B9A5B
  • editorGutter.deletedBackground#C97D60
  • editorGutter.modifiedBackground#D4A574
  • editorHint.foreground#A4B574
  • editorIndentGuide.activeBackground#6B4E3A
  • editorIndentGuide.background#3D2A22
  • editorInfo.foreground#D4A574
  • editorLineNumber.activeForeground#D4A574
  • editorLineNumber.foreground#8B6F5E
  • editorSuggestWidget.background#352520
  • editorSuggestWidget.border#6B4E3A
  • editorSuggestWidget.foreground#E8D5C4
  • editorSuggestWidget.highlightForeground#D4A574
  • editorSuggestWidget.selectedBackground#5C3D2E
  • editorWarning.foreground#F4D1A6
  • editorWhitespace.foreground#5C3D2E
  • editorWidget.background#352520
  • editorWidget.border#6B4E3A
  • gitDecoration.addedResourceForeground#8B9A5B
  • gitDecoration.deletedResourceForeground#C97D60
  • gitDecoration.ignoredResourceForeground#6B4E3A
  • gitDecoration.modifiedResourceForeground#D4A574
  • gitDecoration.untrackedResourceForeground#A4B574
  • input.background#352520
  • input.border#6B4E3A
  • input.foreground#E8D5C4
  • inputOption.activeBorder#D4A574
  • list.activeSelectionBackground#5C3D2E
  • list.activeSelectionForeground#F4D1A6
  • list.focusBackground#5C3D2E
  • list.hoverBackground#3D2A22
  • list.inactiveSelectionBackground#4A2F23
  • panel.background#241A16
  • panel.border#3D2A22
  • panelTitle.activeForeground#D4A574
  • panelTitle.inactiveForeground#8B6F5E
  • progressBar.background#D4A574
  • scrollbarSlider.activeBackground#8B6F5E80
  • scrollbarSlider.background#5C3D2E80
  • scrollbarSlider.hoverBackground#6B4E3A80
  • sideBar.background#241A16
  • sideBarSectionHeader.background#2B1F1A
  • sideBarSectionHeader.foreground#D4A574
  • sideBarTitle.foreground#D4A574
  • statusBar.background#1F1612
  • statusBar.debuggingBackground#8B4513
  • statusBar.foreground#E8D5C4
  • statusBar.noFolderBackground#1F1612
  • statusBarItem.prominentBackground#5C3D2E
  • statusBarItem.prominentHoverBackground#6B4E3A
  • tab.activeBackground#2B1F1A
  • tab.activeBorder#D4A574
  • tab.activeForeground#F4D1A6
  • tab.border#1F1612
  • tab.hoverBackground#352520
  • tab.inactiveBackground#241A16
  • tab.inactiveForeground#8B6F5E
  • terminal.ansiBlack#1F1612
  • terminal.ansiBlue#9B7E6B
  • terminal.ansiBrightBlack#5C3D2E
  • terminal.ansiBrightBlue#B89A87
  • terminal.ansiBrightCyan#C4A574
  • terminal.ansiBrightGreen#A4B574
  • terminal.ansiBrightMagenta#D47A5A
  • terminal.ansiBrightRed#E89D7A
  • terminal.ansiBrightWhite#F4E8D4
  • terminal.ansiBrightYellow#F4D1A6
  • terminal.ansiCyan#A68B5B
  • terminal.ansiGreen#8B9A5B
  • terminal.ansiMagenta#B85C38
  • terminal.ansiRed#C97D60
  • terminal.ansiWhite#E8D5C4
  • terminal.ansiYellow#D4A574
  • terminal.background#2B1F1A
  • terminal.foreground#E8D5C4
  • terminalCursor.background#2B1F1A
  • terminalCursor.foreground#D4A574
  • textBlockQuote.background#352520
  • textBlockQuote.border#6B4E3A
  • textCodeBlock.background#352520
  • textLink.activeForeground#F4D1A6
  • textLink.foreground#D4A574
  • textPreformat.foreground#D4A574
  • textSeparator.foreground#6B4E3A
  • titleBar.activeBackground#241A16
  • titleBar.activeForeground#E8D5C4
  • titleBar.inactiveBackground#1F1612
  • titleBar.inactiveForeground#8B6F5E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8B6F5Eitalic
string, string.quoted, string.template#A4B574
constant.numeric, constant.language.boolean, constant.language.null#D4A574
keyword, storage.type, storage.modifier#C97D60bold
entity.name.function, meta.function-call, support.function#D4A574
variable, variable.other, variable.parameter#E8D5C4
entity.name.class, entity.name.type.class, support.class#F4D1A6
entity.name.type, support.type, storage.type#B89A87
variable.other.property, support.type.property-name#E8D5C4
entity.name.tag, punctuation.definition.tag#C97D60
entity.other.attribute-name#D4A574
constant, constant.other, constant.character.escape#B85C38
keyword.operator, punctuation#9B7E6B
string.regexp#A68B5B
markup.bold, markup.heading#F4D1A6bold
markup.italicitalic
markup.underline.link#D4A574underline
invalid, invalid.illegal#E89D7A
invalid.deprecated#8B6F5Estrikethrough
Mulled Cider by Keith Hudgins - VS Code Theme