Dark retro base16 theme for gvim and 24-bit color terminals
Find a file
2025-01-18 15:55:17 +01:00
autoload fix typo in airline theme 2017-10-09 09:48:49 +02:00
colors Make ColorColumn and CursorColumn visible 2017-10-18 23:21:26 -04:00
img README 2017-10-06 08:07:48 +02:00
misc Initial commit 2017-10-02 15:52:23 +02:00
README.md Updated palette section 2025-01-18 15:55:17 +01:00

Far Out

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

    the quick brown fox jumps over the lazy dog

  • #E0CCAE

    the quick brown fox jumps over the lazy dog

  • #A4896F

    the quick brown fox jumps over the lazy dog

  • #A4895C

    the quick brown fox jumps over the lazy dog

  • #66292F

    the quick brown fox jumps over the lazy dog

  • #8A4B53

    the quick brown fox jumps over the lazy dog

  • #BF472C

    the quick brown fox jumps over the lazy dog

  • #D47D49

    the quick brown fox jumps over the lazy dog

  • #F2A766

    the quick brown fox jumps over the lazy dog

  • #A67458

    the quick brown fox jumps over the lazy dog

  • #6B4035

    the quick brown fox jumps over the lazy dog

  • #291916

    the quick brown fox jumps over the lazy dog

  • #1F1311

    the quick brown fox jumps over the lazy dog

  • #0F0908

    the quick brown fox jumps over the lazy dog

Installation

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

Other Themes

License

Attribution-ShareAlike 4.0 Int.