From b17e84fbeff3fcc1d88b1ebb232f39a208f1b30c Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Sun, 8 Dec 2024 21:22:12 +0100 Subject: [PATCH] modules/theme: update starship colors --- home/terminal/shell/starship.nix | 5 ----- modules/theme/default.nix | 7 +++++++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/home/terminal/shell/starship.nix b/home/terminal/shell/starship.nix index ebbf7ec..0ddba82 100644 --- a/home/terminal/shell/starship.nix +++ b/home/terminal/shell/starship.nix @@ -4,11 +4,6 @@ enableTransience = true; settings = { add_newline = true; - - cmd_duration = { - style = "yellow"; - format = "[ $duration]($style)"; - }; }; }; } diff --git a/modules/theme/default.nix b/modules/theme/default.nix index 2de6891..fd5a41e 100644 --- a/modules/theme/default.nix +++ b/modules/theme/default.nix @@ -230,12 +230,19 @@ in { ''; starship.settings = { + directory = { + style = "bold yellow"; + }; character = { format = "$symbol "; success_symbol = "[➜](bold green)"; error_symbol = "[✗](bold red)"; vicmd_symbol = "[](bold green)"; }; + cmd_duration = { + style = "yellow"; + format = "[ $duration]($style)"; + }; }; nvf.settings.vim.theme = {