ronny.el is a dark colorscheme for Emacs, mostly inspired by the original Monokai created by Wimer Hazenberg.
It aims to preserve the familiar Monokai aesthetic while offering:
- a cooler, more neutral background and UI
- subtle interface elements that keep the focus on the code
- muted yet readable comments that reduce visual noise
- expanded semantic highlighting for modern font-lock faces, Tree-sitter, and modern packages.
ronny.el is available from MELPA and can be installed via package-install or use-package:
M-x package-install RET ronny-theme RET. After installation, load the theme with M-x load-theme RET ronny RET
(use-package ronny-theme
:config (load-theme 'ronny t))Pull requests and issues are welcome! Feel free to send one with an explanation!
