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#5A7D8F
  • activityBar.background#E0E8ED
  • activityBar.foreground#333333
  • activityBarBadge.background#5A7D8F
  • activityBarBadge.foreground#FAF5EF
  • badge.background#5A7D8F
  • badge.foreground#FAF5EF
  • button.background#5A7D8F
  • button.foreground#FAF5EF
  • button.hoverBackground#4A6C7D
  • dropdown.background#F5F0E9
  • dropdown.border#E0E8ED
  • dropdown.foreground#333333
  • editor.background#FAF5EF
  • editor.findMatchBackground#2A9D8F33
  • editor.findMatchHighlightBackground#2A9D8F22
  • editor.foreground#333333
  • editor.lineHighlightBackground#E0E8ED33
  • editor.lineHighlightBorder#E0E8ED66
  • editor.selectionBackground#5A7D8F33
  • editor.selectionHighlightBackground#5A7D8F22
  • editorBracketMatch.background#2A9D8F22
  • editorBracketMatch.border#2A9D8F
  • editorCursor.foreground#5A7D8F
  • editorGroupHeader.tabsBackground#FAF5EF
  • editorIndentGuide.activeBackground#5A7D8F
  • editorIndentGuide.background#9EA7B066
  • editorLineNumber.activeForeground#5A7D8F
  • editorLineNumber.foreground#9EA7B0
  • editorWhitespace.foreground#9EA7B0
  • focusBorder#5A7D8F
  • gitDecoration.conflictingResourceForeground#D2B48C
  • gitDecoration.deletedResourceForeground#D95468
  • gitDecoration.modifiedResourceForeground#2A9D8F
  • gitDecoration.untrackedResourceForeground#5A7D8F
  • input.background#F5F0E9
  • input.border#E0E8ED
  • input.foreground#333333
  • input.placeholderForeground#9EA7B0
  • inputOption.activeBorder#5A7D8F
  • list.activeSelectionBackground#E0E8ED
  • list.activeSelectionForeground#333333
  • list.focusBackground#E0E8ED
  • list.highlightForeground#5A7D8F
  • list.hoverBackground#E0E8ED44
  • minimap.background#FAF5EF
  • minimapSlider.activeBackground#5A7D8F66
  • minimapSlider.background#5A7D8F22
  • minimapSlider.hoverBackground#5A7D8F44
  • panel.background#FAF5EF
  • panel.border#E0E8ED
  • panelTitle.activeBorder#5A7D8F
  • panelTitle.activeForeground#333333
  • panelTitle.inactiveForeground#9EA7B0
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#5A7D8F88
  • scrollbarSlider.background#9EA7B044
  • scrollbarSlider.hoverBackground#9EA7B088
  • sideBar.background#F5F0E9
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#F5F0E9
  • sideBarSectionHeader.foreground#5A7D8F
  • sideBarTitle.foreground#5A7D8F
  • statusBar.background#D2B48C
  • statusBar.debuggingBackground#2A9D8F
  • statusBar.foreground#FAF5EF
  • statusBar.noFolderBackground#D2B48C
  • statusBarItem.hoverBackground#C0A080
  • tab.activeBackground#FAF5EF
  • tab.activeBorder#5A7D8F
  • tab.activeForeground#333333
  • tab.border#E2DED7
  • tab.inactiveBackground#F0EBE5
  • tab.inactiveForeground#9EA7B0
  • terminal.ansiBlue#5A7D8F
  • terminal.ansiBrightBlue#6B92A5
  • terminal.ansiBrightCyan#A1C9D8
  • terminal.ansiBrightGreen#3BBF9F
  • terminal.ansiBrightMagenta#CFA6BA
  • terminal.ansiBrightRed#E56A78
  • terminal.ansiBrightYellow#E0C097
  • terminal.ansiCyan#8FAEBB
  • terminal.ansiGreen#2A9D8F
  • terminal.ansiMagenta#B78FAE
  • terminal.ansiRed#D95468
  • terminal.ansiYellow#D2B48C
  • terminal.background#FAF5EF
  • terminal.foreground#333333
  • titleBar.activeBackground#E0E8ED
  • titleBar.activeForeground#333333
  • titleBar.inactiveBackground#FAF5EF
  • titleBar.inactiveForeground#9EA7B0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9EA7B0italic
string, string.quoted, string.template#2A9D8F—
keyword, storage.type, storage.modifier#5A7D8Fbold
keyword.operator, punctuation.accessor#5A7D8F—
variable, variable.other#333333—
variable.parameter#2A9D8Fitalic
entity.name.function, support.function#D2B48C—
meta.function-call#5A7D8F—
entity.name.class, entity.name.type.class, support.class#D2B48Cbold
entity.name.type, support.type#5A7D8F—
entity.name.type.interface#D2B48Citalic
constant.numeric#2A9D8F—
constant, constant.language, constant.character#D2B48C—
constant.language.boolean#5A7D8Fbold
variable.other.property, support.variable.property#D2B48C—
meta.object-literal.key#D2B48C—
entity.name.tag, punctuation.definition.tag#5A7D8F—
entity.other.attribute-name#D2B48Citalic
punctuation, meta.brace#5A7D8F—
string.regexp#2A9D8F—
constant.character.escape#D2B48C—
meta.decorator, punctuation.decorator#D2B48C—
invalid, invalid.illegal#D95468strikethrough
markup.heading, entity.name.section#5A7D8Fbold
markup.bold#D2B48Cbold
markup.italic#D2B48Citalic
markup.underline.link#2A9D8F—
markup.inline.raw, markup.fenced_code#D2B48C—
support.type.property-name.json#5A7D8F—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#D2B48C—
support.type.property-name.css#5A7D8F—
support.constant.property-value.css#2A9D8F—
themesmith by CyberBoost - VS Code Theme