diff --git a/README.md b/README.md index 7ab6131..06aef53 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This CommandPrompt is an *highly* customised prompt for bash +![showcase](https://gitea.skadubpc.net/ulysse/CommandPrompt/raw/branch/main/media/PromptShowcase.gif) + It show the time, user, current directory and an info. The info is an icon if pwd is in the configured special folders (see more below). However if pwd is in the directory or sub-directory of a project, it will find by probabilities @@ -31,6 +33,48 @@ and calling with **source** the file at the end of your .bashrc or .profile depe If your system is in a different language you can change the special folder names direcly at the beginning of the file. +It is recommended to personalize your terminal colors instead of modifying it in the script. + +The terminal used in showcase is kitty, here are the colors used : +```Bash +cursor #B3B1AC + +foreground #BFBDC0 +background #151416 + +# black +color0 #151416 +color8 #5E5C64 + +# red +color1 #2C312C +color9 #2C312C + +# green +color2 #324637 +color10 #324637 + +# yellow +color3 #375A47 +color11 #375A47 + +# blue +color4 #45745A +color12 #45745A + +# magenta +color5 #78A486 +color13 #78A486 + +# cyan +color6 #B3C5B5 +color14 #B3C5B5 + +# white +color7 #D0CFCC +color15 #FFFFFF +``` + ## Internal commands This command prompt include 2 internal command that you can call manually if you want to diff --git a/media/PromptShowcase.gif b/media/PromptShowcase.gif new file mode 100644 index 0000000..75629d9 Binary files /dev/null and b/media/PromptShowcase.gif differ diff --git a/media/prompt showcase.gif b/media/prompt showcase.gif deleted file mode 100644 index dc5082d..0000000 Binary files a/media/prompt showcase.gif and /dev/null differ