Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Vellum ThemeNew to Visual Studio Code? Get it now.
Vellum Theme

Vellum Theme

seokmin

|
8 installs
| (1) | Free
Warm ivory parchment meets material high contrast dark. Two extremes, one identity.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vellum Theme

A curated collection of 8 VS Code themes — from warm parchment lights to deep contrast darks — with live color customization.


Themes

Light

Theme Style
Ivory Light Warm ivory parchment tones, easy on the eyes
Sky Light Cool sky-blue accents on a clean white base
Pink Blossom Soft rose accents with a gentle warm background

Dark

Theme Style
Material Default High Contrast Material Design, high contrast black
Nord Arctic, blue-tinted palette
One Dark Atom-inspired balanced dark
Dracula Purple-accented dark classic
Monokai Vibrant syntax on dark background

Installation

From Marketplace

  1. VS Code Extensions 패널 (Cmd+Shift+X)에서 Vellum Theme 검색
  2. Install 클릭

From VSIX

code --install-extension vellum-theme-0.1.0.vsix

Build from Source

pnpm install
pnpm run compile
pnpm run package
code --install-extension vellum-theme-*.vsix

Applying a Theme

Cmd+K Cmd+T (Mac) / Ctrl+K Ctrl+T (Windows/Linux) → 목록에서 선택:

  • Ivory Light
  • Sky Light
  • Pink Blossom
  • Material Default High Contrast
  • Nord
  • One Dark
  • Dracula
  • Monokai

Customization

Command Palette

  1. Cmd+Shift+P → Vellum Theme: Customize Colors
  2. 변경할 항목 선택:
    • Accent Color — 상태바, 배지, 버튼
    • Background Color — 에디터 배경
    • Keyword Color — if, const, return 등
    • String Color — 문자열 리터럴
    • Function Color — 함수/메서드 이름
  3. Hex 색상 코드 입력 (예: #FF5370)

settings.json

{
  // Example: Sky Light customization
  "vellumTheme.skyLight.accentColor": "#64A3F8",
  "vellumTheme.skyLight.backgroundColor": "#F5F9FD",
  "vellumTheme.skyLight.keywordColor": "#1565C0",
  "vellumTheme.skyLight.stringColor": "#2E7D32",
  "vellumTheme.skyLight.functionColor": "#6A1B9A",

  // Example: Pink Blossom customization
  "vellumTheme.pinkBlossom.accentColor": "#E08BAB",
  "vellumTheme.pinkBlossom.backgroundColor": "#FDF5F7",
  "vellumTheme.pinkBlossom.keywordColor": "#AD1457",
  "vellumTheme.pinkBlossom.stringColor": "#2E7D32",
  "vellumTheme.pinkBlossom.functionColor": "#4527A0"
}

Fine-grained Overrides

{
  "workbench.colorCustomizations": {
    "[Sky Light]": {
      "editor.background": "#F0F5FF",
      "statusBar.background": "#5B99E6"
    }
  },
  "editor.tokenColorCustomizations": {
    "[Pink Blossom]": {
      "textMateRules": [
        {
          "scope": ["variable.parameter"],
          "settings": { "foreground": "#9C3B6B", "fontStyle": "italic" }
        }
      ]
    }
  }
}

Reset

Cmd+Shift+P → Vellum Theme: Reset to Defaults


Configuration Reference

Ivory Light

Key Default Description
vellumTheme.ivory.accentColor #8B7355 Accent
vellumTheme.ivory.backgroundColor #FDFAF3 Background
vellumTheme.ivory.keywordColor #7C3F00 Keywords
vellumTheme.ivory.stringColor #2D6A4F Strings
vellumTheme.ivory.functionColor #1A5276 Functions

Sky Light

Key Default Description
vellumTheme.skyLight.accentColor #7BB5E8 Accent
vellumTheme.skyLight.backgroundColor #F5F9FD Background
vellumTheme.skyLight.keywordColor #1565C0 Keywords
vellumTheme.skyLight.stringColor #2E7D32 Strings
vellumTheme.skyLight.functionColor #6A1B9A Functions

Pink Blossom

Key Default Description
vellumTheme.pinkBlossom.accentColor #E08BAB Accent
vellumTheme.pinkBlossom.backgroundColor #FDF5F7 Background
vellumTheme.pinkBlossom.keywordColor #AD1457 Keywords
vellumTheme.pinkBlossom.stringColor #2E7D32 Strings
vellumTheme.pinkBlossom.functionColor #4527A0 Functions

Material Default High Contrast

Key Default Description
vellumTheme.materialDefaultHC.accentColor #82AAFF Accent
vellumTheme.materialDefaultHC.backgroundColor #000000 Background
vellumTheme.materialDefaultHC.keywordColor #FF5370 Keywords
vellumTheme.materialDefaultHC.stringColor #C3E88D Strings
vellumTheme.materialDefaultHC.functionColor #82AAFF Functions

Nord

Key Default Description
vellumTheme.nord.accentColor #88C0D0 Accent
vellumTheme.nord.backgroundColor #2E3440 Background
vellumTheme.nord.keywordColor #81A1C1 Keywords
vellumTheme.nord.stringColor #A3BE8C Strings
vellumTheme.nord.functionColor #88C0D0 Functions

One Dark

Key Default Description
vellumTheme.oneDark.accentColor #61AFEF Accent
vellumTheme.oneDark.backgroundColor #282C34 Background
vellumTheme.oneDark.keywordColor #C678DD Keywords
vellumTheme.oneDark.stringColor #98C379 Strings
vellumTheme.oneDark.functionColor #61AFEF Functions

Dracula

Key Default Description
vellumTheme.dracula.accentColor #BD93F9 Accent
vellumTheme.dracula.backgroundColor #282A36 Background
vellumTheme.dracula.keywordColor #FF79C6 Keywords
vellumTheme.dracula.stringColor #F1FA8C Strings
vellumTheme.dracula.functionColor #50FA7B Functions

Monokai

Key Default Description
vellumTheme.monokai.accentColor #F92672 Accent
vellumTheme.monokai.backgroundColor #272822 Background
vellumTheme.monokai.keywordColor #F92672 Keywords
vellumTheme.monokai.stringColor #E6DB74 Strings
vellumTheme.monokai.functionColor #A6E22E Functions

Development

pnpm run compile   # TypeScript compile
pnpm run watch     # Watch mode
pnpm run lint      # ESLint
pnpm run package   # Build .vsix

Supported Languages

JavaScript, TypeScript, Python, Rust, Go, Java, C/C++, HTML, CSS, JSON, Markdown, YAML, Shell, and all languages using VS Code TextMate grammars.


License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft