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.activeBorder#1565c0
  • activityBar.background#050505
  • activityBar.foreground#ffffff
  • activityBar.inactiveForeground#ffffff66
  • activityBarBadge.background#1565c0
  • activityBarBadge.foreground#f0f0f0
  • button.background#1565c0
  • button.foreground#f0f0f0
  • button.hoverBackground#0d47a1
  • dropdown.background#101010
  • dropdown.border#292929
  • dropdown.foreground#f0f0f0
  • editor.background#101010
  • editor.findMatchBackground#101010
  • editor.findMatchBorder#5886b9
  • editor.findMatchHighlightBackground#5886b980
  • editor.findMatchHighlightBorder#ffffff
  • editor.findRangeHighlightBackground#54555e
  • editor.foreground#f0f0f0
  • editor.hoverHighlightBackground#54555e
  • editor.inactiveSelectionBackground#0040A9
  • editor.lineHighlightBackground#205070
  • editor.rangeHighlightBackground#54555e
  • editor.selectionBackground#5886b9
  • editor.selectionHighlightBackground#76a0d8
  • editor.selectionHighlightBorder#5886b9
  • editor.wordHighlightBackground#54555e
  • editor.wordHighlightStrongBackground#54555e
  • editorCursor.foreground#f0f0f0
  • editorGroup.dropBackground#232631
  • editorGroup.emptyBackground#101010
  • editorGroupHeader.tabsBackground#101010
  • editorHoverWidget.background#0e0e0e
  • editorHoverWidget.border#01579B
  • editorHoverWidget.foreground#f0f0f0
  • editorIndentGuide.background#616263
  • editorLineNumber.activeForeground#a0aec0
  • editorLineNumber.foreground#616263
  • editorLink.activeForeground#ff5c57
  • editorSuggestWidget.background#0e0e0e
  • editorSuggestWidget.border#01579B
  • editorSuggestWidget.focusHighlightForeground#11da11
  • editorSuggestWidget.foreground#f0f0f0
  • editorSuggestWidget.highlightForeground#2b93e9
  • editorSuggestWidget.selectedBackground#2b93e9
  • editorSuggestWidget.selectedForeground#0e0e0e
  • editorWhitespace.foreground#3e4c59
  • editorWidget.background#222222
  • editorWidget.border#292929
  • input.background#101010
  • input.border#292929
  • input.foreground#f0f0f0
  • inputFocus.border#1565c0
  • list.activeSelectionBackground#2b93e9
  • list.activeSelectionForeground#0e0e0e
  • list.focusBackground#01579B
  • list.focusHighlightForeground#11da11
  • list.highlightForeground#11da11
  • list.hoverBackground#01579B
  • list.inactiveSelectionBackground#404040
  • list.inactiveSelectionForeground#11da11
  • panel.background#101010
  • panel.border#292929
  • panelTitle.activeForeground#f0f0f0
  • panelTitle.inactiveForeground#f0f0f080
  • peekView.border#5af78e
  • peekViewEditor.background#101010
  • sideBar.background#050505
  • sideBar.foreground#f0f0f0
  • sideBarSectionHeader.background#1565c0
  • sideBarSectionHeader.foreground#f0f0f0
  • sideBarTitle.foreground#f0f0f0
  • statusBar.background#1565c0
  • statusBar.debuggingBackground#1565c0
  • statusBar.foreground#f0f0f0
  • statusBar.noFolderBackground#1565c0
  • statusBarItem.activeBackground#448aff
  • statusBarItem.hoverBackground#0d47a1
  • tab.activeBackground#1565c0
  • tab.activeForeground#f0f0f0
  • tab.border#101010
  • tab.inactiveBackground#101010
  • tab.inactiveForeground#f0f0f080
  • terminal.ansiBlack#282a36
  • terminal.ansiBlue#57c7ff
  • terminal.ansiBrightBlack#282a36
  • terminal.ansiBrightBlue#57c7ff
  • terminal.ansiBrightCyan#9aedfe
  • terminal.ansiBrightGreen#5af78e
  • terminal.ansiBrightMagenta#ff6ac1
  • terminal.ansiBrightRed#ff5c57
  • terminal.ansiBrightWhite#eff0eb
  • terminal.ansiBrightYellow#f3f99d
  • terminal.ansiCyan#9aedfe
  • terminal.ansiGreen#5af78e
  • terminal.ansiMagenta#ff6ac1
  • terminal.ansiRed#ff5c57
  • terminal.ansiWhite#eff0eb
  • terminal.ansiYellow#f3f99d
  • terminal.background#101010
  • terminal.foreground#eff0eb
  • titleBar.activeBackground#050505
  • titleBar.activeForeground#f0f0f0
  • titleBar.inactiveBackground#050505
  • titleBar.inactiveForeground#999999

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
Global settings#eff0eb
strong, markup.boldbold
emphasis, markup.italicitalic
markup.underlineunderline
comment, punctuation.definition.comment, string.quoted.docstring#616263italic
storage.type#f3f99d
storage.type.primitive, support.type, entity.name.type, keyword.type, keyword.other.unit#9aedfe
string, meta.structure.dictionary.json string.quoted.double.json#5af78e
constant.language.boolean#5af78e
constant.numeric, support.constant#5af78e
constant.language.null#5af78e
constant.language.undefined#5af78e
meta.function entity.name.function#57c7ff
entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.require, variable.language.super, keyword.other.get, keyword.other.set#57c7ff
variable, support.variable, support.class, support.constant, meta.definition.variable entity.name.function#eff0eb
variable.other.constant.property#f3f99d
entity.name.type.class#ff5c57
entity.other.inherited-class entity.name.type.module#ff5c57italic
variable.object.property#f3f99d
variable.parameteritalic
meta.definition.method entity.name.function#f3f99d
keyword, modifier, storage.modifier, support.type.object, constant.language, variable.language.this, variable.language.special.self#ff6ac1
storage.modifier, storage.type.class.js, variable.language.this, variable.language.this.jsitalic
support.module, support.node#ff5c57italic
template.expression.begin, template.expression.end#ff6ac1
support.type.exception#f3f99d
markup.inserted.diff, meta.diff.header.to-file#5af78e
markup.deleted.diff, meta.diff.header.from-file#ff5c57
source.cs meta.class.identifier storage.type#ff5c57
source.cs meta.method.identifier entity.name.function#f3f99d
source.cs meta.method-call meta.method, source.cs entity.name.function#57c7ff
source.cs storage.type#f3f99d
source.cs meta.method.return-type#9aedfe
source.cs meta.preprocessor#616263
source.cs entity.name.type.namespace#eff0eb
entity.other.attribute-name.class#9aedfe
entity.other.attribute-name.id#9aedfe
source.css entity.name.tag#f3f99d
source.css support.type.property-name#ff5c57
meta.tag, punctuation.definition.tag#eff0eb
entity.name.tag#ff5c57
entity.other.attribute-name#f3f99ditalic
punctuation.section.embedded#ff5c57
keyword.other.definition.ini#ff5c57
entity.name.section.group-title.ini#57c7ff
source.java storage.modifier.package, source.java storage.modifier.import#eff0eb
source.java storage.type.annotation#ff5c57italic
source.java meta.method-call meta.method#57c7ff
source.java meta.method-call meta.inner-class meta.method#eff0eb
source.java meta.method-call meta.inner-class meta.method meta.method-call meta.method#57c7ff
source.java meta.definition.variable entity.name.function#57c7ff
source.java constant.language#5af78e
source.js storage.modifier.async#ff6ac1
meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json#ff5c57
constant.language.json#ff6ac1
markup.heading#57c7ff
text.html.markdown meta.link.inline, meta.link.reference, markup.underline.link.image#ff5c57
text.html.markdown markup.quote#9aedfe
text.html.markdown beginning.punctuation.definition.list#f3f99d
text.html.markdown markup.inline.raw#ff6ac1
markup.italic#ff5c57italic
markup.bold#ff5c57bold
markup.bold markup.italic, markup.italic markup.bold#ff5c57italic bold
source.python keyword.operator.arithmetic#eff0eb
source.python meta.function storage.type.function#ff6ac1
source.python meta.function-call.arguments#eff0eb
source.python meta.function entity.name.function.decorator#ff5c57
source.python constant.language#5af78e
entity.name.tag.yaml#ff5c57
Electric Night Theme by nlarew - VS Code Theme