-
-
Notifications
You must be signed in to change notification settings - Fork 978
Color schemes
Mathias Fredriksson edited this page Oct 19, 2019
·
7 revisions
Looking to spice up Pure or find inspiration for a new look? Look no further! Here are listed some predefined custom color schemes that can be used with Pure.
(Psst. If your terminal doesn't support hex colors, you may need to load the zsh/nearcolor
module, check out the RGB colors-section in the readme for more info.)
Is it that time of the year? Are you feeling spooky 👻?
typeset -A pure_halloween_scheme=(
color1 "#E84000" # Tangelo
color2 "#EB6123" # Halloween Orange
color3 "#FFE5D5" # Flesh
color4 "#F1B111" # Spanish Yellow
color5 "#FF1A72" # Electric Pink
color6 "#E40055" # Raspberry
)
typeset -A pure_halloween_scheme=(
color1 "#D94E49" # English Vermillion
color2 "#363B3F" # Onyx
color3 "#EE7867" # Coral Reef
color4 "#F2C359" # Maize (Crayola)
color5 "#E2B44E" # Sunray
color6 "#494F55" # Quartz
)
zstyle :prompt:pure:execution_time color $pure_halloween_scheme[color3]
zstyle :prompt:pure:git:arrow color $pure_halloween_scheme[color5]
zstyle :prompt:pure:git:branch color $pure_halloween_scheme[color2]
zstyle :prompt:pure:git:branch:cached color $pure_halloween_scheme[color1]
zstyle :prompt:pure:git:dirty color $pure_halloween_scheme[color4]
zstyle :prompt:pure:host color $pure_halloween_scheme[color6]
zstyle :prompt:pure:path color $pure_halloween_scheme[color1]
zstyle :prompt:pure:prompt:error color $pure_halloween_scheme[color1]
zstyle :prompt:pure:prompt:success color $pure_halloween_scheme[color4]
zstyle :prompt:pure:user color $pure_halloween_scheme[color4]
zstyle :prompt:pure:user:root color $pure_halloween_scheme[color3]
zstyle :prompt:pure:virtualenv color $pure_halloween_scheme[color6]
- Halloween Dark is based on: Halloween Kiss
- Halloween Light is based on: Halloween Love