All Projects → logico → typewriter-vim

logico / typewriter-vim

Licence: MIT License
An iA Writer inspired color vim colorscheme

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to typewriter-vim

sublime-scheme-writer
A color scheme for focused long-form writing
Stars: ✭ 92 (+73.58%)
Mutual labels:  color-scheme, ia-writer
dotfiles
My dotfiles with dwm, qtile and awesome.
Stars: ✭ 178 (+235.85%)
Mutual labels:  color-scheme
zathura-solarized
The solarized color theme for Zathura
Stars: ✭ 39 (-26.42%)
Mutual labels:  color-scheme
Aritim-Dark
A Dark theme for both KDE and GTK based DEs, deeply inspired by the Ayu Dark color palette
Stars: ✭ 90 (+69.81%)
Mutual labels:  color-scheme
spacegray
A Hyperminimal UI Theme for Sublime Text
Stars: ✭ 7,260 (+13598.11%)
Mutual labels:  color-scheme
quantize
🎨 Simple color palette quantization using MMCQ
Stars: ✭ 24 (-54.72%)
Mutual labels:  color-scheme
Monokai-for-Rider
add monokai colour scheme for JetBrains Rider IDE
Stars: ✭ 13 (-75.47%)
Mutual labels:  color-scheme
nord-mintty
An arctic, north-bluish clean and elegant Mintty color theme.
Stars: ✭ 40 (-24.53%)
Mutual labels:  color-scheme
GapStyle
The world-first* productivity-oriented color scheme for intelliJ and VSCode to fill the gap between programming languages and human.
Stars: ✭ 111 (+109.43%)
Mutual labels:  color-scheme
sublime-monokai-free
A beautiful, modern, high quality, Monokai theme for Sublime Text 3.
Stars: ✭ 46 (-13.21%)
Mutual labels:  color-scheme
emacs-humanoid-themes
Light and dark theme with bright colors for Emacs that supports GUI and terminal
Stars: ✭ 53 (+0%)
Mutual labels:  color-scheme
dircolors-jellybeans
Dircolors suitable for use with jellybeans.vim
Stars: ✭ 25 (-52.83%)
Mutual labels:  color-scheme
vorange
A minimalistic dark Vim color scheme
Stars: ✭ 20 (-62.26%)
Mutual labels:  color-scheme
fogbell.vim
No description or website provided.
Stars: ✭ 118 (+122.64%)
Mutual labels:  color-scheme
iterm-mphc
Material Palenight High Contrast + Icon
Stars: ✭ 26 (-50.94%)
Mutual labels:  color-scheme
sublime-scheme-alabaster
Minimalist color scheme for Sublime Text 3
Stars: ✭ 165 (+211.32%)
Mutual labels:  color-scheme
chelevra.tmtheme
Sublime Text Syntax Highlighting Theme
Stars: ✭ 23 (-56.6%)
Mutual labels:  color-scheme
nerdypepper.github.io
nerdypepper.me
Stars: ✭ 28 (-47.17%)
Mutual labels:  color-scheme
disco.vim
A full set of 2-, 8-, 16-, 88-, 256-, and GUI-color-compatible Vim colors.
Stars: ✭ 53 (+0%)
Mutual labels:  color-scheme
Nova-Dark-Theme
A dark theme for Laravel Nova
Stars: ✭ 72 (+35.85%)
Mutual labels:  color-scheme

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

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