We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evalutate mapping for gogh - https://github.com/Mayccoll/Gogh
export COLOR_01="#000000" # HOST (black - system) export COLOR_02="#D70000" # SYNTAX_STRING (red3) export COLOR_03="#5FAF00" # COMMAND (Chartreuse3) export COLOR_04="#5FAF00" # COMMAND_COLOR2 (Chartreuse3) export COLOR_05="#005F87" # PATH (deepskyblue4) export COLOR_06="#D70000" # SYNTAX_VAR (red3) export COLOR_07="#5F5F5F" # PROMPT (gray37) export COLOR_08="#E4E4E4" # (gray89) export COLOR_09="#5F5F5F" # Dark gray (gray37) export COLOR_10="#D70000" # COMMAND_ERROR (red3) export COLOR_11="#5F5F5F" # EXEC (gray37) export COLOR_12="#FFFF00" # Light Yellow (yellow1) export COLOR_13="#0087AF" # Light Blue (deepskyblue3) export COLOR_14="#0087AF" # Light Magenta (deepskyblue3) export COLOR_15="#0087AF" # Light Cyan (deepskyblue3) export COLOR_16="#FFFFFF" # White (white - system) export BACKGROUND_COLOR="#FFFFFF" # Background Color export FOREGROUND_COLOR="#005F87" # Foreground Color (text - deepskyblue4) export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export HIGHLIGHT_FG_COLOR="#0087AF" # Text color within highlight (deepskyblue3) export HIGHLIGHT_BG_COLOR="#BCBCBC" # Highlight color (gray74) export PROFILE_NAME="colorcli"
via: https://www.reddit.com/r/commandline/comments/cscqxk/collection_of_harmonized_light_commandline/
The text was updated successfully, but these errors were encountered:
jonasjacek
No branches or pull requests
Evalutate mapping for gogh - https://github.com/Mayccoll/Gogh
via: https://www.reddit.com/r/commandline/comments/cscqxk/collection_of_harmonized_light_commandline/
The text was updated successfully, but these errors were encountered: