Login

Old book theme

by @ konstantin

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

VS Code

Install from the VS Code Marketplace

Zed theme

Zed theme

Install from Zed Extensions

Vim & Neovim

vim theme

Install

Simply add it like so in your .vimrc, for vim-plug:

Plug 'gko/oldbook-theme'

packer.nvim:

use 'gko/oldbook-theme'

lazy.nvim:

{ '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.