diff --git a/homeManagerModules/options.nix b/homeManagerModules/options.nix index 40bf203e..08dd4ede 100644 --- a/homeManagerModules/options.nix +++ b/homeManagerModules/options.nix @@ -251,12 +251,6 @@ in { type = lib.types.str; }; - tertiary = lib.mkOption { - description = "Tertiary color."; - default = "#CA9EE6"; #"#99D1DB"; - type = lib.types.str; - }; - inactive = lib.mkOption { description = "Inactive color."; default = "#242424"; diff --git a/homes/aly/default.nix b/homes/aly/default.nix index 9826266d..11fbf948 100644 --- a/homes/aly/default.nix +++ b/homes/aly/default.nix @@ -271,9 +271,8 @@ in { colors = { text = "#FFFFFF"; background = "#2a273f"; - secondary = "#ea9a97"; primary = "#3e8fb0"; - tertiary = "#f6c177"; + secondary = "#f6c177"; inactive = "#393552"; shadow = "#232136"; };