feat(everforest): move to everforest

This commit is contained in:
Artur Manuel 2025-02-22 21:16:46 +00:00
commit 38774cc02d
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
11 changed files with 287 additions and 2959 deletions

View file

@ -155,10 +155,10 @@ layout {
// - CSS-like notation: "rgb(255, 127, 0)", rgba(), hsl() and a few others.
// Color of the ring on the active monitor.
active-color "#88C0D0"
active-color "#a7c080"
// Color of the ring on inactive monitors.
inactive-color "#5E81AC"
inactive-color "#d3c6aa"
// You can also use gradients. They take precedence over solid colors.
// Gradients are rendered the same as CSS linear-gradient(angle, from, to).