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#D97706
  • activityBar.background#141414
  • activityBar.foreground#D97706
  • activityBarBadge.background#D97706
  • activityBarBadge.foreground#0A0A0A
  • badge.background#D97706
  • badge.foreground#0A0A0A
  • button.background#1A1A1A
  • button.foreground#E2E2E2
  • button.hoverBackground#222222
  • dropdown.background#111111
  • dropdown.border#1A1A1A
  • dropdown.foreground#E2E2E2
  • editor.background#0A0A0A
  • editor.findMatchBackground#D9770460
  • editor.findMatchHighlightBackground#D9770420
  • editor.foreground#E2E2E2
  • editor.lineHighlightBackground#1E1E1E80
  • editor.lineHighlightBorder#D9770640
  • editor.selectionBackground#D9770640
  • editor.selectionHighlightBackground#D9770620
  • editorBracketMatch.background#D9770640
  • editorBracketMatch.border#D97706
  • editorCursor.foreground#D97706
  • editorGroupHeader.tabsBackground#0A0A0A
  • editorIndentGuide.activeBackground#D9770880
  • editorIndentGuide.background#3A3A3A44
  • editorLineNumber.activeForeground#D97706
  • editorLineNumber.foreground#555555
  • editorWhitespace.foreground#3A3A3A
  • focusBorder#D97706
  • gitDecoration.conflictingResourceForeground#C2A634
  • gitDecoration.deletedResourceForeground#FF7F50
  • gitDecoration.modifiedResourceForeground#D97706
  • gitDecoration.untrackedResourceForeground#0FA9A9
  • input.background#111111
  • input.border#1A1A1A
  • input.foreground#E2E2E2
  • input.placeholderForeground#555555
  • inputOption.activeBorder#D97706
  • list.activeSelectionBackground#1A1A1A
  • list.activeSelectionForeground#E2E2E2
  • list.focusBackground#1A1A1A
  • list.highlightForeground#D97706
  • list.hoverBackground#1A1A1A66
  • minimap.background#0A0A0A
  • minimapSlider.activeBackground#D9770660
  • minimapSlider.background#D9770220
  • minimapSlider.hoverBackground#D9770440
  • panel.background#0A0A0A
  • panel.border#1A1A1A
  • panelTitle.activeBorder#D97706
  • panelTitle.activeForeground#D97706
  • panelTitle.inactiveForeground#C2A634
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#D9770880
  • scrollbarSlider.background#3A3A3A44
  • scrollbarSlider.hoverBackground#3A3A3A88
  • sideBar.background#111111
  • sideBar.foreground#C2A634
  • sideBarSectionHeader.background#141414
  • sideBarSectionHeader.foreground#D97706
  • sideBarTitle.foreground#D97706
  • statusBar.background#1A1A1A
  • statusBar.debuggingBackground#D97706
  • statusBar.foreground#E2E2E2
  • statusBar.noFolderBackground#141414
  • statusBarItem.hoverBackground#222222
  • tab.activeBackground#1A1A1A
  • tab.activeBorder#D97706
  • tab.activeForeground#E2E2E2
  • tab.border#0A0A0A
  • tab.inactiveBackground#111111
  • tab.inactiveForeground#C2A634
  • terminal.ansiBlue#6C8EBF
  • terminal.ansiBrightBlue#ADD8E6
  • terminal.ansiBrightCyan#22D3EE
  • terminal.ansiBrightGreen#22D3EE
  • terminal.ansiBrightMagenta#FF7F50
  • terminal.ansiBrightRed#FF7F50
  • terminal.ansiBrightYellow#FFD166
  • terminal.ansiCyan#0FA9A9
  • terminal.ansiGreen#0FA9A9
  • terminal.ansiMagenta#D97706
  • terminal.ansiRed#D97706
  • terminal.ansiYellow#C2A634
  • terminal.background#0A0A0A
  • terminal.foreground#E2E2E2
  • titleBar.activeBackground#141414
  • titleBar.activeForeground#E2E2E2
  • titleBar.inactiveBackground#0A0A0A
  • titleBar.inactiveForeground#4B4B4B

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4B4B4Bitalic
string, string.quoted, string.template#0FA9A9
keyword, storage.type, storage.modifier#D97706bold
keyword.operator, punctuation.accessor#E66B2C
variable, variable.other#E2E2E2
variable.parameter#2C7A7Bitalic
entity.name.function, support.function#FFD166
meta.function-call#E2E2E2
entity.name.class, entity.name.type.class, support.class#FFD166bold
entity.name.type, support.type#2C7A7B
entity.name.type.interface#0FA9A9italic
constant.numeric#FF6F61
constant, constant.language, constant.character#FFD166
constant.language.boolean#FF6F61bold
variable.other.property, support.variable.property#E2E2E2
meta.object-literal.key#2C7A7B
entity.name.tag, punctuation.definition.tag#D97706
entity.other.attribute-name#0FA9A9italic
punctuation, meta.brace#FF6F61
string.regexp#FF6F61
constant.character.escape#0FA9A9
meta.decorator, punctuation.decorator#2C7A7B
invalid, invalid.illegal#FF6F61strikethrough
markup.heading, entity.name.section#D97706bold
markup.bold#FFD166bold
markup.italic#0FA9A9italic
markup.underline.link#0FA9A9
markup.inline.raw, markup.fenced_code#0FA9A9
support.type.property-name.json#2C7A7B
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FFD166
support.type.property-name.css#E2E2E2
support.constant.property-value.css#0FA9A9