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#f0f0f0
  • activityBar.foreground#4b96d7
  • activityBarBadge.background#4b96d7
  • activityBarBadge.foreground#eeeeee
  • editor.lineHighlightBackground#add8e6
  • editor.selectionBackground#94c6f7
  • scrollbarSlider.activeBackground#004972b8
  • scrollbarSlider.hoverBackground#004972b8
  • 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, keyword.control#A9A9A9
keyword, storage#ff00ef
storage.type, support.type#1818cb
constant.language, support.constant, variable.language#008080
property, variable.other.property, variable.other.property.powershell#2d2e45
support.variable, punctuation.definition.variable.powershell, variable.other.readwrite.powershell#FF4500
variable#000000
entity.name.function#666666
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
punctuation.definition.variable.powershell#ff00ef
constant.language.powershell#13c7ba

Shiki preview

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

Loading...

pwsh-theme-unofficial by TheTaylorLee - VS Code Theme