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.activeBorder#FFC72C
  • activityBar.background#FFF8E1
  • activityBar.foreground#E6192B
  • activityBarBadge.background#E6192B
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FFC72C
  • badge.foreground#333333
  • button.background#E6192B
  • button.foreground#FFFFFF
  • button.hoverBackground#C21807
  • dropdown.background#FFFFFF
  • dropdown.border#E0E0E0
  • dropdown.foreground#333333
  • editor.background#FAFAFA
  • editor.findMatchBackground#FFCC80
  • editor.findMatchHighlightBackground#FFE0B2
  • editor.foreground#333333
  • editor.lineHighlightBackground#FFF3E0
  • editor.lineHighlightBorder#FFC72C
  • editor.selectionBackground#FFD180
  • editor.selectionHighlightBackground#FFE0B2
  • editorBracketMatch.background#FFF9C4
  • editorBracketMatch.border#FFC72C
  • editorCursor.foreground#E6192B
  • editorGroupHeader.tabsBackground#FAFAFA
  • editorIndentGuide.activeBackground#FFC72C
  • editorIndentGuide.background#E0E0E0
  • editorLineNumber.activeForeground#E6192B
  • editorLineNumber.foreground#999999
  • editorWhitespace.foreground#CCCCCC
  • focusBorder#FFC72C
  • gitDecoration.conflictingResourceForeground#E91E63
  • gitDecoration.deletedResourceForeground#F44336
  • gitDecoration.modifiedResourceForeground#FF9800
  • gitDecoration.untrackedResourceForeground#4CAF50
  • input.background#FFFFFF
  • input.border#E0E0E0
  • input.foreground#333333
  • input.placeholderForeground#AAAAAA
  • inputOption.activeBorder#FFC72C
  • list.activeSelectionBackground#FFE5B4
  • list.activeSelectionForeground#333333
  • list.focusBackground#FFE5B4
  • list.highlightForeground#E6192B
  • list.hoverBackground#FFF3E0
  • minimap.background#FAFAFA
  • minimapSlider.activeBackground#AAAAAA99
  • minimapSlider.background#CCCCCC55
  • minimapSlider.hoverBackground#BBBBBB77
  • panel.background#FAFAFA
  • panel.border#E0E0E0
  • panelTitle.activeBorder#FFC72C
  • panelTitle.activeForeground#E6192B
  • panelTitle.inactiveForeground#777777
  • scrollbar.shadow#00000033
  • scrollbarSlider.activeBackground#AAAAAA99
  • scrollbarSlider.background#CCCCCC55
  • scrollbarSlider.hoverBackground#BBBBBB77
  • sideBar.background#FFF8E1
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#FFE5B4
  • sideBarSectionHeader.foreground#333333
  • sideBarTitle.foreground#E6192B
  • statusBar.background#E6192B
  • statusBar.debuggingBackground#FF8C00
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#FFC72C
  • statusBarItem.hoverBackground#FFB74D
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#FFC72C
  • tab.activeForeground#E6192B
  • tab.border#E0E0E0
  • tab.inactiveBackground#FAFAFA
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#2196F3
  • terminal.ansiBrightBlue#64B5F6
  • terminal.ansiBrightCyan#26C6DA
  • terminal.ansiBrightGreen#81C784
  • terminal.ansiBrightMagenta#BA68C8
  • terminal.ansiBrightRed#F44336
  • terminal.ansiBrightYellow#FFD54F
  • terminal.ansiCyan#00BCD4
  • terminal.ansiGreen#4CAF50
  • terminal.ansiMagenta#9C27B0
  • terminal.ansiRed#E6192B
  • terminal.ansiYellow#FFEB3B
  • terminal.background#FAFAFA
  • terminal.foreground#333333
  • titleBar.activeBackground#FFC72C
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#FFE5B4
  • titleBar.inactiveForeground#333333

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A9955italic
string, string.quoted, string.template#CE9178—
keyword, storage.type, storage.modifier#E6192Bbold
keyword.operator, punctuation.accessor#D4D4D4—
variable, variable.other#9CDCFE—
variable.parameter#9CDCFEitalic
entity.name.function, support.function#C586C0—
meta.function-call#C586C0—
entity.name.class, entity.name.type.class, support.class#4EC9B0bold
entity.name.type, support.type#4EC9B0—
entity.name.type.interface#4EC9B0italic
constant.numeric#B5CEA8—
constant, constant.language, constant.character#D16969—
constant.language.boolean#D16969bold
variable.other.property, support.variable.property#9CDCFE—
meta.object-literal.key#9CDCFE—
entity.name.tag, punctuation.definition.tag#E6192B—
entity.other.attribute-name#D4A7C0italic
punctuation, meta.brace#D4D4D4—
string.regexp#B5CEA8—
constant.character.escape#D16969—
meta.decorator, punctuation.decorator#9CDCFE—
invalid, invalid.illegal#F44747strikethrough
markup.heading, entity.name.section#E6192Bbold
markup.bold#333333bold
markup.italic#333333italic
markup.underline.link#1E90FF—
markup.inline.raw, markup.fenced_code#D16969—
support.type.property-name.json#9CDCFE—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#C586C0—
support.type.property-name.css#4EC9B0—
support.constant.property-value.css#CE9178—