Update README.md
This commit is contained in:
parent
dedbbe637b
commit
5c4439abd0
16
README.md
16
README.md
@ -1,21 +1,21 @@
|
|||||||
# <img src=".repo-assets/icon.png" width=50> adwaita-dark-theme
|
# <img src=".repo-assets/icon.png" width=50> adwaita-dark-theme
|
||||||
|
|
||||||
|
A dark color scheme that aims to replicate the appearance and colors of GTK4 "libadwaita" applications.
|
||||||
|
|
||||||
[![MELPA](https://melpa.org/packages/adwaita-dark-theme-badge.svg)](https://melpa.org/#/adwaita-dark-theme)
|
[![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)
|
[![MELPA Stable](https://stable.melpa.org/packages/adwaita-dark-theme-badge.svg)](https://stable.melpa.org/#/adwaita-dark-theme)
|
||||||
|
|
||||||
## About
|
|
||||||
|
|
||||||
`adwaita-dark-theme` is a dark color scheme that aims to replicate the appearance and colors of GTK4 "libadwaita" applications.
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Beautiful dark color scheme inspired by Adwaita
|
* Beautiful dark color scheme inspired by Adwaita
|
||||||
|
|
||||||
* Automatic 256-color mode support
|
* Automatic 256-color mode support
|
||||||
|
|
||||||
|
* Configurable theme features
|
||||||
|
|
||||||
* Custom fringe bitmaps for diff-hl, flycheck, and flymake
|
* Custom fringe bitmaps for diff-hl, flycheck, and flymake
|
||||||
|
|
||||||
* Lightweight with no dependencies
|
* Lightweight, no dependencies
|
||||||
|
|
||||||
## Preview
|
## Preview
|
||||||
|
|
||||||
@ -23,6 +23,10 @@
|
|||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
To see all of the theme features that can be configured:
|
||||||
|
|
||||||
|
`M-x customize-group adwaita-dark-theme`
|
||||||
|
|
||||||
### Custom Neotree Configuration
|
### Custom Neotree Configuration
|
||||||
|
|
||||||
`(eval-after-load 'neotree #'adwaita-dark-theme-neotree-configuration-enable)`
|
`(eval-after-load 'neotree #'adwaita-dark-theme-neotree-configuration-enable)`
|
||||||
@ -35,7 +39,7 @@ To replace default line continuation/line wrap fringe bitmaps:\
|
|||||||
To enable custom fringe bitmaps for [diff-hl](https://github.com/dgutov/diff-hl):\
|
To enable custom fringe bitmaps for [diff-hl](https://github.com/dgutov/diff-hl):\
|
||||||
`(eval-after-load 'diff-hl #'adwaita-dark-theme-diff-hl-fringe-bmp-enable)`
|
`(eval-after-load 'diff-hl #'adwaita-dark-theme-diff-hl-fringe-bmp-enable)`
|
||||||
|
|
||||||
To enable custom fringe bitmaps for [flycheck](https://www.flycheck.org/en/latest/):\
|
To enable custom fringe bitmaps for [flycheck](https://www.flycheck.org):\
|
||||||
`(eval-after-load 'flycheck #'adwaita-dark-theme-flycheck-fringe-bmp-enable)`
|
`(eval-after-load 'flycheck #'adwaita-dark-theme-flycheck-fringe-bmp-enable)`
|
||||||
|
|
||||||
To enable custom fringe bitmaps for [flymake](https://www.emacswiki.org/emacs/FlyMake):\
|
To enable custom fringe bitmaps for [flymake](https://www.emacswiki.org/emacs/FlyMake):\
|
||||||
|
Loading…
Reference in New Issue
Block a user