Compare commits
99 Commits
Author | SHA1 | Date | |
---|---|---|---|
a8d76c2beb | |||
807cd44418 | |||
fb6c42d2b2 | |||
04fed0ef79 | |||
5c4439abd0 | |||
dedbbe637b | |||
3e474cfbbc | |||
b0d36728e2 | |||
635cf47aab | |||
75e1504e49 | |||
766e2c03d4 | |||
0907961986 | |||
a7c9b66e27 | |||
60d631c9c8 | |||
9fb2b85d8c | |||
3d984e1183 | |||
26551fcda4 | |||
4576c6c89c | |||
61facfb767 | |||
32b00f23ee | |||
a97d5d5f56 | |||
3f2b42f2a4 | |||
4677160515 | |||
![]() |
b974201e00 | ||
057c393133 | |||
de32d1da1d | |||
1874c379a0 | |||
4792fed63a | |||
7c6e0c205b | |||
97f50abd20 | |||
1f011432f7 | |||
1e73e5b437 | |||
8ca0663556 | |||
35d35f5172 | |||
d137551c5a | |||
99951619c5 | |||
a1faa94ddc | |||
81c2ab75bc | |||
a60e943f36 | |||
7a37e14bbf | |||
1c2fe39161 | |||
590bc25b95 | |||
a947ea3e70 | |||
acfa476de4 | |||
8f3af47355 | |||
c80055970c | |||
13d46feebd | |||
63aaaddd83 | |||
f16282cd60 | |||
d63e666556 | |||
40a375c8b8 | |||
a71eae0a30 | |||
785655ed1d | |||
59fbc1aca6 | |||
23c58df8c5 | |||
77a28aea38 | |||
ba0febfddd | |||
e936ff8caf | |||
260f237980 | |||
ec90150606 | |||
9e30062b49 | |||
2df4da09f1 | |||
b52bd6d74e | |||
cfb7de600e | |||
52a550e0cf | |||
fd1b746e88 | |||
f383d98403 | |||
e4a0b8d5a9 | |||
45b2801484 | |||
329aff8a0d | |||
5e99b93b1e | |||
dc15f114d8 | |||
f5a1426451 | |||
d83415d62d | |||
151afcecf9 | |||
aa62db610a | |||
e015cb91b2 | |||
a5928d89a9 | |||
ccd35d0319 | |||
6e67436051 | |||
dcac3462b4 | |||
33748d0822 | |||
d8e00fd458 | |||
38a00209f4 | |||
432939a9d9 | |||
b228023a55 | |||
82deeca6c6 | |||
ed811011b8 | |||
e0a594d0c2 | |||
80bb330533 | |||
2e3f36638b | |||
ec04f66446 | |||
9af6e89161 | |||
57ed47894e | |||
7ef249502d | |||
090d87fdfb | |||
1eb7aadc70 | |||
829f2073f2 | |||
2370b97f31 |
BIN
.repo-assets/icon.png
Normal file
BIN
.repo-assets/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
BIN
.repo-assets/icon.xcf
Normal file
BIN
.repo-assets/icon.xcf
Normal file
Binary file not shown.
BIN
.repo-assets/preview.webp
Normal file
BIN
.repo-assets/preview.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
53
README.md
53
README.md
@ -1,9 +1,9 @@
|
||||
# adwaita-dark-theme
|
||||
### Version 1.0.0
|
||||
# <img src=".repo-assets/icon.png" width=50> adwaita-dark-theme
|
||||
|
||||
## About
|
||||
A dark color scheme that aims to replicate the appearance and colors of GTK4 "libadwaita" applications.
|
||||
|
||||
`adwaita-dark-theme` is a dark color scheme that aims to replicate the appearance and colors of GTK4 "libadwaita" applications.
|
||||
[](https://melpa.org/#/adwaita-dark-theme)
|
||||
[](https://stable.melpa.org/#/adwaita-dark-theme)
|
||||
|
||||
## Features
|
||||
|
||||
@ -11,40 +11,57 @@
|
||||
|
||||
* Automatic 256-color mode support
|
||||
|
||||
* Custom fringe bitmaps for diff-hl, flycheck, and flymake
|
||||
* Configurable theme features
|
||||
|
||||
* Lightweight with no dependencies
|
||||
* Custom configurations for
|
||||
[neotree](https://github.com/jaypei/emacs-neotree)
|
||||
and [eldoc-frame](https://git.tty.dog/jessieh/eldoc-frame)
|
||||
|
||||
* 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)
|
||||
|
||||
* Lightweight, no dependencies
|
||||
|
||||
## Preview
|
||||
|
||||

|
||||

|
||||
|
||||
## Configuration
|
||||
|
||||
### Custom Neotree Configuration
|
||||
To see all of the theme features that can be configured:
|
||||
|
||||
`M-x customize-group adwaita-dark-theme`
|
||||
|
||||
### Neotree Configuration
|
||||
|
||||
`(eval-after-load 'neotree #'adwaita-dark-theme-neotree-configuration-enable)`
|
||||
|
||||
### Custom Fringe Bitmaps
|
||||
### eldoc-frame Configuration
|
||||
|
||||
To replace default line continuation/line wrap fringe bitmaps:
|
||||
`(eval-after-load 'eldoc-frame #'adwaita-dark-theme-eldoc-frame-configuration-enable)`
|
||||
|
||||
### 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](https://github.com/dgutov/diff-hl):
|
||||
`(setq diff-hl-fringe-bmp-function #'adwaita-dark-theme-diff-hl-fringe-bmp-function)`
|
||||
For specific packages:
|
||||
|
||||
To enable custom fringe bitmaps for [flycheck](https://www.flycheck.org/en/latest/):
|
||||
* diff-hl:\
|
||||
`(eval-after-load 'diff-hl #'adwaita-dark-theme-diff-hl-fringe-bmp-enable)`
|
||||
|
||||
* flycheck:\
|
||||
`(eval-after-load 'flycheck #'adwaita-dark-theme-flycheck-fringe-bmp-enable)`
|
||||
|
||||
To enable custom fringe bitmaps for [flymake](https://www.emacswiki.org/emacs/FlyMake):
|
||||
* flymake:\
|
||||
`(eval-after-load 'flymake #'adwaita-dark-theme-flymake-fringe-bmp-enable)`
|
||||
|
||||
## Known Issues
|
||||
|
||||
* No known issues.
|
||||
## Feedback
|
||||
|
||||
If you experience any issues with this package, please
|
||||
[open an issue](https://gitlab.com/jessieh/adwaita-dark-theme/issues/new)
|
||||
[open an issue](https://git.tty.dog/jessieh/adwaita-dark-theme/issues/new)
|
||||
on the issue tracker.
|
||||
|
||||
Suggestions for improvements and feature requests are always appreciated, as well!
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user