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#120A0F
  • button.background#FF4D6D
  • button.foreground#FFFFFF
  • button.hoverBackground#FF6B88
  • editor.background#140C11
  • editor.foreground#FFECEF
  • editor.lineHighlightBackground#1E1218
  • editor.selectionBackground#2A1821
  • editorCursor.foreground#FF4D6D
  • editorLineNumber.foreground#7A4E5A
  • panel.background#120A0F
  • sideBar.background#140C11
  • statusBar.background#120A0F
  • titleBar.activeBackground#140C11

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8A5A66italic
keyword#FF4D6D
string#FF8FA3
function#FF758F
type#FFB3C1
number#FFD6A5
constant#FF6F91
variable#FFECEF
storage#FF5370