Textmate theme madeofcode reproduced for Vim, with minor tweaks for Ruby.
Copy vim/colors/madeofcode.vim into ~/.vim/colors/ (or ~/.config/nvim/colors/) and add colorscheme madeofcode to your config.
A matching color scheme for IntelliJ IDEA, PyCharm, WebStorm, RubyMine, GoLand, and other JetBrains IDEs lives in jetbrains/madeofcode.icls.
To install:
- Settings → Editor → Color Scheme
- Click the gear icon → Import Scheme…
- Select
jetbrains/madeofcode.icls - Pick madeofcode from the scheme dropdown and apply.
It's a dark scheme (parented on Darcula), so it inherits Darcula for any UI elements not explicitly themed.
A matching color scheme for the kitty terminal emulator lives in kitty/madeofcode.conf.
To install, copy it into your kitty config directory and include it:
cp kitty/madeofcode.conf ~/.config/kitty/Then add to ~/.config/kitty/kitty.conf:
include madeofcode.confReload with ctrl+shift+f5 (or restart kitty) to apply.