adwaita-dark-theme/README.md

68 lines
1.9 KiB
Markdown
Raw Normal View History

2023-12-09 10:24:26 +00:00
# <img src=".repo-assets/icon.png" width=50> adwaita-dark-theme
2022-12-20 22:10:39 +00:00
2023-12-09 10:31:25 +00:00
A dark color scheme that aims to replicate the appearance and colors of GTK4 "libadwaita" applications.
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
## Features
* Beautiful dark color scheme inspired by Adwaita
* Automatic 256-color mode support
2023-12-09 10:31:25 +00:00
* Configurable theme features
2023-12-09 10:40:41 +00:00
* Custom configurations for
[neotree](https://github.com/jaypei/emacs-neotree)
and [eldoc-frame](https://git.tty.dog/jessieh/eldoc-frame)
2023-12-09 10:40:41 +00:00
* Custom fringe bitmaps for
[diff-hl](https://github.com/dgutov/diff-hl),
[flycheck](https://www.flycheck.org),
and [flymake](https://www.emacswiki.org/emacs/FlyMake)
2022-12-11 20:24:03 +00:00
2023-12-09 10:31:25 +00:00
* Lightweight, no dependencies
2022-12-11 20:24:03 +00:00
## Preview
2023-12-09 10:24:26 +00:00
![Preview Image](.repo-assets/preview.webp "Preview Image")
2022-12-11 20:24:03 +00:00
## Configuration
2023-12-09 10:31:25 +00:00
To see all of the theme features that can be configured:
`M-x customize-group adwaita-dark-theme`
2023-12-09 10:40:41 +00:00
### Neotree Configuration
2022-12-11 20:24:03 +00:00
`(eval-after-load 'neotree #'adwaita-dark-theme-neotree-configuration-enable)`
2022-12-11 20:24:03 +00:00
2023-12-09 10:40:41 +00:00
### eldoc-frame Configuration
`(eval-after-load 'eldoc-frame #'adwaita-dark-theme-eldoc-frame-configuration-enable)`
2023-12-09 10:40:41 +00:00
### Fringe Bitmaps
2022-12-11 20:24:03 +00:00
2022-12-20 22:15:52 +00:00
To replace default line continuation/line wrap fringe bitmaps:\
`(adwaita-dark-theme-arrow-fringe-bmp-enable)`
2022-12-11 20:24:03 +00:00
2023-12-09 10:40:41 +00:00
For specific packages:
* diff-hl:\
`(eval-after-load 'diff-hl #'adwaita-dark-theme-diff-hl-fringe-bmp-enable)`
2022-12-11 20:24:03 +00:00
2023-12-09 10:40:41 +00:00
* flycheck:\
`(eval-after-load 'flycheck #'adwaita-dark-theme-flycheck-fringe-bmp-enable)`
2022-12-11 20:24:03 +00:00
2023-12-09 10:40:41 +00:00
* flymake:\
`(eval-after-load 'flymake #'adwaita-dark-theme-flymake-fringe-bmp-enable)`
2022-12-11 20:24:03 +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!