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#160707
  • activityBar.foreground#ffd556
  • activityBar.inactiveForeground#A66A6A
  • badge.background#ffd556
  • badge.foreground#0D0505
  • button.background#8B1E1E
  • button.foreground#FFFFFF
  • button.hoverBackground#A52A2A
  • editor.background#221111
  • editor.foreground#FDECEC
  • editor.inactiveSelectionBackground#241010
  • editor.lineHighlightBackground#2A0F0F
  • editor.selectionBackground#3A1414
  • editorBracketHighlight.foreground1#FFD700
  • editorBracketHighlight.foreground2#FF6B6B
  • editorBracketHighlight.foreground3#E57373
  • editorBracketHighlight.foreground4#F8C471
  • editorBracketHighlight.foreground5#C0392B
  • editorBracketHighlight.foreground6#F5B041
  • editorBracketHighlight.unexpectedBracket.foreground#FF0000
  • editorCursor.foreground#FFD700
  • editorIndentGuide.activeBackground#8B1E1E
  • editorIndentGuide.background#2A0F0F
  • editorLineNumber.activeForeground#ffd556
  • editorLineNumber.foreground#6B4C4C
  • list.activeSelectionBackground#2A0F0F
  • list.hoverBackground#241010
  • panel.background#1f0a0a
  • panel.border#2A0F0F
  • scrollbarSlider.background#ffd55659
  • scrollbarSlider.hoverBackground#1e0a0a
  • sideBar.background#221111
  • sideBar.border#2A0F0F
  • sideBar.foreground#E5C9C9
  • statusBar.background#ffd556
  • statusBar.foreground#0D0505
  • tab.activeBackground#1c0d0d
  • tab.activeForeground#FFFFFF
  • tab.border#2A0F0F
  • tab.inactiveBackground#0D0505
  • tab.inactiveForeground#C9A5A5
  • terminal.background#1c0d0d
  • terminal.foreground#FDECEC

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage, keyword.control#FF6B6B
string, string.quoted#D4A5A5
constant.numeric#FFD700
constant.language#FFE8A3
entity.name.function, meta.function-call#FFE8A3
variable, identifier#FDECEC
entity.name.type, support.type, storage.type#D4A5A5
operator, keyword.operator#E5C9C9
punctuation#D4A5A5
entity.name.tag#F0A5A5
entity.other.attribute-name#FFD700
support.function#FFD700
markup.heading#FFD700bold
invalid#FFFFFF
support.type.property-name.json#FDECEC