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#F3F3F3
  • activityBar.foreground#000000
  • activityBarBadge.background#7CBB00
  • activityBarBadge.foreground#FFFFFF
  • badge.background#E81123
  • badge.foreground#FFFFFF
  • button.background#0078D7
  • button.foreground#FFFFFF
  • button.hoverBackground#005A9E
  • dropdown.background#FFFFFF
  • dropdown.border#C0C0C0
  • dropdown.foreground#000000
  • editor.background#FFFFFF
  • editor.findMatchBackground#FFC107
  • editor.findMatchHighlightBackground#FFECB3
  • editor.foreground#000000
  • editor.lineHighlightBackground#FFF9C4
  • editor.lineHighlightBorder#FFD54F
  • editor.selectionBackground#ADD8E6
  • editor.selectionHighlightBackground#B2D7FF
  • editorBracketMatch.background#C5E1A5
  • editorBracketMatch.border#8BC34A
  • editorCursor.foreground#000000
  • editorGroupHeader.tabsBackground#F5F5F5
  • editorIndentGuide.activeBackground#A0A0A0
  • editorIndentGuide.background#D0D0D0
  • editorLineNumber.activeForeground#000000
  • editorLineNumber.foreground#5A5A5A
  • editorWhitespace.foreground#B0B0B0
  • focusBorder#0078D7
  • gitDecoration.conflictingResourceForeground#FF8C00
  • gitDecoration.deletedResourceForeground#E81123
  • gitDecoration.modifiedResourceForeground#0078D7
  • gitDecoration.untrackedResourceForeground#FFB900
  • input.background#FFFFFF
  • input.border#C0C0C0
  • input.foreground#000000
  • input.placeholderForeground#A0A0A0
  • inputOption.activeBorder#0078D7
  • list.activeSelectionBackground#CDE6FF
  • list.activeSelectionForeground#000000
  • list.focusBackground#B3D9FF
  • list.highlightForeground#0078D7
  • list.hoverBackground#E5F3FF
  • minimap.background#FAFAFA
  • minimapSlider.activeBackground#808080
  • minimapSlider.background#C0C0C0
  • minimapSlider.hoverBackground#A0A0A0
  • panel.background#F7F7F7
  • panel.border#D0D0D0
  • panelTitle.activeBorder#0078D7
  • panelTitle.activeForeground#000000
  • panelTitle.inactiveForeground#888888
  • scrollbar.shadow#00000020
  • scrollbarSlider.activeBackground#808080
  • scrollbarSlider.background#C0C0C0
  • scrollbarSlider.hoverBackground#A0A0A0
  • sideBar.background#FAFAFA
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#E5E5E5
  • sideBarSectionHeader.foreground#000000
  • sideBarTitle.foreground#000000
  • statusBar.background#F3F3F3
  • statusBar.debuggingBackground#FFB900
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#E0E0E0
  • statusBarItem.hoverBackground#D0D0D0
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#0078D7
  • tab.activeForeground#000000
  • tab.border#CCCCCC
  • tab.inactiveBackground#E8E8E8
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#0078D7
  • terminal.ansiBrightBlue#40A0FF
  • terminal.ansiBrightCyan#5CE5F2
  • terminal.ansiBrightGreen#B6E650
  • terminal.ansiBrightMagenta#DF5FFF
  • terminal.ansiBrightRed#FF5F5F
  • terminal.ansiBrightYellow#FFE066
  • terminal.ansiCyan#00B7C3
  • terminal.ansiGreen#7CBB00
  • terminal.ansiMagenta#B4009E
  • terminal.ansiRed#E81123
  • terminal.ansiYellow#FFB900
  • terminal.background#FFFFFF
  • terminal.foreground#000000
  • titleBar.activeBackground#0078D7
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#E5E5E5
  • titleBar.inactiveForeground#666666

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#DCDCAA
meta.function-call#DCDCAA
entity.name.class, entity.name.type.class, support.class#4EC9B0bold
entity.name.type, support.type#4EC9B0
entity.name.type.interface#B8D7A3italic
constant.numeric#B5CEA8
constant, constant.language, constant.character#4FC1FF
constant.language.boolean#569CD6bold
variable.other.property, support.variable.property#9CDCFE
meta.object-literal.key#9CDCFE
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#DCDCAAbold
markup.italic#CE9178italic
markup.underline.link#4FC1FF
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#9CDCFE
support.constant.property-value.css#B5CEA8