nicer gradient

This commit is contained in:
twoneis 2024-08-10 18:46:18 +02:00
parent 124439bdd5
commit 70cc55d688
2 changed files with 9 additions and 8 deletions

12
flake.lock generated
View file

@ -898,11 +898,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1723149858, "lastModified": 1723308058,
"narHash": "sha256-3u51s7jdhavmEL1ggtd8wqrTH2clTy5yaZmhLvAXTqc=", "narHash": "sha256-hJxR0gSDmtnaB58FwlGBBPOEym00hD1Nkyienwgo2QA=",
"owner": "nixos", "owner": "nixos",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "107bb46eef1f05e86fc485ee8af9b637e5157988", "rev": "6ed5521636c7b40b800a014f26f0eaaa210c2e30",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1061,11 +1061,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1723297485, "lastModified": 1723307312,
"narHash": "sha256-ciVtZDTwcOUSw5iu+vZEqC/4XyxgHi2X64i/WSXFdgs=", "narHash": "sha256-UcvsWK+vM/Cc8lGlqDpSa+75hAQY0LWa6n06VpVZCGQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nur", "repo": "nur",
"rev": "a309968b9bb49b6a7db22f8e707a9d4f1de44879", "rev": "0572e827f7bde034f478125ea5a932ff32715616",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -40,8 +40,9 @@ in {
focus-ring = { focus-ring = {
width = 4; width = 4;
active.gradient = { active.gradient = {
to=config.theme.rose; to = config.theme.rose;
from=config.theme.pine; from = config.theme.pine;
in' = "oklch shorter hue";
angle=135; angle=135;
}; };
inactive.color = config.theme.iris; inactive.color = config.theme.iris;