All Projects → YorickPeterse → vim-paper

YorickPeterse / vim-paper

Licence: MPL-2.0 License
A personal light theme for (Neo)Vim, based on the colour of paper as found in various notebooks. This project is a read-only mirror of https://gitlab.com/yorickpeterse/vim-paper.

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to vim-paper

Vim Dogrun
🐶 A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.
Stars: ✭ 261 (+392.45%)
Mutual labels:  neovim, colorscheme
Night Owl.vim
A 24bit dark Vim colorscheme based on sdras/night-owl-vscode-theme
Stars: ✭ 349 (+558.49%)
Mutual labels:  neovim, colorscheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+426.42%)
Mutual labels:  neovim, colorscheme
zephyr-nvim
A dark neovim colorscheme written in lua
Stars: ✭ 196 (+269.81%)
Mutual labels:  neovim, 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 (+103.77%)
Mutual labels:  neovim, colorscheme
vim-colors-plain
Minimal colorscheme for vim
Stars: ✭ 182 (+243.4%)
Mutual labels:  neovim, colorscheme
Rigel
🌌 Colorscheme for vim, terminal, vscode and slack - based on the star Rigel ✨.
Stars: ✭ 324 (+511.32%)
Mutual labels:  neovim, colorscheme
boo-colorscheme-nvim
Boo is a colorscheme for Neovim with handcrafted support for LSP, Treesitter.
Stars: ✭ 62 (+16.98%)
Mutual labels:  neovim, colorscheme
Vim Pink Moon
A vim/neovim colorscheme
Stars: ✭ 89 (+67.92%)
Mutual labels:  neovim, colorscheme
Gruvbox.nvim
Lua port of the most famous vim colorscheme
Stars: ✭ 78 (+47.17%)
Mutual labels:  neovim, colorscheme
Vim Colors Github
A Vim colorscheme based on Github's syntax highlighting as of 2018.
Stars: ✭ 286 (+439.62%)
Mutual labels:  neovim, colorscheme
Vim Janah
Vim colorscheme.
Stars: ✭ 172 (+224.53%)
Mutual labels:  neovim, colorscheme
Onehalf
Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more.
Stars: ✭ 974 (+1737.74%)
Mutual labels:  neovim, colorscheme
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (+198.11%)
Mutual labels:  neovim, colorscheme
Alacritty Colorscheme
Change colorscheme of alacritty with ease.
Stars: ✭ 184 (+247.17%)
Mutual labels:  neovim, colorscheme
thayer-bright-iTerm
No description or website provided.
Stars: ✭ 29 (-45.28%)
Mutual labels:  colorscheme
clear colors
Light and dark colorscheme pair for Vim
Stars: ✭ 21 (-60.38%)
Mutual labels:  colorscheme
oceanic-next-vim
Oceanic Next colorscheme for vim
Stars: ✭ 49 (-7.55%)
Mutual labels:  colorscheme
monokai.nvim
Monokai theme for Neovim written in Lua.
Stars: ✭ 154 (+190.57%)
Mutual labels:  colorscheme
solarized.nvim
Port of the Solarized colorscheme for vim, written in lua, with treesitter support.
Stars: ✭ 60 (+13.21%)
Mutual labels:  colorscheme

Vim Paper

A personal light theme for (Neo)Vim, based on the color of paper as found in various notebooks.

I created Paper as a replacement for Happy Hacking, and the Autumn theme it was originally based on. I've been using dark themes for the last decade or so, and mostly without issues. But dark themes are not necessarily a good choice for your eyes, and research has shown that it's generally better to have dark text on a light background (see this StackExchange question for some interesting data). In addition, halation becomes a problem when presenting light text on (very) dark backgrounds.

Besides the issues with dark themes, I also simply wanted a theme with fewer colors; making the colors that are used stand out more. I couldn't squeeze this into the Happy Hacking theme without fundamentally changing it, so I created a new theme instead.

Please note that this theme is designed with the following display properties in mind:

  • An LCD/TFT display
  • A display temperature range of 4000K-5200K
  • A low display brightness

Screenshots

Ruby Rust Markdown
Ruby Rust Markdown

Terminal colors

If you want to use Paper as your terminal theme, you can use the following color palette:

Color Normal Bright GNOME Terminal color index
Black #000000 #555555 0, 8
Red #CC3E28 #CC3E28 1, 9
Green #216609 #216609 2, 10
Yellow #B58900 #B58900 3, 11
Blue #1E6FCC #1E6FCC 4, 12
Purple #5C21A5 #5C21A5 5, 13
Cyan #158c86 #158c86 6, 14
White #AAAAAA #AAAAAA 7, 15

For the text color, highlight color, etc, use:

Color Foreground Background
Text #000000 #F2EEDE
Highlight #000000 #D8D5C7

Requirements

  • A recent version of (Neo)Vim
  • For best results, a (Neo)Vim GUI with true-color support

Installation

Using vim-plug, add the following to your init.vim:

Plug 'https://gitlab.com/yorickpeterse/vim-paper.git'

Then run PlugInstall to install it, followed by color paper to enable the theme.

License

All source code in this repository is licensed under the Mozilla Public License version 2.0, unless stated otherwise. A copy of this license can be found in the file "LICENSE".

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