Skip to content

judaew/ronny.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ronny.el

ronny.el is a dark colorscheme for Emacs, which mostly was inspired by the Monokai originally created by Wimem Hazenberg.

ronny.el

Installation

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`.

Usage

;; ⚠️ 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))

Something is broken but I know how to fix it!

Pull requests and issues are welcome! Feel free to send one with an explanation!

About

A dark Emacs colorscheme inspired by Monokai

Topics

Resources

License

Stars

Watchers

Forks

Contributors