Git Product home page Git Product logo

vim-farout's Introduction

Far Out

FarOut colorscheme for Vim:

  • Base16 theme for gvim and terminals supporting 24-bit colors
  • Simple, clean code created with vim-rng
  • 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

farout_palette

Hex
#F2DDBC
#E0CCAE
#a4896f
#A4895C
#66292F
#8A4B53
#BF472C
#D47D49
#F2A766
#A67458
#6B4035
#291916
#1F1311
#0F0908

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'
  • 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.

vim-farout's People

Contributors

fcpg avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.