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#D14900
  • activityBar.background#E8E2D4
  • activityBar.foreground#D14900
  • activityBarBadge.background#D14900
  • activityBarBadge.foreground#FAF5E9
  • badge.background#D14900
  • badge.foreground#FAF5E9
  • button.background#D14900
  • button.foreground#FAF5E9
  • button.hoverBackground#E06933
  • dropdown.background#E8E2D4
  • dropdown.border#D14900
  • dropdown.foreground#3E3A31
  • editor.background#FAF5E9
  • editor.findMatchBackground#D1490088
  • editor.findMatchHighlightBackground#D1490044
  • editor.foreground#3E3A31
  • editor.lineHighlightBackground#E8E2D440
  • editor.lineHighlightBorder#D14900
  • editor.selectionBackground#D1490033
  • editor.selectionHighlightBackground#D1490022
  • editorBracketMatch.background#D1490022
  • editorBracketMatch.border#D14900
  • editorCursor.foreground#D14900
  • editorGroupHeader.tabsBackground#FAF5E9
  • editorIndentGuide.activeBackground#D14900
  • editorIndentGuide.background#A1978044
  • editorLineNumber.activeForeground#D14900
  • editorLineNumber.foreground#A19780
  • editorWhitespace.foreground#A19780
  • focusBorder#D14900
  • gitDecoration.conflictingResourceForeground#C88619
  • gitDecoration.deletedResourceForeground#D14900
  • gitDecoration.modifiedResourceForeground#D14900
  • gitDecoration.untrackedResourceForeground#3A9F5F
  • input.background#E8E2D4
  • input.border#D14900
  • input.foreground#3E3A31
  • input.placeholderForeground#A19780
  • inputOption.activeBorder#D14900
  • list.activeSelectionBackground#E8E2D4
  • list.activeSelectionForeground#3E3A31
  • list.focusBackground#E8E2D4
  • list.highlightForeground#D14900
  • list.hoverBackground#E8E2D666
  • minimap.background#FAF5E9
  • minimapSlider.activeBackground#D1490066
  • minimapSlider.background#D1490022
  • minimapSlider.hoverBackground#D1490044
  • panel.background#FAF5E9
  • panel.border#E8E2D4
  • panelTitle.activeBorder#D14900
  • panelTitle.activeForeground#D14900
  • panelTitle.inactiveForeground#A19780
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#D1490088
  • scrollbarSlider.background#A1978044
  • scrollbarSlider.hoverBackground#A1978088
  • sideBar.background#F2EDE2
  • sideBar.foreground#3E3A31
  • sideBarSectionHeader.background#E8E2D4
  • sideBarSectionHeader.foreground#D14900
  • sideBarTitle.foreground#D14900
  • statusBar.background#E8E2D4
  • statusBar.debuggingBackground#D14900
  • statusBar.foreground#3E3A31
  • statusBar.noFolderBackground#E8E2D4
  • statusBarItem.hoverBackground#D1490033
  • tab.activeBackground#E8E2D4
  • tab.activeBorder#D14900
  • tab.activeForeground#3E3A31
  • tab.border#FAF5E9
  • tab.inactiveBackground#FAF5E9
  • tab.inactiveForeground#A19780
  • terminal.ansiBlue#2A6F97
  • terminal.ansiBrightBlue#5599C9
  • terminal.ansiBrightCyan#7AC5A2
  • terminal.ansiBrightGreen#61C06E
  • terminal.ansiBrightMagenta#D197C9
  • terminal.ansiBrightRed#E06933
  • terminal.ansiBrightYellow#D99E30
  • terminal.ansiCyan#3A9F7E
  • terminal.ansiGreen#3A9F5F
  • terminal.ansiMagenta#B565A7
  • terminal.ansiRed#D14900
  • terminal.ansiYellow#C88619
  • terminal.background#FAF5E9
  • terminal.foreground#3E3A31
  • titleBar.activeBackground#E8E2D4
  • titleBar.activeForeground#3E3A31
  • titleBar.inactiveBackground#FAF5E9
  • titleBar.inactiveForeground#A19780

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A7A7Aitalic
string, string.quoted, string.template#5A9F44
keyword, storage.type, storage.modifier#FF6F00bold
keyword.operator, punctuation.accessor#D4A017
variable, variable.other#E4D8C3
variable.parameter#D4A017italic
entity.name.function, support.function#C68BFA
meta.function-call#C68BFA
entity.name.class, entity.name.type.class, support.class#4A90D9bold
entity.name.type, support.type#56C7D1
entity.name.type.interface#FF6F00italic
constant.numeric#D4A017
constant, constant.language, constant.character#FF6F00
constant.language.boolean#FF6F00bold
variable.other.property, support.variable.property#FF6F00
meta.object-literal.key#7FBF58
entity.name.tag, punctuation.definition.tag#FF6F00
entity.other.attribute-name#D4A017italic
punctuation, meta.brace#8B5A2B
string.regexp#5A9F44
constant.character.escape#C68BFA
meta.decorator, punctuation.decorator#E0B030
invalid, invalid.illegal#FF6F00strikethrough
markup.heading, entity.name.section#FF6F00bold
markup.bold#FF6F00bold
markup.italic#D4A017italic
markup.underline.link#56C7D1
markup.inline.raw, markup.fenced_code#5A9F44
support.type.property-name.json#4A90D9
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#C68BFA
support.type.property-name.css#56C7D1
support.constant.property-value.css#5A9F44