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.background#002b36
  • activityBar.border#003847
  • activityBarBadge.background#dc322f
  • badge.background#dc322f
  • badge.foreground#eee8d5
  • button.background#dc322f
  • button.foreground#eee8d5
  • debugExceptionWidget.background#00212B
  • debugExceptionWidget.border#2aa198
  • debugToolBar.background#00212B
  • dropdown.background#00212B
  • dropdown.border#dc322f
  • dropdown.foreground#839496
  • editor.background#002b36
  • editor.foreground#839496
  • editor.lineHighlightBackground#ffffff10
  • editor.selectionBackground#93A1A145
  • editorActiveLineNumber.foreground#eee8d5
  • editorCursor.foreground#dc322f
  • editorGroup.background#011b23
  • editorGroup.border#00212B
  • editorGroup.dropBackground#2AA19844
  • editorGroupHeader.tabsBackground#00212B
  • editorGroupHeader.tabsBorder#003847
  • editorHoverWidget.background#004052
  • editorIndentGuide.background#586e7534
  • editorLineNumber.foreground#586e75
  • editorLink.activeForeground#dc322f
  • editorMarkerNavigationError.background#dc322f
  • editorMarkerNavigationWarning.background#5B7E7A
  • editorRuler.foreground#ffffff25
  • editorWhitespace.foreground#586e7534
  • editorWidget.background#00212B
  • errorForeground#ffeaea
  • focusBorder#2AA19899
  • foreground#839496
  • gitDecoration.conflictingResourceForeground#839496
  • gitDecoration.deletedResourceForeground#dc322f
  • gitDecoration.ignoredResourceForeground#dc322f
  • gitDecoration.modifiedResourceForeground#859900
  • gitDecoration.untrackedResourceForeground#2aa198
  • input.background#003847
  • input.border#00212B
  • input.foreground#93A1A1
  • input.placeholderForeground#93A1A1AA
  • inputOption.activeBorder#2AA19899
  • inputValidation.errorBackground#571b26
  • inputValidation.errorBorder#a92049
  • inputValidation.infoBackground#052730
  • inputValidation.infoBorder#363b5f
  • inputValidation.warningBackground#5d5938
  • inputValidation.warningBorder#9d8a5e
  • list.activeSelectionBackground#005A6F
  • list.activeSelectionForeground#839496
  • list.dropBackground#00445488
  • list.focusBackground#005A6F
  • list.highlightForeground#1ebcc5
  • list.hoverBackground#004454AA
  • list.inactiveSelectionBackground#00445488
  • notification.background#003847
  • notification.buttonBackground#dc322f
  • notification.buttonForeground#eee8d5
  • notification.foreground#839496
  • panel.border#00212B
  • panelTitle.activeBorder#dc322f
  • peekView.border#2aa198AB
  • peekViewEditor.background#00212b
  • peekViewEditor.matchHighlightBackground#284b53
  • peekViewResult.background#002b36
  • peekViewTitle.background#002b36
  • pickerGroup.border#dc322f99
  • pickerGroup.foreground#dc322f
  • progressBar.background#047aa6
  • scrollbarSlider.activeBackground#1ebcc5
  • scrollbarSlider.background#1ebcc530
  • scrollbarSlider.hoverBackground#1ebcc580
  • selection.background#2AA19899
  • sideBar.background#00212B
  • sideBar.border#003847
  • sideBarSectionHeader.background#002b36
  • sideBarSectionHeader.foreground#eee8d5
  • sideBarTitle.foreground#93A1A1
  • statusBar.background#00212B
  • statusBar.border#003847
  • statusBar.debuggingBackground#00212B
  • statusBar.foreground#93A1A1
  • statusBar.noFolderBackground#00212B
  • statusBarItem.prominentBackground#003847
  • statusBarItem.prominentHoverBackground#003847
  • tab.activeBackground#003847
  • tab.activeBorder#dc322f
  • tab.activeForeground#eee8d5
  • tab.border#00384700
  • tab.hoverBackground#002b36
  • tab.hoverBorder#dc322f
  • tab.inactiveBackground#00212B
  • tab.inactiveForeground#93A1A1
  • tab.unfocusedActiveBorder#dc322f50
  • tab.unfocusedHoverBackground#002b36
  • tab.unfocusedHoverBorder#dc322f
  • terminal.ansiBlack#073642
  • terminal.ansiBlue#268bd2
  • terminal.ansiBrightBlack#073642
  • terminal.ansiBrightBlue#839496
  • terminal.ansiBrightCyan#268bd2
  • terminal.ansiBrightGreen#859900
  • terminal.ansiBrightMagenta#6c71c4
  • terminal.ansiBrightRed#cb4b16
  • terminal.ansiBrightWhite#fdf6e3
  • terminal.ansiBrightYellow#b58900
  • terminal.ansiCyan#2aa198
  • terminal.ansiGreen#859900
  • terminal.ansiMagenta#d33682
  • terminal.ansiRed#dc322f
  • terminal.ansiWhite#eee8d5
  • terminal.ansiYellow#b58900
  • titleBar.activeBackground#002b36
  • titleBar.activeForeground#eee8d5
  • titleBar.inactiveBackground#f6f6f6
  • titleBar.inactiveForeground#b2b2b3

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#839496
comment, comment keyword, comment markup.underline.link, comment string, comment punctuation.definition, comment punctuation, comment text, meta.documentation#586e75italic
string#2aa198
string.regexp#2aa198
constant.character.escape#dc322f
constant.numeric#6c71c4
variable#268bd2
variable.function#b58900
variable.parameter, parameters variable.function, variable.language, variable.parameter.function.language.special.self.python#cb4b16italic
keyword#859900
meta.import keyword, keyword.control.import, keyword.control.import.from, keyword.other.import, keyword.control.at-rule.include, keyword.control.at-rule.import#cb4b16
keyword.operator.comparison, keyword.operator.assignment, keyword.operator.arithmetic#657b83
storage#859900
storage.modifier#93a1a1italic
keyword.control.class, entity.name, entity.name.class, entity.name.type.class#b58900
entity.other.inherited-class#268bd2italic
entity.other.attribute-name#b58900italic
support, support.type, support.class#859900
entity.name.function#b58900
punctuation.definition.variable#859900
constant, constant.language, meta.preprocessor#b58900
entity.name.section#cb4b16
support.function.construct, keyword.other.new#cb4b16
constant.character, constant.other#cb4b16
entity.name.tag#268bd2
punctuation.definition.tag.html, punctuation.definition.tag.begin, punctuation.definition.tag.end#586e75
support.function#859900
punctuation.separator.continuation#dc322f
storage.type#268bd2italic
support.type.exception#cb4b16
keyword.other.special-method#cb4b16
invaliditalic
string.quoted.double, string.quoted.single#2aa198
punctuation.definition.string#839496
meta.brace.square, punctuation.section.brackets#268bd2
meta.brace.round, meta.brace.curly, punctuation.section, punctuation.section.block, punctuation.definition.parameters, punctuation.section.group#657b83
support.constant.color, invalid.deprecated.color.w3c-non-standard-color-name.scss#b58900
meta.selector.css#657b83
entity.name.tag.css, entity.name.tag.scss, source.less keyword.control.html.elements, source.sass keyword.control.untitled#b58900
entity.other.attribute-name.class#b58900italic
entity.other.attribute-name.id#b58900italic
entity.other.attribute-name.pseudo-element, entity.other.attribute-name.tag.pseudo-element, entity.other.attribute-name.pseudo-class, entity.other.attribute-name.tag.pseudo-class#268bd2italic
text.html.basic meta.tag.other.html, text.html.basic meta.tag.any.html, text.html.basic meta.tag.block.any, text.html.basic meta.tag.inline.any, text.html.basic meta.tag.structure.any.html, text.html.basic source.js.embedded.html, punctuation.separator.key-value.html#657b83
text.html.basic entity.other.attribute-name.html, meta.tag.xml entity.other.attribute-name#b58900italic
keyword.other.special-method.ruby#859900
variable.other.constant.ruby#b58900
constant.other.symbol.ruby#2aa198
keyword.other.special-method.ruby#cb4b16
meta.array support.function.construct.php#b58900
entity.name.function.preprocessor.c, meta.preprocessor.c.include, meta.preprocessor.macro.c#cb4b16
meta.preprocessor.c.include string.quoted.other.lt-gt.include.c, meta.preprocessor.c.include punctuation.definition.string.begin.c, meta.preprocessor.c.include punctuation.definition.string.end.c#2aa198
other.package.exclude, other.remove#dc322f
other.add#2aa198
punctuation.section.group.tex, punctuation.definition.arguments.begin.latex, punctuation.definition.arguments.end.latex, punctuation.definition.arguments.latex#dc322f
meta.group.braces.tex#b58900
string.other.math.tex#b58900
variable.parameter.function.latex#cb4b16italic
punctuation.definition.constant.math.tex#dc322f
text.tex.latex constant.other.math.tex, constant.other.general.math.tex, constant.other.general.math.tex, constant.character.math.tex#2aa198
string.other.math.tex#b58900
punctuation.definition.string.begin.tex, punctuation.definition.string.end.tex#dc322f
keyword.control.label.latex, text.tex.latex constant.other.general.math.tex#2aa198
variable.parameter.definition.label.latex#dc322fitalic
support.function.be.latex#859900
support.function.section.latex#cb4b16
support.function.general.tex#2aa198
keyword.control.ref.latex#2aa198
storage.type.class.python, storage.type.function.python, storage.modifier.global.python#859900italic
support.type.exception.python#b58900
meta.scope.for-in-loop.shell, variable.other.loop.shell#93a1a1
meta.scope.case-block.shell, meta.scope.case-body.shell#93a1a1
punctuation.definition.logical-expression.shell#dc322f
storage.modifier.c++#859900italic
support.function.perl#268bd2
meta.diff, meta.diff.header#586e75
meta.diff.range#268bd2
markup.deleted#dc322f
markup.changed#2aa198
markup.inserted#859900
markup.heading, punctuation.definition.heading.markdown#b58900bold
markup.quote#859900
markup.italicitalic
markup.boldbold
markup.underline.link.markdown, meta.link.reference constant.other.reference.link.markdown#2aa198
constant.other.reference.link.markdown#6c71c4
meta.paragraph.markdown meta.dummy.line-break
sublimelinter.notes#586e75
sublimelinter.outline.illegal#586e75
sublimelinter.underline.illegal
sublimelinter.outline.warning#839496
sublimelinter.underline.warning
sublimelinter.outline.violation#657b83
sublimelinter.underline.violation
sublimelinter.mark.warning#b58900
sublimelinter.mark.error#dc322f
sublimelinter.gutter-mark#657b83
brackethighlighter.all#586e75
entity.name.filename.find-in-files#2aa198
constant.numeric.line-number.find-in-files#586e75
markup.deleted.git_gutter#dc322f
markup.inserted.git_gutter#859900
markup.changed.git_gutter#b58900
variable.other.readwrite.js, variable.other.object.js, variable.other.constant.js#839496

Shiki preview

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

Loading...

Solarized Next by Tarak Sharma - VS Code Theme