Skip to content
New issue

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 #1

Open
jonasjacek opened this issue Aug 22, 2019 · 0 comments
Open

Evalutate mapping for Gogh #1

jonasjacek opened this issue Aug 22, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jonasjacek
Copy link
Collaborator

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/

@jonasjacek jonasjacek added the enhancement New feature or request label Aug 22, 2019
@jonasjacek jonasjacek self-assigned this Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant