Dark Emacs color scheme inspired by Adwaita
Go to file
Jessie Hildebrandt a8d76c2beb Update repo icon 2023-12-09 06:32:48 -05:00
.repo-assets Update repo icon 2023-12-09 06:32:48 -05:00
LICENSE Add LICENSE file 2022-12-13 09:56:41 +00:00
README.md Update README.md 2023-12-09 05:40:41 -05:00
adwaita-dark-theme.el Mention custom eldoc-frame configuration 2023-12-09 05:33:32 -05:00

README.md

adwaita-dark-theme

A dark color scheme that aims to replicate the appearance and colors of GTK4 "libadwaita" applications.

MELPA MELPA Stable

Features

  • Beautiful dark color scheme inspired by Adwaita

  • Automatic 256-color mode support

  • Configurable theme features

  • Custom configurations for neotree and eldoc-frame

  • Custom fringe bitmaps for diff-hl, flycheck, and flymake

  • Lightweight, no dependencies

Preview

Preview Image

Configuration

To see all of the theme features that can be configured:

M-x customize-group adwaita-dark-theme

Neotree Configuration

(eval-after-load 'neotree #'adwaita-dark-theme-neotree-configuration-enable)

eldoc-frame Configuration

(eval-after-load 'eldoc-frame #'adwaita-dark-theme-eldoc-frame-configuration-enable)

Fringe Bitmaps

To replace default line continuation/line wrap fringe bitmaps:
(adwaita-dark-theme-arrow-fringe-bmp-enable)

For specific packages:

  • diff-hl:
    (eval-after-load 'diff-hl #'adwaita-dark-theme-diff-hl-fringe-bmp-enable)

  • flycheck:
    (eval-after-load 'flycheck #'adwaita-dark-theme-flycheck-fringe-bmp-enable)

  • flymake:
    (eval-after-load 'flymake #'adwaita-dark-theme-flymake-fringe-bmp-enable)

Feedback

If you experience any issues with this package, please open an issue on the issue tracker.

Suggestions for improvements and feature requests are always appreciated, as well!