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#002b36
  • activityBar.foreground#19f9d8
  • activityBarBadge.background#404954
  • activityBarBadge.foreground#ffffff
  • button.background#19f9d8
  • button.foreground#002b36
  • button.hoverBackground#19f9d7c7
  • debugToolBar.background#002b36
  • dropdown.background#002b36
  • dropdown.border#19f9d8
  • dropdown.listBackground#002b36
  • editor.background#002b36
  • editor.foreground#e6e6e6
  • editor.lineHighlightBackground#06485bb5
  • editor.selectionBackground#46494d87
  • editorBracketHighlight.foreground1#ffcc95
  • editorBracketHighlight.foreground2#ffcc95
  • editorBracketHighlight.foreground3#ffcc95
  • editorBracketHighlight.foreground4#ffcc95
  • editorBracketHighlight.foreground5#ffcc95
  • editorBracketHighlight.foreground6#ffcc95
  • editorBracketHighlight.unexpectedBracket.foreground#ffcc95
  • editorCursor.foreground#f8f8f0
  • editorGroupHeader.tabsBackground#002b36
  • editorLineNumber.activeForeground#d4d4d4dc
  • editorWhitespace.foreground#34383d
  • editorWidget.background#002b36
  • extensionButton.prominentBackground#19f9d8
  • extensionButton.prominentForeground#404954
  • extensionButton.prominentHoverBackground#19f9d7c7
  • focusBorder#19f9d759
  • icon.foreground#16c9afb7
  • input.background#002b36
  • input.border#19f9d8
  • inputOption.activeBorder#19f9d8
  • inputValidation.errorBorder#19f9d8
  • inputValidation.infoBackground#002b36
  • inputValidation.infoBorder#19f9d8
  • list.activeSelectionBackground#09698180
  • list.activeSelectionForeground#d4d4d4
  • list.focusBackground#09698180
  • list.focusForeground#d4d4d4
  • list.highlightForeground#aeb1b0
  • list.hoverBackground#09698180
  • list.hoverForeground#d4d4d4
  • list.inactiveFocusBackground#002b36
  • list.inactiveSelectionBackground#09698180
  • list.inactiveSelectionForeground#aeb1b0
  • panel.background#002b36
  • panelTitle.activeBorder#19f9d8
  • sideBar.background#002b36
  • sideBar.border#404954d8
  • sideBar.foreground#aeb1b0
  • sideBarSectionHeader.foreground#bcbdbd
  • sideBarTitle.foreground#aeb1b1
  • statusBar.background#002b36
  • statusBar.debuggingBackground#002b36
  • statusBar.foreground#19f9d8
  • statusBar.noFolderBackground#002b36
  • statusBarItem.activeBackground#002b36
  • statusBarItem.prominentBackground#002b36
  • statusBarItem.prominentHoverBackground#09698180
  • tab.activeBackground#002b36
  • tab.activeBorder#19f9d7ed
  • tab.activeForeground#a1d7dadf
  • tab.hoverBorder#bcbdbd
  • tab.inactiveBackground#002b36
  • tab.inactiveForeground#717272
  • textLink.activeForeground#b3b8b6e5
  • textLink.foreground#00abc1de
  • titleBar.activeBackground#002b36
  • titleBar.activeForeground#09cbddbd
  • titleBar.inactiveBackground#002b36
  • titleBar.inactiveForeground#09cbddbd

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.quoted.docstring.multi.python, punctuation.definition.string.begin.python, punctuation.definition.string.end.python, string.quoted.docstring.raw.multi.python#8A8787italic
keyword.control.import, keyword.control.from, keyword.control.export, keyword.generator.asterisk#FF2C6Dβ€”
keyword.control.loop, keyword.control.type, keyword.control.as#09CBDDβ€”
keyword.operator.new#00E5FFCCβ€”
keyword.control.flow#F48FB1β€”
keyword.control.conditional#F48FB1β€”
keyword.control.trycatch#F48FB1β€”
keyword.control.default#64FFDBDAβ€”
keyword.control.switch#09CBDDβ€”
storage.type.function#F48FB1β€”
storage.type, support.class.error#FF2C6Dβ€”
meta.block.tsx, source.tsx#C5C5C5F1β€”
string.quoted.double, string.template string.quoted.single#00ABC1DAβ€”
punctuation.accessor, meta.brace.square, keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.assignment, keyword.operator.relational, keyword.operator, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, constant.language.import-export-all, entity.other.attribute-name#FFCC95β€”
variable.language.this, constant.language.boolean.true, constant.language.boolean.false, constant.language.undefined, constant.language.null#F48FB1DCβ€”
variable.other.object.property, variable.other.property, meta.template.expression, support.variable.property, variable.language.super, support.class.component, entity.name.tag, entity.name.tag.style.html#FF2C6BF1β€”
meta.jsx.children.js, meta.jsx.children.tsx#C0BABAECβ€”
meta.embedded.line, variable.other.object, variable.other.readwrite, entity.name.type.class, entity.name.type, entity.other.inherited-class, variable.parameter, variable.object.property, support.function, storage.modifier.async#A1D7DAβ€”
constant.numeric.decimal#FF5622DEβ€”
support.class.console, support.function.console, meta.object-literal.key#FFCC95E7β€”
support.variable.dom, storage.modifier#079BA8β€”
entity.name.function, variable.other.jsdoc#09CBDDβ€”
support.function.dom#FFCC95E3β€”
punctuation.definition.block.tag.jsdoc#FFCC95E7β€”
punctuation.definition.tag.begin, punctuation.definition.tag.end#C5C5C5F1β€”
punctuation.definition.string.begin, punctuation.definition.string.end, punctuation.definition.string.template.begin, punctuation.definition.string.template.end#00ACC1β€”
punctuation.terminator.statement, punctuation.separator.comma, punctuation.definition.block, punctuation.definition.parameters.begin, punctuation.definition.parameters.end#C5C5C5F1β€”
meta.brace.round#C5C5C5F1β€”
support.type.property-name.json, punctuation.support.type.property-name.begin.json, punctuation.support.type.property-name.end.json#FFCC95β€”
constant.language.json#00ACC1β€”
constant.language.json, constant.numeric.json#EE475Eβ€”
entity.name.tag.script.html, entity.name.tag.structure.any.html, entity.name.tag.html, entity.name.tag.inline.any.html, entity.name.tag.block.any.html, entity.name.tag.other.html, meta.tag.sgml.doctype.html#FF2C6BF1β€”
entity.other.attribute-name.html, entity.other.attribute-name.id.html#FFCC95EEβ€”
punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#C5C5C5F1β€”
meta.tag.structure.any.html, meta.tag.inline.any.html#C5C5C5F1β€”
text.html.basic#BDBDBDβ€”
meta.toc-list.id.html#64FFDBDAβ€”
entity.name.tag.xml, entity.name.tag.localname.xml, entity.name.tag.namespace.xml#FF2C6BC2β€”
punctuation.definition.tag.xml, meta.tag.preprocessor.xml, punctuation.separator.namespace.xml#C5C5C5F1β€”
string.quoted.double.xml#728E9Eβ€”
entity.other.attribute-name.xml, entity.other.attribute-name.localname.xml#33FAE9ADβ€”
text.xml#8BDBE9E3β€”
entity.name.tag.yaml, variable.other.key.toml, entity.name.section.toml, entity.name.function.target.makefile#E4E0BDβ€”
source.yaml#00FFFFCCβ€”
string.unquoted.plain.out.yaml#00ABC1DAβ€”
variable.other.alias.yaml#00ABC1DAitalic underline
meta.flow-sequence.yaml, punctuation.definition.block.scalar.folded.yaml, punctuation.definition.block.scalar.literal.yaml, punctuation.definition.block.sequence.item.yaml, punctuation.separator.key-value.mapping.yaml, support.other.chomping-indicator.yaml#EE475Eβ€”
string.unquoted.plain.in.yaml#00FFFFCCβ€”
constant.other.timestamp, constant.other.date#A1D7DAβ€”
keyword.other.definition.ini, meta.rule.indent_style.editorconfig, keyword.other.definition.root.editorconfig, meta.section.editorconfig#FFCC95E7β€”
source.ini constant.language.tab.editorconfig, punctuation.separator.key-value.editorconfig#00ABC1DEβ€”
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css, variable.argument.css, meta.attribute-selector.scss#FFCC95DEβ€”
support.type.property-name.css, support.constant.color.w3c-extended-color-name.css, support.constant.color.w3c-standard-color-name.css#A0B9C4C0β€”
entity.name.tag.css#FF2C6BE0β€”
constant.numeric.css#FFCC95C4β€”
keyword.other.unit, keyword.control.at-rule.include.scss, meta.definition.variable.scss, keyword.control.at-rule.import.scss, keyword.control.return.scss, entity.name.tag.wildcard.css, entity.name.tag.wildcard.scss, keyword.control.at-rule.mixin.scss#FF2C6BC2β€”
punctuation.section.property-list.begin.bracket.curly.scss, punctuation.section.property-list.end.bracket.curly.scss, punctuation.section.property-list.begin.bracket.curly.css, punctuation.section.property-list.end.bracket.curly.css, punctuation.separator.list.comma.css, punctuation.section.function.begin.bracket.round.css, punctuation.section.function.end.bracket.round.css, punctuation.definition.entity.begin.bracket.square.css, punctuation.definition.entity.end.bracket.square.css#B9B8B8β€”
punctuation.terminator.rule.css, punctuation.separator.key-value.css#A7A2A2β€”
punctuation.definition.constant.css#A0B9C4C0β€”
constant.other.color.rgb-value.hex.css, entity.name.tag.reference.scss#DD8AA3β€”
support.type.vendored.property-name.css#A7A2A2β€”
keyword.control.at-rule.keyframes.css, entity.other.attribute-name.placeholder.css, keyword.control.at-rule.media.css, support.type.property-name.media.css, support.constant.media.css, support.constant.font-name.css, keyword.other.important.scss, keyword.control.at-rule.media.scss, keyword.control.operator.css.scss, entity.other.keyframe-offset.css, entity.other.attribute-name.css, keyword.control.at-rule.import.css, keyword.control.for.scss, keyword.control.if.scss, meta.at-rule.include.scss#DD8AA3β€”
variable.parameter.keyframe-list.css, meta.property-value.css#7CC0D1β€”
support.constant.property-value.css#7CC0D1β€”
entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-class.css#A0B9C4FAβ€”
entity.other.keyframe-offset.percentage.css, meta.property-list.scss#34EEEED7β€”
variable.scss, support.function.url.css, entity.other.attribute-name.attribute.scss, punctuation.definition.attribute-selector.begin.bracket.square.scss, punctuation.definition.attribute-selector.end.bracket.square.scss#88F1FFC2β€”
punctuation.definition.metadata.markdown, punctuation.definition.list.begin.markdown, punctuation.definition.quote.begin.markdown#FFCC95E7β€”
meta.separator.markdown#FFCC95E7β€”
punctuation.definition.constant.restructuredtext#FFCC95E7β€”
markup.quote#FFCC95E7italic
fenced.raw.inner.restructuredtext, markup.raw.inner.restructuredtext, markup.fenced_code.block.markdown, punctuation.definition.markdown#93A8ACβ€”
meta.paragraph.markdown#93A8ACβ€”
beginning.punctuation.definition.list.markdown, beginning.punctuation.definition.quote.markdown, punctuation.definition.link.restructuredtext#64FFDBDAβ€”
markup.underlineβ€”underline
markup.boldβ€”bold
markup.italicβ€”italic
markup.heading#FFCC95E7bold
meta.link.reference.def.restructuredtext, punctuation.definition.directive.restructuredtext, string.other.link.description, string.other.link.title#FF2C6BF1β€”
entity.name.tag.template.html#FF2C6BF1β€”
text.html.vue-html#BDBDBDβ€”
support.class.builtin, meta.function-call#64FFDBDAβ€”
support.type.object.module, string.regexp, support.variable.object.node#64FFDBDAβ€”
support.variable.object.process, variable.other.constant.property, variable.other.constant#A1D7DAβ€”
punctuation.definition.variable.php#FFCC95E7β€”
variable.other.php, variable.other.global.php, variable.other.global.safer.php#26E0D7F3β€”
constant.language.php, constant.other.php#FF2C6BF1β€”
keyword.control.return.php#09CBDDβ€”
keyword.other.new.php, keyword.other.use.php, keyword.other.namespace.php, keyword.other.use-as.php, keyword.other.function.use.php, keyword.other.clone.php, keyword.control.yield.php, keyword.control.break.php, keyword.control.die.php#F48FB1β€”
support.class.builtin.php, entity.name.function.php, entity.other.alias.php, support.constant.std.php, constant.other.class.php, meta.function-call.php#64F5FFDAβ€”
support.class.php, variable.other.php, support.other.namespace.php, variable.other.class.php, variable.other.property.php, support.constant.core.php, support.constant.ext.php, support.class.exception.php#A0E3E7β€”
storage.modifier.php, storage.type.php#09CBDDβ€”
keyword.control.case.php, keyword.control.switch.php, keyword.control.default.php, keyword.control.if.php, keyword.control.foreach.php, keyword.control.continue.php, keyword.other.class.php, keyword.control.elseif.php, keyword.control.else.php, keyword.control.while.php, keyword.control.for.php, keyword.control.do.php#A7DEECβ€”
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#A7DEECβ€”
keyword.control.exception.php, keyword.control.exception.catch.php, keyword.control.import.include.php#EB9485β€”
string.regexp.single-quoted.php#EB9485β€”
keyword.other.phpdoc.php, keyword.other.type.php#53A5B9β€”
source.python, storage.type.string.python#A7DEECβ€”
meta.member.access.python, meta.function-call.arguments.python, meta.item-access.python#A7DEECβ€”
variable.language.special.self.python#A7DEECβ€”
meta.attribute.python#EE475Eβ€”
meta.function-call.generic.python#09CBDDβ€”
constant.numeric.dec.python#FF5622DEβ€”
string.quoted.single.python, punctuation.definition.string.end.python, punctuation.definition.string.begin.python#00ABC1DAβ€”
constant.language.python#F48FB1DCβ€”
meta.preprocessor.haskell#8A8787β€”
log.error#FF2C6BE0β€”
log.warning#FFCC95E7β€”
source.shell variable.other#FF2C6BE0β€”
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β€”
variable.other.property#FF2C6Dβ€”
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...