2.5 KiB
2.5 KiB
FarOut colorscheme for Vim:
- Base16 theme for gvim and terminals supporting 24-bit colors
- Simple, clean code created with RNB
- Airline, Lightline & CtrlP support out-of-the-box
- That theme is so far out, can you dig it man?
Screenshots
Taken on minTTY with Office Code Pro font:
Palette
#F2DDBC
#E0CCAE
#A4896F
#A4895C
#66292F
#8A4B53
#BF472C
#D47D49
#F2A766
#A67458
#6B4035
#291916
#1F1311
#0F0908
Installation
- Install the bundle:
- Pathogen -
git clone https://github.com/fcpg/vim-farout ~/.vim/bundle/vim-farout
- NeoBundle -
NeoBundle 'fcpg/vim-farout'
- Vundle -
Plugin 'fcpg/vim-farout'
- Plug -
Plug 'fcpg/vim-farout'
- manual - copy all files into your
~/.vim
directory
- Append the following line to your .vimrc file:
colorscheme farout
FAQ
- How do I customize colors?
- Either edit the 'colors/farout.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 guifg=#707070
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.
Resources
- Included in this repo ('misc' subdir):
- Shell script for terminal settings (generic OSC commands)
- .Xresources
- .minttyrc
- .dir_colors