branch: elpa/symbol-overlay
commit 2650738135010ec8254ebce93a75bc8a3b34e519
Author: wolray <[email protected]>
Commit: wolray <[email protected]>
a new image
---
readme.md | 2 +-
screenshot-black.png | Bin 0 -> 133024 bytes
screenshot.png | Bin 203310 -> 0 bytes
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/readme.md b/readme.md
index 87eaf5f583..0ee2aa6576 100644
--- a/readme.md
+++ b/readme.md
@@ -1,7 +1,7 @@
# Symbol Overlay
<p align="center">
- <img src="screenshot.png">
+ <img src="screenshot-black.png">
</p>
Highlight symbols with overlays while providing a keymap for various
operations about highlighted symbols. It was originally inspired by the
package `highlight-symbol`. The fundamental difference is that in
`symbol-overlay` every symbol is highlighted by the Emacs built-in function
`overlay-put` rather than the `font-lock` mechanism used in `highlight-symbol`.
diff --git a/screenshot-black.png b/screenshot-black.png
new file mode 100644
index 0000000000..05396ad999
Binary files /dev/null and b/screenshot-black.png differ
diff --git a/screenshot.png b/screenshot.png
deleted file mode 100644
index 7434db38f4..0000000000
Binary files a/screenshot.png and /dev/null differ