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#0b0e16
  • activityBar.border#232b3e
  • activityBar.foreground#e5e9f0
  • activityBar.inactiveForeground#4c566a
  • activityBarBadge.background#88c0d0
  • activityBarBadge.foreground#0f1117
  • badge.background#88c0d0
  • badge.foreground#0f1117
  • breadcrumb.activeSelectionForeground#88c0d0
  • breadcrumb.background#0f1117
  • breadcrumb.foreground#4c566a
  • button.background#88c0d0
  • button.foreground#0f1117
  • button.hoverBackground#7bb2c4
  • dropdown.background#141922
  • dropdown.border#232b3e
  • dropdown.foreground#e5e9f0
  • editor.background#0f1117
  • editor.findMatchBackground#88c0d045
  • editor.findMatchHighlightBackground#88c0d028
  • editor.findRangeHighlightBackground#88c0d012
  • editor.foreground#e5e9f0
  • editor.hoverHighlightBackground#88c0d012
  • editor.inactiveSelectionBackground#88c0d01a
  • editor.lineHighlightBackground#88c0d00c
  • editor.lineHighlightBorder#88c0d018
  • editor.rangeHighlightBackground#88c0d010
  • editor.selectionBackground#88c0d030
  • editor.selectionHighlightBackground#88c0d01e
  • editor.wordHighlightBackground#88c0d022
  • editor.wordHighlightStrongBackground#88c0d035
  • editorBracketMatch.background#1a2030
  • editorBracketMatch.border#88c0d066
  • editorCursor.foreground#88c0d0
  • editorGroupHeader.tabsBackground#0b0e16
  • editorGroupHeader.tabsBorder#232b3e
  • editorIndentGuide.activeBackground#2e3a50
  • editorIndentGuide.background#232b3e
  • editorLineNumber.activeForeground#88c0d0
  • editorLineNumber.foreground#2e3a50
  • editorOverviewRuler.findMatchForeground#88c0d088
  • editorOverviewRuler.selectionHighlightForeground#88c0d055
  • editorOverviewRuler.wordHighlightForeground#88c0d044
  • editorOverviewRuler.wordHighlightStrongForeground#88c0d066
  • editorStickyScroll.background#0f1117
  • editorStickyScrollHover.background#141922
  • editorWhitespace.foreground#232b3e
  • focusBorder#88c0d044
  • gitDecoration.addedResourceForeground#a3be8c
  • gitDecoration.deletedResourceForeground#bf616a
  • gitDecoration.ignoredResourceForeground#4c566a
  • gitDecoration.modifiedResourceForeground#ebcb8b
  • gitDecoration.untrackedResourceForeground#a3be8c
  • input.background#141922
  • input.border#232b3e
  • input.foreground#e5e9f0
  • input.placeholderForeground#4c566a
  • inputOption.activeBorder#88c0d0
  • list.activeSelectionBackground#88c0d022
  • list.activeSelectionForeground#0f1117
  • list.filterMatchBackground#88c0d028
  • list.filterMatchBorder#88c0d0aa
  • list.highlightForeground#88c0d0
  • list.hoverBackground#88c0d00f
  • list.inactiveSelectionBackground#88c0d014
  • menu.background#101520
  • menu.foreground#e5e9f0
  • menu.selectionBackground#1a2030
  • menu.selectionForeground#88c0d0
  • menu.separatorBackground#232b3e
  • minimap.findMatchHighlight#88c0d060
  • minimap.selectionHighlight#88c0d040
  • minimap.wordHighlightBackground#88c0d035
  • minimap.wordHighlightStrongBackground#88c0d050
  • panel.background#101520
  • panel.border#232b3e
  • panelTitle.activeBorder#88c0d0
  • panelTitle.activeForeground#88c0d0
  • panelTitle.inactiveForeground#4c566a
  • progressBar.background#88c0d0
  • scrollbarSlider.background#232b3e88
  • scrollbarSlider.hoverBackground#2e3a5088
  • selection.background#88c0d033
  • sideBar.background#101520
  • sideBar.border#232b3e
  • sideBar.foreground#d8dee9
  • sideBarSectionHeader.background#141922
  • sideBarSectionHeader.border#232b3e
  • sideBarSectionHeader.foreground#d8dee9
  • sideBarTitle.foreground#4c566a
  • statusBar.background#4c566a
  • statusBar.border#4c566a
  • statusBar.foreground#e5e9f0
  • statusBar.noFolderBackground#0b0e16
  • statusBarItem.hoverBackground#3b4252
  • statusBarItem.remoteBackground#88c0d0
  • statusBarItem.remoteForeground#0f1117
  • tab.activeBackground#1a2030
  • tab.activeBorderTop#88c0d0
  • tab.activeForeground#e5e9f0
  • tab.border#232b3e
  • tab.inactiveBackground#141922
  • tab.inactiveForeground#4c566a
  • terminal.ansiBlack#3b4252
  • terminal.ansiBlue#81a1c1
  • terminal.ansiCyan#88c0d0
  • terminal.ansiGreen#a3be8c
  • terminal.ansiMagenta#b48ead
  • terminal.ansiRed#bf616a
  • terminal.ansiWhite#e5e9f0
  • terminal.ansiYellow#ebcb8b
  • terminal.background#0f1117
  • terminal.foreground#d8dee9
  • terminalCursor.foreground#88c0d0
  • titleBar.activeBackground#0b0e16
  • titleBar.activeForeground#e5e9f0
  • titleBar.border#232b3e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4c566aitalic
keyword, storage.type, storage.modifier, keyword.control#81a1c1bold
entity.name.function, support.function, meta.function-call.generic#88c0d0
string, string.quoted, string.template#a3be8c
variable, variable.other.readwrite#d8dee9
entity.name.type, entity.name.class, support.type, support.class#8fbcbb
constant.numeric#b48ead
keyword.operator#81a1c1
constant, constant.language#b48eadbold
entity.name.tag, support.class.component#81a1c1
entity.other.attribute-name#8fbcbb
meta.decorator, punctuation.decorator#ebcb8bitalic
DevCraft Themes by Prahlad Inala - VS Code Theme