Skip to main content
CodingTheme

Color themes

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#F8F8F2
comment#FFFFFF
string#FFFFFF
constant.numeric#FFFFFF
constant.language#FFFFFF
constant.character, constant.other#FFFFFF
variable
keyword#FFFFFF
storage#FFFFFF
storage.type#FFFFFF
entity.name.class#FFFFFF
entity.other.inherited-class#FFFFFF
entity.name.function#FFFFFF
variable.parameter#FFFFFF
entity.name.tag#FFFFFF
entity.other.attribute-name#FFFFFF
support.function#FFFFFF
support.constant#FFFFFF
support.type, support.class#FFFFFF
support.other.variable
invalid#F8F8F0
invalid.deprecated#F8F8F0

Shiki preview

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

Loading...