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#eaefd7
  • activityBar.foreground#4f5d14
  • editor.background#f9fcec
  • editor.foreground#4f5d14
  • editor.lineHighlightBackground#dbe6a8
  • editorGroupHeader.tabsBackground#f2f6de
  • editorLineNumber.foreground#93ab26
  • list.activeSelectionBackground#93ab26
  • list.activeSelectionForeground#dbe6a8
  • list.activeSelectionIconForeground#4f5d14
  • list.inactiveSelectionBackground#dbe6a8
  • list.inactiveSelectionForeground#4f5d14
  • sideBar.background#f0f4df
  • sideBar.foreground#4f5d14
  • statusBar.background#e7ebd4
  • statusBar.debuggingBackground#93ab26
  • statusBar.debuggingForeground#dbe6a8
  • statusBar.foreground#4f5d14
  • tab.activeBackground#dbe6a8
  • tab.inactiveBackground#f9fcec
  • tab.inactiveForeground#a4ad80
  • titleBar.activeBackground#f0f4df
  • titleBar.inactiveBackground#f9fcec

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#ab2647italic
string#4a9b27
invalid.illegal#FF5733
keyword.operator#4f5d14
keyword, storage#4f5d14bold
storage.type, support.type#4f5d14
constant.language, support.constant, variable.language#4f5d14
variable, support.variable#4f5d14
entity.name.function, support.function#4f5d14bold
entity.name.type, entity.other.inherited-class, support.class#4f5d14bold
entity.name.exception#FF5733
entity.name.section#4f5d14bold
constant.numeric, constant.character, constant#4f5d14
constant.character.escape#4f5d14
string.regexp#4a9b27
constant.other.symbol#4a9b27
punctuation#4f5d14
markup.quote#4a9b27
markup.inline.raw#4a9b27italic

Shiki preview

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

Loading...

fictorial-light-green - Coding Theme