Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .config/matugen/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,7 @@ bash -c '
} >/dev/null 2>&1 </dev/null & disown
'
'''

[templates.p10k]
input_path = '~/.config/matugen/templates/p10k-colors.zsh'
output_path = '~/.config/matugen/generated/p10k-colors.zsh'
127 changes: 127 additions & 0 deletions .config/matugen/templates/p10k-colors.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_PROMPT_CHAR_OK_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_PROMPT_CHAR_ERROR_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_DIR_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_DIR_ANCHOR_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_DIR_SHORTENED_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_DIR_WORK_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_DIR_WORK_ANCHOR_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_DIR_WORK_SHORTENED_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_DIR_WORK_NOT_WRITABLE_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_DIR_WORK_NOT_WRITABLE_ANCHOR_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_DIR_WORK_NOT_WRITABLE_SHORTENED_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_DIR_WORK_NON_EXISTENT_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_DIR_WORK_NON_EXISTENT_ANCHOR_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_DIR_WORK_NON_EXISTENT_SHORTENED_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_VCS_VISUAL_IDENTIFIER_COLOR='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_VCS_CLEAN_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_VCS_UNTRACKED_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_VCS_MODIFIED_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_STATUS_OK_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_STATUS_ERROR_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_STATUS_OK_PIPE_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_BACKGROUND_JOBS_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_DIRENV_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_ASDF_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_ASDF_RUBY_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_ASDF_PYTHON_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_ASDF_GOLANG_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_ASDF_NODEJS_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_ASDF_RUST_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_ASDF_DOTNET_CORE_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_ASDF_FLUTTER_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_ASDF_LUA_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_ASDF_JAVA_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_ASDF_PERL_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_ASDF_ERLANG_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_ASDF_ELIXIR_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_ASDF_POSTGRES_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_ASDF_PHP_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_ASDF_HASKELL_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_ASDF_JULIA_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_ANACONDA_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_PYENV_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_GOENV_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_NODENV_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_NVM_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_NODEENV_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_NODE_VERSION_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_GO_VERSION_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_RUST_VERSION_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_DOTNET_VERSION_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_PHP_VERSION_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_LARAVEL_VERSION_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_JAVA_VERSION_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_PACKAGE_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_RBENV_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_RVM_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_FVM_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_LUAENV_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_JENV_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_PLENV_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_PERLBREW_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_PHPENV_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_SCALAENV_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_HASKELL_STACK_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_KUBECONTEXT_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_TERRAFORM_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_TERRAFORM_VERSION_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_TERRAFORM_OTHER_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_TERRAFORM_TEST_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_AWS_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_AWS_DEFAULT_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_AWS_EB_ENV_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_AWS_TEST_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_AZURE_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_AZURE_OTHER_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_AZURE_TEST_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_GCLOUD_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_TOOLBOX_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND='{{colors.on_surface.default.hex}}'
typeset -g POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_FOREGROUND='{{colors.on_surface.default.hex}}'
typeset -g POWERLEVEL9K_NORDVPN_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_VPN_IP_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_IP_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_PUBLIC_IP_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_PROXY_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_RANGER_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_YAZI_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_NNN_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_LF_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_XPLR_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_VIM_SHELL_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_NIX_SHELL_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_CHEZMOI_SHELL_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_TODO_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_TIMEWARRIOR_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_TASKWARRIOR_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_PER_DIRECTORY_HISTORY_LOCAL_FOREGROUND='{{colors.secondary.default.hex}}'
typeset -g POWERLEVEL9K_PER_DIRECTORY_HISTORY_GLOBAL_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_CPU_ARCH_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_DISK_USAGE_NORMAL_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_DISK_USAGE_WARNING_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_DISK_USAGE_CRITICAL_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_RAM_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_SWAP_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_LOAD_NORMAL_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_LOAD_WARNING_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_LOAD_CRITICAL_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_BATTERY_{OK,LOW,CHARGING}_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_BATTERY_{DISCHARGING,EMPTY,FULL}_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_BATTERY_LOW_FOREGROUND='{{colors.error.default.hex}}'
typeset -g POWERLEVEL9K_BATTERY_DISCONNECTED_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_WIFI_FOREGROUND='{{colors.primary.default.hex}}'
typeset -g POWERLEVEL9K_TIME_FOREGROUND='{{colors.tertiary.default.hex}}'
typeset -g POWERLEVEL9K_RULER_FOREGROUND='{{colors.outline.default.hex}}'
typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_FOREGROUND='{{colors.outline.default.hex}}'
typeset -g POWERLEVEL9K_EXAMPLE_FOREGROUND='{{colors.primary.default.hex}}'
Loading