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#101520
  • activityBar.foreground#C0C0C0
  • activityBarBadge.background#67D8EF
  • activityBarBadge.foreground#FFFFFF
  • editor.background#101520
  • editor.foreground#C0C0C0
  • editor.inactiveSelectionBackground#3D4A5660
  • editor.lineHighlightBackground#2A2D31
  • editor.selectionBackground#3D4A56
  • editorCursor.foreground#FFFFFF
  • editorGroup.border#2A2D31
  • editorGroupHeader.tabsBackground#23272E
  • editorIndentGuide.background1#404040
  • editorLineNumber.foreground#3A3F44
  • editorWhitespace.foreground#101520
  • menu.background#1B1E23
  • menu.foreground#C0C0C0
  • menu.selectionBackground#3D4A56
  • menu.selectionForeground#FFFFFF
  • menu.separatorBackground#404040
  • menubar.selectionBackground#2A2D31
  • menubar.selectionForeground#C0C0C0
  • sideBar.background#23272E
  • sideBar.foreground#C0C0C0
  • sideBarSectionHeader.background#1B1E23
  • sideBarTitle.foreground#C0C0C0
  • statusBar.background#23272E
  • statusBar.debuggingBackground#FF6633
  • statusBar.foreground#C0C0C0
  • statusBar.noFolderBackground#1B1E23
  • tab.activeBackground#1B1E23
  • tab.activeForeground#C0C0C0
  • tab.border#2A2D31
  • tab.inactiveBackground#23272E
  • tab.inactiveForeground#808080
  • titleBar.activeBackground#23272E
  • titleBar.activeForeground#C0C0C0
  • titleBar.inactiveBackground#23272E
  • titleBar.inactiveForeground#C0C0C0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, comment.block.documentation, punctuation.definition.comment#33AA33italic
constant.numeric, number, constant.numeric.hex, constant.numeric.decimal, constant.numeric.binary, constant.numeric.octal, constant.numeric.float#E5C100
string.quoted.single, string.quoted.double, string.quoted.triple, string.interpolated#876FA8
string#577386
variable.interpolation#DF3079
meta.decorator#FF6633
punctuation.definition.constant.numeric.hex#E5C100
entity.name.class, entity.name.type.class, support.type, support.class, entity.name.type, meta.type.name, storage.type.annotation#4E90D5
entity.name.function, support.function#67D8EF
variable, meta.object-literal.key, meta.function-call.arguments#D0D0D0
keyword.operator, keyword.other, keyword#4E90D5
keyword.control, storage.type, keyword, storage.modifier, storage.type.function#0099FF
keyword.control.import, keyword.control.from, keyword.control.as, keyword.control.del, keyword.control.global, keyword.control.nonlocal#33CCFF
support.function, support.variable, variable.language, support.constant#67D8EF
punctuation, punctuation.separator, punctuation.terminator#FFFFFF

Shiki preview

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

Loading...

Easy On The Eyes Theme - Coding Theme