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#191815
  • activityBar.border#3c3a32
  • activityBar.foreground#d2bea2
  • activityBar.inactiveForeground#685f52
  • activityBarBadge.background#cb9322
  • activityBarBadge.foreground#191815
  • badge.background#cb9322
  • badge.foreground#191815
  • button.background#cb9322
  • button.foreground#191815
  • button.hoverBackground#d49d2d
  • button.secondaryBackground#443e35
  • button.secondaryForeground#d2bea2
  • dropdown.background#2b2b26
  • dropdown.border#443e35
  • dropdown.foreground#d2bea2
  • editor.background#1b1d1a
  • editor.findMatchBackground#cb932236
  • editor.findMatchHighlightBackground#cb93221a
  • editor.foreground#d2bea2
  • editor.lineHighlightBackground#272824
  • editor.selectionBackground#cb93222e
  • editor.selectionHighlightBackground#cb932217
  • editor.wordHighlightBackground#cb93221d
  • editorBracketHighlight.foreground1#d4b84f
  • editorBracketHighlight.foreground2#d2a33d
  • editorBracketHighlight.foreground3#68adc1
  • editorBracketMatch.background#d4b84f1a
  • editorBracketMatch.border#d4b84f47
  • editorCursor.background#1b1d1a
  • editorCursor.foreground#8bb49e
  • editorError.foreground#d4b84f
  • editorGroupHeader.tabsBackground#191815
  • editorGroupHeader.tabsBorder#3c3a32
  • editorIndentGuide.activeBackground1#918675
  • editorIndentGuide.background1#454138
  • editorInfo.foreground#68adc1
  • editorLineNumber.activeForeground#c5a36e
  • editorLineNumber.foreground#5d574b
  • editorWarning.foreground#d2a33d
  • editorWhitespace.foreground#454138
  • focusBorder#cb9322a6
  • gitDecoration.addedResourceForeground#91cf72
  • gitDecoration.conflictingResourceForeground#d4b84f
  • gitDecoration.deletedResourceForeground#d4b84f
  • gitDecoration.ignoredResourceForeground#685f52
  • gitDecoration.modifiedResourceForeground#d2a33d
  • gitDecoration.untrackedResourceForeground#91cf72
  • input.background#2b2b26
  • input.border#443e35
  • input.foreground#d2bea2
  • input.placeholderForeground#685f52
  • inputOption.activeBackground#cb932215
  • inputOption.activeBorder#cb9322
  • list.activeSelectionBackground#3a362e
  • list.activeSelectionForeground#e4d5bc
  • list.focusBackground#3a362e
  • list.highlightForeground#cb9322
  • list.hoverBackground#2a2723
  • list.hoverForeground#d2bea2
  • list.inactiveSelectionBackground#2d2a25
  • notificationLink.foreground#cb9322
  • notifications.background#2b2b26
  • notifications.border#443e35
  • notifications.foreground#d2bea2
  • panel.background#191815
  • panel.border#3c3a32
  • panelTitle.activeBorder#cb9322
  • panelTitle.activeForeground#d2bea2
  • panelTitle.inactiveForeground#847867
  • progressBar.background#cb9322
  • scrollbarSlider.activeBackground#655b4aaa
  • scrollbarSlider.background#4a433866
  • scrollbarSlider.hoverBackground#4a433899
  • selection.background#cb93222e
  • sideBar.background#191815
  • sideBar.border#3c3a32
  • sideBar.foreground#a99983
  • sideBarSectionHeader.background#282521
  • sideBarSectionHeader.border#3c3a32
  • sideBarSectionHeader.foreground#847867
  • sideBarTitle.foreground#847867
  • statusBar.background#b37f16
  • statusBar.border#3c3a32
  • statusBar.debuggingBackground#5d3418
  • statusBar.debuggingForeground#efe5d5
  • statusBar.foreground#191815
  • statusBar.noFolderBackground#312b23
  • statusBar.noFolderForeground#efe5d5
  • statusBarItem.activeBackground#cb932233
  • statusBarItem.hoverBackground#cb932226
  • tab.activeBackground#1b1d1a
  • tab.activeBorder#cb9322
  • tab.activeForeground#d2bea2
  • tab.border#3c3a32
  • tab.hoverBackground#2a2723
  • tab.inactiveBackground#191815
  • tab.inactiveForeground#847867
  • tab.unfocusedActiveForeground#a99983
  • terminal.ansiBlack#1d201f
  • terminal.ansiBlue#79a89f
  • terminal.ansiBrightBlack#675d52
  • terminal.ansiBrightBlue#92bbb1
  • terminal.ansiBrightCyan#9bc099
  • terminal.ansiBrightGreen#b6c97f
  • terminal.ansiBrightMagenta#dc9fb2
  • terminal.ansiBrightRed#ee8376
  • terminal.ansiBrightWhite#f1e6d4
  • terminal.ansiBrightYellow#deba72
  • terminal.ansiCyan#8fb686
  • terminal.ansiGreen#9fb86f
  • terminal.ansiMagenta#ca8ea5
  • terminal.ansiRed#e06c5e
  • terminal.ansiWhite#d6c3a3
  • terminal.ansiYellow#d2ab61
  • terminal.background#1b1d1a
  • terminal.foreground#d2bea2
  • terminalCursor.foreground#8bb49e
  • titleBar.activeBackground#191815
  • titleBar.activeForeground#d2bea2
  • titleBar.border#3c3a32
  • titleBar.inactiveBackground#191815
  • titleBar.inactiveForeground#847867
  • widget.shadow#00000066

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#817566italic
keyword, storage.type, storage.modifier, keyword.control#d4b84fbold
keyword.operator, keyword.operator.assignment#979087
meta.function-call entity.name.function, meta.function-call.js entity.name.function.js, meta.function-call.ts entity.name.function.ts, meta.function-call.py entity.name.function.py, meta.function-call.python entity.name.function.python, meta.function-call.go entity.name.function.go, meta.function-call.rust entity.name.function.rust#93ce75—
meta.method-call entity.name.function, meta.method-call.js entity.name.function.js, meta.method-call.ts entity.name.function.ts, meta.method-call.py entity.name.function.py, meta.method-call.python entity.name.function.python, meta.method-call.go entity.name.function.go, meta.method-call.rust entity.name.function.rust#68bca3—
entity.name.function, support.function, meta.function-call.generic#93ce75—
entity.name.function.member, entity.name.function.member.python, entity.name.function.member.go, entity.name.function.member.rust#68bca3—
variable.other.property, variable.other.member, meta.property-name, support.type.property-name#8ebb7f—
string, string.quoted, string.template, string.regexp#caa46c—
constant.numeric, constant.language.boolean, constant.language.null, constant.language.undefined#77a7d2—
entity.name.type, entity.name.class, storage.type.java, storage.type.primitive.java, entity.name.struct.rust, entity.name.type.class, support.type, support.type.builtin, support.class#68adc1italic
variable, variable.other.readwrite, variable.other.constant#c3bfb9—
meta.object-literal.key#b7774f—
entity.other.attribute-name#5ea2c4—
entity.name.tag, punctuation.definition.tag#c5bf56—
meta.decorator, punctuation.decorator#caa46citalic
punctuation, meta.brace#b47a8b—
constant.other.color, support.constant#77a7d2—
markup.heading#e1ba73bold
markup.bold#c26f59bold
markup.italic#c89254italic
markup.inline.raw, markup.fenced_code#8fbd79—
markup.underline.link#8fbd79—
invalid.deprecated#ca8364strikethrough
invalid.illegal#ca8364underline