initial commit
This commit is contained in:
13
src/sh/theme.sh
Normal file
13
src/sh/theme.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
# Default theme
|
||||
if [ ! "${THEME_LOADED:-}" ]; then
|
||||
COLDATE="$(printf '\033[38;5;195m')"
|
||||
COLCNTS="$(printf '\033[38;5;244m')"
|
||||
COLFROM="$(printf '\033[38;5;208m')"
|
||||
COLSUBJ="$(printf '\033[38;5;179m\033[3m')"
|
||||
COLTAGS="$(printf '\033[38;5;106m\033[2m')"
|
||||
RESET="$(printf '\033[0m')"
|
||||
|
||||
export COLDATE COLCNTS COLFROM COLSUBJ COLTAGS
|
||||
|
||||
export THEME_LOADED=1
|
||||
fi
|
||||
Reference in New Issue
Block a user