niri: stylix colors

This commit is contained in:
Vinzenz Schroeter 2025-11-16 21:46:58 +01:00
parent ec2f549a31
commit 8c34764004

View file

@ -35,10 +35,11 @@
layout =
let
pink_light = "#d162a4";
pink_dark = "#a30262";
blue_light = "#5BCEFA";
blue_dark = "#4a6bb1";
colors = config.lib.stylix.colors.withHashtag;
pink_light = colors.base0A;
pink_dark = colors.base0C;
blue_light = colors.base0B;
blue_dark = colors.base09;
gradient-common = {
angle = 90;
in' = "oklab";