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#FF6F61
  • activityBar.background#111526
  • activityBar.foreground#FFC700
  • activityBarBadge.background#C41E3A
  • activityBarBadge.foreground#FFFFFF
  • badge.background#C41E3A
  • badge.foreground#FFFFFF
  • button.background#C41E3A
  • button.foreground#FFFFFF
  • button.hoverBackground#D6324C
  • dropdown.background#111526
  • dropdown.border#2A7B3D
  • dropdown.foreground#E8F4FF
  • editor.background#0A0E21
  • editor.findMatchBackground#FF6F6130
  • editor.findMatchHighlightBackground#FF6F6120
  • editor.foreground#E8F4FF
  • editor.lineHighlightBackground#2A7B3D30
  • editor.lineHighlightBorder#2A7B3D40
  • editor.selectionBackground#FFC70030
  • editor.selectionHighlightBackground#FFC70020
  • editorBracketMatch.background#FFC70033
  • editorBracketMatch.border#FFC700
  • editorCursor.foreground#FFC700
  • editorGroupHeader.tabsBackground#0A0E21
  • editorIndentGuide.activeBackground#40485F88
  • editorIndentGuide.background#40485F44
  • editorLineNumber.activeForeground#FFC700
  • editorLineNumber.foreground#506080
  • editorWhitespace.foreground#40485F
  • focusBorder#FFC700
  • gitDecoration.conflictingResourceForeground#D67EBF
  • gitDecoration.deletedResourceForeground#E65757
  • gitDecoration.modifiedResourceForeground#FFC700
  • gitDecoration.untrackedResourceForeground#8FD14F
  • input.background#111526
  • input.border#2A7B3D
  • input.foreground#E8F4FF
  • input.placeholderForeground#506080
  • inputOption.activeBorder#FFC700
  • list.activeSelectionBackground#2A7B3D
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#2A7B3D
  • list.highlightForeground#FFC700
  • list.hoverBackground#2A7B3D44
  • minimap.background#0A0E21
  • minimapSlider.activeBackground#FFC70066
  • minimapSlider.background#FFC70022
  • minimapSlider.hoverBackground#FFC70044
  • panel.background#0A0E21
  • panel.border#2A7B3D
  • panelTitle.activeBorder#FFC700
  • panelTitle.activeForeground#FFC700
  • panelTitle.inactiveForeground#C9D6F0
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#FFC70088
  • scrollbarSlider.background#50608044
  • scrollbarSlider.hoverBackground#50608088
  • sideBar.background#0F132B
  • sideBar.foreground#C9D6F0
  • sideBarSectionHeader.background#111526
  • sideBarSectionHeader.foreground#FFC700
  • sideBarTitle.foreground#FFC700
  • statusBar.background#2A7B3D
  • statusBar.debuggingBackground#C41E3A
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#111526
  • statusBarItem.hoverBackground#3C9B55
  • tab.activeBackground#0F132B
  • tab.activeBorder#FFC700
  • tab.activeForeground#FFFFFF
  • tab.border#0A0E21
  • tab.inactiveBackground#0A0E21
  • tab.inactiveForeground#C9D6F0
  • terminal.ansiBlue#5A9BD5
  • terminal.ansiBrightBlue#81B9FF
  • terminal.ansiBrightCyan#7FFFD4
  • terminal.ansiBrightGreen#A2E38B
  • terminal.ansiBrightMagenta#E699D3
  • terminal.ansiBrightRed#F67373
  • terminal.ansiBrightYellow#FFDE5C
  • terminal.ansiCyan#58D3C1
  • terminal.ansiGreen#8FD14F
  • terminal.ansiMagenta#D67EBF
  • terminal.ansiRed#E65757
  • terminal.ansiYellow#FFC700
  • terminal.background#0A0E21
  • terminal.foreground#E8F4FF
  • titleBar.activeBackground#111526
  • titleBar.activeForeground#E8F4FF
  • titleBar.inactiveBackground#0A0E21
  • titleBar.inactiveForeground#C9D6F0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#506080italic
string, string.quoted, string.template#FF6F61—
keyword, storage.type, storage.modifier#FFC700bold
keyword.operator, punctuation.accessor#E65757—
variable, variable.other#E8F4FF—
variable.parameter#FFC700italic
entity.name.function, support.function#8FD14F—
meta.function-call#C9D6F0—
entity.name.class, entity.name.type.class, support.class#FFC700bold
entity.name.type, support.type#FFC700—
entity.name.type.interface#58D3C1italic
constant.numeric#FFB84D—
constant, constant.language, constant.character#FFDE5C—
constant.language.boolean#FFB84Dbold
variable.other.property, support.variable.property#C9D6F0—
meta.object-literal.key#8FD14F—
entity.name.tag, punctuation.definition.tag#E65757—
entity.other.attribute-name#FFC700italic
punctuation, meta.brace#B0C4D9—
string.regexp#FFB84D—
constant.character.escape#58D3C1—
meta.decorator, punctuation.decorator#FFDE5C—
invalid, invalid.illegal#FF0000strikethrough
markup.heading, entity.name.section#E65757bold
markup.bold#FFC700bold
markup.italic#8FD14Fitalic
markup.underline.link#58D3C1—
markup.inline.raw, markup.fenced_code#A2E38B—
support.type.property-name.json#E65757—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FFC700—
support.type.property-name.css#8FD14F—
support.constant.property-value.css#58D3C1—