https://github.com/laserattack/gruber-darker-mod
version of gruber-darker theme
https://github.com/laserattack/gruber-darker-mod
Last synced: 4 days ago
JSON representation
version of gruber-darker theme
- Host: GitHub
- URL: https://github.com/laserattack/gruber-darker-mod
- Owner: laserattack
- Created: 2026-01-27T13:26:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-27T16:23:09.000Z (5 months ago)
- Last Synced: 2026-01-28T02:48:50.789Z (5 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gruber Darker
An iconic emacs theme with multiple implementations. Here is my version of this theme, based on the rexim's version

# Changes
The changes are indicated regarding this version of the theme [github.com/rexim/gruber-darker-theme/blob/2e9f99c41fe8ef0557e9ea0f3b94ef50c68b5557/gruber-darker-theme.el](https://github.com/rexim/gruber-darker-theme/blob/2e9f99c41fe8ef0557e9ea0f3b94ef50c68b5557/gruber-darker-theme.el)
- Acid green accent color
- Fixed highlighting in `.org` files
- Some small changes
# Installation
Add in your emacs config
```elisp
(use-package gruber-darker-mod-theme
:load-path "path to folder with gruber-darker-mod-theme.el"
:config
(load-theme 'gruber-darker-mod t))
```