Skip to content

unixorn/p9k-theme-pastel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

p9k-theme-pastel

p9k-theme-pastel is a theme for the powerlevel10k prompt that puts an emphasis on simplcity while still getting important information across.

Installation / Usage

Zinit (Formerly Zplugin)

Installation: zinit light-mode for $HOME/projects/p9k-theme-pastel

Useage outside of a desktop

p9k-theme-pastel does its best to keep things compatible by changing characters used when no DISPLAY environemnt varialbe is present. For colors to work properly however you will need to ensure your term supports 256 colors. This can be done with something like this in .zlogin:

if (( ! $? && ${term_colors:-0} < 256 )); then
  TERM="xterm-256color"
fi

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 100.0%