-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylix.nix
32 lines (30 loc) · 817 Bytes
/
stylix.nix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{ pkgs, ... }:
{
stylix.enable = true;
stylix.base16Scheme = {
base00 = "08090a"; #08090a
base01 = "16171a"; #16171a
base02 = "23232e"; #23232e
base03 = "322f4d"; #322f4d
base04 = "9598b8"; #9598b8
base05 = "a3a7d4"; #a3a7d4
base06 = "b2b7eb"; #b2b7eb
base07 = "c7cdff"; #c7cdff
base08 = "ff5757"; #ff5757
base09 = "B4EF68"; #B4EF68
base0A = "39A8ED"; #A6F0E2
base0B = "A6F0E2"; #39A8ED
base0C = "D1F1B9"; #D1F1B9
base0D = "F6FF69"; #F6FF69
base0E = "E284F5"; #E284F5
base0F = "FF61AF"; #FF61AF
};
stylix.polarity = "dark";
stylix.image = ./home-manager/window-manager/wallpaper/EYE.jpg;
stylix.cursor = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
size = 24;
};
#stylix.targets.hyprpaper.enable = true;
}