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#D4AF37
  • activityBar.background#0E1A5A
  • activityBar.foreground#C68619
  • activityBarBadge.background#C68619
  • activityBarBadge.foreground#0A123F
  • badge.background#C68619
  • badge.foreground#0A123F
  • button.background#182C6F
  • button.foreground#E2E6F0
  • button.hoverBackground#2B3E8A
  • dropdown.background#0E1A5A
  • dropdown.border#182C6F
  • dropdown.foreground#E2E6F0
  • editor.background#0A123F
  • editor.findMatchBackground#D4AF3766
  • editor.findMatchHighlightBackground#D4AF3733
  • editor.foreground#E2E6F0
  • editor.lineHighlightBackground#182C6F66
  • editor.lineHighlightBorder#182C6F99
  • editor.selectionBackground#4A6FA066
  • editor.selectionHighlightBackground#4A6FA033
  • editorBracketMatch.background#D4AF3733
  • editorBracketMatch.border#D4AF37
  • editorCursor.foreground#C68619
  • editorGroupHeader.tabsBackground#0A123F
  • editorIndentGuide.activeBackground#2B3E8A88
  • editorIndentGuide.background#2B3E8A44
  • editorLineNumber.activeForeground#D4AF37
  • editorLineNumber.foreground#345A8A
  • editorWhitespace.foreground#2B3E8A
  • focusBorder#D4AF37
  • gitDecoration.conflictingResourceForeground#FFE56B
  • gitDecoration.deletedResourceForeground#FF6F78
  • gitDecoration.modifiedResourceForeground#D4AF37
  • gitDecoration.untrackedResourceForeground#7EDB9A
  • input.background#0E1A5A
  • input.border#182C6F
  • input.foreground#E2E6F0
  • input.placeholderForeground#345A8A
  • inputOption.activeBorder#D4AF37
  • list.activeSelectionBackground#182C6F
  • list.activeSelectionForeground#E2E6F0
  • list.focusBackground#182C6F
  • list.highlightForeground#D4AF37
  • list.hoverBackground#182C6F66
  • minimap.background#0A123F
  • minimapSlider.activeBackground#D4AF3766
  • minimapSlider.background#D4AF3722
  • minimapSlider.hoverBackground#D4AF3744
  • panel.background#0A123F
  • panel.border#182C6F
  • panelTitle.activeBorder#D4AF37
  • panelTitle.activeForeground#D4AF37
  • panelTitle.inactiveForeground#B0C4DE
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#D4AF3788
  • scrollbarSlider.background#345A8A44
  • scrollbarSlider.hoverBackground#345A8A88
  • sideBar.background#0E1A5A
  • sideBar.foreground#B0C4DE
  • sideBarSectionHeader.background#0E1A5A
  • sideBarSectionHeader.foreground#D4AF37
  • sideBarTitle.foreground#C68619
  • statusBar.background#182C6F
  • statusBar.debuggingBackground#C68619
  • statusBar.foreground#E2E6F0
  • statusBar.noFolderBackground#0E1A5A
  • statusBarItem.hoverBackground#2B3E8A
  • tab.activeBackground#182C6F
  • tab.activeBorder#D4AF37
  • tab.activeForeground#E2E6F0
  • tab.border#0A123F
  • tab.inactiveBackground#0E1A5A
  • tab.inactiveForeground#B0C4DE
  • terminal.ansiBlue#6C8EDC
  • terminal.ansiBrightBlue#8FAFFB
  • terminal.ansiBrightCyan#8FE9D4
  • terminal.ansiBrightGreen#9EF9C3
  • terminal.ansiBrightMagenta#E8B0FF
  • terminal.ansiBrightRed#FF8F9F
  • terminal.ansiBrightYellow#FFF68F
  • terminal.ansiCyan#6FD8C4
  • terminal.ansiGreen#7EDB9A
  • terminal.ansiMagenta#C989E0
  • terminal.ansiRed#FF6F78
  • terminal.ansiYellow#FFE56B
  • terminal.background#0A123F
  • terminal.foreground#E2E6F0
  • titleBar.activeBackground#0E1A5A
  • titleBar.activeForeground#E2E6F0
  • titleBar.inactiveBackground#0A123F
  • titleBar.inactiveForeground#B0C4DE

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5A7A9Aitalic
string, string.quoted, string.template#6EDCE4
keyword, storage.type, storage.modifier#C68619bold
keyword.operator, punctuation.accessor#D4AF37
variable, variable.other#E2E6F0
variable.parameter#FFB86Bitalic
entity.name.function, support.function#6C8EDC
meta.function-call#D4AF37
entity.name.class, entity.name.type.class, support.class#6EDCE4bold
entity.name.type, support.type#6C8EDC
entity.name.type.interface#C989E0italic
constant.numeric#FFB86B
constant, constant.language, constant.character#FFE56B
constant.language.boolean#FFB86Bbold
variable.other.property, support.variable.property#E2E6F0
meta.object-literal.key#D4AF37
entity.name.tag, punctuation.definition.tag#C68619
entity.other.attribute-name#C989E0italic
punctuation, meta.brace#B0C4DE
string.regexp#FF9B6B
constant.character.escape#C989E0
meta.decorator, punctuation.decorator#FFE56B
invalid, invalid.illegal#FF6F78strikethrough
markup.heading, entity.name.section#C68619bold
markup.bold#FFB86Bbold
markup.italic#C989E0italic
markup.underline.link#6C8EDC
markup.inline.raw, markup.fenced_code#7EDB9A
support.type.property-name.json#D4AF37
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FFE56B
support.type.property-name.css#B0C4DE
support.constant.property-value.css#6C8EDC