Dark Emacs color scheme inspired by Adwaita
Go to file
Jessie Hildebrandt 9fb2b85d8c Merge branch 'main' into 'main'
Make outline faces colorful by default and add option for gray-scale

See merge request jessieh/adwaita-dark-theme!1
2023-11-28 16:20:07 +00:00
adwaita-dark-theme.el Merge branch 'main' into 'main' 2023-11-28 16:20:07 +00:00
LICENSE Add LICENSE file 2022-12-13 09:56:41 +00:00
README.md Point README at new issue tracker 2023-11-28 11:17:06 -05:00

adwaita-dark-theme

MELPA MELPA Stable

About

adwaita-dark-theme is a dark color scheme that aims to replicate the appearance and colors of GTK4 "libadwaita" applications.

Features

  • Beautiful dark color scheme inspired by Adwaita

  • Automatic 256-color mode support

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

  • Lightweight with no dependencies

Preview

Preview Image

Configuration

Custom Neotree Configuration

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

Custom Fringe Bitmaps

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

To enable custom fringe bitmaps for diff-hl:
(eval-after-load 'diff-hl #'adwaita-dark-theme-diff-hl-fringe-bmp-enable)

To enable custom fringe bitmaps for flycheck:
(eval-after-load 'flycheck #'adwaita-dark-theme-flycheck-fringe-bmp-enable)

To enable custom fringe bitmaps for 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!