notusknot / dotfiles-nix

Configuration files for my NixOS machine, declared by home-manager
MIT License
434 stars 28 forks source link

Hey! What's the colorscheme for your shell? #3

Open ChaosInTheCRD opened 2 years ago

ChaosInTheCRD commented 2 years ago

Hey! I love your setup! I also found your repo Dusk for the nvim colorscheme and have already switched to it. But I was wondering... is there a full colorscheme available that you use for your shell as well?

Thanks,

notusknot commented 2 years ago

Hi, thanks for your interest. I don't have a specific colorscheme for zsh, although here is my prompt: PROMPT="%F{blue}%m %~%b "$'\n'"%(?.%F{green}%Bλ%b.%F{red}?) %f"

It looks like zsh just adopts whatever colors the terminal uses, in my case thats st. Here is my build of st, with the dusk colorscheme.

Hopefully this helps :)

Edit: eventually I do want to create a full organization for Dusk with a lot of different ports, so keep a lookout for that