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.

  • editor.background#1E1E1E
  • editor.foreground#D4D4D4
  • editor.lineHighlightBackground#262626
  • editor.selectionBackground#264E77
  • editorCursor.foreground#ADAEAC
  • editorGutter.background#1D1D1D
  • editorIndentGuide.activeBackground#3B3B3B
  • editorIndentGuide.background#3B3B3B
  • editorLineNumber.activeForeground#D4D4D4
  • editorLineNumber.foreground#848484
  • editorWhitespace.foreground#3B3B3B

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6A9955
string#CE9178
constant.numeric#B4CDA8
constant.language#4FC1FFitalic
constant.character.escape#D7BA7D
variable.other.constant#FFC66D
variable.other.enummember#4FC1FF
variable.parameter#94DBFD
variable.other.member#9CDCFE
variable.language#569CD6
variable#9CDCFE
keyword.control#C586C0
keyword.operator#FFFFFF
keyword#569CD6
storage.modifier#569CD6
storage.type.struct#4F9383
storage.type.annotation#569CD6
storage.type#4EC9B0
support.class.component#57AD9A
support.class, support.type, entity.name.type, entity.name.class#4EC9B0
entity.name.function, support.function#DCDCAA