Add theme: umu#735
Conversation
Review Summary by QodoAdd umu theme with comprehensive prompt styling
WalkthroughsDescription• Add new "umu" theme with infinity symbol concept • Implement comprehensive prompt styling with colors • Support Python virtual environments and Git integration • Include battery charge and time display features File Changes1. themes/umu/umu.theme.sh
|
Code Review by Qodo
1.
|
|
This plugin should source --- themes/pzq/pzq.theme.sh^I2025-04-22 18:02:02.960557383 +0900
+++ themes/umu/umu.theme.sh^I2026-03-01 19:56:54.295751421 +0900
@@ -111,7 +107,7 @@
local RESTORE_CURSOR='\e8\]'
local MOVE_CURSOR_RIGHTMOST='\e['${COLUMNS:-9999}'C'
local MOVE_CURSOR_5_LEFT='\e[5D'
- local THEME_CLOCK_FORMAT="%H:%M:%S %y-%m-%d"
+ local THEME_CLOCK_FORMAT="%Y-%m-%dT%H:%M:%S.%N%:::z"
# Replace $HOME with ~ if possible
local RELATIVE_PWD=${PWD/#$HOME/\~}
@@ -127,7 +123,7 @@
PS1+="${D_NUMBER_COLOR}# ${D_USER_COLOR}\u ${D_DEFAULT_COLOR}"
fi
PS1+="@ ${D_MACHINE_COLOR}\h ${D_DEFAULT_COLOR}"
- PS1+="in ${D_DIR_COLOR}${RELATIVE_PWD} ${D_INTERMEDIATE_COLOR}"
+ PS1+="${D_DIR_COLOR}${RELATIVE_PWD} ${D_INTERMEDIATE_COLOR}"
PS1+=$(prompt_git)
PS1+=${D_TIME_COLOR}[$(clock_prompt)]
PS1+=${LAST_COMMAND_FAILED} |
UMU means ∞
UMU means ∞
