this post was submitted on 24 Jul 2023
156 points (100.0% liked)

Unixporn

15234 readers
76 users here now

Unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshots
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW
  7. No Racism or use of racist terms

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] chaorace@lemmy.sdf.org 3 points 1 year ago* (last edited 1 year ago) (1 children)

Delicious gruvbox. Excellent choice with the focus highlight color (I do something similar).

If you use picom, try out this shadow config I made for a similar theme. It creates a neat accent effect that complements the focus border and gives a flatter look:

shadow = true;
shadow-radius = 1;
shadow-opacity = 0.50;
shadow-offset-x = 2;
shadow-offset-y = 2;
shadow-color = "#211521"
[โ€“] sevu@lemmy.world 2 points 1 year ago

I'll try it out, thanks!