All Projects → fcpg → Vim Orbital

fcpg / Vim Orbital

Dark blue base16 theme for 256-color terminals

Projects that are alternatives of or similar to Vim Orbital

Pywal
🎨 Generate and change color-schemes on the fly.
Stars: ✭ 5,889 (+10416.07%)
Mutual labels:  colorscheme
Tf rgb lab
TensorFlow module for RGB (from / to) LAB color-space conversion.
Stars: ✭ 30 (-46.43%)
Mutual labels:  colorscheme
Onehalf
Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more.
Stars: ✭ 974 (+1639.29%)
Mutual labels:  colorscheme
Apprentice
A dark, low-contrast, Vim colorscheme.
Stars: ✭ 688 (+1128.57%)
Mutual labels:  colorscheme
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-83.93%)
Mutual labels:  colorscheme
Elrodeo Vim Colorscheme
Dark low-contrast color scheme for Vim
Stars: ✭ 32 (-42.86%)
Mutual labels:  colorscheme
Vim Colortemplate
The Toolkit for Vim Color Scheme Designers!
Stars: ✭ 535 (+855.36%)
Mutual labels:  colorscheme
Nord Konsole
An arctic, north-bluish clean and elegant Konsole color scheme.
Stars: ✭ 56 (+0%)
Mutual labels:  colorscheme
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-64.29%)
Mutual labels:  colorscheme
Arcadia
Vim Colorscheme
Stars: ✭ 35 (-37.5%)
Mutual labels:  colorscheme
Wal
🎨 Generate and change colorschemes on the fly. Deprecated, use pywal instead. -->
Stars: ✭ 689 (+1130.36%)
Mutual labels:  colorscheme
Tender.vim
A 24bit colorscheme for Vim, Airline and Lightline
Stars: ✭ 816 (+1357.14%)
Mutual labels:  colorscheme
Iosvkem
Because what the world needs is yet another vim colourscheme
Stars: ✭ 34 (-39.29%)
Mutual labels:  colorscheme
Nord Iterm2
An arctic, north-bluish clean and elegant iTerm2 color scheme.
Stars: ✭ 651 (+1062.5%)
Mutual labels:  colorscheme
Vim Dichromatic
A dark Vim colorscheme for color blind vimmers. But not only.
Stars: ✭ 52 (-7.14%)
Mutual labels:  colorscheme
Nord Tmux
An arctic, north-bluish clean and elegant tmux color theme.
Stars: ✭ 567 (+912.5%)
Mutual labels:  colorscheme
Vim Monokai Phoenix
Monokai Phoenix Theme for Vim
Stars: ✭ 31 (-44.64%)
Mutual labels:  colorscheme
Swatch.vim
work with hex color codes and make your own vim colorschemes easily and quickly
Stars: ✭ 57 (+1.79%)
Mutual labels:  colorscheme
Daycula Vim
A dark, vivid and calming colorscheme for Vim
Stars: ✭ 52 (-7.14%)
Mutual labels:  colorscheme
Leonardo
Generate colors based on a desired contrast ratio
Stars: ✭ 973 (+1637.5%)
Mutual labels:  colorscheme

Orbital

Orbital colorscheme for Vim:

  • Base16 theme for the standard 256-color palette of most terminals
  • Terminal & GUI support
  • Simple, clean code created with RNB
  • Airline, Lightline & CtrlP support out-of-the-box

Screenshots

Taken on minTTY with Office Code Pro font:

Palette

orbital_palette

Hex Term
#000000 0
#262626 235
#5f5f5f 59
#949494 246
#bcbcbc 250
#e4e4e4 254
#ffd7af 223
#d7af87 180
#af875f 137
#5f87d7 68
#5f87af 67
#87afd7 110
#5fafff 75
#0087d7 32
#005faf 25
#0000d7 20

Installation

  1. Install the bundle:
  • Pathogen - git clone https://github.com/fcpg/vim-orbital ~/.vim/bundle/vim-orbital
  • NeoBundle - NeoBundle 'fcpg/vim-orbital'
  • Vundle - Plugin 'fcpg/vim-orbital'
  • Plug - Plug 'fcpg/vim-orbital'
  • manual - copy all of the files into your ~/.vim directory
  1. Append the following line to your .vimrc file:
colorscheme orbital

FAQ

  • How do I customize colors?
    • Either edit the 'colors/orbital.vim' file (it's plain vim 'highlight' commands), if you don't mind merging when pulling/updating;
    • Or override with autocommands in you .vimrc:
augroup myBetterColors
  au!
  autocmd ColorScheme *  hi! Number ctermfg=103
augroup END
  • Some weird chars show up in my status line!
    Check vim help for 'fillchars': :h 'fcs. The lightline theme use the 'stl' char in 'fillchars' if it is defined; unset it in your .vimrc to turn on the "solid" status line.

Other Themes

License

Attribution-ShareAlike 4.0 Int.

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].