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#D32F2F
  • activityBar.background#F0F0F0
  • activityBar.foreground#444444
  • activityBarBadge.background#D32F2F
  • activityBarBadge.foreground#FAFAFA
  • badge.background#D32F2F
  • badge.foreground#FAFAFA
  • button.background#D32F2F
  • button.foreground#FFFFFF
  • button.hoverBackground#C62828
  • dropdown.background#FFFFFF
  • dropdown.border#CCCCCC
  • dropdown.foreground#2E2E2E
  • editor.background#FAFAFA
  • editor.findMatchBackground#FF980044
  • editor.findMatchHighlightBackground#FF980022
  • editor.foreground#2E2E2E
  • editor.lineHighlightBackground#FF980020
  • editor.lineHighlightBorder#D32F2F20
  • editor.selectionBackground#D32F2F40
  • editor.selectionHighlightBackground#D32F2F20
  • editorBracketMatch.background#D32F2F33
  • editorBracketMatch.border#D32F2F
  • editorCursor.foreground#FF5722
  • editorGroupHeader.tabsBackground#E8E8E8
  • editorIndentGuide.activeBackground#CCCCCC88
  • editorIndentGuide.background#CCCCCC44
  • editorLineNumber.activeForeground#D32F2F
  • editorLineNumber.foreground#B0B0B0
  • editorWhitespace.foreground#BDBDBD
  • focusBorder#D32F2F
  • gitDecoration.conflictingResourceForeground#FFEB3B
  • gitDecoration.deletedResourceForeground#D32F2F
  • gitDecoration.modifiedResourceForeground#FF9800
  • gitDecoration.untrackedResourceForeground#00C853
  • input.background#FFFFFF
  • input.border#CCCCCC
  • input.foreground#2E2E2E
  • input.placeholderForeground#9E9E9E
  • inputOption.activeBorder#D32F2F
  • list.activeSelectionBackground#FF980044
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#FF980044
  • list.highlightForeground#D32F2F
  • list.hoverBackground#FF980022
  • minimap.background#FAFAFA
  • minimapSlider.activeBackground#D32F2F66
  • minimapSlider.background#D32F2F22
  • minimapSlider.hoverBackground#D32F2F44
  • panel.background#FAFAFA
  • panel.border#E0E0E0
  • panelTitle.activeBorder#D32F2F
  • panelTitle.activeForeground#2E2E2E
  • panelTitle.inactiveForeground#777777
  • scrollbar.shadow#00000022
  • scrollbarSlider.activeBackground#CCCCCCCC
  • scrollbarSlider.background#CCCCCC44
  • scrollbarSlider.hoverBackground#CCCCCC88
  • sideBar.background#F5F5F5
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#F0F0F0
  • sideBarSectionHeader.foreground#D32F2F
  • sideBarTitle.foreground#D32F2F
  • statusBar.background#FAFAFA
  • statusBar.debuggingBackground#FF9800
  • statusBar.foreground#2E2E2E
  • statusBar.noFolderBackground#F0F0F0
  • statusBarItem.hoverBackground#E0E0E0
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#D32F2F
  • tab.activeForeground#2E2E2E
  • tab.border#E0E0E0
  • tab.inactiveBackground#E8E8E8
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#1976D2
  • terminal.ansiBrightBlue#42A5F5
  • terminal.ansiBrightCyan#26C6DA
  • terminal.ansiBrightGreen#69F0AE
  • terminal.ansiBrightMagenta#F48FB1
  • terminal.ansiBrightRed#FF5252
  • terminal.ansiBrightYellow#FFFF8D
  • terminal.ansiCyan#00ACC1
  • terminal.ansiGreen#00C853
  • terminal.ansiMagenta#C2185B
  • terminal.ansiRed#D32F2F
  • terminal.ansiYellow#FFEB3B
  • terminal.background#FAFAFA
  • terminal.foreground#2E2E2E
  • titleBar.activeBackground#FAFAFA
  • titleBar.activeForeground#2E2E2E
  • titleBar.inactiveBackground#E0E0E0
  • titleBar.inactiveForeground#777777

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A737Ditalic
string, string.quoted, string.template#00C853
keyword, storage.type, storage.modifier#D32F2Fbold
keyword.operator, punctuation.accessor#FF9800
variable, variable.other#2E2E2E
variable.parameter#FF9800italic
entity.name.function, support.function#1976D2
meta.function-call#64B5F6
entity.name.class, entity.name.type.class, support.class#FFEB3Bbold
entity.name.type, support.type#FFEB3B
entity.name.type.interface#64B5F6italic
constant.numeric#FF9800
constant, constant.language, constant.character#FF9800
constant.language.boolean#FF9800bold
variable.other.property, support.variable.property#2E2E2E
meta.object-literal.key#FFEB3B
entity.name.tag, punctuation.definition.tag#D32F2F
entity.other.attribute-name#FF9800italic
punctuation, meta.brace#2E2E2E
string.regexp#FF5722
constant.character.escape#FF5722
meta.decorator, punctuation.decorator#FFEB3B
invalid, invalid.illegal#D32F2Fstrikethrough
markup.heading, entity.name.section#D32F2Fbold
markup.bold#D32F2Fbold
markup.italic#FF9800italic
markup.underline.link#64B5F6
markup.inline.raw, markup.fenced_code#00C853
support.type.property-name.json#FF9800
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#D32F2F
support.type.property-name.css#00C853
support.constant.property-value.css#FF9800