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.background#0c0800
  • activityBar.border#2a1800
  • activityBar.foreground#ffe8cc
  • activityBar.inactiveForeground#4a3300
  • activityBarBadge.background#ff6b35
  • activityBarBadge.foreground#000000
  • badge.background#ff6b35
  • badge.foreground#000000
  • breadcrumb.activeSelectionForeground#ff6b35
  • breadcrumb.background#100a00
  • breadcrumb.foreground#4a3300
  • button.background#ff6b35
  • button.foreground#000000
  • button.hoverBackground#e05520
  • dropdown.background#160d00
  • dropdown.border#2a1800
  • dropdown.foreground#ffe8cc
  • editor.background#100a00
  • editor.findMatchBackground#ff6b3548
  • editor.findMatchHighlightBackground#ff6b3528
  • editor.findRangeHighlightBackground#ff6b3512
  • editor.foreground#ffe8cc
  • editor.hoverHighlightBackground#ff6b3512
  • editor.inactiveSelectionBackground#ff6b351a
  • editor.lineHighlightBackground#ff6b350c
  • editor.lineHighlightBorder#ff6b3518
  • editor.rangeHighlightBackground#ff6b3510
  • editor.selectionBackground#ff6b3530
  • editor.selectionHighlightBackground#ff6b351e
  • editor.wordHighlightBackground#ff6b3522
  • editor.wordHighlightStrongBackground#ff6b3538
  • editorBracketMatch.background#1e1100
  • editorBracketMatch.border#ff6b3566
  • editorCursor.foreground#ff6b35
  • editorGroupHeader.tabsBackground#0c0800
  • editorGroupHeader.tabsBorder#2a1800
  • editorIndentGuide.activeBackground#3a2200
  • editorIndentGuide.background#2a1800
  • editorLineNumber.activeForeground#ff6b35
  • editorLineNumber.foreground#3a2200
  • editorOverviewRuler.findMatchForeground#ff6b3588
  • editorOverviewRuler.selectionHighlightForeground#ff6b3555
  • editorOverviewRuler.wordHighlightForeground#ff6b3544
  • editorOverviewRuler.wordHighlightStrongForeground#ff6b3566
  • editorStickyScroll.background#100a00
  • editorStickyScrollHover.background#160d00
  • editorWhitespace.foreground#2a1800
  • focusBorder#ff6b3544
  • gitDecoration.addedResourceForeground#7b9e00
  • gitDecoration.deletedResourceForeground#c73e1d
  • gitDecoration.ignoredResourceForeground#4a3300
  • gitDecoration.modifiedResourceForeground#ffcc02
  • gitDecoration.untrackedResourceForeground#7b9e00
  • input.background#160d00
  • input.border#2a1800
  • input.foreground#ffe8cc
  • input.placeholderForeground#4a3300
  • inputOption.activeBorder#ff6b35
  • list.activeSelectionBackground#ff6b3522
  • list.activeSelectionForeground#000000
  • list.filterMatchBackground#ff6b3528
  • list.filterMatchBorder#ff6b35aa
  • list.highlightForeground#ff6b35
  • list.hoverBackground#ff6b350f
  • list.inactiveSelectionBackground#ff6b3514
  • menu.background#130b00
  • menu.foreground#ffe8cc
  • menu.selectionBackground#1e1100
  • menu.selectionForeground#ff6b35
  • menu.separatorBackground#2a1800
  • minimap.findMatchHighlight#ff6b3560
  • minimap.selectionHighlight#ff6b3540
  • minimap.wordHighlightBackground#ff6b3535
  • minimap.wordHighlightStrongBackground#ff6b3550
  • panel.background#130b00
  • panel.border#2a1800
  • panelTitle.activeBorder#ff6b35
  • panelTitle.activeForeground#ff6b35
  • panelTitle.inactiveForeground#4a3300
  • progressBar.background#ff6b35
  • scrollbarSlider.background#2a180088
  • scrollbarSlider.hoverBackground#3a220088
  • selection.background#ff6b3533
  • sideBar.background#130b00
  • sideBar.border#2a1800
  • sideBar.foreground#ffd9b0
  • sideBarSectionHeader.background#160d00
  • sideBarSectionHeader.border#2a1800
  • sideBarTitle.foreground#4a3300
  • statusBar.background#ff6b35
  • statusBar.border#ff6b35
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#0c0800
  • statusBarItem.hoverBackground#e05520
  • statusBarItem.remoteBackground#ff6b35
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#1e1100
  • tab.activeBorderTop#ff6b35
  • tab.activeForeground#ffe8cc
  • tab.border#2a1800
  • tab.inactiveBackground#160d00
  • tab.inactiveForeground#4a3300
  • terminal.ansiBlack#2a1800
  • terminal.ansiBlue#5b8dd9
  • terminal.ansiCyan#ffe66d
  • terminal.ansiGreen#7b9e00
  • terminal.ansiMagenta#ff8c42
  • terminal.ansiRed#c73e1d
  • terminal.ansiWhite#ffe8cc
  • terminal.ansiYellow#ffcc02
  • terminal.background#100a00
  • terminal.foreground#ffe8cc
  • terminalCursor.foreground#ff6b35
  • titleBar.activeBackground#0c0800
  • titleBar.activeForeground#ffe8cc
  • titleBar.border#2a1800

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4a3300italic
keyword, storage.type, storage.modifier, keyword.control#ff6b35bold
entity.name.function, support.function, meta.function-call.generic#ffcc02
string, string.quoted, string.template#ffe66d
variable, variable.other.readwrite#ffd9b0
entity.name.type, entity.name.class, support.type, support.class#ff8c42
constant.numeric#c73e1d
keyword.operator#ffcc02
constant, constant.language#ff8c42bold
entity.name.tag, support.class.component#ff8c42
entity.other.attribute-name#ffcc02
meta.decorator, punctuation.decorator#ffe66ditalic