https://github.com/vonheikemen/rubber-themes.vim
Collection of color schemes with minimal amount of highlighting for Vim.
https://github.com/vonheikemen/rubber-themes.vim
color-scheme vim
Last synced: 11 months ago
JSON representation
Collection of color schemes with minimal amount of highlighting for Vim.
- Host: GitHub
- URL: https://github.com/vonheikemen/rubber-themes.vim
- Owner: VonHeikemen
- License: mit
- Created: 2019-03-19T13:49:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T22:55:52.000Z (over 4 years ago)
- Last Synced: 2025-04-10T18:03:56.412Z (about 1 year ago)
- Topics: color-scheme, vim
- Language: Vim script
- Size: 163 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rubber themes
A collection of color schemes with minimal amount of highlighting for Vim. Based on [rubber-theme](https://github.com/apust/vscode-rubber-theme) for VSCode.
Inspired by the same premise of the [alabaster color scheme](https://github.com/tonsky/sublime-scheme-alabaster) for Sublime Text it defines just four classes:
- Strings
- Known constants (numbers, symbols, booleans)
- Comments
- Functions
## Getting Started
### Available themes
- rubber
- rubber-owl
### Installation
**Using** [vim-plug](https://github.com/junegunn/vim-plug)
```vim
Plug 'VonHeikemen/rubber-themes.vim'
```
### Activation
```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
```
## Screenshots
- rubber
**background:** #21252B
[base colors for terminal](https://github.com/VonHeikemen/rubber-themes.vim/blob/master/base-colors/rubber.yml)

- rubber-owl
**background:** #011627
[base colors for terminal](https://github.com/VonHeikemen/rubber-themes.vim/blob/master/base-colors/rubber-owl.yml)
