Skip to main content
CodingTheme

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.background#050A30
  • activityBar.foreground#00FFFF
  • dropdown.background#0D0221
  • dropdown.foreground#F8F8F2
  • editor.background#0D0221
  • editor.findMatchBackground#FF007F33
  • editor.findMatchHighlightBackground#00FFFF33
  • editor.foreground#F8F8F2
  • editor.lineHighlightBackground#FF007F0D
  • editor.selectionBackground#FF007F33
  • editor.wordHighlightBackground#00FFFF33
  • editor.wordHighlightStrongBackground#FF007F33
  • editorBracketMatch.background#FF007F33
  • editorBracketMatch.border#00FFFF
  • editorCursor.foreground#00FFFF
  • editorGroupHeader.tabsBackground#050A30
  • editorGutter.addedBackground#00E8C6
  • editorGutter.deletedBackground#FF007F
  • editorGutter.modifiedBackground#FFD700
  • editorIndentGuide.background#6D6D6D33
  • editorLineNumber.activeForeground#00FFFF
  • editorLineNumber.foreground#6D6D6D
  • editorWhitespace.foreground#6D6D6D
  • input.background#0D0221
  • input.border#FF007F
  • input.foreground#F8F8F2
  • list.activeSelectionBackground#FF007F33
  • list.activeSelectionForeground#00FFFF
  • list.hoverBackground#FF007F19
  • sideBar.background#050A30
  • sideBar.foreground#F8F8F2
  • statusBar.background#050A30
  • statusBar.foreground#00FFFF
  • tab.activeBackground#0D0221
  • tab.activeForeground#00FFFF
  • tab.inactiveBackground#050A30
  • tab.inactiveForeground#6D6D6D
  • titleBar.activeBackground#050A30
  • titleBar.activeForeground#00FFFF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6D6D6Ditalic
string, string.quoted#00E8C6
constant.numeric, constant.language, constant.character, constant.other#FF00FF
variable, variable.other#00F7FF
keyword, storage.type, storage.modifier#FF007F
entity.name.function, support.function#FFD700
entity.name.type, support.type, support.class#00E8C6
string.regexp, constant.character.escape#FF00FF
punctuation.definition, punctuation.separator, punctuation.terminator#F8F8F2
entity.name.tag, punctuation.definition.tag#FF007F
markup.heading#FFD700bold
markup.inline.raw, markup.fenced_code#00E8C6
markup.bold#FF007Fbold
markup.italic#00F7FFitalic
markup.list#FF00FF

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...