Ayu mirage theme

This commit is contained in:
Filippo Berto 2022-09-30 12:00:36 +02:00
parent 9904baca2d
commit 4627af9181
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
5 changed files with 43 additions and 13 deletions

View file

@ -2,8 +2,8 @@
let
strPalette = with pkgs.rice;
pkgs.lib.rice.palette.toRgbHex rec {
foreground = colorPalette.normal.white;
background = colorPalette.normal.black;
foreground = colorPalette.primary.foreground;
background = colorPalette.primary.background;
color0 = colorPalette.normal.black;
color1 = colorPalette.normal.red;
color2 = colorPalette.normal.green;