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#7C77FF
  • activityBar.background#FFD6D6
  • activityBar.foreground#2A2255
  • button.background#7C77FF
  • button.foreground#FFF7F7
  • button.hoverBackground#6644AA
  • dropdown.background#FFD6D6
  • dropdown.border#7C77FF
  • dropdown.foreground#2A2255
  • editor.background#FFF7F7
  • editor.findMatchBackground#FFD6D6
  • editor.findMatchBorder#7C77FF
  • editor.findMatchHighlightBackground#ffb3b300
  • editor.findMatchHighlightBorder#7C77FF
  • editor.foreground#2A2255
  • editor.hoverHighlightBackground#f8e8ff00
  • editor.inactiveSelectionBackground#ffe5e500
  • editor.lineHighlightBackground#FAF0FF
  • editor.lineHighlightBorder#E5DBFF
  • editor.selectionBackground#EAE6FF
  • editor.selectionHighlightBackground#f8e8ff00
  • editor.wordHighlightBackground#ffdfdf00
  • editor.wordHighlightBorder#7C77FF
  • editorBracketMatch.background#7C77FF30
  • editorBracketMatch.border#7C77FF
  • editorCursor.foreground#7C77FF
  • editorError.foreground#FF3333
  • editorGutter.addedBackground#77FF99
  • editorGutter.deletedBackground#FF6B6B
  • editorGutter.modifiedBackground#7C77FF
  • editorHint.foreground#7A7082
  • editorIndentGuide.activeBackground1#7c77ff
  • editorIndentGuide.background1#FFD6D670
  • editorInfo.foreground#7C77FF
  • editorLineNumber.activeForeground#7C77FF
  • editorLineNumber.foreground#7C77FF90
  • editorRuler.foreground#FFD6D6
  • editorWarning.foreground#FFA500
  • editorWhitespace.foreground#FFD6D690
  • input.background#FFF2F2
  • input.border#7C77FF
  • input.foreground#2A2255
  • sideBar.background#FFF2F2
  • sideBar.foreground#2A2255
  • statusBar.background#FFD6D6
  • statusBar.border#7C77FF
  • statusBar.debuggingBackground#7C77FF
  • statusBar.debuggingForeground#FFD6D6
  • statusBar.foreground#2A2255
  • terminal.background#FFF7F7
  • terminal.foreground#2A2255
  • terminal.selectionBackground#EAE6FF
  • terminalCursor.foreground#7C77FF
  • titleBar.activeBackground#FFD6D6
  • titleBar.activeForeground#2A2255
  • titleBar.inactiveBackground#FFEBEB
  • titleBar.inactiveForeground#6644AA

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A7082italic
string, constant.other.placeholder#AA77FF
keyword, storage, storage.type#7C77FFbold
entity.name.function, meta.function-call#5533CC
variable, identifier#3F1D85
constant.numeric, constant.language#6644AA
keyword.operator, meta.operator#7C77FF
entity.name.tag#552288bold
entity.name.class, entity.name.type, support.class#6622DDbold
variable.language, constant.language#8B45FF
support.function#7C77FF
punctuation#A88BFF
invalid, invalid.illegal#FF3333bold