Skip to main content
Coding Theme

Best Themes Redefined πŸš€

Publisher: Lakshit SomaniThemes in package: 92

πŸŽ¨πŸš€ A never seen collection of 92 hand crafted themes no where to be found on Internet πŸ’»

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#222223
  • activityBar.border#222223
  • activityBar.foreground#e6e6e6
  • activityBarBadge.background#19f9d8
  • activityBarBadge.foreground#242526
  • badge.background#6fc1ff
  • badge.foreground#242526
  • button.background#45a9f9
  • button.foreground#ffffff
  • button.hoverBackground#676b79
  • diffEditor.insertedTextBackground#19f9d866
  • diffEditor.removedTextBackground#ff4b8266
  • editor.background#1e1e1e
  • editor.findMatchBackground#b084eb90
  • editor.findMatchHighlightBackground#ffb86c40
  • editor.foreground#e6e6e6
  • editor.inactiveSelectionBackground#ffb86c40
  • editor.lineHighlightBackground#464748
  • editor.selectionBackground#ffb86c40
  • editor.selectionHighlightBackground#ffb86c40
  • editor.wordHighlightBackground#ffcc9560
  • editor.wordHighlightStrongBackground#ff9ac170
  • editorBracketMatch.border#19f9d8
  • editorCodeLens.foreground#ffb86c40
  • editorCursor.foreground#ff4b82
  • editorError.border#ff4b82
  • editorError.foreground#ff4b82
  • editorGutter.addedBackground#19f9d8
  • editorGutter.deletedBackground#ff4b82
  • editorGutter.modifiedBackground#ffcc95
  • editorHoverWidget.background#464748
  • editorOverviewRuler.addedForeground#19f9d8
  • editorOverviewRuler.border#00000000
  • editorOverviewRuler.deletedForeground#ff4b82
  • editorOverviewRuler.errorForeground#ff4b82
  • editorOverviewRuler.infoForeground#6fc1ff
  • editorOverviewRuler.modifiedForeground#ffcc95
  • editorOverviewRuler.warningForeground#ffcc95
  • editorRuler.foreground#b084eb60
  • editorSuggestWidget.selectedBackground#19f9d899
  • editorWarning.border#ffcc95
  • editorWarning.foreground#ffcc95
  • editorWhitespace.foreground#4e5260
  • editorWidget.background#2a2c2d
  • editorWidget.border#373b41
  • errorForeground#ff4b82
  • extensionButton.prominentBackground#45a9f9
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#676b79
  • foreground#e6e6e6
  • gitDecoration.ignoredResourceForeground#757575
  • list.activeSelectionBackground#464748
  • list.activeSelectionForeground#19f9d8
  • list.focusBackground#464748
  • list.focusForeground#19f9d8
  • list.highlightForeground#6fc1ff
  • list.hoverBackground#464748
  • list.hoverForeground#cdcdcd
  • list.inactiveSelectionBackground#464748
  • list.inactiveSelectionForeground#19f9d8
  • merge.currentContentBackground#b084eb40
  • merge.currentHeaderBackground#b084eb90
  • merge.incomingContentBackground#ffb86c40
  • merge.incomingHeaderBackground#45a9f990
  • progressBar.background#b084eb
  • scrollbar.shadow#222223
  • scrollbarSlider.activeBackground#757575
  • scrollbarSlider.background#373b4199
  • scrollbarSlider.hoverBackground#757575
  • sideBar.background#242526
  • sideBar.border#222223
  • sideBar.foreground#bbbbbb
  • statusBar.background#222223
  • statusBar.debuggingBackground#b084eb
  • statusBar.debuggingForeground#e6e6e6
  • statusBar.foreground#e6e6e6
  • statusBar.noFolderBackground#242526
  • statusBar.noFolderForeground#e6e6e6
  • tab.activeBackground#464748
  • tab.activeBorder#19f9d8
  • tab.activeForeground#19f9d8
  • tab.inactiveBackground#242526
  • tab.inactiveForeground#e6e6e6
  • terminal.ansiBlue#45a9f9
  • terminal.ansiBrightBlack#757575
  • terminal.ansiBrightBlue#6fc1ff
  • terminal.ansiBrightCyan#bcaafe
  • terminal.ansiBrightGreen#19f9d8
  • terminal.ansiBrightMagenta#ff9ac1
  • terminal.ansiBrightRed#ff2c6d
  • terminal.ansiBrightWhite#e6e6e6
  • terminal.ansiBrightYellow#ffcc95
  • terminal.ansiCyan#b084eb
  • terminal.ansiGreen#19f9d8
  • terminal.ansiMagenta#ff75b5
  • terminal.ansiRed#ff2c6d
  • terminal.ansiWhite#cdcdcd
  • terminal.ansiYellow#ffb86c
  • terminalCursor.background#e6e6e6
  • terminalCursor.foreground#ff4b82
  • titleBar.activeBackground#242526
  • titleBar.activeForeground#e6e6e6
  • titleBar.inactiveBackground#242526
  • titleBar.inactiveForeground#e6e6e6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#676B79italic
keyword#FF75B5β€”
keyword.control, keyword.operator.new#FF75B5β€”
keyword.operator#E6E6E6β€”
keyword.operator.logical, keyword.operator.comparison#FFCC95β€”
storage#FFB86Cβ€”
constant#FFB86Cβ€”
constant.character.escape#45A9F9β€”
variable#E6E6E6β€”
variable.parameter#BBBBBBβ€”
meta.object-binding-pattern-variable.js variable#FFCC95β€”
variable.other.constant, variable.language.this, variable.interpolation#FF9AC1β€”
variable.other.object#FF9AC1β€”
variable.other.property#E6E6E6β€”
invalid.illegalβ€”β€”
invalid.deprecatedβ€”β€”
string#19F9D8β€”
punctuation.definition.template-expression#FFCC95β€”
support#FFCC95β€”
support.class#FFCC95β€”
support.type.object.module.js#B084EBβ€”
support.function#6FC1FFβ€”
entity.name.function#6FC1FFβ€”
entity.other.inherited-class#FF9AC1β€”
entity.name.tag.yaml#FFCC95β€”
meta.decorator punctuation.decorator#FFB86Cβ€”
meta.decorator variable#6FC1FFβ€”
keyword.other.special-method#45A9F9β€”
keyword.control.at-rule#B084EBβ€”
keyword.other.important#FF4B82β€”
variable.interpolation#FF75B5β€”
meta.source.handlebars entity.name.tag#6FC1FFβ€”
punctuation.definition.expression, punctuation.definition.subexpression, punctuation.definition.block.unescaped, punctuation.definition.tag#FFCC95italic
entity.name.function.expression#FF75B5β€”
entity.unescaped.expression#B084EBβ€”
constant.other.symbol#19F9D8β€”
entity.expression variable.parameter.name#FFB86Cβ€”
entity.expression variable.parameter.value#6FC1FFβ€”
entity.expression support.function.builtin#FF9AC1β€”
entity.name.tag.html#FFCC95β€”
entity.other.attribute-name.handlebars#FFCC95β€”
support.class.component#FF75B5italic
meta.tag.js entity.name.tag#FFCC95β€”
entity.other.attribute-name#FFB86Cβ€”
markup.bold#FFB86Cβ€”
punctuation.definition.bold.markdown#FFCC95β€”
markup.changed#FF75B5β€”
markup.deleted#FF2C6Dβ€”
markup.italic#FF9AC1italic
punctuation.definition.italic.markdown#FF75B5italic
markup.inserted#19F9D8β€”
punctuation.definition.heading#19F9D8β€”
entity.name.section.markdown#BBBBBBβ€”
markup.quote#FFB86Cβ€”
markup.inline.raw#19F9D8italic
beginning.punctuation.definition.list#FF75B5β€”
markup.fenced_code.block.markdown punctuation.definition.markdown#757575β€”
fenced_code.block.language#BBBBBBitalic
string.other.link#BBBBBBnormal
meta.link.inline.markdown#45A9F9italic
text.html.markdown punctuation.definition.string#FFCC95β€”
entity.name.type.class.js#6FC1FFβ€”
keyword.control.as.js#FF9AC1β€”
keyword.control.from.js#FF9AC1β€”
keyword.control.export.js#B084EBβ€”
variable.language.this.jsβ€”italic
support.class.console.jsβ€”italic
entity.name.tag.js, support.class.component.js#FF2C6Dβ€”
variable.language.super.js#45A9F9β€”
meta.tag.structure.any.html, meta.tag.other.html, entity.name.tag.html, meta.tag.metadata.script.html, entity.name.tag.jade#FF2C6Dβ€”
entity.name.tag.inline.any.html, entity.name.tag.other.html, entity.name.tag.block.any.html, entity.name.tag.localname.xml#FF2C6Dβ€”
entity.name.tag.xml, meta.tag.xml#FF2C6Dβ€”
entity.name.tag.css#FF2C6Dβ€”
support.type.property-name.css#E6E6E6β€”
variable.scss#FF9AC1β€”
entity.name.tag.reference.scss#FF2C6Dβ€”
keyword.other.unit.rem.css, keyword.other.unit.vh.css, keyword.other.unit.px.css, keyword.other.unit.em.css, keyword.other.unit.deg.css, keyword.other.unit.percentage.css#FFB86Cβ€”
string.regexp#6FC1FFβ€”
string.regexp keyword, string.regexp keyword.control#FF75B5normal
string.regexp keyword.operator#FF9AC1β€”
comment.block.documentationβ€”normal
entity.name.type.instance.jsdoc punctuation.definition#FFCC95italic
entity.name.type.instance.jsdoc#CDCDCDitalic
comment.block storage#FFCC95β€”
comment.block storage.custom, variable.other.jsdoc, variable.other.jsdoc punctuation.definition.string#FF9AC1β€”
comment, variable.language, variable.parameter, entity.other.attribute-name, keyword, markup.underline.link, storage.modifier, storage.type, string.url, variable.language.super, variable.language.thisβ€”
keyword.operator, keyword.other.type, storage.modifier.import, storage.modifier.package, storage.type.built-in, storage.type.function.arrow, storage.type.generic, storage.type.java, storage.type.primitiveβ€”
comment, variable.language, variable.parameter, storage.type, keywordβ€”
token.info-token#6796E6β€”
token.warn-token#CD9731β€”
token.error-token#F44747β€”
token.debug-token#B267E6β€”

Shiki preview

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

Loading...