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.background#1C1E26
  • activityBar.foreground#64FFDA
  • editor.background#1C1E26
  • editor.findMatchBackground#3D4B5C
  • editor.findMatchHighlightBackground#3D4B5C77
  • editor.foreground#D5D8DA
  • editor.lineHighlightBackground#2A2E3A
  • editor.selectionBackground#3D4B5C99
  • editor.wordHighlightBackground#3D4B5C55
  • editorBracketMatch.background#3D4B5C55
  • editorBracketMatch.border#64FFDA
  • editorCursor.foreground#64FFDA
  • editorIndentGuide.activeBackground#3D4B5C
  • editorIndentGuide.background#2A2E3A
  • editorLineNumber.activeForeground#8B9EB0
  • editorLineNumber.foreground#4A5568
  • editorRuler.foreground#3D4B5C55
  • editorSuggestWidget.background#252836
  • editorSuggestWidget.border#3D4B5C
  • editorSuggestWidget.selectedBackground#3D4B5C99
  • editorWhitespace.foreground#2A2E3A
  • list.activeSelectionBackground#3D4B5C
  • list.activeSelectionForeground#64FFDA
  • list.hoverBackground#3D4B5C77
  • menu.background#252836
  • menu.foreground#D5D8DA
  • menu.selectionBackground#3D4B5C
  • menu.selectionForeground#64FFDA
  • menu.separatorBackground#3D4B5C
  • menubar.selectionBackground#3D4B5C
  • menubar.selectionForeground#64FFDA
  • sideBar.background#16181F
  • sideBar.foreground#8B9EB0
  • statusBar.background#16181F
  • statusBar.foreground#8B9EB0
  • titleBar.activeBackground#16181F
  • titleBar.activeForeground#8B9EB0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#636C7Citalic
string, constant.other.symbol#FFC078
constant.numeric, constant.language, constant.character, constant.other#FF9D00
variable, variable.other#BDFFF9
keyword, storage.type, storage.modifier#FF82B2
entity.name.function, support.function#64FFDA
entity.name.type, entity.other.inherited-class, support.class#80CBAE
punctuation, meta.brace#8B9EB0
meta.tag, punctuation.definition.tag#FF82B2
entity.name.tag#64FFDA
entity.other.attribute-name#BDFFF9

Shiki preview

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

Loading...