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#D96C6C
  • activityBar.background#E0E5EF
  • activityBar.foreground#5B4E8F
  • activityBarBadge.background#5B4E8F
  • activityBarBadge.foreground#F2F4F9
  • badge.background#8A71C9
  • badge.foreground#F2F4F9
  • button.background#8A71C9
  • button.foreground#F2F4F9
  • button.hoverBackground#8A71C9CC
  • dropdown.background#E8ECF5
  • dropdown.border#D2D7E0
  • dropdown.foreground#2E2C39
  • editor.background#F2F4F9
  • editor.findMatchBackground#D96C6C33
  • editor.findMatchHighlightBackground#D96C6C22
  • editor.foreground#2E2C39
  • editor.lineHighlightBackground#C8D0E040
  • editor.lineHighlightBorder#C8D0E080
  • editor.selectionBackground#8A71C980
  • editor.selectionHighlightBackground#8A71C933
  • editorBracketMatch.background#D96C6C33
  • editorBracketMatch.border#D96C6C
  • editorCursor.foreground#5B4E8F
  • editorGroupHeader.tabsBackground#F2F4F9
  • editorIndentGuide.activeBackground#B0B0B088
  • editorIndentGuide.background#B0B0B044
  • editorLineNumber.activeForeground#5B4E8F
  • editorLineNumber.foreground#A0A0B0
  • editorWhitespace.foreground#B0B0B0
  • focusBorder#5B4E8F
  • gitDecoration.conflictingResourceForeground#C28F5C
  • gitDecoration.deletedResourceForeground#D96C6C
  • gitDecoration.modifiedResourceForeground#5B4E8F
  • gitDecoration.untrackedResourceForeground#5A9A6A
  • input.background#E8ECF5
  • input.border#D2D7E0
  • input.foreground#2E2C39
  • input.placeholderForeground#A0A0B0
  • inputOption.activeBorder#5B4E8F
  • list.activeSelectionBackground#D2D7E0
  • list.activeSelectionForeground#2E2C39
  • list.focusBackground#D2D7E0
  • list.highlightForeground#5B4E8F
  • list.hoverBackground#B0B7C866
  • minimap.background#F2F4F9
  • minimapSlider.activeBackground#8A71C966
  • minimapSlider.background#8A71C922
  • minimapSlider.hoverBackground#8A71C944
  • panel.background#F2F4F9
  • panel.border#D2D7E0
  • panelTitle.activeBorder#5B4E8F
  • panelTitle.activeForeground#5B4E8F
  • panelTitle.inactiveForeground#8A8A9E
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#8A71C980
  • scrollbarSlider.background#B0B0B044
  • scrollbarSlider.hoverBackground#B0B0B088
  • sideBar.background#E8ECF5
  • sideBar.foreground#2E2C39
  • sideBarSectionHeader.background#E0E5EF
  • sideBarSectionHeader.foreground#5B4E8F
  • sideBarTitle.foreground#5B4E8F
  • statusBar.background#D2D7E0
  • statusBar.debuggingBackground#D96C6C
  • statusBar.foreground#2E2C39
  • statusBar.noFolderBackground#D2D7E0
  • statusBarItem.hoverBackground#B0B7C880
  • tab.activeBackground#D2D7E0
  • tab.activeBorder#8A71C9
  • tab.activeForeground#2E2C39
  • tab.border#E0E5EF
  • tab.inactiveBackground#E8ECF5
  • tab.inactiveForeground#8A8A9E
  • terminal.ansiBlue#8A71C9
  • terminal.ansiBrightBlue#B0A5C1
  • terminal.ansiBrightCyan#7AA7B8
  • terminal.ansiBrightGreen#7AB28F
  • terminal.ansiBrightMagenta#D1A3D1
  • terminal.ansiBrightRed#E05353
  • terminal.ansiBrightYellow#E5B96A
  • terminal.ansiCyan#5A9AA9
  • terminal.ansiGreen#5A9A6A
  • terminal.ansiMagenta#9A5A9A
  • terminal.ansiRed#D96C6C
  • terminal.ansiYellow#C28F5C
  • terminal.background#F2F4F9
  • terminal.foreground#2E2C39
  • titleBar.activeBackground#E0E5EF
  • titleBar.activeForeground#2E2C39
  • titleBar.inactiveBackground#D2D7E0
  • titleBar.inactiveForeground#5B4E8F

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A0A0B0italic
string, string.quoted, string.template#D9534F
keyword, storage.type, storage.modifier#8A71C9bold
keyword.operator, punctuation.accessor#8A71C9
variable, variable.other#B7A1D6
variable.parameter#8A71C9italic
entity.name.function, support.function#B7A1D6
meta.function-call#B7A1D6
entity.name.class, entity.name.type.class, support.class#B7A1D6bold
entity.name.type, support.type#B7A1D6
entity.name.type.interface#8A71C9italic
constant.numeric#D9534F
constant, constant.language, constant.character#C28F5C
constant.language.boolean#D9534Fbold
variable.other.property, support.variable.property#B7A1D6
meta.object-literal.key#B7A1D6
entity.name.tag, punctuation.definition.tag#8A71C9
entity.other.attribute-name#8A71C9italic
punctuation, meta.brace#909090
string.regexp#D9534F
constant.character.escape#D9534F
meta.decorator, punctuation.decorator#C28F5C
invalid, invalid.illegal#FF3333strikethrough
markup.heading, entity.name.section#B7A1D6bold
markup.bold#D9534Fbold
markup.italic#8A71C9italic
markup.underline.link#8A71C9
markup.inline.raw, markup.fenced_code#D9534F
support.type.property-name.json#B7A1D6
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#8A71C9
support.type.property-name.css#B7A1D6
support.constant.property-value.css#D9534F
themesmith by CyberBoost - VS Code Theme