Oldbook theme

A colorscheme inspired by the feel of aged books. Minimal, soft, and readable.
VSCODE

VIM / NVIM

ZED

Installation
VIM / NVIM
You can install this theme using your favorite Vim plugin manager.
Vim-plug
Plug 'gko/oldbook-theme'
Manual Installation
- Create the
colors directory if it doesn't exist:
- Vim:
mkdir -p ~/.vim/colors
- Neovim:
mkdir -p ~/.config/nvim/colors
- Copy
colors/oldbook.vim into that directory.
Usage
To use the colorscheme, add the following line to your vimrc or init.vim :
set background=light
colorscheme oldbook
ZED
From extensions
- Open Zed.
- Open the command palette (Cmd+Shift+P) and enter zed: extensions.
- Search for the Old book extension and install.
- Enter theme selector: toggle in the command palette and select the Old book theme in the dropdown.
Manually
- Download oldbook-color-theme.json
- Put into
~/.config/zed/themes/
| |