Skip to content

Fork of Typewriter colorscheme with a pure white background

License

Notifications You must be signed in to change notification settings

mipmip/vim-whitewriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whitewriter

Whitewriter is a fork of Typewriter but with a pure white background.

A minimalistic vim and gvim colorscheme inspired by the great iA Writer editor. This repo contains the light (whitewriter.vim) and dark (whitewriter-dark.vim) versions.

NOTE: whitewriter can only be used in terminals with true color support. E.g. st

Installation

  • You can use your vim plugin manager of choice
  • Or manually
  • Clone this repo.
  • Copy colors/*.vim to ~/.vim/colors/

Usage

To enable this colorscheme, set in your .vimrc file:

colorscheme whitewriter
" or whitewriter-night

You might need some extra configuration for true color support:

set termguicolors
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"

Extras

If you want a closer feel to iA Writer install

Screenshots

vim

Thanks

Whitewriter is forked from Typewriter

Whitewriter is based/inspired by these projects

About

Fork of Typewriter colorscheme with a pure white background

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published