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#26292C
  • editor.findMatchHighlightBackground#FFE792
  • editor.foreground#F8F8F2
  • editor.lineHighlightBackground#202325
  • editor.selectionBackground#49483E
  • editorCursor.foreground#F8F8F0
  • editorWhitespace.foreground#3B3A32

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#888D83
string.interpolated.dollar.shell, string.interpolated.backtick.shell#FD971F
string#E6DB74
constant.numeric#875FFF
constant.language, support.variable.magic.python#875FFF
constant.character, constant.other.variable, constant.other.caps#875FFF
constant.other.placeholder, constant.character.format.placeholder#FD971F
variable
variable.language.this, variable.language.special.self#A6E22E
keyword.control.directive, entity.name.function.preprocessor#FD971F
keyword.operator#F8F8F8
keyword.operator.cast, keyword.operator.sizeof#A6E22E
keyword.control#F92672
keyword.control.cpp#A6E22E
keyword.source.doxygen#F92672
punctuation.separator.pipe-sign.shell, punctuation.definition.case-pattern.shell, punctuation.terminator.case-clause.shell#F92672
storage#F92672
storage.type#A6E22Eitalic
entity.name.class#66D9EFunderline
entity.other.inherited-class#66D9EFitalic underline
entity.name.function, meta.function-call.generic#66D9EF
variable.parameter.function.language.special.self, variable.parameter.function.language.special.cls#FD971Fitalic bold
variable.other.bracket.shell, variable.other.positional.shell, variable.other.normal.shell#FD971F
variable.parameter#FD971Fitalic
entity.name.tag#F92672
entity.other.attribute-name#A6E22E
support.function.builtin.shell#F92672bold
support.function#66D9EF
support.constant#66D9EF
support.type, support.class#A6E22Eitalic
support.other.variable
invalid#F8F8F0
invalid.deprecated#F8F8F0
meta.structure.dictionary.json string.quoted.double.json#CFCFC2
meta.diff, meta.diff.header#75715E
markup.deleted#F92672
markup.inserted#A6E22E
markup.changed#E6DB74
markup.deleted.git_gutter#F92672
markup.inserted.git_gutter#A6E22E
markup.changed.git_gutter#E6DB74
markup.ignored.git_gutter#75715E
markup.untracked.git_gutter#75715E
constant.numeric.line-number.find-in-files - match#AE81FFA0
entity.name.filename.find-in-files#E6DB74

Shiki preview

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

Loading...

Gringolito Theme - Coding Theme