diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/niri/config.kdl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/niri/config.kdl b/config/niri/config.kdl index dc89d68..4dd693a 100644 --- a/config/niri/config.kdl +++ b/config/niri/config.kdl @@ -157,10 +157,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 "#23C17CF2" + active-color "#23C17C" // Color of the ring on inactive monitors. - inactive-color "#0F261FF2" + inactive-color "#0F261F" // You can also use gradients. They take precedence over solid colors. // Gradients are rendered the same as CSS linear-gradient(angle, from, to). |