This commit is contained in:
iFargle 2024-02-14 15:12:15 +09:00
parent 1155ab963e
commit c3e0415ff8

View file

@ -1,11 +1,11 @@
{ config, pkgs, lib, stylix, ... }: { config, pkgs, lib, stylix, ... }:
let let
orangeColor = "#f0810e"; orangeColor = "#${config.lib.stylix.colors.base09}";
yellowColor = "#f9b931"; yellowColor = "#${config.lib.stylix.colors.base0A}";
blueColor = "#446e86"; blueColor = "#${config.lib.stylix.colors.base0D}";
whiteColor = "#f8f2e6"; whiteColor = "#${config.lib.stylix.colors.base05}";
blackColor = "#2f312e"; blackColor = "#${config.lib.stylix.colors.base01}";
redColor = "#fb4934"; redColor = "#${config.lib.stylix.colors.base08}";
in in
{ {
programs.starship.settings = { programs.starship.settings = {