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:
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"
I’ll try it out, thanks!