⇠ back to blog posts

rams.vim

A quick update: I’ve put the repository in maintenance mode, and started work on a neovim colorscheme based on the same colors. The end goal is to have a generalized colorscheme that can be exported for use elsewhere.

I published the vim colorscheme I’ve been using for the last few months publicly on GitHub. It’s called rams.vim, after the German Designer, Dieter Rams.

I had the idea for the colorscheme after watching Gary Hustwit’s Rams. It’s simple: off-black, off-white, a grey and an accent color (a medium-bright red). I also added a green and red that are specifically for showing diffs in vim.

The colorscheme is generated via vim-colortemplate, which aided the creation greatly — I have no previous experience with vim colorscheme creation, and based on the other colorschemes I surveyed, it seemed like one of the few sane ways to get an idea up and running quickly.

I’m quite happy with the colorscheme as is — I’ve been using the light colors for a couple months now. The dark mode could use some work, but I’m not using it regularly, so I’ve been mostly keeping it in sync with the light variant. I’ve also added some plugin-specific highlights for the obvious candidates (ALE, fugitive / gitgutter), but haven’t explored all of the plugins I kept around after my dotfile purge.

If you’re a vim user, give it a try, and let me know what you think!