A colorscheme for vim. This is a vimscript port of the theme Rasmus.
Install the with your preferred package manager:
vim-plug
Plug 'ciancallaghan/rasmus.vim'
Enable the colorscheme:
colorscheme rasmus
To set rasmus to monochrome variant add to your vimrc:
let g:rasmus_variant = "monochrome"
Make sure to put it before you set the colorscheme, otherwise it wont work.
Since there are only a limited number of cterm colours it's recommended to set
termguicolors.
The theme works without but the colours used are just an approximation. If you
have a recommendation as to which colour fits better feel free to let me know.
- The original author of the rasmus theme.