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#0A0E22
  • activityBar.foreground#00BFA5
  • activityBarBadge.background#FFB300
  • activityBarBadge.foreground#0F112A
  • badge.background#FFB300
  • badge.foreground#0F112A
  • button.background#1C233F
  • button.foreground#E6F4FF
  • button.hoverBackground#3B4C78
  • dropdown.background#0A0E22
  • dropdown.border#0F112A
  • dropdown.foreground#E6F4FF
  • editor.background#0F112A
  • editor.findMatchBackground#FFB30044
  • editor.findMatchHighlightBackground#FFB30022
  • editor.foreground#E6F4FF
  • editor.lineHighlightBackground#1C233F
  • editor.lineHighlightBorder#00BFA540
  • editor.selectionBackground#33446699
  • editor.selectionHighlightBackground#33446655
  • editorBracketMatch.background#FFB30033
  • editorBracketMatch.border#FFB300
  • editorCursor.foreground#FFB300
  • editorGroupHeader.tabsBackground#0F112A
  • editorIndentGuide.activeBackground#3B4C78AA
  • editorIndentGuide.background#3B4C7810
  • editorLineNumber.activeForeground#00BFA5
  • editorLineNumber.foreground#5A6A8C
  • editorWhitespace.foreground#3B4C78
  • focusBorder#FFB300
  • gitDecoration.conflictingResourceForeground#FFB300
  • gitDecoration.deletedResourceForeground#FF5252
  • gitDecoration.modifiedResourceForeground#00BFA5
  • gitDecoration.untrackedResourceForeground#00C853
  • input.background#0A0E22
  • input.border#0F112A
  • input.foreground#E6F4FF
  • input.placeholderForeground#5A6A8C
  • inputOption.activeBorder#FFB300
  • list.activeSelectionBackground#1C233F
  • list.activeSelectionForeground#E6F4FF
  • list.focusBackground#1C233F
  • list.highlightForeground#FFB300
  • list.hoverBackground#1C233F66
  • minimap.background#0F112A
  • minimapSlider.activeBackground#FFB30066
  • minimapSlider.background#FFB30022
  • minimapSlider.hoverBackground#FFB30044
  • panel.background#0F112A
  • panel.border#0A0E22
  • panelTitle.activeBorder#FFB300
  • panelTitle.activeForeground#FFB300
  • panelTitle.inactiveForeground#00BFA5
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#FFB30088
  • scrollbarSlider.background#5A6A8C44
  • scrollbarSlider.hoverBackground#5A6A8C88
  • sideBar.background#0A0E22
  • sideBar.foreground#E6F4FF
  • sideBarSectionHeader.background#0F112A
  • sideBarSectionHeader.foreground#00BFA5
  • sideBarTitle.foreground#00BFA5
  • statusBar.background#0A0E22
  • statusBar.debuggingBackground#FFB300
  • statusBar.foreground#E6F4FF
  • statusBar.noFolderBackground#0F112A
  • statusBarItem.hoverBackground#3B4C78
  • tab.activeBackground#0A0E22
  • tab.activeBorder#FFB300
  • tab.activeForeground#E6F4FF
  • tab.border#0F112A
  • tab.inactiveBackground#0F112A
  • tab.inactiveForeground#00BFA5
  • terminal.ansiBlue#00BFA5
  • terminal.ansiBrightBlue#66C7FF
  • terminal.ansiBrightCyan#33E8E8
  • terminal.ansiBrightGreen#33FF99
  • terminal.ansiBrightMagenta#FF99FF
  • terminal.ansiBrightRed#FF9999
  • terminal.ansiBrightYellow#FFE066
  • terminal.ansiCyan#00A8A8
  • terminal.ansiGreen#00C853
  • terminal.ansiMagenta#D500F9
  • terminal.ansiRed#FF5252
  • terminal.ansiYellow#FFB300
  • terminal.background#0F112A
  • terminal.foreground#E6F4FF
  • titleBar.activeBackground#0A0E22
  • titleBar.activeForeground#E6F4FF
  • titleBar.inactiveBackground#0F112A
  • titleBar.inactiveForeground#00BFA5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6C7A8Bitalic
string, string.quoted, string.template#00BFA5—
keyword, storage.type, storage.modifier#FFB300bold
keyword.operator, punctuation.accessor#00BFA5—
variable, variable.other#E6F4FF—
variable.parameter#66C7FFitalic
entity.name.function, support.function#00C853—
meta.function-call#66C7FF—
entity.name.class, entity.name.type.class, support.class#FFB300bold
entity.name.type, support.type#00BFA5—
entity.name.type.interface#66C7FFitalic
constant.numeric#FFB300—
constant, constant.language, constant.character#FFB300—
constant.language.boolean#FFB300bold
variable.other.property, support.variable.property#00BFA5—
meta.object-literal.key#00BFA5—
entity.name.tag, punctuation.definition.tag#FFB300—
entity.other.attribute-name#D500F9italic
punctuation, meta.brace#00BFA5—
string.regexp#FF5252—
constant.character.escape#D500F9—
meta.decorator, punctuation.decorator#FFE066—
invalid, invalid.illegal#FF5252strikethrough
markup.heading, entity.name.section#FFB300bold
markup.bold#FFB300bold
markup.italic#D500F9italic
markup.underline.link#00BFA5—
markup.inline.raw, markup.fenced_code#00C853—
support.type.property-name.json#00BFA5—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FFE066—
support.type.property-name.css#00BFA5—
support.constant.property-value.css#00C853—