Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider muted instead of overlay in lightline foreground #4

Open
CGamesPlay opened this issue Jul 26, 2024 · 1 comment
Open

Consider muted instead of overlay in lightline foreground #4

CGamesPlay opened this issue Jul 26, 2024 · 1 comment

Comments

@CGamesPlay
Copy link

I find the foreground of the inactive windows in lightline to be unreadable. Please consider the following change:

diff --git i/templates/_lightline w/templates/_lightline
index 6050893..7404cfd 100644
--- i/templates/_lightline
+++ w/templates/_lightline
@@ -22,9 +22,9 @@ if &background ==# '@background'
     let s:p.normal.error    = [ [ s:overlay, s:iris ] ]
     let s:p.normal.warning  = [ [ s:surface, s:foam ] ]
 
-    let s:p.inactive.left   = [ [ s:overlay, s:surface ], [ s:overlay, s:surface ] ]
-    let s:p.inactive.right  = [ [ s:overlay, s:surface ], [ s:overlay, s:surface ] ]
-    let s:p.inactive.middle = [ [ s:overlay, s:surface ] ]
+    let s:p.inactive.left   = [ [ s:muted, s:surface ], [ s:muted, s:surface ] ]
+    let s:p.inactive.right  = [ [ s:muted, s:surface ], [ s:muted, s:surface ] ]
+    let s:p.inactive.middle = [ [ s:muted, s:surface ] ]
 
     let s:p.insert.left     = [ [ s:base, s:pine, 'bold' ], [ s:text, s:surface ] ]
     let s:p.insert.right    = [ [ s:base, s:pine ], [ s:text, s:surface ] ]

On the left dawn and moon as they are now. On the right is the suggested change applied.
Screen Shot 2024-07-26 at 09 26 28

@CGamesPlay CGamesPlay changed the title Consider muted instead of overlay in lightline background Consider muted instead of overlay in lightline foreground Jul 26, 2024
@mvllow
Copy link
Member

mvllow commented Jul 26, 2024

I would love to revamp our vim theme entirely. Will definitely prioritise this change :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants