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#E41B17
  • activityBar.background#FFFFFF
  • activityBar.foreground#333333
  • activityBarBadge.background#E41B17
  • activityBarBadge.foreground#FFFFFF
  • badge.background#E41B17
  • badge.foreground#FFFFFF
  • button.background#E41B17
  • button.foreground#FFFFFF
  • button.hoverBackground#C40000
  • dropdown.background#FFFFFF
  • dropdown.border#CCCCCC
  • dropdown.foreground#333333
  • editor.background#FAFAFA
  • editor.findMatchBackground#FFB6C1
  • editor.findMatchHighlightBackground#FFC0CB
  • editor.foreground#333333
  • editor.lineHighlightBackground#FFF5E0
  • editor.lineHighlightBorder#E0E0E0
  • editor.selectionBackground#FFCCCC
  • editor.selectionHighlightBackground#FFE5E5
  • editorBracketMatch.background#FFD0D0
  • editorBracketMatch.border#FF8A80
  • editorCursor.foreground#E41B17
  • editorGroupHeader.tabsBackground#F5F5F5
  • editorIndentGuide.activeBackground#A0A0A0
  • editorIndentGuide.background#D0D0D0
  • editorLineNumber.activeForeground#E41B17
  • editorLineNumber.foreground#999999
  • editorWhitespace.foreground#B0B0B0
  • focusBorder#E41B17
  • gitDecoration.conflictingResourceForeground#FF8C00
  • gitDecoration.deletedResourceForeground#E41B17
  • gitDecoration.modifiedResourceForeground#0078D7
  • gitDecoration.untrackedResourceForeground#6A9955
  • input.background#FFFFFF
  • input.border#CCCCCC
  • input.foreground#333333
  • input.placeholderForeground#A0A0A0
  • inputOption.activeBorder#E41B17
  • list.activeSelectionBackground#FFEBEE
  • list.activeSelectionForeground#E41B17
  • list.focusBackground#FFE0E0
  • list.highlightForeground#E41B17
  • list.hoverBackground#FFF0F0
  • minimap.background#F5F5F5
  • minimapSlider.activeBackground#AAAAAA
  • minimapSlider.background#CCCCCC
  • minimapSlider.hoverBackground#BBBBBB
  • panel.background#F5F5F5
  • panel.border#E0E0E0
  • panelTitle.activeBorder#E41B17
  • panelTitle.activeForeground#333333
  • panelTitle.inactiveForeground#666666
  • scrollbar.shadow#00000033
  • scrollbarSlider.activeBackground#AAAAAA
  • scrollbarSlider.background#CCCCCC
  • scrollbarSlider.hoverBackground#BBBBBB
  • sideBar.background#FFFFFF
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#F0F0F0
  • sideBarSectionHeader.foreground#333333
  • sideBarTitle.foreground#333333
  • statusBar.background#E41B17
  • statusBar.debuggingBackground#FF8C00
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#CCCCCC
  • statusBarItem.hoverBackground#B22222
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#E41B17
  • tab.activeForeground#E41B17
  • tab.border#E0E0E0
  • tab.inactiveBackground#F5F5F5
  • tab.inactiveForeground#666666
  • terminal.ansiBlue#0000FF
  • terminal.ansiBrightBlue#5F9EA0
  • terminal.ansiBrightCyan#20B2AA
  • terminal.ansiBrightGreen#32CD32
  • terminal.ansiBrightMagenta#EE82EE
  • terminal.ansiBrightRed#FF4500
  • terminal.ansiBrightYellow#FFFF00
  • terminal.ansiCyan#008B8B
  • terminal.ansiGreen#008000
  • terminal.ansiMagenta#800080
  • terminal.ansiRed#E41B17
  • terminal.ansiYellow#DAA520
  • terminal.background#FAFAFA
  • terminal.foreground#333333
  • titleBar.activeBackground#FFFFFF
  • titleBar.activeForeground#333333
  • titleBar.inactiveBackground#F5F5F5
  • titleBar.inactiveForeground#666666

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A737Ditalic
string, string.quoted, string.template#0366D6—
keyword, storage.type, storage.modifier#E41B17bold
keyword.operator, punctuation.accessor#D73A49—
variable, variable.other#005CC5—
variable.parameter#6F42C1italic
entity.name.function, support.function#6F42C1—
meta.function-call#005CC5—
entity.name.class, entity.name.type.class, support.class#6F42C1bold
entity.name.type, support.type#005CC5—
entity.name.type.interface#6F42C1italic
constant.numeric#005CC5—
constant, constant.language, constant.character#6F42C1—
constant.language.boolean#E41B17bold
variable.other.property, support.variable.property#24292E—
meta.object-literal.key#005CC5—
entity.name.tag, punctuation.definition.tag#E41B17—
entity.other.attribute-name#6F42C1italic
punctuation, meta.brace#24292E—
string.regexp#005CC5—
constant.character.escape#D73A49—
meta.decorator, punctuation.decorator#6F42C1—
invalid, invalid.illegal#FF0000strikethrough
markup.heading, entity.name.section#E41B17bold
markup.bold#E41B17bold
markup.italic#6A737Ditalic
markup.underline.link#0366D6—
markup.inline.raw, markup.fenced_code#005CC5—
support.type.property-name.json#6F42C1—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#D73A49—
support.type.property-name.css#005CC5—
support.constant.property-value.css#005CC5—