Skip to content
Snippets Groups Projects
Commit e9d9dfde authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

inc_bash: set color presets

parent 5463c926
No related branches found
No related tags found
1 merge request!129Db Profiles
...@@ -103,3 +103,13 @@ function fetchrc(){ ...@@ -103,3 +103,13 @@ function fetchrc(){
} }
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# define color presets
# see https://www.axel-hahn.de/docs/bash_colorfunctions/Color_presets.html
COLOR_PRESET_error=("white" "red")
COLOR_PRESET_ok=("green")
COLOR_PRESET_warning=("yellow")
COLOR_PRESET_cmd=("lightblue")
COLOR_PRESET_head=("yellow")
COLOR_PRESET_input=("green")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment