Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Dark, warm base16 Vim theme for 256-color terminals

NotificationsYou must be signed in to change notification settings

fcpg/vim-fahrenheit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fahrenheit

Fahrenheit colorscheme for Vim:

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

Screenshots

Taken on minTTY with Office Code Pro font:

Palette

fahrenheit_palette

HexTerm
#ffffff15
#ffffd7230
#ffd7af223
#d7af87180
#af875f137
#d7875f173
#ffaf5f215
#ffd787222
#ffd75f221
#d75f00166
#87000088
#875f5f95
#5f87af67
#a8a8a8248
#262626235
#0000000

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:
augroupmyBetterColorsau!autocmdColorScheme*hi!Number ctermfg=103augroupEND
  • 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.

About

Dark, warm base16 Vim theme for 256-color terminals

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp