An open API service indexing awesome lists of open source software.

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

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

![example](https://github.com/user-attachments/assets/c4d12b7a-1683-428c-a6cc-80304f305181)

# 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))
```