From 7e95c3b667a1b353f8275db886203f272bfcce34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 10 Feb 2021 13:52:52 -0500 Subject: first commit --- hyperterm/themes/light_theme.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 hyperterm/themes/light_theme.sh (limited to 'hyperterm/themes/light_theme.sh') 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\] }" -- cgit v1.2.3