A warm, paper-like light theme for VS Code
Experience the feeling of writing with ink on slightly yellowed paper
Off-white background instead of harsh bright white
Dark brown to dark gray text colors, not too harsh
Designed to feel like readable handwritten text in a notebook
#F5F0E6
Warm paper color
#3A2E23
Ink-style dark brown
#854D2C
Deep brown (bold)
#7A5136
Brown tones
#9E9386
Pencil-gray (italic)
#A86434
Orange-brown
git clone https://github.com/kpab/vscode-paper-like-theme.git
cd vscode-paper-like-theme
npm run package
code --install-extension paper-notebook-light-0.0.1.vsix
For a more authentic notebook feel, add these font settings to your settings.json:
{
"editor.fontFamily": "'Iosevka', 'JetBrains Mono', 'Cascadia Code', Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.lineHeight": 22,
"editor.letterSpacing": 0.2,
"editor.renderLineHighlight": "line",
"editor.cursorBlinking": "smooth"
}