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#D9530D
  • activityBar.background#FFE5B0
  • activityBar.foreground#D9530D
  • activityBarBadge.background#D9530D
  • activityBarBadge.foreground#FFF8E1
  • badge.background#D9530D
  • badge.foreground#FFF8E1
  • button.background#D9530D
  • button.foreground#FFF8E1
  • button.hoverBackground#FFB06A
  • dropdown.background#FFEDD5
  • dropdown.border#D2B894
  • dropdown.foreground#4A3F35
  • editor.background#FFF8E1
  • editor.findMatchBackground#E06C75
  • editor.findMatchHighlightBackground#E06C7544
  • editor.foreground#4A3F35
  • editor.lineHighlightBackground#FFFAED40
  • editor.lineHighlightBorder#D9530D
  • editor.selectionBackground#D9530D66
  • editor.selectionHighlightBackground#D9530D33
  • editorBracketMatch.background#D9530D22
  • editorBracketMatch.border#D9530D
  • editorCursor.foreground#D9530D
  • editorGroupHeader.tabsBackground#FFF8E1
  • editorIndentGuide.activeBackground#D9530D
  • editorIndentGuide.background#D2B894
  • editorLineNumber.activeForeground#D9530D
  • editorLineNumber.foreground#8A8379
  • editorWhitespace.foreground#B0A89F
  • focusBorder#D9530D
  • gitDecoration.conflictingResourceForeground#E06C75
  • gitDecoration.deletedResourceForeground#D9530D
  • gitDecoration.modifiedResourceForeground#D9530D
  • gitDecoration.untrackedResourceForeground#6ABF40
  • input.background#FFEDD5
  • input.border#D2B894
  • input.foreground#4A3F35
  • input.placeholderForeground#B0A89F
  • inputOption.activeBorder#D9530D
  • list.activeSelectionBackground#D9530D
  • list.activeSelectionForeground#FFF8E1
  • list.focusBackground#D9530D
  • list.highlightForeground#D9530D
  • list.hoverBackground#D9530D66
  • minimap.background#FFF8E1
  • minimapSlider.activeBackground#D9530D66
  • minimapSlider.background#D9530D22
  • minimapSlider.hoverBackground#D9530D44
  • panel.background#FFF8E1
  • panel.border#D2B894
  • panelTitle.activeBorder#D9530D
  • panelTitle.activeForeground#D9530D
  • panelTitle.inactiveForeground#7A736F
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#D9530D88
  • scrollbarSlider.background#7A736F44
  • scrollbarSlider.hoverBackground#7A736F88
  • sideBar.background#FFEDD5
  • sideBar.foreground#4A3F35
  • sideBarSectionHeader.background#FFDEB5
  • sideBarSectionHeader.foreground#D9530D
  • sideBarTitle.foreground#D9530D
  • statusBar.background#C75C2F
  • statusBar.debuggingBackground#E63946
  • statusBar.foreground#FFF8E1
  • statusBar.noFolderBackground#D9530D
  • statusBarItem.hoverBackground#FFB06A
  • tab.activeBackground#FFF8E1
  • tab.activeBorder#D9530D
  • tab.activeForeground#4A3F35
  • tab.border#D2B894
  • tab.inactiveBackground#FFE7CC
  • tab.inactiveForeground#8A8379
  • terminal.ansiBlue#3B8EDB
  • terminal.ansiBrightBlue#5A9EDB
  • terminal.ansiBrightCyan#4FC3C3
  • terminal.ansiBrightGreen#7FCD5A
  • terminal.ansiBrightMagenta#D75F9A
  • terminal.ansiBrightRed#E94B4B
  • terminal.ansiBrightYellow#FFC040
  • terminal.ansiCyan#39A9A9
  • terminal.ansiGreen#6ABF40
  • terminal.ansiMagenta#C34A87
  • terminal.ansiRed#D9530D
  • terminal.ansiYellow#FFB400
  • terminal.background#FFF8E1
  • terminal.foreground#4A3F35
  • titleBar.activeBackground#FFDEB5
  • titleBar.activeForeground#4A3F35
  • titleBar.inactiveBackground#FFE8C3
  • titleBar.inactiveForeground#8A8379

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A8A8A8italic
string, string.quoted, string.template#D62828
keyword, storage.type, storage.modifier#FF6F61bold
keyword.operator, punctuation.accessor#FF9F1C
variable, variable.other#332B28
variable.parameter#FF6F61italic
entity.name.function, support.function#2C7FB8
meta.function-call#39A9A9
entity.name.class, entity.name.type.class, support.class#FF9F1Cbold
entity.name.type, support.type#6ABF40
entity.name.type.interface#FF6F61italic
constant.numeric#FF9F1C
constant, constant.language, constant.character#FF6F61
constant.language.boolean#FF6F61bold
variable.other.property, support.variable.property#2C7FB8
meta.object-literal.key#2C7FB8
entity.name.tag, punctuation.definition.tag#FF6F61
entity.other.attribute-name#C34A87italic
punctuation, meta.brace#332B28
string.regexp#D62828
constant.character.escape#C34A87
meta.decorator, punctuation.decorator#FF9F1C
invalid, invalid.illegal#D62828strikethrough
markup.heading, entity.name.section#FF9F1Cbold
markup.bold#FF6F61bold
markup.italic#C34A87italic
markup.underline.link#2C7FB8
markup.inline.raw, markup.fenced_code#FF9F1C
support.type.property-name.json#2C7FB8
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FF6F61
support.type.property-name.css#6ABF40
support.constant.property-value.css#2C7FB8