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#1e1e1e
  • editor.foreground#d4d4d4
  • editor.lineHighlightBackground#2d2d30
  • editorCursor.foreground#aeafad
  • editorLineNumber.foreground#6a9955

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment.line.hytale-ui#6a9955italic
keyword.operator.spread.hytale-ui#d19a66bold
variable.other.hytale-ui#9cdcfe
entity.name.function.hytale-ui#dcdcaabold
entity.name.selector.hytale-ui#ce9178bold
entity.other.attribute-name.id.hytale-ui#f48771bold
string.unquoted.hytale-ui#569cd6bold
variable.language.hytale-ui#c586c0
string.quoted.double.hytale-ui#ce9178
constant.character.escape.hytale-ui#d7ba7d
constant.numeric.hytale-ui#b5cea8
constant.numeric.hex.hytale-ui#ce9178bold
constant.language.hytale-ui#569cd6bold
keyword.control.hytale-ui#569cd6bold
punctuation.separator.key-value.hytale-ui#d19a66
punctuation.separator.accessor.hytale-ui#d4d4d4
punctuation.separator.comma.hytale-ui, punctuation.section.braces.begin.hytale-ui, punctuation.section.braces.end.hytale-ui, punctuation.section.parens.begin.hytale-ui, punctuation.section.parens.end.hytale-ui, punctuation.section.brackets.begin.hytale-ui, punctuation.section.brackets.end.hytale-ui#d4d4d4