Mruger darker color theme for emacs 29+. A theme based on the gruber dark and gruber darker.
(straight-use-package
'(mruber-darker :type git
:host nil
:repo "https://github.com/monteiroliveira/mruger-darker-theme"))
(require 'mruber-darker)
(load-theme 'mruber-darker t)git clone https://github.com/monteiroliveira/mruger-darker-theme(add-to-list 'custom-theme-load-path "/path/to/the/theme/")
(load-theme 'mruber-darker t)I just config the colors for modes I use, feel free to add more modes support. I can’t guarantee that the theme will look good in the unconfigured modes…
- Gruber darker theme by rexim <Alexey Kutepov>
- Gruber Dark theme by Jonh Gruber
