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#0078D7
  • activityBar.background#1F1F1F
  • activityBar.foreground#CCCCCC
  • activityBarBadge.background#0078D7
  • activityBarBadge.foreground#FFFFFF
  • badge.background#0078D7
  • badge.foreground#FFFFFF
  • button.background#0078D7
  • button.foreground#FFFFFF
  • button.hoverBackground#005A9E
  • dropdown.background#252526
  • dropdown.border#3C3C3C
  • dropdown.foreground#CCCCCC
  • editor.background#0C0C0C
  • editor.findMatchBackground#515C6A
  • editor.findMatchHighlightBackground#3A3D41
  • editor.foreground#D4D4D4
  • editor.lineHighlightBackground#2A2D2E
  • editor.lineHighlightBorder#000000
  • editor.selectionBackground#264F78
  • editor.selectionHighlightBackground#3A3D41
  • editorBracketMatch.background#515C6A
  • editorBracketMatch.border#0078D7
  • editorCursor.foreground#AEAFAD
  • editorGroupHeader.tabsBackground#0C0C0C
  • editorIndentGuide.activeBackground#707070
  • editorIndentGuide.background#404040
  • editorLineNumber.activeForeground#C5C5C5
  • editorLineNumber.foreground#858585
  • editorWhitespace.foreground#3B3A32
  • focusBorder#0078D7
  • gitDecoration.conflictingResourceForeground#B4009E
  • gitDecoration.deletedResourceForeground#E81123
  • gitDecoration.modifiedResourceForeground#107C10
  • gitDecoration.untrackedResourceForeground#00B7C3
  • input.background#252526
  • input.border#3C3C3C
  • input.foreground#CCCCCC
  • input.placeholderForeground#6A6A6A
  • inputOption.activeBorder#0078D7
  • list.activeSelectionBackground#094771
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#094771
  • list.highlightForeground#0078D7
  • list.hoverBackground#2A2D2E
  • minimap.background#0C0C0C
  • minimapSlider.activeBackground#C5C5C5FF
  • minimapSlider.background#79797999
  • minimapSlider.hoverBackground#A6A6A6CC
  • panel.background#1F1F1F
  • panel.border#000000
  • panelTitle.activeBorder#0078D7
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#AAAAAA
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#BFBFBF99
  • scrollbarSlider.background#5A5A5A66
  • scrollbarSlider.hoverBackground#877F7F99
  • sideBar.background#161616
  • sideBar.foreground#CCCCCC
  • sideBarSectionHeader.background#1F1F1F
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#0078D7
  • statusBar.debuggingBackground#FFB900
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#1F1F1F
  • statusBarItem.hoverBackground#005A9E
  • tab.activeBackground#1F1F1F
  • tab.activeBorder#0078D7
  • tab.activeForeground#FFFFFF
  • tab.border#000000
  • tab.inactiveBackground#0C0C0C
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#0078D7
  • terminal.ansiBrightBlue#3B8ED9
  • terminal.ansiBrightCyan#3AD9D9
  • terminal.ansiBrightGreen#0D9E20
  • terminal.ansiBrightMagenta#D71E99
  • terminal.ansiBrightRed#FF6F6F
  • terminal.ansiBrightYellow#FFDC00
  • terminal.ansiCyan#00B7C3
  • terminal.ansiGreen#107C10
  • terminal.ansiMagenta#B4009E
  • terminal.ansiRed#E81123
  • terminal.ansiYellow#FFB900
  • terminal.background#0C0C0C
  • terminal.foreground#CCCCCC
  • titleBar.activeBackground#0C0C0C
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#0C0C0C
  • titleBar.inactiveForeground#AAAAAA

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A9955italic
string, string.quoted, string.template#CE9178—
keyword, storage.type, storage.modifier#569CD6bold
keyword.operator, punctuation.accessor#D4D4D4—
variable, variable.other#9CDCFE—
variable.parameter#9CDCFEitalic
entity.name.function, support.function#C586C0—
meta.function-call#DCDCAA—
entity.name.class, entity.name.type.class, support.class#4EC9B0bold
entity.name.type, support.type#4EC9B0—
entity.name.type.interface#4EC9B0italic
constant.numeric#B5CEA8—
constant, constant.language, constant.character#B5CEA8—
constant.language.boolean#569CD6bold
variable.other.property, support.variable.property#9CDCFE—
meta.object-literal.key#C586C0—
entity.name.tag, punctuation.definition.tag#569CD6—
entity.other.attribute-name#9CDCFEitalic
punctuation, meta.brace#D4D4D4—
string.regexp#D16969—
constant.character.escape#D16969—
meta.decorator, punctuation.decorator#C586C0—
invalid, invalid.illegal#F44747strikethrough
markup.heading, entity.name.section#569CD6bold
markup.bold#569CD6bold
markup.italic#D7BA7Ditalic
markup.underline.link#3794FF—
markup.inline.raw, markup.fenced_code#DCDCAA—
support.type.property-name.json#9CDCFE—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#D7BA7D—
support.type.property-name.css#4EC9B0—
support.constant.property-value.css#CE9178—