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#22252e
  • activityBar.foreground#4c787b
  • activityBar.inactiveForeground#464b5f
  • activityBarBadge.background#c7d6cf
  • activityBarBadge.foreground#22252e
  • badge.background#c7d6cf
  • badge.foreground#22252e
  • breadcrumb.activeSelectionForeground#c7d6cf
  • breadcrumb.background#22252e
  • breadcrumb.focusForeground#97a7c8
  • breadcrumb.foreground#626986
  • breadcrumbPicker.background#22252e
  • button.background#4f616f
  • button.foreground#c7d6cf
  • button.hoverBackground#4c787b
  • debugToolBar.background#0b1015
  • dropdown.background#22252e
  • dropdown.border#51679c
  • dropdown.foreground#eae6da
  • dropdown.listBackground#22252e
  • editor.background#1a1c28
  • editor.findMatchBackground#3a3d61
  • editor.foreground#ced5e5
  • editor.lineHighlightBackground#3a3d61
  • editor.lineHighlightBorder#212337
  • editor.selectionBackground#3a3d61
  • editor.selectionHighlightBackground#3a3d6499
  • editorBracketMatch.border#97a7c8
  • editorCursor.foreground#97a7c8
  • editorError.border#fb467b
  • editorGroup.background#212337
  • editorGroup.border#212337
  • editorGroup.dropBackground#464b5f
  • editorGroup.emptyBackground#1a1c28
  • editorGroup.focusedEmptyBorder#1a1c28
  • editorGroupHeader.noTabsBackground#22252e
  • editorGroupHeader.tabsBackground#22252e
  • editorGutter.addedBackground#56d6d6
  • editorGutter.deletedBackground#fb467b
  • editorGutter.modifiedBackground#ffcc00
  • editorHoverWidget.background#212337
  • editorIndentGuide.background#3a3d61
  • editorLineNumber.foreground#5c6370
  • editorOverviewRuler.border#212337
  • editorRuler.foreground#3a3d61
  • editorSuggestWidget.background#212337
  • editorSuggestWidget.selectedBackground#3a3d61
  • editorWarning.border#ffcc00
  • editorWhitespace.foreground#3a3d61
  • editorWidget.background#0b1015
  • focusBorder#97a7c8
  • foreground#eae6da
  • gitDecoration.addedResourceForeground#699771
  • gitDecoration.conflictingResourceForeground#4d4d94
  • gitDecoration.deletedResourceForeground#a04b3c
  • gitDecoration.ignoredResourceForeground#8c8c8c
  • gitDecoration.modifiedResourceForeground#b49059
  • gitDecoration.submoduleResourceForeground#7091b1
  • gitDecoration.untrackedResourceForeground#5fa376
  • gitlens.trailingLineForegroundColor#6e7a92
  • input.background#22252e
  • input.border#51679c
  • input.foreground#eae6da
  • input.placeholderForeground#736b78
  • inputOption.activeBorder#51679c
  • list.activeSelectionBackground#464b5f
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#1b245e
  • list.focusForeground#ffffff
  • list.highlightForeground#ffffff
  • list.hoverBackground#51679c
  • list.inactiveSelectionBackground#464b5f
  • list.inactiveSelectionForeground#ffffff
  • notificationCenterHeader.background#262930
  • notifications.background#212337
  • notifications.foreground#eae6da
  • panel.background#243441
  • panel.border#22252e
  • panelTitle.activeBorder#c7d6cf
  • panelTitle.activeForeground#c7d6cf
  • panelTitle.inactiveForeground#4c787b
  • progressBar.background#4c787b
  • scrollbar.shadow#212337
  • scrollbarSlider.activeBackground#4c787b
  • scrollbarSlider.background#464b5f
  • scrollbarSlider.hoverBackground#4c787b
  • selection.background#51679c
  • sideBar.background#22252e
  • sideBar.foreground#9e9e9e
  • sideBarSectionHeader.background#4f616f
  • sideBarSectionHeader.border#22252e
  • sideBarSectionHeader.foreground#c7d6cf
  • sideBarTitle.foreground#4c787b
  • statusBar.background#212337
  • statusBar.debuggingBackground#0b1015
  • statusBar.foreground#97a7c8
  • statusBar.noFolderBackground#1b245e
  • tab.activeBackground#1a1c28
  • tab.activeBorder#c7d6cf
  • tab.activeForeground#eae6da
  • tab.border#212337
  • tab.hoverBackground#3c3e4f7e
  • tab.inactiveBackground#22252e
  • tab.inactiveForeground#7c7c78
  • tab.unfocusedActiveBorder#97a7c8
  • titleBar.activeBackground#22252e
  • titleBar.activeForeground#eae6da
  • titleBar.inactiveBackground#22252e
  • titleBar.inactiveForeground#22252e
  • tree.indentGuidesStroke#c7d6cf
  • widget.shadow#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#b4b4b4ff
meta.embedded, source.groovy.embedded#d4d4d4
emphasisitalic
strongbold
header#000080
comment#7c7c7c
constant.language#5d85a5
constant.numeric#ecacb1
constant.regexp#646695
entity.name.tag#5d85a5
entity.name.tag.css#a77de1
entity.other.attribute-name#92c3e4
entity.other.attribute-name.class.css, entity.other.attribute-name.class.mixin.css, entity.other.attribute-name.id.css, entity.other.attribute-name.parent-selector.css, entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css, source.css.less entity.other.attribute-name.id, entity.other.attribute-name.attribute.scss, entity.other.attribute-name.scss#92cf6f
invalid#d46171
markup.underlineunderline
markup.bold#5d85a5bold
markup.heading#5d85a5bold
markup.italicitalic
markup.inserted#ecacb1
markup.deleted#c5f3d7
markup.changed#5d85a5
beginning.punctuation.definition.quote.markdown#92cf6f
beginning.punctuation.definition.list.markdown#77a9c5
markup.inline.raw#c5f3d7
meta.selector#92cf6f
punctuation.definition.tag#808080
meta.preprocessor#5d85a5
meta.preprocessor.string#c5f3d7
meta.preprocessor.numeric#ecacb1
meta.structure.dictionary.key.python#77addf
meta.diff.header#5d85a5
storage#5d85a5
storage.type#5d85a5
storage.modifier#5d85a5
string#c5f3d7
string.tag#c5f3d7
string.value#c5f3d7
string.regexp#c1a9e9
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#5d85a5
meta.template.expression#d4d4d4
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#77addf
keyword#5d85a5
keyword.control#5d85a5
keyword.operator#c4c4c4
keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.instanceof, keyword.operator.logical.python#5d85a5
keyword.other.unit#ca7e84
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#5d85a5
support.function.git-rebase#77addf
constant.sha.git-rebase#ecacb1
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#d4d4d4
variable.language#5d85a5
entity.name.function, support.function, support.constant.handlebars#bbddf5
meta.return-type, support.class, support.type, entity.name.type, entity.name.class, storage.type.numeric.go, storage.type.byte.go, storage.type.boolean.go, storage.type.string.go, storage.type.uintptr.go, storage.type.cs, storage.type.generic.cs, storage.type.modifier.cs, storage.type.variable.cs, storage.type.annotation.java, storage.type.generic.java, storage.type.java, storage.type.object.array.java, storage.type.primitive.array.java, storage.type.primitive.java, storage.type.token.java, storage.type.groovy, storage.type.annotation.groovy, storage.type.parameters.groovy, storage.type.generic.groovy, storage.type.object.array.groovy, storage.type.primitive.array.groovy, storage.type.primitive.groovy#4EC9B0
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class#4EC9B0
keyword.control#A586E0
variable, meta.definition.variable.name, support.variable#77addf
meta.object-literal.key#77addf
support.constant.property-value, support.constant.font-name, support.constant.media-type, support.constant.media, constant.other.color.rgb-value, constant.other.rgb-value, support.constant.color#c5f3d7
punctuation.definition.group.regexp, punctuation.definition.group.assertion.regexp, punctuation.definition.character-class.regexp, punctuation.character.set.begin.regexp, punctuation.character.set.end.regexp, keyword.operator.negation.regexp, support.other.parenthesis.regexp#c5f3d7
constant.character.character-class.regexp, constant.other.character-class.set.regexp, constant.other.character-class.regexp, constant.character.set.regexp#d16969
keyword.operator.or.regexp, keyword.control.anchor.regexp#5d85a5
keyword.operator.quantifier.regexp#92cf6f
constant.character#bbddf5
constant.character.escape#92cf6f
token.info-token#6796e6
token.warn-token#cd9731
token.error-token#d45364
token.debug-token#b267e6

Shiki preview

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

Loading...

Nyx Theme - Coding Theme