I wanted a monochrome (n)vim colorscheme that used a transparent background with softer tones. Too many of them used bolds and bright whites excessively. Apparently that's not a thing, so I made this.
This colorscheme supports a light background. Set your background accordingly prior to declaring the colorscheme:
set background=dark " or light
colorscheme ascetic
Note: The background will default to transparent, this can make the colorscheme not work if your default background is dark, but you set the colorscheme to light without setting
g:ascetic_transparent_bg=0.


let g:ascetic_transparent_bg = 0
let g:ascetic_accent_colors = 0
let g:ascetic_highlight_strings = 1
15 commits
2 commits
Vim Script
100.0%
I wanted a monochrome (n)vim colorscheme that used a transparent background with softer tones. Too many of them used bolds and bright whites excessively. Apparently that's not a thing, so I made this.
This colorscheme supports a light background. Set your background accordingly prior to declaring the colorscheme:
set background=dark " or light
colorscheme ascetic
Note: The background will default to transparent, this can make the colorscheme not work if your default background is dark, but you set the colorscheme to light without setting
g:ascetic_transparent_bg=0.


let g:ascetic_transparent_bg = 0
let g:ascetic_accent_colors = 0
let g:ascetic_highlight_strings = 1
15 commits
2 commits
Vim Script
100.0%