Skip to main content
Coding Theme

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.

  • editor.background#1E1E1E
  • editor.foreground#DCDCDC
  • editor.inactiveSelectionBackground#3A3D4100
  • editor.lineHighlightBackground#2A2D2E
  • editor.selectionBackground#264F78
  • editorCursor.foreground#AEAFAD
  • editorIndentGuide.activeBackground1#707070
  • editorIndentGuide.background1#404040
  • editorLineNumber.foreground#858585

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword.control#C792EAbold italic
comment#608B4Eitalic
string#D69D85
constant.numeric#B5CEA8
keyword#569CD6
variable#DCDCDC
variable.parameter#9CDCFE
entity.name.type#4EC9B0
entity.name.function, support.function#DCDCAA
entity.name.interface#B8D7A3
support.class#B8D7A3
meta.preprocessor#808080
meta.region#808080
entity.name.variable.field.cs#ddddddbold
meta.preprocessor.string.cs#D69D85bold
entity.name.function.preprocessor#6e6e6ebold
entity.name.function.member#eee8aa
entity.name.namespace#ddddddbold
variable.other.property#ddddddbold
storage.modifier.public.cs, storage.modifier.private.cs, storage.modifier#C792EAbold

Shiki preview

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

Loading...

Visual Studio Dark Custom - Coding Theme