Dim (/dɪm/; a contraction of Default IMproved) is a clone of Vim’s default colorscheme, with some improvements.
Dim (/dɪm/; a contraction of Default IMproved) is a clone of Vim’s default colorscheme, with some improvements:
Dim comes with Grim: a monochrome version that limits syntax coloring to grayscales.
git clone --branch 1.x [email protected]:jeffkreeftmeijer/vim-dim.git ~/.vim/pack/plugins/start/vim-dim
After installing, set your
:colorschemeto
dimor
grim.
" ~/.vimrc colorscheme dim
Dim adheres to semantic versioning, meaning it'll try to keep backwards compatibility in minor and patch releases. In short:
Since Vim's plugin manager doesn't allow specifying version ranges, Dim provides "pessimistic versioning branches" itself to allow users to lock to a specific version range:
1.xis updated for every released version in the 1.x range (
~> 1.0or
>= 1.0.0 and < 2.0.0)
1.1is updated for every released version in the 1.1.x range (
~> 1.1.0or
>= 1.1.0 and < 1.2.0)
To install the latest version in the 1.x range, clone Dim's
1.xbranch:
git clone --branch 1.x [email protected]:jeffkreeftmeijer/vim-dim.git ~/.vim/pack/plugins/start/vim-dim
When updating through
git pulllater, Dim will be updated to any new version, but not to 2.x.
| |
colorscheme default|
colorscheme dim| |---------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|-------------------------------------------------------| | wwdc16.terminal |