Skip to main content
CodingTheme

Color themes

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#1f1f1f
  • activityBar.foreground#D8CAE0B7
  • activityBarBadge.background#D8CAE0
  • activityBarBadge.foreground#242424
  • debugToolBar.background#D8CAE0
  • debugToolBar.border#6a12ed
  • diffEditor.insertedTextBackground#78BBB73a
  • diffEditor.removedTextBackground#ED5C9330
  • dropdown.background#f9fafa
  • editor.background#f9fafa
  • editor.findMatchBackground#1f1f1f44
  • editor.findMatchHighlightBackground#1f1f1f22
  • editor.foreground#1f1f1f
  • editor.lineHighlightBackground#f9fafa
  • editor.selectionBackground#b6bac967
  • editor.selectionHighlightBorder#3471b2
  • editorCursor.foreground#1f1f1f
  • editorGroup.dropBackground#D8CAE0aa
  • editorGroupHeader.tabsBackground#e5e7ee
  • editorGutter.addedBackground#1dafa8
  • editorGutter.deletedBackground#6a12ed
  • editorGutter.modifiedBackground#6a12ed
  • editorHoverWidget.background#D8CAE0
  • editorHoverWidget.border#343434
  • editorIndentGuide.background#3b3b3b
  • editorWhitespace.foreground#1f1f1f80
  • editorWidget.background#f9fafa
  • gitDecoration.conflictingResourceForeground#D2276287
  • gitDecoration.deletedResourceForeground#6a12ed87
  • gitDecoration.ignoredResourceForeground#1f1f1f77
  • gitDecoration.modifiedResourceForeground#6a12ed87
  • gitDecoration.untrackedResourceForeground#1dafa887
  • input.background#D8CAE0
  • input.foreground#1f1f1f
  • inputValidation.infoForeground#6a12ed
  • list.activeSelectionBackground#D8CAE047
  • list.activeSelectionForeground#1f1f1f
  • list.focusBackground#D8CAE066
  • list.hoverBackground#D8CAE044
  • list.inactiveSelectionBackground#D8CAE087
  • sideBar.background#f9fafa
  • sideBarSectionHeader.background#D8CAE087
  • statusBar.background#1f1f1f
  • statusBar.debuggingBackground#6a12ed
  • statusBar.debuggingForeground#1f1f1f
  • statusBar.foreground#D8CAE0
  • statusBar.noFolderBackground#3471b2
  • statusBar.noFolderForeground#1f1f1f
  • tab.activeBackground#f9fafa
  • tab.activeForeground#2c3249
  • tab.border#1f1f1f00
  • tab.inactiveBackground#e5e7ee
  • tab.inactiveForeground#2c3249a0
  • terminal.ansiBlack#1f1f1f
  • terminal.ansiBlue#6a12ed
  • terminal.ansiBrightBlack#b6bac9
  • terminal.ansiBrightBlue#3471b2
  • terminal.ansiBrightCyan#43227D
  • terminal.ansiBrightGreen#1dafa8
  • terminal.ansiBrightMagenta#48215C
  • terminal.ansiBrightRed#770034
  • terminal.ansiBrightWhite#f9fafa
  • terminal.ansiBrightYellow#6a12ed
  • terminal.ansiCyan#7851B2
  • terminal.ansiGreen#1dafa8
  • terminal.ansiMagenta#6a12ed
  • terminal.ansiRed#6a12ed
  • terminal.ansiWhite#f9fafa
  • terminal.ansiYellow#ba45ed
  • terminal.background#f9fafa
  • terminal.border#80808059
  • terminal.foreground#1f1f1f
  • terminal.selectionBackground#1f1f1f46
  • titleBar.activeBackground#1f1f1f
  • titleBar.inactiveBackground#1f1f1f

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#b6bac9
entity.name.type#6a12ed
entity.other.inherited-class#1dafa8
keyword#ba45ed
keyword.control#ba45ed
keyword.operator#1f1f1f
keyword.other.special-method#1f1f1f
keyword.other.unit#7e7edd
storage#ba45ed
storage.type.annotation#ba45ed
storage.type.primitive#ba45ed
storage.modifier.package#1f1f1f
storage.modifier.import#1f1f1f
constant#7e7edd
constant.variable#7e7edd
constant.character.escape#3471b2
constant.numeric#7e7edd
constant.other.color#3471b2
constant.other.symbol#3471b2
variable#337dcc
variable.interpolation#4d8acb
variable.parameter#1f1f1f
string#1dafa8
string.regexp#3471b2
string.regexp source.ruby.embedded#6a12ed
punctuation.definition.comment#b6bac9
punctuation.definition.method-parameters punctuation.definition.function-parameters punctuation.definition.parameters punctuation.definition.separator punctuation.definition.seperator punctuation.definition.array#1f1f1f
punctuation.definition.heading, punctuation.definition.identity#1f1f1f
punctuation.definition.bold#6a12ed bold
punctuation.definition.italic#ba45ed italic
punctuation.section.embedded#4d8acb
punctuation.section.method, punctuation.section.class, punctuation.section.inner-class#1f1f1f
support.class#6a12ed
support.type#3471b2
support.function#3471b2
support.function.any-method#1f1f1f
entity.name.function#1f1f1f
entity.name.class, entity.name.type.class#6a12ed
entity.name.section#1f1f1f
entity.name.tag#337dcc
entity.other.attribute-name#7e7edd
entity.other.attribute-name.id#1f1f1f
meta.class.body#1f1f1f
meta.method-call, meta.method#1f1f1f
meta.definition.variable#337dcc
meta.link#7e7edd
meta.require#1f1f1f
meta.selector#ba45ed
meta.separator#1f1f1f
meta.tag#1f1f1f
underline underline
none#1f1f1f
invalid.deprecated#523D14
invalid.illegal#ffffff
markup.bold#1f1f1f bold
markup.changed#ba45ed
markup.deleted#337dcc
markup.italic#1f1f1fitalic
markup.heading#337dcc
markup.heading punctuation.definition.heading#1f1f1f
markup.link#ba45ed
markup.inserted#1dafa8
markup.quote#7e7edd
markup.raw#1dafa8
source.cs keyword.operator#ba45ed
source.css property-name, source.css property-value#7d839b
source.css property-name.support, source.css property-value.support#1f1f1f
source.gfm link entity#1f1f1f
source.go storage.type.string#ba45ed
source.ini keyword.other.definition.ini#337dcc
source.java storage.modifier.import#6a12ed
source.java storage.type#6a12ed
source.java keyword.operator.instanceof#ba45ed
source.java-properties meta.key-pair#337dcc
source.js keyword.operator#3471b2
source.js keyword.operator.js, source.js keyword.operator.delete, source.js keyword.operator.in, source.js keyword.operator.of, source.js keyword.operator.instanceof, source.js keyword.operator.new, source.js keyword.operator.typeof, source.js keyword.operator.void#ba45ed
source.ruby constant.other.symbol punctuation#3471b2
source.python keyword.operator.logical.python#ba45ed
source.python variable.parameter#7e7edd
source.java-properties meta.key-pair punctuation#1f1f1f
source.json meta.structure.dictionary.json string.quoted.json#337dcc
source.json meta.structure.dictionary.json string.quoted.json punctuation.string#337dcc
source.json meta.structure.dictionary.json value.json string.quoted.json, source.json meta.structure.array.json value.json string.quoted.json, source.json meta.structure.dictionary.json value.json string.quoted.json punctuation, source.json meta.structure.array.json value.json string.quoted.json punctuation#1dafa8
source.json meta.structure.dictionary.json constant.language.json, source.json meta.structure.array.json constant.language.json#3471b2
token.info-token#6796e6
token.warn-token#f148be
token.error-token#D22762
token.debug-token#b267e6
entity.name.tag.html#6a12ed
punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#6a12ed60

Shiki preview

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

Loading...

Ariake Sands by Finn James - VS Code Theme