summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-11-30 20:59:01 +0100
committerAlan Pearce2024-11-30 20:59:01 +0100
commita3bb1545394862b10026246d197d1c16d770497f (patch)
treec0a430080ec2179f0c65dccf1e47f687fe84bce3
parenta4661dd2703a842016416332635763e85c5036c4 (diff)
downloadnixfiles-a3bb1545394862b10026246d197d1c16d770497f.tar.lz
nixfiles-a3bb1545394862b10026246d197d1c16d770497f.tar.zst
nixfiles-a3bb1545394862b10026246d197d1c16d770497f.zip
fish: colour hydro prompt using tide scheme
-rw-r--r--user/settings/fish.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/user/settings/fish.nix b/user/settings/fish.nix
index cfefa9ff..91d87505 100644
--- a/user/settings/fish.nix
+++ b/user/settings/fish.nix
@@ -40,7 +40,13 @@
       set --export FZF_DEFAULT_OPTS '--cycle --layout=reverse --border --height=90% --preview-window=wrap --marker="*"'
       fzf_configure_bindings --directory=\cx\cf
 
-      set --universal hydro_multiline true
+      set --global hydro_multiline true
+      set --global hydro_color_pwd 00AFFF
+      set --global hydro_color_git 5FD700
+      set --global hydro_color_start FF00FF
+      set --global hydro_color_error D70000
+      set --global hydro_color_prompt 5FAF00
+      set --global hydro_color_duration 87875F
     '';
     shellAliases = {
       hist-freq-lines = lib.mkForce "history | sort | uniq -c | sort -gr | head -n100 | less";