All Projects → logico → Typewriter

logico / Typewriter

Licence: other
An iA Writer inspired color scheme. It has support for vim, vim airline, vim lightline, tmux and urxvt/xterm.

Projects that are alternatives of or similar to Typewriter

Gruvbox.nvim
Lua port of the most famous vim colorscheme
Stars: ✭ 78 (-44.29%)
Mutual labels:  colorscheme
Oomox
Graphical application for generating different color variations of a Materia and Oomox themes (GTK2, GTK3 and others), Archdroid, Gnome-Colors, Numix, Papirus, Suru++ icons, and terminal palette.
Stars: ✭ 1,620 (+1057.14%)
Mutual labels:  colorscheme
Vim One
Adaptation of one-light and one-dark colorschemes for Vim
Stars: ✭ 1,794 (+1181.43%)
Mutual labels:  colorscheme
Yui
Minimal vim color scheme
Stars: ✭ 93 (-33.57%)
Mutual labels:  colorscheme
Iceberg.vim
🇦🇶 Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+1068.57%)
Mutual labels:  colorscheme
Emacs Doom Themes
A megapack of themes for GNU Emacs.
Stars: ✭ 1,706 (+1118.57%)
Mutual labels:  colorscheme
Vim Fahrenheit
Dark, warm base16 Vim theme for 256-color terminals
Stars: ✭ 71 (-49.29%)
Mutual labels:  colorscheme
Nord Xfce Terminal
An arctic, north-bluish clean and elegant Xfce Terminal color theme.
Stars: ✭ 136 (-2.86%)
Mutual labels:  colorscheme
Vim Rnb
RNB, a Vim colorscheme template
Stars: ✭ 105 (-25%)
Mutual labels:  colorscheme
Yowish.vim
A dark & yellowish vim colorscheme
Stars: ✭ 125 (-10.71%)
Mutual labels:  colorscheme
Photon.vim
An elegant pair of Vim colour schemes with minimal syntax highlighting that care about the little details.
Stars: ✭ 98 (-30%)
Mutual labels:  colorscheme
Nord Termite
An arctic, north-bluish clean and elegant Termite color theme.
Stars: ✭ 104 (-25.71%)
Mutual labels:  colorscheme
Jellybeans.vim
A colorful, dark color scheme for Vim.
Stars: ✭ 1,584 (+1031.43%)
Mutual labels:  colorscheme
Vim Pink Moon
A vim/neovim colorscheme
Stars: ✭ 89 (-36.43%)
Mutual labels:  colorscheme
Iterm2 Material Design
A theme / color scheme for iTerm2 based on Google's Material Design Color Palette
Stars: ✭ 1,741 (+1143.57%)
Mutual labels:  colorscheme
Nord Terminator
An arctic, north-bluish clean and elegant Terminator color theme.
Stars: ✭ 78 (-44.29%)
Mutual labels:  colorscheme
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (-22.86%)
Mutual labels:  colorscheme
Linux Dotfiles
I configure lots of things, sorting them out here
Stars: ✭ 137 (-2.14%)
Mutual labels:  colorscheme
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+1319.29%)
Mutual labels:  colorscheme
Mountaineer.vim
A dark and adventurous Vim/Neovim colorscheme
Stars: ✭ 125 (-10.71%)
Mutual labels:  colorscheme

Typewriter

An iA Writer inspired theme. The files can be used indepently:

  • Vim color scheme (typewriter.vim)
  • Vim airline theme (typewriter-airline.vim)
  • Vim lightline theme (lightline.vim)
  • Xresources color scheme (typewriter.Xresources)
  • Tmux theme (typewriter-tmux)

⚠️ DEPRECATED ⚠️

This repo was splitted in:

Dependencies

Install

  • You can use your vim plugin manager of choice
  • Or manually
    • copy colors/*.vim to ~/.vim/colors/
    • copy autoload/airline ~/.vim/autoload/
  • Add this to .vimrc
    " Set typewriter as colorscheme
    colorscheme typewriter
    
    " Set typewriter airline theme
    let g:airline_theme = 'typewriter'
    
    " 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
    

Extra configs for tmux & Xresources

  • Add this line to .Xresources #include "/home/your_user/typewriter/typewriter.Xresources"
  • Add this line to .tmux.conf run-shell "/home/your_user/typewriter/typewriter-tmux/nord.tmux"

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

TODO

  • Finish the night themes
  • Finish xresources night theme
  • Finish tmux night theme

Contributors


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