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#409EFF
  • activityBar.background#F0F0F0
  • activityBar.foreground#000000
  • activityBarBadge.background#409EFF
  • activityBarBadge.foreground#FFFFFF
  • badge.background#D0E7FF
  • badge.foreground#000000
  • button.background#409EFF
  • button.foreground#FFFFFF
  • button.hoverBackground#5AA9FF
  • dropdown.background#FFFFFF
  • dropdown.border#C0C0C0
  • dropdown.foreground#333333
  • editor.background#FAFAFA
  • editor.findMatchBackground#FFD33D
  • editor.findMatchHighlightBackground#FFEB99
  • editor.foreground#333333
  • editor.lineHighlightBackground#F0F8FF
  • editor.lineHighlightBorder#D0E7FF
  • editor.selectionBackground#B3D4FC
  • editor.selectionHighlightBackground#D0E7FF
  • editorBracketMatch.background#C5E3FA
  • editorBracketMatch.border#409EFF
  • editorCursor.foreground#000000
  • editorGroupHeader.tabsBackground#F0F0F0
  • editorIndentGuide.activeBackground#A0A0A0
  • editorIndentGuide.background#D0D0D0
  • editorLineNumber.activeForeground#000000
  • editorLineNumber.foreground#999999
  • editorWhitespace.foreground#B0B0B0
  • focusBorder#409EFF
  • gitDecoration.conflictingResourceForeground#FFB74D
  • gitDecoration.deletedResourceForeground#E57373
  • gitDecoration.modifiedResourceForeground#C5E1A5
  • gitDecoration.untrackedResourceForeground#64B5F6
  • input.background#FFFFFF
  • input.border#C0C0C0
  • input.foreground#333333
  • input.placeholderForeground#A0A0A0
  • inputOption.activeBorder#409EFF
  • list.activeSelectionBackground#B3D4FC
  • list.activeSelectionForeground#000000
  • list.focusBackground#D0E7FF
  • list.highlightForeground#409EFF
  • list.hoverBackground#E5F1FF
  • minimap.background#FFFFFF00
  • minimapSlider.activeBackground#606060C0
  • minimapSlider.background#A0A0A080
  • minimapSlider.hoverBackground#808080A0
  • panel.background#FAFAFA
  • panel.border#C0C0C0
  • panelTitle.activeBorder#409EFF
  • panelTitle.activeForeground#000000
  • panelTitle.inactiveForeground#666666
  • scrollbar.shadow#00000033
  • scrollbarSlider.activeBackground#707070C0
  • scrollbarSlider.background#B0B0B080
  • scrollbarSlider.hoverBackground#909090A0
  • sideBar.background#F5F5F5
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#E0E0E0
  • sideBarSectionHeader.foreground#000000
  • sideBarTitle.foreground#000000
  • statusBar.background#E0E0E0
  • statusBar.debuggingBackground#FF8C00
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#E0E0E0
  • statusBarItem.hoverBackground#D5D5D5
  • tab.activeBackground#FAFAFA
  • tab.activeBorder#409EFF
  • tab.activeForeground#000000
  • tab.border#C0C0C0
  • tab.inactiveBackground#E0E0E0
  • tab.inactiveForeground#666666
  • terminal.ansiBlue#409EFF
  • terminal.ansiBrightBlue#6CB8FF
  • terminal.ansiBrightCyan#5ED1C9
  • terminal.ansiBrightGreen#6CC157
  • terminal.ansiBrightMagenta#D670D6
  • terminal.ansiBrightRed#FF8C8C
  • terminal.ansiBrightYellow#FFE066
  • terminal.ansiCyan#34C2A5
  • terminal.ansiGreen#4CAF50
  • terminal.ansiMagenta#C586C0
  • terminal.ansiRed#D16969
  • terminal.ansiYellow#D7BA7D
  • terminal.background#FAFAFA
  • terminal.foreground#333333
  • titleBar.activeBackground#E8E8E8
  • titleBar.activeForeground#000000
  • titleBar.inactiveBackground#D0D0D0
  • titleBar.inactiveForeground#666666

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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