emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/eglot-inactive-regions 343abb100c 26/66: Update README.md


From: ELPA Syncer
Subject: [nongnu] elpa/eglot-inactive-regions 343abb100c 26/66: Update README.md
Date: Fri, 6 Dec 2024 06:59:53 -0500 (EST)

branch: elpa/eglot-inactive-regions
commit 343abb100cb0cc640f2fc40ef601b778a52c6db6
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Commit: GitHub <noreply@github.com>

    Update README.md
---
 README.md | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index f51267be18..a9ce9600ac 100644
--- a/README.md
+++ b/README.md
@@ -16,11 +16,13 @@ the available-methods:
 
 ## Screenshots
 
-#### `darken-foreground` method, gruvbox dark theme
+#### `darken-foreground` method, gruvbox dark theme, 30% opacity
+
+Inactive regions are provided by the language server so they will honor your 
include paths and compile time defines. Here I'm looking at my `emacs-29` 
branch configured to build on macos.
 
 ![darken-foreground](./screenshots/darken-foreground-gruvbox-dark.png)
 
-#### `shade-background` method, modus operandi theme
+#### `shade-background` method, modus operandi theme, 10% shading
 
 ![shade-background](./screenshots/shade-background-modus-operandi.png)
 
@@ -47,14 +49,14 @@ Feedback, issues and pull requests more than welcome!
 
 As far as I know Emacs doesn't have a way to set foreground text
 opacity. Best would be a face attribute so that you can set it in an
-overlay covering the whole inactive regions and be done with it.
+overlay covering each whole region and be done with it.
 
-So `darken-foreground` method is a fragile and inefficient hack around
-fontification that for each inactive region looks for symbols with
+Hence `darken-foreground` method is a fragile and inefficient hack around
+fontification: for each inactive region looks for symbols with
 different faces and applies to each of them a different overlay with a
 dimmed foreground color.
 
 It seems to work with cc and c-ts modes (albeit a little slower than
 I'd like) but could totally break other modes or features I'm not aware of.
 
-If you know a better way please do let me know.
\ No newline at end of file
+If you know a better way please do let me know.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]