From ce6c8460e7359649f96a34ded63008b2b9f8b578 Mon Sep 17 00:00:00 2001 From: musjj <72612857+musjj@users.noreply.github.com> Date: Sat, 10 May 2025 23:27:38 +0000 Subject: [PATCH] stylix: update base16 (#1238) Link: https://github.com/danth/stylix/pull/1238 Reviewed-by: awwpotato Tested-by: awwpotato --- flake.lock | 6 +++--- modules/starship/hm.nix | 5 +---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 9fe6f13e..78fb47c4 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "fromYaml": "fromYaml" }, "locked": { - "lastModified": 1745523430, - "narHash": "sha256-EAYWV+kXbwsH+8G/8UtmcunDeKwLwSOyfcmzZUkWE/c=", + "lastModified": 1746562888, + "narHash": "sha256-YgNJQyB5dQiwavdDFBMNKk1wyS77AtdgDk/VtU6wEaI=", "owner": "SenchoPens", "repo": "base16.nix", - "rev": "58bfe2553d937d8af0564f79d5b950afbef69717", + "rev": "806a1777a5db2a1ef9d5d6f493ef2381047f2b89", "type": "github" }, "original": { diff --git a/modules/starship/hm.nix b/modules/starship/hm.nix index 0e2662f2..cfa6e9b9 100644 --- a/modules/starship/hm.nix +++ b/modules/starship/hm.nix @@ -19,9 +19,6 @@ white = base05; bright-white = base07; - # There's just one yellow. - bright-yellow = yellow; - # Starship calls magenta purple. purple = magenta; bright-purple = bright-magenta; @@ -39,7 +36,7 @@ # Set Starship's standard bright color names. bright-red - bright-orange + bright-yellow bright-green bright-cyan bright-blue