dorkhub

typewriter-vim

An iA Writer inspired color vim colorscheme

logico
Vim script745 forksMITupdated 6 years ago
git clone https://github.com/logico/typewriter-vim.gitlogico/typewriter-vim

Typewriter

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

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 typewriter
  " or typewriter-night

Extras

If you want a closer feel to iA Writer install

and add this lines to vimrc:

  " Activate FOCUS mode with F12
  nmap <F12> :Goyo <bar> Limelight!!<CR>"


  " Change the cursor from block to i-beam in INSERT mode
  let &t_SI = "\e[5 q"
  let &t_EI = "\e[1 q"
  augroup myCmds
    au!
    autocmd VimEnter * silent !echo -ne "\e[1 q"
  augroup END

Screenshots

vim

gui vim

vim focus mode

fake bussy

typewriter night vim

typewriter night vim focus mode

typewriter night gui vim

The font used in the screenshots is SF Mono 12 with letter space of -1 and line space of 8.

  # .Xresources file
  URxvt*letterSpace   : -1
  URxvt*lineSpace     : 8

or if you use gVim o MacVim

  # .gvimrc file
  set linespace = 8

Thanks

Typewriter is based/inspired by these projects

more like this

vim-dap

Vim/Neovim debugger plugin providing a terminal interface to the Debug Adapter Protocol

Vim Script50

gns3theme

Custom color themes for GNS3 GUI. Built-in schemes, custom JSON themes, device symbols. Supports Linux and macOS.

Python50

search

search projects, people, and tags