Skip to main content
Coding Theme

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#181818
  • activityBar.foreground#FFFFFF
  • activityBarBadge.background#FF69B4
  • button.background#333333
  • button.hoverBackground#444444
  • editor.background#1E1E1E
  • editor.foreground#FFFFFF
  • editor.lineHighlightBackground#252525
  • editor.selectionBackground#333333
  • editor.wordHighlightBackground#2A2A2A
  • editorCursor.foreground#FFD700
  • editorIndentGuide.activeBackground#4B4B4B
  • editorIndentGuide.background#323232
  • editorLineNumber.foreground#666666
  • editorWhitespace.foreground#3B3B3B
  • panel.background#1E1E1E
  • sideBar.background#1C1C1C
  • sideBar.foreground#E0E0E0
  • statusBar.background#1B1B1B
  • statusBar.foreground#FFFFFF
  • tab.activeBackground#242424
  • tab.activeForeground#FFFFFF
  • tab.inactiveBackground#1C1C1C
  • tab.inactiveForeground#A6A6A6
  • terminal.background#1B1B1B
  • terminal.foreground#FFFFFF
  • titleBar.activeBackground#1B1B1B

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#888888
keyword#FF5555
string#FFB86C
number, constant#FFD700
variable, parameter#50FA7B
function, method#66CCFF
type, class, interface#9370DB
decorator, attribute, tag#FF69B4
operator, punctuation#CCCCCC

Shiki preview

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

Loading...

Pink Themes Collection - Coding Theme