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#1A4D9E
  • activityBar.foreground#FFF8F0
  • activityBarBadge.background#1A4D9E
  • activityBarBadge.foreground#FFF8F0
  • badge.background#D4AF37
  • badge.foreground#FFF8F0
  • button.background#1A4D9E
  • button.foreground#FFF8F0
  • button.hoverBackground#1A4D9EB3
  • dropdown.background#FAF5EC
  • dropdown.border#D4AF37
  • dropdown.foreground#2F3E5D
  • editor.background#FFF8F0
  • editor.findMatchBackground#D4AF4444
  • editor.findMatchHighlightBackground#D4AF2222
  • editor.foreground#2F3E5D
  • editor.lineHighlightBackground#D4AF3720
  • editor.lineHighlightBorder#D4AF3750
  • editor.selectionBackground#1A4D9E40
  • editor.selectionHighlightBackground#1A4D9E30
  • editorBracketMatch.background#D4AF3320
  • editorBracketMatch.border#1A4D9E
  • editorCursor.foreground#1A4D9E
  • editorGroupHeader.tabsBackground#FFF8F0
  • editorIndentGuide.activeBackground#D4AF8C8C
  • editorIndentGuide.background#D4AF4D4D
  • editorLineNumber.activeForeground#1A4D9E
  • editorLineNumber.foreground#C3B9A8
  • editorWhitespace.foreground#D4AF7F80
  • focusBorder#1A4D9E
  • gitDecoration.conflictingResourceForeground#E1B12C
  • gitDecoration.deletedResourceForeground#C94F4F
  • gitDecoration.modifiedResourceForeground#1A4D9E
  • gitDecoration.untrackedResourceForeground#0B6E4F
  • input.background#FAF5EC
  • input.border#D4AF37
  • input.foreground#2F3E5D
  • input.placeholderForeground#C3B9A8
  • inputOption.activeBorder#1A4D9E
  • list.activeSelectionBackground#1A4D9E
  • list.activeSelectionForeground#FFF8F0
  • list.focusBackground#1A4D9E
  • list.highlightForeground#D4AF37
  • list.hoverBackground#1A4D9E33
  • minimap.background#FFF8F0
  • minimapSlider.activeBackground#D4AF6677
  • minimapSlider.background#D4AF2233
  • minimapSlider.hoverBackground#D4AF4455
  • panel.background#FFF8F0
  • panel.border#D4AF37
  • panelTitle.activeBorder#1A4D9E
  • panelTitle.activeForeground#1A4D9E
  • panelTitle.inactiveForeground#D4AF7F
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#D4AF88CC
  • scrollbarSlider.background#D4AF4477
  • scrollbarSlider.hoverBackground#D4AF66AA
  • sideBar.background#FAF5EC
  • sideBar.foreground#2F3E5D
  • sideBarSectionHeader.background#1A4D9E
  • sideBarSectionHeader.foreground#FFF8F0
  • sideBarTitle.foreground#1A4D9E
  • statusBar.background#1A4D9E
  • statusBar.debuggingBackground#D4AF37
  • statusBar.foreground#FFF8F0
  • statusBar.noFolderBackground#1A4D9E
  • statusBarItem.hoverBackground#D4AF37B3
  • tab.activeBackground#FFF8F0
  • tab.activeBorder#1A4D9E
  • tab.activeForeground#1A4D9E
  • tab.border#E2D9C9
  • tab.inactiveBackground#F5EFE5
  • tab.inactiveForeground#8A9AB8
  • terminal.ansiBlue#1A4D9E
  • terminal.ansiBrightBlue#4A90E2
  • terminal.ansiBrightCyan#2CC99E
  • terminal.ansiBrightGreen#3FA568
  • terminal.ansiBrightMagenta#A57BAF
  • terminal.ansiBrightRed#EF6E6E
  • terminal.ansiBrightYellow#FFD761
  • terminal.ansiCyan#0B6E4F
  • terminal.ansiGreen#0B6E4F
  • terminal.ansiMagenta#8A6CA9
  • terminal.ansiRed#C94F4F
  • terminal.ansiYellow#E1B12C
  • terminal.background#FFF8F0
  • terminal.foreground#2F3E5D
  • titleBar.activeBackground#1A4D9E
  • titleBar.activeForeground#FFF8F0
  • titleBar.inactiveBackground#D4AF37
  • titleBar.inactiveForeground#FFF8F0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A8B4C2italic
string, string.quoted, string.template#0B6E4F
keyword, storage.type, storage.modifier#1A4D9Ebold
keyword.operator, punctuation.accessor#D4AF37
variable, variable.other#2F3E5D
variable.parameter#0B6E4Fitalic
entity.name.function, support.function#8A6CA9
meta.function-call#8A6CA9
entity.name.class, entity.name.type.class, support.class#1A4D9Ebold
entity.name.type, support.type#8A6CA9
entity.name.type.interface#0B6E4Fitalic
constant.numeric#E1B12C
constant, constant.language, constant.character#8A6CA9
constant.language.boolean#E1B12Cbold
variable.other.property, support.variable.property#2F3E5D
meta.object-literal.key#1A4D9E
entity.name.tag, punctuation.definition.tag#1A4D9E
entity.other.attribute-name#0B6E4Fitalic
punctuation, meta.brace#D4AF37
string.regexp#C94F4F
constant.character.escape#A57BAF
meta.decorator, punctuation.decorator#E1B12C
invalid, invalid.illegal#C94F4Fstrikethrough
markup.heading, entity.name.section#1A4D9Ebold
markup.bold#E1B12Cbold
markup.italic#0B6E4Fitalic
markup.underline.link#1A4D9E
markup.inline.raw, markup.fenced_code#0B6E4F
support.type.property-name.json#1A4D9E
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#E1B12C
support.type.property-name.css#1A4D9E
support.constant.property-value.css#0B6E4F