Markdown Writer
Minimalist themes for writing markdown. There are two variants: light
and dark
. Each variant is controlled by three customizable color settings: foregroundColor
, backgroundColor
, and accentColor
.
This theme was built for my own needs. Notice an issue or anything missing? Feel free to open an issue or make a pull request!
Examples
Here are some of my favorite eye-friendly color combos taken from the Noctis themes
Input Mono Narrow is the font used in all screenshots below
Light
"markdown-writer-theme.light.accentColor": "#0094f0",
"markdown-writer-theme.light.backgroundColor": "#f4f6f6",
"markdown-writer-theme.light.foregroundColor": "#005661",
"markdown-writer-theme.light.accentColor": "#5842ff",
"markdown-writer-theme.light.backgroundColor": "#f2f1f8",
"markdown-writer-theme.light.foregroundColor": "#0c006b",
"markdown-writer-theme.light.accentColor": "#e64100",
"markdown-writer-theme.light.backgroundColor": "#fef8ec",
"markdown-writer-theme.light.foregroundColor": "#005661",
Dark
"markdown-writer-theme.dark.accentColor": "#d3b692",
"markdown-writer-theme.dark.backgroundColor": "#07273b",
"markdown-writer-theme.dark.foregroundColor": "#becfda",
"markdown-writer-theme.dark.accentColor": "#d67e5c",
"markdown-writer-theme.dark.backgroundColor": "#322a2d",
"markdown-writer-theme.dark.foregroundColor": "#cbbec2",
"markdown-writer-theme.dark.accentColor": "#d3b692",
"markdown-writer-theme.dark.backgroundColor": "#1b2932",
"markdown-writer-theme.dark.foregroundColor": "#c5cdd3",
"markdown-writer-theme.dark.accentColor": "#e4b781",
"markdown-writer-theme.dark.backgroundColor": "#052529",
"markdown-writer-theme.dark.foregroundColor": "#b2cacd",
"markdown-writer-theme.dark.accentColor": "#e4b781",
"markdown-writer-theme.dark.backgroundColor": "#031417",
"markdown-writer-theme.dark.foregroundColor": "#b2cacd",
"markdown-writer-theme.dark.accentColor": "#d67e5c",
"markdown-writer-theme.dark.backgroundColor": "#062e32",
"markdown-writer-theme.dark.foregroundColor": "#b2cacd",
"markdown-writer-theme.dark.accentColor": "#e4b781",
"markdown-writer-theme.dark.backgroundColor": "#292640",
"markdown-writer-theme.dark.foregroundColor": "#c5c2d6",
"markdown-writer-theme.dark.accentColor": "#e4b781",
"markdown-writer-theme.dark.backgroundColor": "#30243d",
"markdown-writer-theme.dark.foregroundColor": "#ccbfd9",