before npins

This commit is contained in:
atagen 2025-04-06 23:50:50 +10:00
parent d429476553
commit 63fbd6d499
22 changed files with 627 additions and 330 deletions

View file

@ -2,6 +2,8 @@
pkgs,
lib,
config,
nix-rice,
rice,
...
}:
let
@ -170,7 +172,7 @@ in
hide-after-inactive-ms = 5000;
hide-when-typing = true;
size = 16;
theme = pkgs.rice.cursor.name;
theme = rice.cursor.name;
};
layout = {
always-center-single-column = true;
@ -183,7 +185,7 @@ in
];
focus-ring =
let
pal = pkgs.lib.nix-rice.palette.toRgbHex pkgs.rice.palette;
pal = nix-rice.palette.toRgbHex rice.palette;
in
{
active = {
@ -254,13 +256,13 @@ in
"sirula/style.css".text =
let
pal = pkgs.lib.nix-rice.palette.toRgbHex pkgs.rice.palette;
pal = nix-rice.palette.toRgbHex rice.palette;
in
''
#root-box {
background-color: ${pal.normal.black};
color: ${pal.normal.yellow};
font-family: '${pkgs.rice.fonts.sans.name}';
font-family: '${rice.fonts.sans.name}';
}
/* what's the name of the highlighted search text?
color: ${pal.normal.white};