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#A3BF65
  • activityBar.background#080808
  • activityBar.foreground#A3BF65
  • activityBarBadge.background#A3BF65
  • activityBarBadge.foreground#f8ffef
  • badge.background#A3BF65
  • badge.foreground#f8ffef
  • button.background#67733D
  • button.foreground#141312
  • button.hoverBackground#A3BF65
  • editor.background#141312
  • editor.foreground#A3BF65
  • editor.inactiveSelectionBackground#67733D55
  • editor.lineHighlightBackground#25261C
  • editor.selectionBackground#69754d
  • editor.selectionForeground#FFFFFF
  • editorCursor.foreground#c6eb77a1
  • editorGroupHeader.tabsBackground#141312
  • editorGroupHeader.tabsBorder#292623b9
  • editorLineNumber.activeForeground#A3BF65
  • editorLineNumber.foreground#565c41
  • editorWidget.resizeBorder#525936
  • input.background#25261C
  • input.border#525936
  • input.foreground#A3BF65
  • list.activeSelectionBackground#212614
  • list.activeSelectionForeground#caf280
  • list.dropBackground#313131
  • list.focusAndSelectionOutline#A3BF65
  • list.focusOutline#A3BF65
  • list.hoverBackground#262626
  • list.hoverForeground#86995b
  • list.inactiveSelectionBackground#262626
  • list.inactiveSelectionForeground#ecf7d4
  • menubar.selectionBackground#141312
  • menubar.selectionForeground#86995b
  • minimap.background#151615c5
  • minimap.errorHighlight#ff0022
  • minimap.findMatchHighlight#71d400af
  • minimap.foregroundOpacity#203018d7
  • minimap.infoHighlight#525936
  • minimap.selectionHighlight#73ff008e
  • minimap.selectionOccurrenceHighlight#48ff008e
  • minimap.warningHighlight#fffc3b
  • panel.background#141312
  • panel.border#25261C
  • panel.dropBorder#525936
  • panelInput.border#86995b
  • panelSection.border#525936
  • panelSection.dropBackground#525936
  • panelTitle.activeForeground#A3BF65
  • panelTitleBadge.background#A3BF65
  • panelTitleBadge.foreground#f8ffef
  • sideBar.background#141312
  • sideBar.border#25261C
  • sideBar.foreground#A3BF65
  • statusBar.background#080808
  • statusBar.border#525936
  • statusBar.debuggingBackground#96bf368c
  • statusBar.debuggingBorder#caff85
  • statusBar.debuggingForeground#e0d8d2
  • statusBar.focusBorder#A3BF65
  • statusBar.foreground#A3BF65
  • statusBar.noFolderBackground#141312
  • statusBarItem.hoverBackground#12140c
  • statusBarItem.hoverForeground#A3BF65
  • statusBarItem.remoteBackground#c3e477ff
  • statusBarItem.remoteForeground#12140c
  • tab.activeBackground#25261C
  • tab.activeBorderTop#86995b
  • tab.activeForeground#A3BF65
  • tab.border#86995b
  • tab.inactiveBackground#141312
  • tab.inactiveForeground#67733D
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#6272A4
  • terminal.ansiBrightBlack#4D4D4D
  • terminal.ansiBrightBlue#8BE9FD
  • terminal.ansiBrightCyan#9AEDFE
  • terminal.ansiBrightGreen#5AF78E
  • terminal.ansiBrightMagenta#FF92D0
  • terminal.ansiBrightRed#FF6E67
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#F4F99D
  • terminal.ansiCyan#8BE9FD
  • terminal.ansiGreen#50FA7B
  • terminal.ansiMagenta#FF79C6
  • terminal.ansiRed#FF5555
  • terminal.ansiWhite#BFBFBF
  • terminal.ansiYellow#F1FA8C
  • terminal.background#1e1e1e00
  • terminal.dropBackground#1E1E1E80
  • terminal.findMatchBackground#ff79c5d3
  • terminal.findMatchBorder#FF5555
  • terminal.findMatchHighlightBackground#50fa7acc
  • terminal.findMatchHighlightBorder#70FF73
  • terminal.foreground#f3fddd
  • terminal.hoverHighlightBackground#8be8fd9a
  • terminal.inactiveSelectionBackground#3E2A1F
  • terminal.initialHintForeground#FFEA00
  • terminal.selectionBackground#5d8320d3
  • terminal.selectionForeground#f8fff3
  • terminal.tab.activeBorder#FF6E67
  • terminalCommandDecoration.defaultBackground#F1FA8C
  • terminalCommandDecoration.errorBackground#FF5555
  • terminalCommandDecoration.successBackground#70FF73
  • terminalCursor.background#86995b
  • terminalCursor.foreground#bdf280
  • terminalOverviewRuler.border#FF5555
  • terminalOverviewRuler.cursorForeground#FF6E67
  • terminalOverviewRuler.findMatchForeground#FF79C6
  • terminalStickyScroll.background#4A90E2
  • terminalStickyScroll.border#70FF73
  • terminalStickyScrollHover.background#FF79C6
  • terminalSymbolIcon.aliasForeground#70FF73
  • terminalSymbolIcon.argumentForeground#5c5050
  • terminalSymbolIcon.fileForeground#FF79C6
  • terminalSymbolIcon.flagForeground#FFEA00
  • terminalSymbolIcon.folderForeground#4A90E2
  • terminalSymbolIcon.inlineSuggestionForeground#50FA7B
  • terminalSymbolIcon.methodForeground#8BE9FD
  • terminalSymbolIcon.optionForeground#FF6E67
  • terminalSymbolIcon.optionValueForeground#F1FA8C
  • terminalSymbolIcon.symbolicLinkFileForeground#FF5555
  • terminalSymbolIcon.symbolicLinkFolderForeground#FFEA00
  • titleBar.activeBackground#141312
  • titleBar.activeForeground#86995b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#777266italic
string#eecd8f
constant.numeric#D9904E
keyword#d1b99abold
storage, storage.type#D68C6Abold
entity.name.function, support.function#B67F37bold
variable, meta.definition.variable.name, support.variable, entity.name.variable#C8B79D
variable.other.constant#FFB366bold
entity.name.tag, entity.name.tag.html, entity.name.tag.js.jsx, entity.name.tag.tsx#be8863bold
support.class.component.js.jsx#ff7f29bold
punctuation.definition.tag.begin, punctuation.definition.tag.end#B0BEC5
entity.other.attribute-name, entity.other.attribute-name.html, entity.other.attribute-name.jsx, entity.other.attribute-name.class.html, entity.other.attribute-name.id.html, entity.other.attribute-name.class.jsx, entity.other.attribute-name.id.jsx#c48d8ditalic
entity.name.tag.css, entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#f3cbc8
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less#be8863
support.constant.property-value.css, support.constant.color.w3c-standard-color-name.css, constant.other.color.rgb-value.css#E6C07B
support.type.property-name.json#c0fe9cbold
string.quoted.double.json#ccb07c
variable.other.readwrite.js, variable.other.readwrite.ts#C8B79D
string, meta.embedded.assembly#f3cbc8
variable.other.constant.js, variable.other.constant.ts#FFB366bold