All Projects → rakr → Vim Two Firewatch

rakr / Vim Two Firewatch

A blend between duotone light and firewatch for atom

Labels

Projects that are alternatives of or similar to Vim Two Firewatch

Vim Powerline
Moved to powerline/powerline.
Stars: ✭ 2,880 (+734.78%)
Mutual labels:  viml
Vim Config
my vim config to share amongst my machines
Stars: ✭ 312 (-9.57%)
Mutual labels:  viml
Lavalamp
A text editor theme that visually differentiates languages.
Stars: ✭ 328 (-4.93%)
Mutual labels:  viml
Investigate.vim
A Vim plugin for looking up documentation
Stars: ✭ 282 (-18.26%)
Mutual labels:  viml
Vim Phpqa
PHP QA tools for Vim
Stars: ✭ 296 (-14.2%)
Mutual labels:  viml
Molokai
Molokai color scheme for Vim
Stars: ✭ 3,349 (+870.72%)
Mutual labels:  viml
Dotfiles
twerth
Stars: ✭ 274 (-20.58%)
Mutual labels:  viml
Vimroom
Simulating a vaguely WriteRoom-like environment in Vim.
Stars: ✭ 338 (-2.03%)
Mutual labels:  viml
Vim Buffet
IDE-like Vim tabline
Stars: ✭ 304 (-11.88%)
Mutual labels:  viml
Pear Tree
A Vim auto-pair plugin that supports multi-character pairs, intelligent matching, and more
Stars: ✭ 327 (-5.22%)
Mutual labels:  viml
Elm.vim
Vim plugin for the Elm programming language
Stars: ✭ 286 (-17.1%)
Mutual labels:  viml
Blamer.nvim
A git blame plugin for neovim inspired by VS Code's GitLens plugin
Stars: ✭ 283 (-17.97%)
Mutual labels:  viml
Vim Textobj Rubyblock
A custom text object for selecting ruby blocks.
Stars: ✭ 321 (-6.96%)
Mutual labels:  viml
Vim Stylus
Syntax Highlighting for Stylus
Stars: ✭ 277 (-19.71%)
Mutual labels:  viml
Vim2hs
vim2hs :: Vim -> Haskell
Stars: ✭ 332 (-3.77%)
Mutual labels:  viml
Dotfiles
My config files
Stars: ✭ 276 (-20%)
Mutual labels:  viml
Vim Dadbod Ui
Simple UI for https://github.com/tpope/vim-dadbod
Stars: ✭ 315 (-8.7%)
Mutual labels:  viml
Xterm Color Table.vim
All 256 xterm colors with their RGB equivalents, right in Vim!
Stars: ✭ 344 (-0.29%)
Mutual labels:  viml
Vim Misc
Miscellaneous auto-load Vim scripts
Stars: ✭ 334 (-3.19%)
Mutual labels:  viml
Taskpaper.vim
This package contains a syntax file and a file-type plugin for the simple format used by the TaskPaper application.
Stars: ✭ 325 (-5.8%)
Mutual labels:  viml

logo

Vim-Two-Firewatch Colorscheme

Vim-Two-Firewatch is a GUI and true color optimised colorscheme that gracefully adapts if your environment supports only 256 colors. It comes with a light and a dark variation.

It has been tested on a Mac NeoVim 0.1.4 and 0.1.5, Vim 7.4.1952 with iTerm2 (nightly build) This colorscheme has also a theme for Airline.

Why Two-Firewatch?

Simurai has created duotone themes for Atom.

DuoTone themes use only 2 hues (7 shades in total), toning down less important parts and hightlighting only the important ones.

These themes come in different flavours (mostly dark) and some contributors have created light shades.

I wasn't satisfied with the any adpatations for Vim, for different reasons:

  • I loved the original duotone light theme
  • I hated the original duotone dark theme, background was too... purple

I decided to give it a go:

  • Be as close as possible to the duotone light theme
  • Adapt firewatch for Atom so it fits with the duotone principle

Appearance

Here is how this looks like:

Light version: Two-Firewatch Light Version

Dark version: Two-Firewatch Dark Version

Installation

Use your favorite vim plugin packager.

Usage

set background=dark " or light if you prefer the light version
let g:two_firewatch_italics=1
colo two-firewatch

let g:airline_theme='twofirewatch' " if you have Airline installed and want the associated theme

If your environment supports italic, you can set g:two_firewatch_italics=1 in your vimrc

iTerm2 Theme

Can be found here, two flavours as well: iTerm2 Two Firwatch theme

Toggling background

When you switch background, Vim reapplies the same colorscheme. The builtin Vim way is :set bg=dark or :set bg=light. If you want to speed the process, because like me you use a light colorscheme during the day and a dark one at night, there is a solution:

Toggle BG

This script has been extracted from the Solarized colorscheme and will allow you to switch background with on key stroke.

Contributors

I would like to thank the following people for their contributions:

  • Keremc, for adding the support for Neovim's terminal
  • mcchrish, for the lightline theme
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].