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#C91A09
  • activityBar.background#252526
  • activityBar.foreground#C5C5C5
  • activityBarBadge.background#C91A09
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FFCC00
  • badge.foreground#000000
  • button.background#C91A09
  • button.foreground#FFFFFF
  • button.hoverBackground#A1130A
  • dropdown.background#3C3C3C
  • dropdown.border#555555
  • dropdown.foreground#FFFFFF
  • editor.background#1E1E1E
  • editor.findMatchBackground#A8AC94
  • editor.findMatchHighlightBackground#575757
  • editor.foreground#D4D4D4
  • editor.lineHighlightBackground#2A2A2A
  • editor.lineHighlightBorder#444444
  • editor.selectionBackground#264F78
  • editor.selectionHighlightBackground#3A3D41
  • editorBracketMatch.background#515C6A
  • editorBracketMatch.border#AAC3E2
  • editorCursor.foreground#AEAFAD
  • editorGroupHeader.tabsBackground#2D2D30
  • editorIndentGuide.activeBackground#707070
  • editorIndentGuide.background#404040
  • editorLineNumber.activeForeground#C5C5C5
  • editorLineNumber.foreground#858585
  • editorWhitespace.foreground#3B3A32
  • focusBorder#C91A09
  • gitDecoration.conflictingResourceForeground#FF6F61
  • gitDecoration.deletedResourceForeground#C91A09
  • gitDecoration.modifiedResourceForeground#D7BA7D
  • gitDecoration.untrackedResourceForeground#6A9955
  • input.background#3C3C3C
  • input.border#555555
  • input.foreground#FFFFFF
  • input.placeholderForeground#AAAAAA
  • inputOption.activeBorder#C91A09
  • list.activeSelectionBackground#094771
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#094771
  • list.highlightForeground#FFCC00
  • list.hoverBackground#2A2D2E
  • minimap.background#212121
  • minimapSlider.activeBackground#737373
  • minimapSlider.background#535353
  • minimapSlider.hoverBackground#636363
  • panel.background#252526
  • panel.border#3F3F46
  • panelTitle.activeBorder#C91A09
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#CCCCCC
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#6E6E6E
  • scrollbarSlider.background#4E4E4E
  • scrollbarSlider.hoverBackground#5E5E5E
  • sideBar.background#252526
  • sideBar.foreground#CCCCCC
  • sideBarSectionHeader.background#2D2D30
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#3C3C3C
  • statusBar.debuggingBackground#007ACC
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#2C2C2C
  • statusBarItem.hoverBackground#444444
  • tab.activeBackground#1E1E1E
  • tab.activeBorder#C91A09
  • tab.activeForeground#FFFFFF
  • tab.border#444444
  • tab.inactiveBackground#2D2D30
  • tab.inactiveForeground#CCCCCC
  • terminal.ansiBlue#2472C8
  • terminal.ansiBrightBlue#3B8EEA
  • terminal.ansiBrightCyan#4FC1E9
  • terminal.ansiBrightGreen#23D18B
  • terminal.ansiBrightMagenta#D670D6
  • terminal.ansiBrightRed#FF6F61
  • terminal.ansiBrightYellow#F9F1A5
  • terminal.ansiCyan#00BCD4
  • terminal.ansiGreen#0DBC79
  • terminal.ansiMagenta#B4009E
  • terminal.ansiRed#C91A09
  • terminal.ansiYellow#FFCC00
  • terminal.background#1E1E1E
  • terminal.foreground#CCCCCC
  • titleBar.activeBackground#3C3C3C
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#2C2C2C
  • titleBar.inactiveForeground#AAAAAA

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A9955italic
string, string.quoted, string.template#FFCC00
keyword, storage.type, storage.modifier#C91A09bold
keyword.operator, punctuation.accessor#2472C8
variable, variable.other#9CDCFE
variable.parameter#4EC9B0italic
entity.name.function, support.function#DCDCAA
meta.function-call#DCDCAA
entity.name.class, entity.name.type.class, support.class#4EC9B0bold
entity.name.type, support.type#C586C0
entity.name.type.interface#C586C0italic
constant.numeric#B5CEA8
constant, constant.language, constant.character#FFCC00
constant.language.boolean#C91A09bold
variable.other.property, support.variable.property#9CDCFE
meta.object-literal.key#DCDCAA
entity.name.tag, punctuation.definition.tag#569CD6
entity.other.attribute-name#CE9178italic
punctuation, meta.brace#D4D4D4
string.regexp#B5CEA8
constant.character.escape#C91A09
meta.decorator, punctuation.decorator#C586C0
invalid, invalid.illegal#FFFFFFstrikethrough
markup.heading, entity.name.section#FFCC00bold
markup.bold#FFCC00bold
markup.italic#D4D4D4italic
markup.underline.link#569CD6
markup.inline.raw, markup.fenced_code#B5CEA8
support.type.property-name.json#9CDCFE
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#569CD6
support.type.property-name.css#4EC9B0
support.constant.property-value.css#DCDCAA