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#E6B845
  • activityBar.background#0C1330
  • activityBar.foreground#E6B845
  • activityBarBadge.background#E6B845
  • activityBarBadge.foreground#0B1127
  • badge.background#E6B845
  • badge.foreground#0B1127
  • button.background#15284A
  • button.foreground#FFFFFF
  • button.hoverBackground#2C3F6A
  • dropdown.background#0C1330
  • dropdown.border#15284A
  • dropdown.foreground#DADADA
  • editor.background#0B1127
  • editor.findMatchBackground#E6B84544
  • editor.findMatchHighlightBackground#E6B84522
  • editor.foreground#DADADA
  • editor.lineHighlightBackground#15284A40
  • editor.lineHighlightBorder#15284A80
  • editor.selectionBackground#4DA5A660
  • editor.selectionHighlightBackground#4DA5A633
  • editorBracketMatch.background#E6B84533
  • editorBracketMatch.border#E6B845
  • editorCursor.foreground#E6B845
  • editorGroupHeader.tabsBackground#0B1127
  • editorIndentGuide.activeBackground#2C3F6A88
  • editorIndentGuide.background#2C3F6A44
  • editorLineNumber.activeForeground#E6B845
  • editorLineNumber.foreground#3E5A78
  • editorWhitespace.foreground#2C3F6A
  • focusBorder#E6B845
  • gitDecoration.conflictingResourceForeground#FFE8A1
  • gitDecoration.deletedResourceForeground#FF6F6F
  • gitDecoration.modifiedResourceForeground#E6B845
  • gitDecoration.untrackedResourceForeground#6ED9E1
  • input.background#0C1330
  • input.border#15284A
  • input.foreground#DADADA
  • input.placeholderForeground#3E5A78
  • inputOption.activeBorder#E6B845
  • list.activeSelectionBackground#15284A
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#15284A
  • list.highlightForeground#E6B845
  • list.hoverBackground#15284A66
  • minimap.background#0B1127
  • minimapSlider.activeBackground#E6B84566
  • minimapSlider.background#E6B84522
  • minimapSlider.hoverBackground#E6B84544
  • panel.background#0B1127
  • panel.border#15284A
  • panelTitle.activeBorder#E6B845
  • panelTitle.activeForeground#E6B845
  • panelTitle.inactiveForeground#A0A0A0
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#E6B84588
  • scrollbarSlider.background#3E5A7844
  • scrollbarSlider.hoverBackground#3E5A7888
  • sideBar.background#0C1330
  • sideBar.foreground#A0A0A0
  • sideBarSectionHeader.background#0C1330
  • sideBarSectionHeader.foreground#E6B845
  • sideBarTitle.foreground#E6B845
  • statusBar.background#15284A
  • statusBar.debuggingBackground#E6B845
  • statusBar.foreground#DADADA
  • statusBar.noFolderBackground#0C1330
  • statusBarItem.hoverBackground#2C3F6A
  • tab.activeBackground#15284A
  • tab.activeBorder#E6B845
  • tab.activeForeground#FFFFFF
  • tab.border#0B1127
  • tab.inactiveBackground#0C1330
  • tab.inactiveForeground#A0A0A0
  • terminal.ansiBlue#8DC0FF
  • terminal.ansiBrightBlue#A0CFFF
  • terminal.ansiBrightCyan#A0E0F0
  • terminal.ansiBrightGreen#8FF0B0
  • terminal.ansiBrightMagenta#D19FFF
  • terminal.ansiBrightRed#FF8F8F
  • terminal.ansiBrightYellow#FFE8A1
  • terminal.ansiCyan#79D9E8
  • terminal.ansiGreen#6ED9E1
  • terminal.ansiMagenta#C68CFF
  • terminal.ansiRed#FF6F6F
  • terminal.ansiYellow#E6B845
  • terminal.background#0B1127
  • terminal.foreground#DADADA
  • titleBar.activeBackground#0C1330
  • titleBar.activeForeground#DADADA
  • titleBar.inactiveBackground#0B1127
  • titleBar.inactiveForeground#A0A0A0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5A6370italic
string, string.quoted, string.template#79D9E8
keyword, storage.type, storage.modifier#E6B845bold
keyword.operator, punctuation.accessor#DADADA
variable, variable.other#C0C0C0
variable.parameter#E6B845italic
entity.name.function, support.function#8DC0FF
meta.function-call#A0A0A0
entity.name.class, entity.name.type.class, support.class#9CC0FFbold
entity.name.type, support.type#9CC0FF
entity.name.type.interface#79D9E8italic
constant.numeric#FFB07A
constant, constant.language, constant.character#E6B845
constant.language.boolean#FFB07Abold
variable.other.property, support.variable.property#A0A0A0
meta.object-literal.key#8DC0FF
entity.name.tag, punctuation.definition.tag#E6B845
entity.other.attribute-name#C68CFFitalic
punctuation, meta.brace#DADADA
string.regexp#FFB07A
constant.character.escape#C68CFF
meta.decorator, punctuation.decorator#FFE8A1
invalid, invalid.illegal#FF6F6Fstrikethrough
markup.heading, entity.name.section#E6B845bold
markup.bold#E6B845bold
markup.italic#C68CFFitalic
markup.underline.link#79D9E8
markup.inline.raw, markup.fenced_code#6ED9E1
support.type.property-name.json#E6B845
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FFE8A1
support.type.property-name.css#8DC0FF
support.constant.property-value.css#79D9E8