devShakib

Loading devShakib…

ds_blueprint

A blueprint theme for VS Code. Chalk lines on a navy drawing sheet. Free to use, with no account required.

Chalk lines on a navy drawing sheet, as a VS Code theme.

A drawing sheet after dark. Lines are chalk white and pale cyan, and the sparks are the colours a draughtsman marks a drawing up with: yellow for keywords, red pencil for types, green for strings, pink for numbers.

Blue is the ground here, so blue never carries a syntax role of its own — it would sink straight into the paper. That constraint is what keeps a blue theme from turning into a blur of blues.

Palette

rolecolourcontrast
keyword, storage, this#FFD47012.2:1 · italic
function, method#8FE6FF12.2:1
type, class, interface#FF9F858.6:1
string#A9E8BA12.2:1
number, constant#FF8AD88.1:1
property#A6C8EE9.9:1
annotation, decorator#B8A6FF8.1:1 · italic
variable#E4F0FF14.9:1
parameter#CADCF012.3:1 · italic
comment#86A6CB6.8:1 · italic

Italics are structural

Comments, keywords, storage, this, parameters, annotations and attributes are the things you skim past or read as scaffolding. Slanting them separates them without spending another colour.

Contrast is measured, not judged

tool/build_themes.py refuses to write the theme if any syntax colour, UI label or terminal colour falls below 4.5:1 on its own background, or if two roles a reader must tell apart sit too close together. The lowest here is the comment colour at 6.81:1.

Font

A theme cannot set your font — editor.fontFamily is a user setting. The italics are designed around Victor Mono, whose italic is cursive, but any monospace face with a real italic works:

"editor.fontFamily": "Victor Mono, JetBrains Mono, monospace",
"editor.fontSize": 15,
"editor.lineHeight": 1.7

The family

Six themes, each a different screen or medium, built the same way: one palette, contrast measured at build time, nothing below 4.5:1.

theme
ds_retrogreen CRT with colour sparks
ds_amberamber phosphor, warm and blue-free
ds_synthwaveneon on deep indigo
ds_paperink on warm paper — the light one
ds_blueprintchalk lines on a navy drawing sheet — this one
ds_noirsilver greys, one red, one gold

MIT licensed, source on GitHub, free like everything else here.