• @chaorace
    link
    3
    edit-2
    11 months ago

    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"