aboutsummaryrefslogtreecommitdiffstats
path: root/hyperterm/themes/light_theme.sh
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-02-10 13:52:52 -0500
committerJesús <heckyel@hyperbola.info>2021-02-10 13:52:52 -0500
commit7e95c3b667a1b353f8275db886203f272bfcce34 (patch)
treeaefe3b7db69ac78b83b79a70cf43401679812d20 /hyperterm/themes/light_theme.sh
downloadhyperterm-7e95c3b667a1b353f8275db886203f272bfcce34.tar.lz
hyperterm-7e95c3b667a1b353f8275db886203f272bfcce34.tar.xz
hyperterm-7e95c3b667a1b353f8275db886203f272bfcce34.zip
first commit
Diffstat (limited to 'hyperterm/themes/light_theme.sh')
-rw-r--r--hyperterm/themes/light_theme.sh24
1 files changed, 24 insertions, 0 deletions
diff --git a/hyperterm/themes/light_theme.sh b/hyperterm/themes/light_theme.sh
new file mode 100644
index 0000000..775f5f7
--- /dev/null
+++ b/hyperterm/themes/light_theme.sh
@@ -0,0 +1,24 @@
+#!/bin/bash
+
+unset light_theme
+
+# Import colors
+_colors_bash "$@"
+
+: "${light_theme:=\n\
+\[$RESET\]\
+\[${BOLD}${CYAN}\]┌─\[$RESET\]\
+\[${BOLD}${YELLOW}\]\u\[$RESET\]\
+\[${BOLD}${CYAN}\]@\[$RESET\]\
+\[${BOLD}${GREY}\]\h\[$RESET\] \
+\$(exitstatus)\[$RESET\] \
+\[${BOLD}${WHITE}\][\$PWD]\
+\$( _prompt_is_on_git &> /dev/null && \
+ echo -n \" \[${BOLD}${WHITE}\]on\[$RESET\] \" && \
+ echo -n \"\$(_prompt_get_git_info)\" && \
+ echo -n \"\[${BOLD}${RED}\]\$(_get_git_progress)\" && \
+ echo -n \"\[$RESET\]\")\
+\n\[${BOLD}${CYAN}\]╰─➤\[${BOLD}${GREEN}\]$SYMBOL \[$RESET\]}"
+
+unset _psi
+: "${_psi:=\[${BOLD}${CYAN}\]=>\[$RESET\] }"