Skip to content

monteiroliveira/mruber-darker-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

MRUBER DARKER

TABLE OF CONTENTS

THE THEME

Mruger darker color theme for emacs 29+. A theme based on the gruber dark and gruber darker.

https://raw.githubusercontent.com/monteiroliveira/mruber-darker-theme/refs/heads/assets/example.png

INSTALATION

Using straight

(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)

Manually (using git)

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)

CONTRIBUTION

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…

REFERENCES

About

Theme based on the gruber darker for emacs 29+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published