Introducing Old Book: A new theme for Vscode, Vim, and Zed, crafted from the warm, nostalgic colours inspired by the feel of scanned vintage books. The result is a light theme designed to reduce eye strain, making long coding sessions more comfortable.
Vscode theme
Install from the VS Code Marketplace
Zed theme
Vim & Neovim
Install
Simply add it like so in your .vimrc, for vim-plug:
Plug 'gko/oldbook-theme'
use 'gko/oldbook-theme'
{ 'gko/oldbook-theme', lazy = false, priority = 1000 }
Activate
Add this command to your config.
For .vimrc:
colorscheme oldbook
For init.lua:
vim.cmd('colorscheme oldbook')
Found a bug or want to contribute? The source code is available on GitHub.