Skip to main content
Coding Theme

TUI Themes

Publisher: TranswarpUIThemes in package: 4

tui-themes

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#ffffff
  • editor.foreground#343434
  • editorBracketHighlight.foreground1#007BE4
  • editorBracketHighlight.foreground2#259663
  • editorBracketHighlight.foreground3#B022F7
  • editorBracketHighlight.foreground4#E75800
  • editorError.foreground#fe6f28

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type.js, storage.modifier.ts, meta.function.js, storage.type.class.ts#802FDC
variable, support.type.property-name.json, support.type.property-name.json.comments, support.variable.property.ts, meta.object-literal.key.ts#0792B9
string#E75800
entity.name.function, meta.function, meta.function-call, support.function, entity.name.type.class.ts, meta.class.ts, meta.method.declaration.ts#275BE2
constant.numeric.decimal.js#BBA200
entity.name.type.ts, meta.type.parameters.ts, meta.return.type.ts#CA0A8A
comment#8B9598italic
meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#AD5C5C
entity.name.tag#AD5C5C
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#2476e0
constant.character.entity, punctuation.definition.entity#AB6526
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#7b1db2
meta.property-name, support.type.property-name#c66714
meta.property-value, meta.property-value constant.other, support.constant.property-value#448C27

Shiki preview

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

Loading...