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 = layout =
let let
pink_light = "#d162a4"; colors = config.lib.stylix.colors.withHashtag;
pink_dark = "#a30262"; pink_light = colors.base0A;
blue_light = "#5BCEFA"; pink_dark = colors.base0C;
blue_dark = "#4a6bb1"; blue_light = colors.base0B;
blue_dark = colors.base09;
gradient-common = { gradient-common = {
angle = 90; angle = 90;
in' = "oklab"; in' = "oklab";