All Projects → romainl → Vim Rnb

romainl / Vim Rnb

Licence: mit
RNB, a Vim colorscheme template

Projects that are alternatives of or similar to Vim Rnb

disco.vim
A full set of 2-, 8-, 16-, 88-, 256-, and GUI-color-compatible Vim colors.
Stars: ✭ 53 (-49.52%)
Mutual labels:  colorscheme, vim-colorscheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+165.71%)
Mutual labels:  vim-colorscheme, colorscheme
jay
Yet another Vim colorscheme on GitHub. Inspired by Molokai.
Stars: ✭ 35 (-66.67%)
Mutual labels:  colorscheme, vim-colorscheme
aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (+43.81%)
Mutual labels:  colorscheme, vim-colorscheme
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-91.43%)
Mutual labels:  vim-colorscheme, colorscheme
vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (-36.19%)
Mutual labels:  colorscheme, vim-colorscheme
Vim Dogrun
🐶 A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.
Stars: ✭ 261 (+148.57%)
Mutual labels:  vim-colorscheme, colorscheme
Vim Snazzy
Elegant vim theme with bright colors.
Stars: ✭ 252 (+140%)
Mutual labels:  vim-colorscheme, colorscheme
Photon.vim
An elegant pair of Vim colour schemes with minimal syntax highlighting that care about the little details.
Stars: ✭ 98 (-6.67%)
Mutual labels:  vim-colorscheme, colorscheme
Night Owl.vim
A 24bit dark Vim colorscheme based on sdras/night-owl-vscode-theme
Stars: ✭ 349 (+232.38%)
Mutual labels:  vim-colorscheme, colorscheme
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (-4.76%)
Mutual labels:  colorscheme, vim-colorscheme
Shirotelin
shirotelin is Ultimate standard light colorscheme for Vim and Neovim!
Stars: ✭ 69 (-34.29%)
Mutual labels:  vim-colorscheme, colorscheme
sourcerer.vim
vim colorscheme
Stars: ✭ 42 (-60%)
Mutual labels:  colorscheme, vim-colorscheme
aurora
24-bit dark theme for (Neo)vim. Optimized for treesitter, LSP.
Stars: ✭ 141 (+34.29%)
Mutual labels:  colorscheme, vim-colorscheme
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-68.57%)
Mutual labels:  colorscheme, vim-colorscheme
Tokyonight Vim
A clean, dark vim colorscheme that celebrates the lights of downtown Tokyo at night, based on a VSCode theme by enkia with the same name
Stars: ✭ 256 (+143.81%)
Mutual labels:  vim-colorscheme, colorscheme
Kuroi.vim
A dark Vim colorscheme
Stars: ✭ 174 (+65.71%)
Mutual labels:  vim-colorscheme, colorscheme
Onedark.vim
A dark Vim/Neovim color scheme inspired by Atom's One Dark syntax theme.
Stars: ✭ 3,136 (+2886.67%)
Mutual labels:  vim-colorscheme, colorscheme
Spacecamp
🔭 Vim colors for the final frontier
Stars: ✭ 288 (+174.29%)
Mutual labels:  vim-colorscheme, colorscheme
Daycula Vim
A dark, vivid and calming colorscheme for Vim
Stars: ✭ 52 (-50.48%)
Mutual labels:  vim-colorscheme, colorscheme

Vim-RNB, a Vim colorscheme template

What is this thing?

RNB is a template designed to help vimmers create their own colorschemes without much effort.

In reality, Vim colorschemes are not that hard to write but there are several benefits to using a template such as RNB:

  • you can define/modify variables once instead of messing around with potentially botched substitutions,
  • you can distribute a lean colorscheme, free from unnecessary logic,
  • you can distribute the source alongside the colorscheme, making it easy for your users to experiment and adapt your colorscheme to their needs,
  • you can focus on the design of your colorscheme rather than its implementation,
  • you can start working on new colorscheme ideas very easily.

What do I need to use it?

ERB, the templating engine used here, is part of Ruby's standard library so you will need Ruby to generate your colorscheme. Neither ERB nor Ruby knowledge is required, though.

How do I use it?

The process is divided in five steps:

  1. rename colors/rnb.erb to colors/name_of_your_colorscheme.erb,
  2. start by editing your colorscheme's information,
  3. define your colors,
  4. define your highlight groups and links,
  5. and generate your colorscheme (refer how to generate).

Steps 2 to 5 are thoroughly described in the colorscheme template itself in an effort to make it portable: if you ever decide to distribute your colorscheme you can simply package the template with it.

Necessary Tool:

you need to have ruby installed before get started:

  • apt (Debian or Ubuntu): sudo apt install ruby
  • pacman (Arch Linux): sudo pacman -S ruby
  • Homebrew (macOS): brew install ruby
  • FreeBSD: pkg install ruby

Built with RNB

The following colorschemes are known to be built with RNB:

TODO

  • README.md template
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].