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#000000
  • activityBar.border#DC0000
  • activityBar.foreground#FFD200
  • activityBar.inactiveForeground#555555
  • activityBarBadge.background#DC0000
  • activityBarBadge.foreground#FFFFFF
  • badge.background#DC0000
  • badge.foreground#FFFFFF
  • button.background#FFD200
  • button.foreground#000000
  • button.hoverBackground#FFE040
  • descriptionForeground#7A7A7A
  • dropdown.background#141414
  • dropdown.border#2A2A2A
  • dropdown.foreground#E8E0D4
  • editor.background#000000
  • editor.findMatchBackground#FFB52855
  • editor.findMatchHighlightBackground#FFB52833
  • editor.foreground#E8E0D4
  • editor.inactiveSelectionBackground#FFD20022
  • editor.lineHighlightBackground#141414
  • editor.selectionBackground#FFD20040
  • editor.wordHighlightBackground#FFD20028
  • editor.wordHighlightStrongBackground#FFD20044
  • editorBracketMatch.background#FFD20033
  • editorBracketMatch.border#FFD200
  • editorCursor.foreground#FFD200
  • editorError.foreground#FF6B6B
  • editorGroupHeader.tabsBackground#0A0A0A
  • editorGutter.background#000000
  • editorHint.foreground#7A7A7A
  • editorIndentGuide.activeBackground#FFD20066
  • editorIndentGuide.background#2A2A2A
  • editorInfo.foreground#F6C883
  • editorLineNumber.activeForeground#FFD200
  • editorLineNumber.foreground#666666
  • editorWarning.foreground#FFD200
  • editorWhitespace.foreground#3A3A3A
  • focusBorder#FFD200
  • foreground#E8E0D4
  • gitDecoration.deletedResourceForeground#FF6B6B
  • gitDecoration.ignoredResourceForeground#555555
  • gitDecoration.modifiedResourceForeground#FFD200
  • gitDecoration.untrackedResourceForeground#F6C883
  • input.background#141414
  • input.border#2A2A2A
  • input.foreground#E8E0D4
  • input.placeholderForeground#666666
  • list.activeSelectionBackground#FFD20033
  • list.activeSelectionForeground#FFFFFF
  • list.highlightForeground#FFD200
  • list.hoverBackground#1A1A1A
  • list.inactiveSelectionBackground#1A1A1A
  • panel.background#000000
  • panel.border#2A2A2A
  • scrollbarSlider.activeBackground#FFD20077
  • scrollbarSlider.background#FFD20033
  • scrollbarSlider.hoverBackground#FFD20055
  • sideBar.background#0A0A0A
  • sideBar.border#1A1A1A
  • sideBar.foreground#E8E0D4
  • sideBarSectionHeader.background#141414
  • sideBarSectionHeader.foreground#FFB528
  • sideBarTitle.foreground#FFD200
  • statusBar.background#000000
  • statusBar.border#DC0000
  • statusBar.debuggingBackground#DC0000
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFD200
  • statusBar.noFolderBackground#000000
  • tab.activeBackground#000000
  • tab.activeBorderTop#DC0000
  • tab.activeForeground#FFD200
  • tab.border#1A1A1A
  • tab.inactiveBackground#0A0A0A
  • tab.inactiveForeground#666666
  • terminal.ansiBlue#F6C883
  • terminal.ansiBrightYellow#FFD200
  • terminal.ansiCyan#F6C883
  • terminal.ansiGreen#FFB528
  • terminal.ansiMagenta#DC0000
  • terminal.ansiRed#FF6B6B
  • terminal.ansiYellow#FFD200
  • terminal.background#000000
  • terminal.foreground#E8E0D4
  • textLink.activeForeground#F6C883
  • textLink.foreground#FFD200
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#E8E0D4
  • titleBar.border#1A1A1A
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#666666

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A6A6Aitalic
keyword, storage.type, storage.modifier, keyword.control#FF4D4Dbold
string, constant.other.symbol#F6C883—
constant.numeric, constant.language#FFB528—
constant.language.boolean#E8E0D4bold
entity.name.function, support.function, meta.function-call#FFD200—
entity.name.type, entity.name.class, support.type, support.class#FFC040bold
variable, variable.other, variable.parameter#E8E0D4—
variable.other.property, support.variable.property#C8C0B4—
entity.name.tag#FF6B6Bbold
entity.other.attribute-name#F6C883—
keyword.operator#8A8A8A—
punctuation, meta.brace#6A6A6A—
entity.name.namespace, support.type.namespace#FFC040bold
meta.decorator, entity.name.function.decorator#F6C883italic
keyword.control.import, keyword.control.export, keyword.control.from#FFB528bold
string.regexp#FFC040—
constant.character.escape#FFD200—
invalid, invalid.illegal#FF6B6Bbold underline
markup.heading, entity.name.section.markdown#FF4D4Dbold
markup.bold#F6C883bold
markup.italic#FFB528italic
markup.underline.link#FFD200—
markup.inline.raw, markup.fenced_code.block#FFB528—
support.type.property-name.json#FF4D4Dbold
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#F6C883—
support.type.property-name.css#FFD200—
support.constant.property-value.css#FFB528—