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#db594d
  • activityBar.background#080808
  • activityBar.foreground#db594d
  • activityBarBadge.background#db594d
  • activityBarBadge.foreground#f8ffef
  • badge.background#db594d
  • badge.foreground#f8ffef
  • button.background#733d3d
  • button.foreground#141212
  • button.hoverBackground#db594d
  • editor.background#141212
  • editor.foreground#db594d
  • editor.inactiveSelectionBackground#733d3d55
  • editor.lineHighlightBackground#261c1c
  • editor.selectionBackground#754d4d
  • editor.selectionForeground#FFFFFF
  • editorCursor.foreground#eb7777a1
  • editorGroupHeader.tabsBackground#141212
  • editorGroupHeader.tabsBorder#292325b9
  • editorLineNumber.activeForeground#db594d
  • editorLineNumber.foreground#5c4141
  • editorWidget.resizeBorder#593636
  • input.background#261c1c
  • input.border#593636
  • input.foreground#db594d
  • list.activeSelectionBackground#261414
  • list.activeSelectionForeground#ff8585
  • list.dropBackground#313131
  • list.focusAndSelectionOutline#db594d
  • list.focusOutline#db594d
  • list.hoverBackground#262626
  • list.hoverForeground#ff8585
  • list.inactiveSelectionBackground#262626
  • list.inactiveSelectionForeground#f7d4d4
  • menubar.selectionBackground#141212
  • menubar.selectionForeground#995b5b
  • minimap.background#161515c5
  • minimap.errorHighlight#ff0000
  • minimap.findMatchHighlight#c0555baf
  • minimap.foregroundOpacity#301818d7
  • minimap.infoHighlight#593636
  • minimap.selectionHighlight#ff00228e
  • minimap.selectionOccurrenceHighlight#ff576560
  • minimap.warningHighlight#ffd82d
  • panel.background#141212
  • panel.border#261c1c
  • panel.dropBorder#593636
  • panelInput.border#ffa285
  • panelSection.border#593636
  • panelSection.dropBackground#593636
  • panelTitle.activeForeground#db594d
  • panelTitleBadge.background#db594d
  • panelTitleBadge.foreground#f8ffef
  • sideBar.background#141212
  • sideBar.border#261c1c
  • sideBar.foreground#db594d
  • statusBar.background#080808
  • statusBar.border#593636
  • statusBar.debuggingBackground#bf36368c
  • statusBar.debuggingBorder#ffa285
  • statusBar.debuggingForeground#e0d8d2
  • statusBar.focusBorder#db594d
  • statusBar.foreground#db594d
  • statusBar.noFolderBackground#141212
  • statusBarItem.hoverBackground#12140c
  • statusBarItem.hoverForeground#db594d
  • statusBarItem.remoteBackground#e48477
  • statusBarItem.remoteForeground#12140c
  • tab.activeBackground#261c1c
  • tab.activeBorderTop#ffa285
  • tab.activeForeground#db594d
  • tab.border#ffa285
  • tab.inactiveBackground#141212
  • tab.inactiveForeground#733d3d
  • 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#fde1dd
  • terminal.hoverHighlightBackground#8be8fd9a
  • terminal.inactiveSelectionBackground#3E2A1F
  • terminal.initialHintForeground#FFEA00
  • terminal.selectionBackground#832020d3
  • terminal.selectionForeground#fff6f3
  • terminal.tab.activeBorder#FF6E67
  • terminalCommandDecoration.defaultBackground#F1FA8C
  • terminalCommandDecoration.errorBackground#FF5555
  • terminalCommandDecoration.successBackground#70FF73
  • terminalCursor.background#ffa285
  • terminalCursor.foreground#f2a080
  • 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#141212
  • titleBar.activeForeground#995b5b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type#bf6565
string#e0ae7f
variable, parameter#d69c8a
comment#806b6bitalic
function, entity.name.function#c17b7bbold
constant.numeric#d17981
type, entity.name.type, support.type#c0a3a3bold
keyword.operator, punctuation.separator, punctuation.definition#ffc3c3
support.function, support.constant#ff6699
Ethereal Nexus by m.metwally - VS Code Theme