2022-12-13 09:10:27 +00:00
|
|
|
# adwaita-dark-theme
|
2022-12-20 22:10:39 +00:00
|
|
|
|
|
|
|
[![MELPA](https://melpa.org/packages/adwaita-dark-theme-badge.svg)](https://melpa.org/#/adwaita-dark-theme)
|
|
|
|
[![MELPA Stable](https://stable.melpa.org/packages/adwaita-dark-theme-badge.svg)](https://stable.melpa.org/#/adwaita-dark-theme)
|
2022-12-11 20:24:03 +00:00
|
|
|
|
|
|
|
## About
|
|
|
|
|
2022-12-13 09:10:27 +00:00
|
|
|
`adwaita-dark-theme` is a dark color scheme that aims to replicate the appearance and colors of GTK4 "libadwaita" applications.
|
2022-12-11 20:24:03 +00:00
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
* Beautiful dark color scheme inspired by Adwaita
|
|
|
|
|
2022-12-13 09:10:27 +00:00
|
|
|
* Automatic 256-color mode support
|
|
|
|
|
2022-12-11 20:24:03 +00:00
|
|
|
* Custom fringe bitmaps for diff-hl, flycheck, and flymake
|
|
|
|
|
|
|
|
* Lightweight with no dependencies
|
|
|
|
|
|
|
|
## Preview
|
|
|
|
|
2022-12-13 09:10:27 +00:00
|
|
|
![Preview Image](https://gitlab.com/jessieh/adwaita-dark-theme/raw/assets/preview.png "Preview Image")
|
2022-12-11 20:24:03 +00:00
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
### Custom Neotree Configuration
|
|
|
|
|
2022-12-13 09:10:27 +00:00
|
|
|
`(eval-after-load 'neotree #'adwaita-dark-theme-neotree-configuration-enable)`
|
2022-12-11 20:24:03 +00:00
|
|
|
|
|
|
|
### Custom Fringe Bitmaps
|
|
|
|
|
2022-12-20 22:15:52 +00:00
|
|
|
To replace default line continuation/line wrap fringe bitmaps:\
|
2022-12-13 09:10:27 +00:00
|
|
|
`(adwaita-dark-theme-arrow-fringe-bmp-enable)`
|
2022-12-11 20:24:03 +00:00
|
|
|
|
2022-12-20 22:15:52 +00:00
|
|
|
To enable custom fringe bitmaps for [diff-hl](https://github.com/dgutov/diff-hl):\
|
2022-12-20 00:20:57 +00:00
|
|
|
`(eval-after-load 'diff-hl #'adwaita-dark-theme-diff-hl-fringe-bmp-enable)`
|
2022-12-11 20:24:03 +00:00
|
|
|
|
2022-12-20 22:15:52 +00:00
|
|
|
To enable custom fringe bitmaps for [flycheck](https://www.flycheck.org/en/latest/):\
|
2022-12-13 09:10:27 +00:00
|
|
|
`(eval-after-load 'flycheck #'adwaita-dark-theme-flycheck-fringe-bmp-enable)`
|
2022-12-11 20:24:03 +00:00
|
|
|
|
2022-12-20 22:15:52 +00:00
|
|
|
To enable custom fringe bitmaps for [flymake](https://www.emacswiki.org/emacs/FlyMake):\
|
2022-12-13 09:10:27 +00:00
|
|
|
`(eval-after-load 'flymake #'adwaita-dark-theme-flymake-fringe-bmp-enable)`
|
2022-12-11 20:24:03 +00:00
|
|
|
|
2022-12-20 00:20:57 +00:00
|
|
|
## Feedback
|
2022-12-11 20:24:03 +00:00
|
|
|
|
|
|
|
If you experience any issues with this package, please
|
2023-11-28 16:17:06 +00:00
|
|
|
[open an issue](https://git.tty.dog/jessieh/adwaita-dark-theme/issues/new)
|
2022-12-11 20:24:03 +00:00
|
|
|
on the issue tracker.
|
|
|
|
|
|
|
|
Suggestions for improvements and feature requests are always appreciated, as well!
|