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#FF5500
  • activityBar.background#0B0808
  • activityBar.foreground#FF5500
  • activityBarBadge.background#FF5500
  • activityBarBadge.foreground#0F0A0A
  • badge.background#FFC300
  • badge.foreground#0F0A0A
  • button.background#FF5500
  • button.foreground#FFFFFF
  • button.hoverBackground#FF6F30
  • dropdown.background#1A1414
  • dropdown.border#333333
  • dropdown.foreground#EAE0E0
  • editor.background#0F0A0A
  • editor.findMatchBackground#FF5500AA
  • editor.findMatchHighlightBackground#FFC30055
  • editor.foreground#EAE0E0
  • editor.lineHighlightBackground#FF550020
  • editor.lineHighlightBorder#FF550040
  • editor.selectionBackground#FF550060
  • editor.selectionHighlightBackground#FFC30030
  • editorBracketMatch.background#FFC30033
  • editorBracketMatch.border#FFC300
  • editorCursor.foreground#FF5500
  • editorGroupHeader.tabsBackground#0F0A0A
  • editorIndentGuide.activeBackground#555555
  • editorIndentGuide.background#333333
  • editorLineNumber.activeForeground#FFC300
  • editorLineNumber.foreground#777777
  • editorWhitespace.foreground#555555
  • focusBorder#FF5500
  • gitDecoration.conflictingResourceForeground#FF5C5C
  • gitDecoration.deletedResourceForeground#FF5500
  • gitDecoration.modifiedResourceForeground#FF6F30
  • gitDecoration.untrackedResourceForeground#FFC300
  • input.background#1A1414
  • input.border#333333
  • input.foreground#EAE0E0
  • input.placeholderForeground#777777
  • inputOption.activeBorder#FF5500
  • list.activeSelectionBackground#FF550060
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#FF550060
  • list.highlightForeground#FFC300
  • list.hoverBackground#FF550040
  • minimap.background#0F0A0A
  • minimapSlider.activeBackground#FF550088
  • minimapSlider.background#55555533
  • minimapSlider.hoverBackground#55555566
  • panel.background#0F0A0A
  • panel.border#FF5500
  • panelTitle.activeBorder#FF5500
  • panelTitle.activeForeground#FFC300
  • panelTitle.inactiveForeground#777777
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#FF550099
  • scrollbarSlider.background#55555544
  • scrollbarSlider.hoverBackground#55555588
  • sideBar.background#120C0C
  • sideBar.foreground#EAE0E0
  • sideBarSectionHeader.background#0F0A0A
  • sideBarSectionHeader.foreground#FFC300
  • sideBarTitle.foreground#FFC300
  • statusBar.background#0F0A0A
  • statusBar.debuggingBackground#FF5500
  • statusBar.foreground#FFC300
  • statusBar.noFolderBackground#0F0A0A
  • statusBarItem.hoverBackground#FF550040
  • tab.activeBackground#0F0A0A
  • tab.activeBorder#FF5500
  • tab.activeForeground#FFC300
  • tab.border#0F0A0A
  • tab.inactiveBackground#120C0C
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#3A96FF
  • terminal.ansiBrightBlue#5AB4FF
  • terminal.ansiBrightCyan#33EEEE
  • terminal.ansiBrightGreen#C0FF33
  • terminal.ansiBrightMagenta#FF84FF
  • terminal.ansiBrightRed#FF7F50
  • terminal.ansiBrightYellow#FFDE55
  • terminal.ansiCyan#00E5FF
  • terminal.ansiGreen#A0E800
  • terminal.ansiMagenta#FF5CFF
  • terminal.ansiRed#FF5500
  • terminal.ansiYellow#FFC300
  • terminal.background#0F0A0A
  • terminal.foreground#EAE0E0
  • titleBar.activeBackground#0F0A0A
  • titleBar.activeForeground#EAE0E0
  • titleBar.inactiveBackground#0F0A0A
  • titleBar.inactiveForeground#777777

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5A5A5Aitalic
string, string.quoted, string.template#00E5FF
keyword, storage.type, storage.modifier#FF5500bold
keyword.operator, punctuation.accessor#FFC300
variable, variable.other#EAE0E0
variable.parameter#FFC300italic
entity.name.function, support.function#00E5FF
meta.function-call#FF5500
entity.name.class, entity.name.type.class, support.class#FFC300bold
entity.name.type, support.type#00E5FF
entity.name.type.interface#00E5FFitalic
constant.numeric#FFC300
constant, constant.language, constant.character#FFC300
constant.language.boolean#FF5500bold
variable.other.property, support.variable.property#00E5FF
meta.object-literal.key#FF5500
entity.name.tag, punctuation.definition.tag#FF5500
entity.other.attribute-name#FFC300italic
punctuation, meta.brace#EAE0E0
string.regexp#FFC300
constant.character.escape#FF5C5C
meta.decorator, punctuation.decorator#FFC300
invalid, invalid.illegal#FF5500strikethrough
markup.heading, entity.name.section#FFC300bold
markup.bold#FF5500bold
markup.italic#FFC300italic
markup.underline.link#00E5FF
markup.inline.raw, markup.fenced_code#00E5FF
support.type.property-name.json#FFC300
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FF5500
support.type.property-name.css#FFC300
support.constant.property-value.css#00E5FF