Skip to content

mgmeyers/vscode-markdown-writer-theme

Repository files navigation

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

Light 01

"markdown-writer-theme.light.accentColor": "#0094f0",
"markdown-writer-theme.light.backgroundColor": "#f4f6f6",
"markdown-writer-theme.light.foregroundColor": "#005661",

Light 02

"markdown-writer-theme.light.accentColor": "#5842ff",
"markdown-writer-theme.light.backgroundColor": "#f2f1f8",
"markdown-writer-theme.light.foregroundColor": "#0c006b",

Light 03

"markdown-writer-theme.light.accentColor": "#e64100",
"markdown-writer-theme.light.backgroundColor": "#fef8ec",
"markdown-writer-theme.light.foregroundColor": "#005661",

Dark

Dark 01

"markdown-writer-theme.dark.accentColor": "#d3b692",
"markdown-writer-theme.dark.backgroundColor": "#07273b",
"markdown-writer-theme.dark.foregroundColor": "#becfda",

Dark 02

"markdown-writer-theme.dark.accentColor": "#d67e5c",
"markdown-writer-theme.dark.backgroundColor": "#322a2d",
"markdown-writer-theme.dark.foregroundColor": "#cbbec2",

Dark 03

"markdown-writer-theme.dark.accentColor": "#d3b692",
"markdown-writer-theme.dark.backgroundColor": "#1b2932",
"markdown-writer-theme.dark.foregroundColor": "#c5cdd3",

Dark 04

"markdown-writer-theme.dark.accentColor": "#e4b781",
"markdown-writer-theme.dark.backgroundColor": "#052529",
"markdown-writer-theme.dark.foregroundColor": "#b2cacd",

Dark 05

"markdown-writer-theme.dark.accentColor": "#e4b781",
"markdown-writer-theme.dark.backgroundColor": "#031417",
"markdown-writer-theme.dark.foregroundColor": "#b2cacd",

Dark 06

"markdown-writer-theme.dark.accentColor": "#d67e5c",
"markdown-writer-theme.dark.backgroundColor": "#062e32",
"markdown-writer-theme.dark.foregroundColor": "#b2cacd",

Dark 07

"markdown-writer-theme.dark.accentColor": "#e4b781",
"markdown-writer-theme.dark.backgroundColor": "#292640",
"markdown-writer-theme.dark.foregroundColor": "#c5c2d6",

Dark 08

"markdown-writer-theme.dark.accentColor": "#e4b781",
"markdown-writer-theme.dark.backgroundColor": "#30243d",
"markdown-writer-theme.dark.foregroundColor": "#ccbfd9",

About

Minimalist vscode themes for writing markdown.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published