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#1B1B2B
  • activityBar.foreground#E0E0E6
  • activityBar.inactiveForeground#777A8C
  • activityBarBadge.background#00E5FF
  • activityBarBadge.foreground#1B1B2B
  • breadcrumb.activeSelectionForeground#00E5FF
  • breadcrumb.foreground#BB86FC
  • editor.background#1E1E2E
  • editor.foreground#E0E0E6
  • editor.lineHighlightBackground#2C2C3C
  • editor.selectionBackground#2E344080
  • editor.selectionHighlightBackground#2C2C3C80
  • editorBracketMatch.background#252534
  • editorBracketMatch.border#00E5FF
  • editorCursor.foreground#00E5FF
  • editorGroup.border#23233A
  • editorGroupHeader.tabsBackground#1E1E2E
  • editorGutter.addedBackground#C3E88D
  • editorGutter.background#1E1E2E
  • editorGutter.deletedBackground#FF5370
  • editorGutter.modifiedBackground#82AAFF
  • editorIndentGuide.activeBackground#00E5FF
  • editorIndentGuide.background#33334A
  • editorLineNumber.activeForeground#00E5FF
  • editorLineNumber.foreground#5A5A6A
  • editorWhitespace.foreground#3A3A4D
  • editorWidget.background#23233A
  • editorWidget.border#00E5FF
  • panel.background#23233A
  • panel.border#1A1A2A
  • panelTitle.activeForeground#00E5FF
  • panelTitle.inactiveForeground#777A8C
  • peekView.border#00E5FF
  • peekViewEditor.background#23233A
  • peekViewResult.background#1E1E2E
  • peekViewTitle.background#23233A
  • statusBar.background#1B1B2B
  • statusBar.debuggingBackground#BB86FC
  • statusBar.foreground#E0E0E6
  • tab.activeBackground#23233A
  • tab.activeForeground#00E5FF
  • tab.border#23233A
  • tab.inactiveBackground#1E1E2E
  • tab.inactiveForeground#777A8C
  • titleBar.activeBackground#202031
  • titleBar.activeForeground#E0E0E6
  • titleBar.inactiveBackground#1E1E2E
  • titleBar.inactiveForeground#777A8C

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6C757Ditalic
keyword#BB86FCbold
string#C3E88D
constant.numeric#82AAFF
variable#F6C177
entity.name.function#00E5FF
entity.name.class#FFB86C
storage.type#BB86FC
punctuation#E0E0E6
source.js, source.jsx#FFD700
variable.language.js, variable.language.jsx#FF5370
support.function.dom#00E5FF
source.python#3572A5
variable.language.python#FFB86C
support.function.builtin.python#00E5FF
source.php#777BB4
variable.language.php#FFB86C
support.function.builtin.php#00E5FF
source.vue#41B883
text.html.basic#E44D26
entity.name.tag.html#FFD700
source.css#2965F1
support.type.property-name.css#C3E88D
entity.other.attribute-name.class.css#38BDF8
support.constant.tailwind#38BDF8
source.ts, source.tsx#3178C6
variable.language.ts, variable.language.tsx#FFB86C
support.function.builtin.ts#00E5FF
Lazy Dev Theme by khrasedul - VS Code Theme