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#000000
  • editor.foreground#FCF9EE
  • editor.lineHighlightBackground#3E3D32
  • editor.selectionBackground#49483E
  • editorCursor.foreground#FCF9EE
  • editorWhitespace.foreground#3B3A32

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#FCF9EE
comment#CDCDCB
string#F6F0CB
constant.numeric#50B4E2
constant.language#50B4E2
constant.character, constant.other#50B4E2
variable
keyword#EE4444
storage#EE4444
storage.type#66D9EFitalic
entity.name.class#DAC32Funderline
entity.other.inherited-class#DAC32Fitalic underline
entity.name.function#DAC32F
variable.parameter#FF5C72italic
entity.name.tag#EE4444
entity.other.attribute-name#DAC32F
support.function#A9EFEC
support.constant#A9EFEC
support.type, support.class#A9EFECitalic
support.other.variable
invalid#FCF9EE
invalid.deprecated#FCF9EE

Shiki preview

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

Loading...

Acme - Coding Theme