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#E1ECF9
  • activityBar.foreground#A9A9A9
  • activityBarBadge.background#A9A9A9
  • editor.lineHighlightBackground#add8e6
  • editor.selectionBackground#94c6f7
  • settings.checkboxBorder#A9A9A9
  • settings.dropdownBorder#A9A9A9
  • settings.numberInputBorder#A9A9A9
  • settings.textInputBorder#A9A9A9
  • statusBar.background#999999
  • statusBar.debuggingBackground#FF4500
  • statusBar.noFolderBackground#999999
  • terminal.background#012456
  • terminal.foreground#F5F5F5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#000000
comment, punctuation.definition.comment#006400italic
comment.block.preprocessor#006400
comment.documentation, comment.block.documentation#006400
invalid.deprecated
invalid.illegal#660000
keyword.operator#A9A9A9
keyword, storage#00008B
storage.type, support.type#00008B
constant.language, support.constant, variable.language#008080
property, variable.other.property, variable.other.property.powershell#2d2e45
variable, support.variable, punctuation.definition.variable.powershell, variable.other.readwrite.powershell#FF4500
entity.name.function, support.function#0000FF
entity.name.type, entity.other.inherited-class, support.class#7A3E9D
entity.name.exception#660000
entity.name.section
constant.numeric, constant.character, constant#800080
string#8B0000
constant.character.escape#8B0000
string.regexp#8B0000
constant.other.symbol#8B0000
punctuation#000000

Shiki preview

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

Loading...

PowerShell - Coding Theme