Skip to main content
CodingTheme

Color themes

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#1E1E1E
  • editor.background#121212
  • editor.foreground#E0E0E0
  • editor.inactiveSelectionBackground#2A2A2A
  • editor.lineHighlightBackground#1E1E1E
  • editor.selectionBackground#333333
  • editorCursor.foreground#FF4500
  • editorLineNumber.activeForeground#FF4500
  • editorLineNumber.foreground#8A8A8A
  • sideBar.background#1A1A1A
  • statusBar.background#1E1E1E
  • tab.activeBackground#333333
  • tab.border#1E1E1E
  • tab.inactiveBackground#121212

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, string.comment#8A8A8A
variable, variable.other, variable.language#FF4500
keyword#FF6347
string#32CD32
constant.numeric#FFD700
entity.name.function#1E90FF
variable.parameter#FF69B4
storage.type#FF4500
entity.name.type#7B68EE

Shiki preview

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

Loading...

Ufo Theme by wendreof - VS Code Theme