A collection of color schemes with minimal amount of highlighting for Vim. Based on rubber-theme for VSCode.
Inspired by the same premise of the alabaster color scheme for Sublime Text it defines just four classes:
- Strings
- Known constants (numbers, symbols, booleans)
- Comments
- Functions
- rubber
- rubber-owl
Using vim-plug
Plug 'VonHeikemen/rubber-themes.vim'
" For vim > 8
if (has("termguicolors"))
set termguicolors
endif
" For Neovim 0.1.3 and 0.1.4
let $NVIM_TUI_ENABLE_TRUE_COLOR=1
syntax enable
colorscheme rubber
- rubber
background: #21252B
- rubber-owl
background: #011627