Skip to content

Commit

Permalink
Update ctp accent color to pink
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichthagel committed Mar 4, 2024
1 parent 3f35227 commit a7a2f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
ctp = {
flavor = "mocha";
flavorCapitalized = "Mocha";
accent = "teal";
accentCapitalized = "Teal";
accent = "pink";
accentCapitalized = "Pink";
};
in
flake-parts.lib.mkFlake {inherit inputs;}
Expand Down

0 comments on commit a7a2f47

Please sign in to comment.