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#081612
  • editor.foreground#00FAC8
  • editor.lineHighlightBackground#3E3D32
  • editor.selectionBackground#292929
  • editorCursor.foreground#DBDBDB
  • editorWhitespace.foreground#3B3A32

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#00FAC8
comment#6e6849ff
string#ffc52cff
constant.numeric#ffff00ff
constant.language#ff7800ff
constant.character, constant.other#ff7800ff
variable
keyword#ff0000ff
storage#ff0069ff
storage.type#55ffedffitalic
entity.name.class#00baffffunderline
entity.other.inherited-class#bdff00ffitalic underline
entity.name.function#ff00ffff
variable.parameter#ffa500ffitalic
entity.name.tag#ff0069ff
entity.other.attribute-name#f2ff3eff
support.function#55ffedff
support.constant#56ffffff
support.type, support.class#56ffffffitalic
support.other.variable
invalid#ffffffff
invalid.deprecated#ffffffff
VFD by arcyleung - VS Code Theme