niri: stylix colors
This commit is contained in:
parent
ec2f549a31
commit
8c34764004
1 changed files with 5 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue