Skip to main content
CodingTheme

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#212121
  • editor.foreground#ffffff
  • editorBracketHighlight.foreground1#FFFFFF
  • editorBracketHighlight.foreground2#f77575
  • editorBracketHighlight.foreground3#f5ce42
  • editorBracketHighlight.foreground4#44e7f9
  • editorBracketHighlight.foreground5#FFFFFF
  • editorBracketHighlight.foreground6#f5ce42

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, keyword.control, storage.type, keyword.control, storage.modifier, variable.language.special.self, variable.language.self, variable.language.self.luau, variable.language.super, variable.language.this#f77575bold
comment, punctuation.definition.comment#595958italic
constant.language.boolean.true, constant.language.boolean.false, constant.language.nil#f5ce42bold
string.quoted.single, string.quoted.double, string, punctuation.definition.string#a7ff91
entity.name.function#fafa9f
number#f5ce42
punctuation#ffffff
keyword.operator, meta.template.expression.ts#f77575
support.function, entity.name.function#fafa9f
entity.other.attribute, variable.language.metamethod, variable.other.property, meta.attribute, meta.member.access#61a1f0
entity.name.type, keyword.function, support.function, constant.language.luau, support.type, support.constant.luau#44e7f9
string.quoted#a7ff91
comment.line#595958
constant.numeric, constant.language.nil, variable.other.constant.luau#f5ce42
punctuation.definition.template-expression#fafa9f

Shiki preview

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

Loading...

Roblox IDE by Thorn Hall - VS Code Theme