Skip to main content
CodingTheme

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.

  • activityBar.activeBorder#1D1E2C
  • activityBar.background#383a57
  • activityBar.border#1D1E2C
  • activityBarBadge.background#007acc
  • editor.background#1D1E2C
  • editor.foreground#eeffff
  • editorGroupHeader.border#202235
  • editorGroupHeader.tabsBackground#27293d
  • sideBar.background#27293d
  • sideBar.border#1D1E2C
  • sideBar.foreground#FFF
  • sideBarSectionHeader.border#1D1E2C
  • sideBarTitle.foreground#bbbbbb
  • statusBar.background#202235
  • statusBar.foreground#FFF
  • statusBar.noFolderBackground#202235
  • tab.inactiveBackground#27293d
  • titleBar.activeBackground#383a57
  • titleBar.inactiveBackground#383a57

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment.line.double-slash,punctuation.definition.comment,comment.block#4e4e4e
keyword.control.import,keyword.control.export,keyword.control.from,storage.type#8c68db
variable.other.object,keyword.operator.new,storage.modifier,punctuation.definition.template-expression#8962dd
entity.name.function,constant.numeric,entity.name.tag,entity.other.attribute-name.id,support.constant.property-value.css,constant.numeric.css#65ebc9
entity.name.function#80e1ff
keyword.control.default,support.type.property-name,entity.other.attribute-name,keyword.control.conditional,variable.other.readwrite,storage.modifier.async,constant.language,meta.property-list,keyword.other.unit.percentage.css#8e59ff
variable.other.readwrite.alias,constant.language.boolean,support.type.builtin,meta.brace.square,meta.property-value#65ebc9
variable.object.property,variable.other.property#52b4f5
variable.parameter#d66639
string.quoted.single,string.quoted.double,constant.numeric.decimal,punctuation.definition.string.template,string.template,#1ce0e0
entity.name.type.class,entity.name.type.interface#14ccec
support.type.primitive#9ee7ec
entity.name.tag.wildcard,entity.other.attribute-name.class,entity.other.attribute-name.id#9ee7ec
keyword.control.trycatch,keyword.operator.relational,keyword.operator.logical,keyword.operator.type,keyword.operator.comparison,keyword.operator.assignment,keyword.operator.logical,keyword.operator.assignment.compound,keyword.operator.arithmetic,keyword.operator.assignment.compound,entity.name.type,keyword.operator.spread#b63f84
keyword.control.flow#7152fa

Shiki preview

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

Loading...

Typing Theme by August - VS Code Theme