All Projects → fcpg → Vim Fahrenheit

fcpg / Vim Fahrenheit

Dark, warm base16 Vim theme for 256-color terminals

Projects that are alternatives of or similar to Vim Fahrenheit

Tender.vim
A 24bit colorscheme for Vim, Airline and Lightline
Stars: ✭ 816 (+1049.3%)
Mutual labels:  colorscheme
Arcadia
Vim Colorscheme
Stars: ✭ 35 (-50.7%)
Mutual labels:  colorscheme
Vim Orbital
Dark blue base16 theme for 256-color terminals
Stars: ✭ 56 (-21.13%)
Mutual labels:  colorscheme
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-71.83%)
Mutual labels:  colorscheme
Iosvkem
Because what the world needs is yet another vim colourscheme
Stars: ✭ 34 (-52.11%)
Mutual labels:  colorscheme
Vim Dichromatic
A dark Vim colorscheme for color blind vimmers. But not only.
Stars: ✭ 52 (-26.76%)
Mutual labels:  colorscheme
Wal
🎨 Generate and change colorschemes on the fly. Deprecated, use pywal instead. -->
Stars: ✭ 689 (+870.42%)
Mutual labels:  colorscheme
Vim Archery
🎯 Vim colorscheme inspired by Arch Linux colors
Stars: ✭ 64 (-9.86%)
Mutual labels:  colorscheme
Leonardo
Generate colors based on a desired contrast ratio
Stars: ✭ 973 (+1270.42%)
Mutual labels:  colorscheme
Swatch.vim
work with hex color codes and make your own vim colorschemes easily and quickly
Stars: ✭ 57 (-19.72%)
Mutual labels:  colorscheme
Tf rgb lab
TensorFlow module for RGB (from / to) LAB color-space conversion.
Stars: ✭ 30 (-57.75%)
Mutual labels:  colorscheme
Elrodeo Vim Colorscheme
Dark low-contrast color scheme for Vim
Stars: ✭ 32 (-54.93%)
Mutual labels:  colorscheme
Daycula Vim
A dark, vivid and calming colorscheme for Vim
Stars: ✭ 52 (-26.76%)
Mutual labels:  colorscheme
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-87.32%)
Mutual labels:  colorscheme
Colibri.vim
A subtle, elegant color scheme for vim.
Stars: ✭ 62 (-12.68%)
Mutual labels:  colorscheme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+954.93%)
Mutual labels:  colorscheme
Onehalf
Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more.
Stars: ✭ 974 (+1271.83%)
Mutual labels:  colorscheme
Shirotelin
shirotelin is Ultimate standard light colorscheme for Vim and Neovim!
Stars: ✭ 69 (-2.82%)
Mutual labels:  colorscheme
Nord Xcode
An arctic, north-bluish clean and elegant Xcode color theme.
Stars: ✭ 63 (-11.27%)
Mutual labels:  colorscheme
Nord Konsole
An arctic, north-bluish clean and elegant Konsole color scheme.
Stars: ✭ 56 (-21.13%)
Mutual labels:  colorscheme

Fahrenheit

Fahrenheit 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

fahrenheit_palette

Hex Term
#ffffff 15
#ffffd7 230
#ffd7af 223
#d7af87 180
#af875f 137
#d7875f 173
#ffaf5f 215
#ffd787 222
#ffd75f 221
#d75f00 166
#870000 88
#875f5f 95
#5f87af 67
#a8a8a8 248
#262626 235
#000000 0

Installation

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

FAQ

  • How do I customize colors?
    • Either edit the 'colors/fahrenheit.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.

Resources

  • Included in this repo ('misc' subdir):
    • Shell script for terminal settings (generic OSC commands)
    • .Xresources
    • .minttyrc
    • .dir_colors
  • iTerm2 colorscheme

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