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#322f34
  • activityBar.border#635850
  • activityBar.foreground#efd5c5
  • activityBarBadge.background#80aadf
  • activityBarBadge.foreground#232025
  • badge.background#503240
  • badge.foreground#fedeff
  • button.background#503240
  • button.foreground#fedeff
  • button.hoverBackground#957856
  • diffEditor.border#635850
  • diffEditor.insertedLineBackground#16383f99
  • diffEditor.insertedTextBackground#304a4f99
  • diffEditor.removedLineBackground#4a203499
  • diffEditor.removedTextBackground#5a314299
  • dropdown.background#232025
  • dropdown.border#635850
  • dropdown.foreground#efd5c5
  • editor.background#232025
  • editor.findMatchBackground#8f665f
  • editor.findMatchHighlightBackground#4f509f99
  • editor.findRangeHighlightBackground#4e393099
  • editor.foreground#efd5c5
  • editor.hoverHighlightBackground#95785699
  • editor.inactiveSelectionBackground#3a3e7399
  • editor.lineHighlightBackground#412f4f
  • editor.selectionBackground#544a50
  • editor.selectionHighlightBackground#50324099
  • editor.wordHighlightBackground#0f3f4f99
  • editor.wordHighlightStrongBackground#665f7a99
  • editorBracketMatch.background#885566
  • editorBracketMatch.border#ffaacf
  • editorCursor.foreground#f3c09a
  • editorError.foreground#ff7a5f
  • editorGutter.addedBackground#51b04f
  • editorGutter.background#2a272c
  • editorGutter.deletedBackground#ff7a5f
  • editorGutter.modifiedBackground#d09950
  • editorHint.foreground#8f8886
  • editorIndentGuide.activeBackground1#5b595e
  • editorIndentGuide.background1#635850
  • editorInfo.foreground#51b04f
  • editorLineNumber.activeForeground#efd5c5
  • editorLineNumber.foreground#8f8886
  • editorOverviewRuler.addedForeground#51b04f
  • editorOverviewRuler.border#635850
  • editorOverviewRuler.deletedForeground#ff7a5f
  • editorOverviewRuler.modifiedForeground#d09950
  • editorRuler.foreground#3b393e
  • editorWarning.foreground#d09950
  • editorWhitespace.foreground#635850
  • gitDecoration.addedResourceForeground#51b04f
  • gitDecoration.conflictingResourceForeground#e47980
  • gitDecoration.deletedResourceForeground#f0bfcf
  • gitDecoration.ignoredResourceForeground#8f8886
  • gitDecoration.modifiedResourceForeground#dada90
  • gitDecoration.submoduleResourceForeground#b0a0cf
  • gitDecoration.untrackedResourceForeground#3fc489
  • input.background#232025
  • input.border#635850
  • input.foreground#efd5c5
  • input.placeholderForeground#8f8886
  • inputOption.activeBackground#503240
  • inputOption.activeBorder#80aadf
  • inputValidation.errorBackground#501a2d
  • inputValidation.errorBorder#ff7a5f
  • inputValidation.infoBackground#0f3f4f
  • inputValidation.infoBorder#51b04f
  • inputValidation.warningBackground#4e3930
  • inputValidation.warningBorder#d09950
  • list.activeSelectionBackground#503240
  • list.activeSelectionForeground#fedeff
  • list.activeSelectionIconForeground#80aadf
  • list.focusBackground#503240
  • list.highlightForeground#80aadf
  • list.hoverBackground#957856
  • list.inactiveSelectionBackground#3a3e73
  • notificationCenterHeader.background#3b393e
  • notificationCenterHeader.foreground#efd5c5
  • panel.background#232025
  • panel.border#635850
  • panelTitle.activeBorder#80aadf
  • panelTitle.activeForeground#efd5c5
  • panelTitle.inactiveForeground#8f8886
  • progressBar.background#80aadf
  • sideBar.background#322f34
  • sideBar.border#635850
  • sideBar.foreground#efd5c5
  • sideBarSectionHeader.background#3b393e
  • sideBarSectionHeader.foreground#efd5c5
  • sideBarTitle.foreground#efd5c5
  • statusBar.background#675072
  • statusBar.border#635850
  • statusBar.debuggingBackground#885997
  • statusBar.debuggingForeground#fedeff
  • statusBar.foreground#fedeff
  • statusBar.noFolderBackground#3b393e
  • statusBar.noFolderForeground#efd5c5
  • tab.activeBackground#232025
  • tab.activeBorder#80aadf
  • tab.activeForeground#efd5c5
  • tab.border#635850
  • tab.hoverBackground#412f4f
  • tab.hoverBorder#635850
  • tab.inactiveBackground#322f34
  • tab.inactiveForeground#8f8886
  • tab.unfocusedActiveBackground#2a272c
  • tab.unfocusedActiveBorder#635850
  • tab.unfocusedActiveForeground#8f8886
  • terminal.ansiBlack#efd5c5
  • terminal.ansiBlue#57b0ff
  • terminal.ansiBrightBlack#8f8886
  • terminal.ansiBrightBlue#80aadf
  • terminal.ansiBrightCyan#8fcfd0
  • terminal.ansiBrightGreen#7fce5f
  • terminal.ansiBrightMagenta#f498c0
  • terminal.ansiBrightRed#ff7a5f
  • terminal.ansiBrightWhite#232025
  • terminal.ansiBrightYellow#d09950
  • terminal.ansiCyan#6fb3c0
  • terminal.ansiGreen#51b04f
  • terminal.ansiMagenta#ffaacf
  • terminal.ansiRed#ff6f6f
  • terminal.ansiWhite#322f34
  • terminal.ansiYellow#c0b24f
  • terminal.background#232025
  • terminal.foreground#efd5c5
  • terminalCursor.foreground#f3c09a
  • titleBar.activeBackground#3b393e
  • titleBar.activeForeground#efd5c5
  • titleBar.border#635850
  • titleBar.inactiveBackground#2a272c
  • titleBar.inactiveForeground#8f8886

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#caa89fitalic
comment.documentation, comment.block.documentation, string.quoted.docstring#99bfcf
keyword, storage, storage.modifier#d0b0ff
keyword.operator#8f8886
storage.type, support.type, entity.name.type, entity.other.inherited-class#3fc489
entity.name.function, support.function, meta.function-call, variable.function#f498c0
variable, support.variable, variable.other#65c5a8
constant, constant.numeric, constant.character, constant.language, support.constant#12b4ff
string, constant.other.symbol#80aadf
constant.character.escape, string.regexp#ffaacf
punctuation#8f8886
invalid, invalid.illegal#ff7a5f
markup.heading#ff6f6fbold
markup.bold, markup.italic#80aadfbold italic
meta.link, markup.underline.link#80aadfunderline
markup.list, markup.quote#b0a0cf
markup.inline.raw#f498c0
markup.inserted, meta.diff.header.to-file#a0d0f0
markup.deleted, meta.diff.header.from-file#f0bfcf
markup.changed, meta.diff.range#dada90