Skip to main content
Coding Theme

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#181818
  • activityBar.border#2C2C2E
  • activityBar.foreground#F5F5F7
  • activityBar.inactiveForeground#6B6B6E
  • activityBarBadge.background#0A84FF
  • activityBarBadge.foreground#FFFFFF
  • badge.background#0A84FF
  • badge.foreground#FFFFFF
  • button.background#0A84FF
  • button.foreground#FFFFFF
  • dropdown.background#2C2C2E
  • dropdown.border#3A3A3C
  • dropdown.foreground#F5F5F7
  • dropdown.listBackground#2C2C2E
  • editor.background#1E1E1E
  • editor.foreground#D4D4D4
  • editor.inactiveSelectionBackground#3A3D4166
  • editor.lineHighlightBackground#2A2A2C
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#3A3D41
  • editorCursor.foreground#0A84FF
  • editorGroupHeader.tabsBackground#181818
  • editorGroupHeader.tabsBorder#2C2C2E
  • editorIndentGuide.activeBackground1#48484A
  • editorIndentGuide.background1#2C2C2E
  • editorLineNumber.activeForeground#A1A1A6
  • editorLineNumber.foreground#636366
  • editorSuggestWidget.background#252526
  • editorSuggestWidget.border#3A3A3C
  • editorSuggestWidget.selectedBackground#2C2C2E
  • editorWidget.background#252526
  • editorWidget.border#3A3A3C
  • input.background#2C2C2E
  • input.border#3A3A3C
  • input.foreground#F5F5F7
  • input.placeholderForeground#8E8E93
  • inputOption.activeBorder#0A84FF
  • keybindingLabel.background#3A3A3C66
  • keybindingLabel.border#48484A
  • keybindingLabel.bottomBorder#48484A
  • keybindingLabel.foreground#F5F5F7
  • list.activeSelectionBackground#0A84FF
  • list.activeSelectionForeground#FFFFFF
  • list.background#181818
  • list.focusBackground#0A84FF
  • list.focusForeground#FFFFFF
  • list.hoverBackground#2A2A2C
  • list.inactiveSelectionBackground#2C2C2E
  • menu.background#252526
  • menu.border#3A3A3C4D
  • menu.foreground#F5F5F7
  • menu.selectionBackground#0A84FF
  • menu.selectionBorder#00000000
  • menu.selectionForeground#FFFFFF
  • menu.separatorBackground#3A3A3C
  • panel.background#181818
  • panel.border#2C2C2E
  • panelTitle.activeBorder#0A84FF
  • panelTitle.activeForeground#F5F5F7
  • panelTitle.inactiveForeground#8E8E93
  • pickerGroup.border#3A3A3C
  • pickerGroup.foreground#A1A1A6
  • progressBar.background#0A84FF
  • quickInput.background#252526
  • quickInput.foreground#F5F5F7
  • quickInputList.focusBackground#0A84FF
  • quickInputList.focusForeground#FFFFFF
  • quickInputTitle.background#2C2C2E
  • sideBar.background#181818
  • sideBar.border#2C2C2E
  • sideBar.foreground#CCCCCC
  • sideBarTitle.foreground#F5F5F7
  • statusBar.background#181818
  • statusBar.border#2C2C2E
  • statusBar.debuggingBackground#0A84FF
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#A1A1A6
  • statusBar.noFolderBackground#181818
  • tab.activeBackground#1E1E1E
  • tab.activeBorderTop#0A84FF
  • tab.activeForeground#FFFFFF
  • tab.border#181818
  • tab.inactiveBackground#181818
  • tab.inactiveForeground#8E8E93
  • terminal.ansiBlack#1E1E1E
  • terminal.ansiBlue#0A84FF
  • terminal.ansiBrightBlack#636366
  • terminal.ansiBrightBlue#409CFF
  • terminal.ansiBrightCyan#70D7FF
  • terminal.ansiBrightGreen#5FE685
  • terminal.ansiBrightMagenta#DA8FFF
  • terminal.ansiBrightRed#FF6961
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFB340
  • terminal.ansiCyan#64D2FF
  • terminal.ansiGreen#30D158
  • terminal.ansiMagenta#BF5AF2
  • terminal.ansiRed#FF453A
  • terminal.ansiWhite#D4D4D4
  • terminal.ansiYellow#FF9F0A
  • terminal.background#1E1E1E
  • terminal.foreground#D4D4D4
  • textLink.activeForeground#0A84FF
  • textLink.foreground#0A84FF
  • titleBar.activeBackground#181818
  • titleBar.activeForeground#F5F5F7
  • titleBar.border#2C2C2E
  • titleBar.inactiveBackground#181818
  • titleBar.inactiveForeground#6B6B6E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#D4D4D4
comment, punctuation.definition.comment#6A9955italic
string, string.quoted#CE9178
constant.numeric#B5CEA8
constant.language, constant.character, constant.other#569CD6
keyword, storage.type, storage.modifier#C586C0
entity.name.function, support.function#DCDCAA
entity.name.type, entity.name.class, support.class, support.type#4EC9B0
variable, variable.other#9CDCFE
variable.parameter#9CDCFE
entity.name.tag#569CD6
entity.other.attribute-name#9CDCFE
punctuation, meta.brace#D4D4D4