ronny.el is a dark colorscheme for Emacs, which mostly was inspired by the Monokai originally created by Wimem Hazenberg.
Install via package manager (e.g. use-package (built-in) or Straight.el):
use-package (built-in)
(use-package ronny-theme
:vc (:fetcher github :repo "judaew/ronny.el"))Straight.el
(use-package ronny-theme
:straight (:host github :repo "judaew/ronny.el" )
;; or
(straight-use-package
'ronny-theme
:host github
:repo "judaew/ronny.el")Manual
Download the `ronny.el` file and put it in your `load-path`.;; ⚠️ WARNING: This theme is not available in MELPA yet.
;; You need to install it using either:
;; - straight.el, or
;; - use-package :vc (Emacs 29 and above)
;; - manual
(use-package ronny
:straight (:host github :repo "judaew/ronny.el")
:config (load-theme 'ronny t))Pull requests and issues are welcome! Feel free to send one with an explanation!
