Powerlevel10k Theme Generator

This is an open source project designed to help you customize your Powerlevel10k experience. It currently offers a selection of color configurations for Powerlevel10k, though many additional settings are available to explore. Contributions from the community are always welcome.

For more details or to contribute, please visit the GitHub repository: rgazeredo/p10k-theme-generator

~/projects
master
master
master
master
3s
10:30:45

OS Icon

Directory

GIT Clean

GIT Modified

GIT Untracked

GIT Conflicted

Execution Time

Time

Replace the variables in your .p10k.zsh file

typeset -g POWERLEVEL9K_OS_ICON_BACKGROUND=255
typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=0

typeset -g POWERLEVEL9K_DIR_BACKGROUND=32
typeset -g POWERLEVEL9K_DIR_FOREGROUND=15
typeset -g POWERLEVEL9K_DIR_SHORTENED_FOREGROUND=15
typeset -g POWERLEVEL9K_DIR_ANCHOR_FOREGROUND=15

typeset -g POWERLEVEL9K_VCS_CLEAN_BACKGROUND=35
local      clean='%15F'

typeset -g POWERLEVEL9K_VCS_MODIFIED_BACKGROUND=214
local      modified='%15F'

typeset -g POWERLEVEL9K_VCS_UNTRACKED_BACKGROUND=130
local      untracked='%15F'

typeset -g POWERLEVEL9K_VCS_CONFLICTED_BACKGROUND=160
local      conflicted='%15F'

typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_BACKGROUND=214
typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FOREGROUND=15

typeset -g POWERLEVEL9K_TIME_BACKGROUND=255
typeset -g POWERLEVEL9K_TIME_FOREGROUND=0

Created by rgazeredo