2022-12-13 09:10:27 +00:00
|
|
|
# adwaita-dark-theme
|
2022-12-11 20:24:03 +00:00
|
|
|
### Version 1.0.0
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
To enable custom fringe bitmaps for [diff-hl](https://github.com/dgutov/diff-hl):
|
2022-12-13 09:10:27 +00:00
|
|
|
`(setq diff-hl-fringe-bmp-function #'adwaita-dark-theme-diff-hl-fringe-bmp-function)`
|
2022-12-11 20:24:03 +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
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
## Known Issues
|
|
|
|
|
|
|
|
* No known issues.
|
|
|
|
|
|
|
|
If you experience any issues with this package, please
|
2022-12-13 09:10:27 +00:00
|
|
|
[open an issue](https://gitlab.com/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!
|