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#FF8C42
  • activityBar.background#151515
  • activityBar.foreground#FF8C42
  • activityBarBadge.background#FF8C42
  • activityBarBadge.foreground#0c0c0c
  • badge.background#FF8C42
  • badge.foreground#0c0c0c
  • button.background#FF8C42
  • button.foreground#0c0c0c
  • button.hoverBackground#FF8C42CC
  • dropdown.background#151515
  • dropdown.border#444444
  • dropdown.foreground#d0d0d0
  • editor.background#0c0c0c
  • editor.findMatchBackground#FF8C4233
  • editor.findMatchHighlightBackground#FF8C4211
  • editor.foreground#d0d0d0
  • editor.lineHighlightBackground#33333380
  • editor.lineHighlightBorder#333333bb
  • editor.selectionBackground#FF8C4240
  • editor.selectionHighlightBackground#FF8C4233
  • editorBracketMatch.background#FF8C4233
  • editorBracketMatch.border#FF8C42
  • editorCursor.foreground#FF8C42
  • editorGroupHeader.tabsBackground#101010
  • editorIndentGuide.activeBackground#44444488
  • editorIndentGuide.background#44444444
  • editorLineNumber.activeForeground#FF8C42
  • editorLineNumber.foreground#777777
  • editorWhitespace.foreground#444444
  • focusBorder#FF8C42
  • gitDecoration.conflictingResourceForeground#ffda59
  • gitDecoration.deletedResourceForeground#FF8C42
  • gitDecoration.modifiedResourceForeground#FF8C42
  • gitDecoration.untrackedResourceForeground#00d1b2
  • input.background#151515
  • input.border#444444
  • input.foreground#d0d0d0
  • input.placeholderForeground#777777
  • inputOption.activeBorder#FF8C42
  • list.activeSelectionBackground#FF8C4240
  • list.activeSelectionForeground#0c0c0c
  • list.focusBackground#FF8C4240
  • list.highlightForeground#FF8C42
  • list.hoverBackground#FF8C4233
  • minimap.background#0c0c0c
  • minimapSlider.activeBackground#FF8C4288
  • minimapSlider.background#44444433
  • minimapSlider.hoverBackground#44444466
  • panel.background#101010
  • panel.border#444444
  • panelTitle.activeBorder#FF8C42
  • panelTitle.activeForeground#FF8C42
  • panelTitle.inactiveForeground#777777
  • scrollbar.shadow#0c0c0c44
  • scrollbarSlider.activeBackground#FF8C4288
  • scrollbarSlider.background#44444444
  • scrollbarSlider.hoverBackground#44444488
  • sideBar.background#101010
  • sideBar.foreground#d0d0d0
  • sideBarSectionHeader.background#151515
  • sideBarSectionHeader.foreground#FF8C42
  • sideBarTitle.foreground#FF8C42
  • statusBar.background#151515
  • statusBar.debuggingBackground#FF8C42
  • statusBar.foreground#d0d0d0
  • statusBar.noFolderBackground#151515
  • statusBarItem.hoverBackground#FF8C4240
  • tab.activeBackground#151515
  • tab.activeBorder#FF8C42
  • tab.activeForeground#FF8C42
  • tab.border#0c0c0c
  • tab.inactiveBackground#101010
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#0099ff
  • terminal.ansiBrightBlue#66cfff
  • terminal.ansiBrightCyan#66ffd5
  • terminal.ansiBrightGreen#b6ffb6
  • terminal.ansiBrightMagenta#ffb284
  • terminal.ansiBrightRed#ffb284
  • terminal.ansiBrightYellow#ffea85
  • terminal.ansiCyan#00d1b2
  • terminal.ansiGreen#99ff99
  • terminal.ansiMagenta#FF8C42
  • terminal.ansiRed#FF8C42
  • terminal.ansiYellow#ffda59
  • terminal.background#0c0c0c
  • terminal.foreground#d0d0d0
  • titleBar.activeBackground#151515
  • titleBar.activeForeground#d0d0d0
  • titleBar.inactiveBackground#101010
  • titleBar.inactiveForeground#777777

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#777777italic
string, string.quoted, string.template#00d1b2—
keyword, storage.type, storage.modifier#FF8C42bold
keyword.operator, punctuation.accessor#d0d0d0—
variable, variable.other#d0d0d0—
variable.parameter#FF8C42italic
entity.name.function, support.function#FF8C42—
meta.function-call#00d1b2—
entity.name.class, entity.name.type.class, support.class#d0d0d0bold
entity.name.type, support.type#d0d0d0—
entity.name.type.interface#00d1b2italic
constant.numeric#FF8C42—
constant, constant.language, constant.character#FF8C42—
constant.language.boolean#FF8C42bold
variable.other.property, support.variable.property#00d1b2—
meta.object-literal.key#d0d0d0—
entity.name.tag, punctuation.definition.tag#FF8C42—
entity.other.attribute-name#00d1b2italic
punctuation, meta.brace#d0d0d0—
string.regexp#FF8C42—
constant.character.escape#00d1b2—
meta.decorator, punctuation.decorator#FF8C42—
invalid, invalid.illegal#FF8C42strikethrough
markup.heading, entity.name.section#FF8C42bold
markup.bold#FF8C42bold
markup.italic#00d1b2italic
markup.underline.link#00d1b2—
markup.inline.raw, markup.fenced_code#00d1b2—
support.type.property-name.json#FF8C42—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FF8C42—
support.type.property-name.css#00d1b2—
support.constant.property-value.css#FF8C42—