Skip to main content
Coding Theme

Decolorized Dark Theme

Publisher: Anatoli KapalyhinThemes in package: 1

A highly customized, high-contrast dark theme for Visual Studio Code, optimized for TypeScript and JavaScript development. This theme focuses on reducing visual noise by carefully controlling the color of syntax elements, making the code's structure and core logic stand out.

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#212121
  • editor.foreground#eeffff
  • editor.lineHighlightBackground#ffffff10

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.function-call, entity.name.function, variable.other, support.function, entity.other.attribute-name, punctuation, keyword.control, support.type, support.class, storage.type, storage.modifier, entity.name, keyword, variable.language, variable#eeffff
meta.objectliteral.ts variable.other.constant.ts, variable.other.constant.object.property.ts, variable.other.constant.property.ts, meta.function-call variable.other.constant.ts, meta.function-call variable.other.constant, variable.other.readwrite, variable.other.property, variable.other.object, variable.other.member, meta.function-call variable.parameter, meta.function-call entity.name.function, meta.method-call entity.name.function, support.function, punctuation.paren.open, punctuation.paren.close, punctuation.brace.open, punctuation.brace.close, punctuation.bracket.open, punctuation.bracket.close, punctuation.dot, variable.other.readwrite.alias, entity.name.import#eeffff
entity.name.type.class, entity.name.type.module#F07178
entity.name.function.definition, entity.name.function, support.function.constructor#FFCB6B
meta.definition.variable.ts variable.other.constant.ts, variable.other.declaration, variable.other.constant, variable.parameter#89DDFF
comment, punctuation.definition.comment#C792EA
string, constant.numeric, constant.language, support.constant#C3E88D
Decolorized Dark Theme by Anatoli Kapalyhin - VS Code Theme