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#FFB300
  • activityBar.background#151822
  • activityBar.foreground#E0E0E3
  • activityBarBadge.background#E53935
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FFB300
  • badge.foreground#0D0F1A
  • button.background#E53935
  • button.foreground#FFFFFF
  • button.hoverBackground#C62828
  • dropdown.background#151822
  • dropdown.border#2A2F45
  • dropdown.foreground#E0E0E3
  • editor.background#0D0F1A
  • editor.findMatchBackground#5D4037
  • editor.findMatchHighlightBackground#795548
  • editor.foreground#E0E0E3
  • editor.lineHighlightBackground#2A2F45
  • editor.lineHighlightBorder#3F51B5
  • editor.selectionBackground#29434E
  • editor.selectionHighlightBackground#3A5F71
  • editorBracketMatch.background#2A2F45
  • editorBracketMatch.border#FFB300
  • editorCursor.foreground#FFB300
  • editorGroupHeader.tabsBackground#151822
  • editorIndentGuide.activeBackground#FFB300
  • editorIndentGuide.background#2A2F45
  • editorLineNumber.activeForeground#FFB300
  • editorLineNumber.foreground#555760
  • editorWhitespace.foreground#555760
  • focusBorder#FFB300
  • gitDecoration.conflictingResourceForeground#9C27B0
  • gitDecoration.deletedResourceForeground#E53935
  • gitDecoration.modifiedResourceForeground#8BC34A
  • gitDecoration.untrackedResourceForeground#00BCD4
  • input.background#151822
  • input.border#2A2F45
  • input.foreground#E0E0E3
  • input.placeholderForeground#555760
  • inputOption.activeBorder#FFB300
  • list.activeSelectionBackground#2A2F45
  • list.activeSelectionForeground#FFB300
  • list.focusBackground#2A2F45
  • list.highlightForeground#FFB300
  • list.hoverBackground#2A2F45
  • minimap.background#0D0F1A
  • minimapSlider.activeBackground#5D4037
  • minimapSlider.background#2A2F45
  • minimapSlider.hoverBackground#3A5F71
  • panel.background#151822
  • panel.border#2A2F45
  • panelTitle.activeBorder#FFB300
  • panelTitle.activeForeground#FFB300
  • panelTitle.inactiveForeground#C0C0C0
  • scrollbar.shadow#0D0F1A
  • scrollbarSlider.activeBackground#5D4037
  • scrollbarSlider.background#2A2F45
  • scrollbarSlider.hoverBackground#3A5F71
  • sideBar.background#151822
  • sideBar.foreground#C8C8D0
  • sideBarSectionHeader.background#0D0F1A
  • sideBarSectionHeader.foreground#FFB300
  • sideBarTitle.foreground#E0E0E3
  • statusBar.background#151822
  • statusBar.debuggingBackground#3F51B5
  • statusBar.foreground#E0E0E3
  • statusBar.noFolderBackground#0D0F1A
  • statusBarItem.hoverBackground#2A2F45
  • tab.activeBackground#151822
  • tab.activeBorder#FFB300
  • tab.activeForeground#FFB300
  • tab.border#151822
  • tab.inactiveBackground#0D0F1A
  • tab.inactiveForeground#C0C0C0
  • terminal.ansiBlue#3F51B5
  • terminal.ansiBrightBlue#5C6BC0
  • terminal.ansiBrightCyan#26C6DA
  • terminal.ansiBrightGreen#AED581
  • terminal.ansiBrightMagenta#BA68C8
  • terminal.ansiBrightRed#EF5350
  • terminal.ansiBrightYellow#FFCA28
  • terminal.ansiCyan#00BCD4
  • terminal.ansiGreen#8BC34A
  • terminal.ansiMagenta#9C27B0
  • terminal.ansiRed#E53935
  • terminal.ansiYellow#FFB300
  • terminal.background#0D0F1A
  • terminal.foreground#E0E0E3
  • titleBar.activeBackground#151822
  • titleBar.activeForeground#E0E0E3
  • titleBar.inactiveBackground#0D0F1A
  • titleBar.inactiveForeground#C0C0C0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#555760italic
string, string.quoted, string.template#8BC34A—
keyword, storage.type, storage.modifier#3F51B5bold
keyword.operator, punctuation.accessor#FFB300—
variable, variable.other#E0E0E3—
variable.parameter#FFB300italic
entity.name.function, support.function#E53935—
meta.function-call#E53935—
entity.name.class, entity.name.type.class, support.class#FFB300bold
entity.name.type, support.type#9C27B0—
entity.name.type.interface#9C27B0italic
constant.numeric#FFB300—
constant, constant.language, constant.character#00BCD4—
constant.language.boolean#FFB300bold
variable.other.property, support.variable.property#E0E0E3—
meta.object-literal.key#E0E0E3—
entity.name.tag, punctuation.definition.tag#E53935—
entity.other.attribute-name#FFB300italic
punctuation, meta.brace#E0E0E3—
string.regexp#8BC34A—
constant.character.escape#FFB300—
meta.decorator, punctuation.decorator#9C27B0—
invalid, invalid.illegal#E53935strikethrough
markup.heading, entity.name.section#FFB300bold
markup.bold#FFB300bold
markup.italic#FFB300italic
markup.underline.link#3F51B5—
markup.inline.raw, markup.fenced_code#8BC34A—
support.type.property-name.json#E53935—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#3F51B5—
support.type.property-name.css#FFB300—
support.constant.property-value.css#8BC34A—