feat(p10k): apply Catppuccin Frappé palette
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -37,15 +37,15 @@
|
|||||||
# Zsh >= 5.1 is required.
|
# Zsh >= 5.1 is required.
|
||||||
[[ $ZSH_VERSION == (5.<1->*|<6->.*) ]] || return
|
[[ $ZSH_VERSION == (5.<1->*|<6->.*) ]] || return
|
||||||
|
|
||||||
# Prompt colors — Nord palette.
|
# Prompt colors — Catppuccin Frappé palette.
|
||||||
# https://www.nordtheme.com/docs/colors-and-palettes
|
# https://catppuccin.com/palette/
|
||||||
local grey='#4C566A' # nord3
|
local grey='#838ba7' # overlay1
|
||||||
local red='#BF616A' # nord11
|
local red='#e78284' # red
|
||||||
local yellow='#EBCB8B' # nord13
|
local yellow='#e5c890' # yellow
|
||||||
local blue='#88C0D0' # nord8
|
local blue='#85c1dc' # sapphire
|
||||||
local magenta='#B48EAD' # nord15
|
local magenta='#ca9ee6' # mauve
|
||||||
local cyan='#8FBCBB' # nord7
|
local cyan='#81c8be' # teal
|
||||||
local white='#ECEFF4' # nord6
|
local white='#c6d0f5' # text
|
||||||
|
|
||||||
# Left prompt segments.
|
# Left prompt segments.
|
||||||
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
|
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
|
||||||
|
|||||||
Reference in New Issue
Block a user