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.

  • activityBar.background#111111
  • activityBar.foreground#00B16A
  • editor.background#1a1a1a
  • editor.foreground#cccccc
  • editor.lineHighlightBackground#111111
  • editor.selectionBackground#000000
  • editorCursor.foreground#cccccc
  • editorLineNumber.foreground#2b5797
  • editorWhitespace.foreground#111111
  • list.activeSelectionBackground#00B16A
  • list.hoverBackground#00B16A
  • scrollbarSlider.activeBackground#00B16A
  • scrollbarSlider.hoverBackground#1f7452
  • sideBar.background#333333
  • sideBar.foreground#ffffff
  • terminalCursor.foreground#00B16A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#cccccc
comment#916EBE italic
string#2b5797
constant.numeric#A539B4
constant.language#A539B4
constant.character, constant.other#A539B4
variable.language bold italic
keyword#00B16A bold
storage#00B16A
storage.type#00B16A italic bold
entity.name.class#00aba9 bold
entity.other.inherited-class#BD3B6Fitalic
entity.name.function#ffffff bold
variable.parameter.function#38D6D4 italic
entity.name.tag#7e3878
entity.other.attribute-name#00B16A
support.function#eff4ff italic
support.constant#ffffff bold
support.type, support.class#ffffff italic bold
support.other.variable
invalid#f8f8f0
invalid.deprecated#f8f8f0
meta.structure.dictionary.json string.quoted.double.json#3790DE
meta.diff, meta.diff.header#eff4ff
markup.deleted#b91d47
markup.inserted#A6E22E
markup.changed#E6DB74
constant.numeric.line-number.find-in-files - match#8FBE00A0
entity.name.filename.find-in-files#E6DB74
keyword.other#798796
meta.property-value, support.constant.property-value, constant.other.color#ffffff
meta.structure.dictionary.json string.quoted.double.json#2E6FD9
meta.structure.dictionary.value.json string.quoted.double.json#2b5797
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#CAD9E3
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit#ffffff
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#CAD9E3normal
variable.othernormal

Shiki preview

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

Loading...

Inquisitively Dark Theme - Coding Theme