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#1E1E1E
  • activityBarBadge.background#50bbf8
  • editor.background#1E1E1E
  • editor.foreground#c5c8ce
  • editor.inactiveSelectionBackground#1E1E1E
  • editor.lineHighlightBorder#363636
  • editor.selectionHighlightBackground#ADD6FF26
  • editorGroupHeader.tabsBackground#1E1E1E
  • editorIndentGuide.activeBackground#707070
  • editorIndentGuide.background#404040
  • editorLineNumber.activeForeground#50bbf8
  • editorLineNumber.foreground#777d88
  • focusBorder#8c8c96
  • gitDecoration.modifiedResourceForeground#1DBEAE
  • input.placeholderForeground#A6A6A6
  • list.activeSelectionBackground#363636
  • list.activeSelectionForeground#ffffff
  • list.dropBackground#383B3D
  • menu.background#252526
  • menu.foreground#CCCCCC
  • settings.numberInputBackground#292929
  • settings.textInputBackground#292929
  • sideBar.background#1E1E1E
  • sideBarTitle.foreground#fff
  • statusBar.background#1E1E1E
  • statusBar.border#383838
  • statusBar.noFolderBackground#383838
  • tab.activeBackground#363636
  • tab.inactiveBackground#1E1E1E
  • titleBar.activeBackground#1E1E1E
  • titleBar.activeForeground#fff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.comment#676f7d
string, string.template#e9cb93
constant.numeric#c677ff
string.embedded.begin, string.embedded.end, punctuation.definition.template-expression, punctuation.section.embedded#ABB2BF
punctuation.section.embedded.begin.js, punctuation.section.embedded.end.js, punctuation.section.embedded.begin.erb, punctuation.section.embedded.end.erb, source.elixir.embedded, punctuation.separator, punctuation.accessor, meta.brace#abb2bf
constant.language#E06C75
constant.character, constant.other#C5C8CE
variable.language#e06c75
keyword, keyword.operator.logical, keyword.operator.constructor, keyword.operator.new.js#e06c75
keyword.operator#abb2bf
storage#e06c75
storage.type#E06C75
entity.name.class, entity.name.module, entity.name.type, storage.identifier, support.class#61afef
variable.other.object, variable.other.constant, variable.other.global, variable.other.readwrite.class, variable.other.readwrite.instance, variable.other.readwrite.batchfile, variable.readwrite, variable.readwrite.other.block#61afef
variable.other, variable.other.property, variable.other.block#e0e0e0
entity.other.inherited-class#61afef
storage.modifier.import, storage.modifier.package#61afef
entity.name.function, support.function#93c483
variable.parameter, entity.name.variable.parameter, parameter.variable#d0d0d0italic
entity.name.function-call#abb2bf
function.support.builtin, function.support.core#98c379
entity.name.tag, entity.name.tag.class.js#e06c75
entity.name.tag.class, entity.name.tag.id, storage.type.class.js#E06C75
entity.other.attribute-name#98c379
support.constant#56b6c2
support.type, support.variable#61AFEF
support.dictionary.json#61AFEF
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass#abb2bf
entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-class.scss, entity.other.attribute-name.pseudo-class.less, entity.other.attribute-name.pseudo-class.sass, entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-element.scss, entity.other.attribute-name.pseudo-element.less, entity.other.attribute-name.pseudo-element.sass#56b6c2
support.constant.css, support.constant.scss, support.constant.less, support.constant.sass#98c379
variable.css, variable.scss, variable.less, variable.sass#56b6c2
variable.css.string, variable.scss.string, variable.less.string, variable.sass.string#e2d8a6
unit.css, unit.scss, unit.less, unit.sass#c678dd
function.css, function.scss, function.less, function.sass#56b6c2
support.other.variable
invalid#F8F8F0
invalid.deprecated#F8F8F0
support.type.property-name.json#61AFEF
string.detected-link#61afef
meta.diff, meta.diff.header#75715E
markup.deleted#e06c75
markup.inserted#98c379
markup.changed#e5c07b
constant.numeric.line-number.find-in-files - match#56b6c2A0
entity.name.filename.find-in-files#e5c07b
markup.italic, markup.italic.markdownitalic
punctuation.definition.italic.markdown, punctuation.definition.bold.markdown, punctuation.definition.heading.markdown#676f7d
punctuation.definition.italic.markdownitalic
markup.underline.link.markdown#61afef
markup.bold.markdownbold
markup.heading.markdown#e06c75bold
markup.quote.markdown#98c379
meta.separator.markdown#c678ddbold
markup.raw.inline.markdown, markup.raw.block.markdown#56b6c2
punctuation.definition.list_item.markdown#ffffffbold

Shiki preview

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

Loading...

unknown 992's color theme - Coding Theme