Use milou theme

nvim: use milou theme

starship: update to milou scheme

fish: update to milou scheme

kitty: update to milou theme

starship: increase contrast in git modules

fzf: update to milou theme

nvim/lazy: update milou theme

fish/fzf.fish: use patdiff
This commit is contained in:
Primrose 2025-10-27 22:38:53 +08:00
parent e1407ff24e
commit 0c1f72b6e2
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
8 changed files with 86 additions and 87 deletions

View file

@ -3,10 +3,11 @@
"--cycle"
"--border=none"
"--preview-window=wrap"
"--color=fg:#000000,bg:#eeeeee,hl:#ca1243"
"--color=fg+:#000000,bg+:#d0d0d0,hl+:#ca1243"
"--color=info:#0184bc,prompt:#645199,pointer:#645199"
"--color=marker:#0184bc,spinner:#645199,header:#645199"
"--color=gutter:#eeeeee"
# TODO: This makes the unmatched harder to read
"--color=fg:#a0a1a7,bg:#fdf6e3,hl:#073642"
"--color=fg+:#a0a1a7,bg+:#f0e5c9,hl+:#073642"
"--color=info:#268bd2,prompt:#5f5faf,pointer:#073642"
"--color=marker:#268bd2,spinner:#5f5faf,header:#073642"
"--color=gutter:#eeeadd"
];
}