Created
August 14, 2023 18:57
-
-
Save InFog/97350c9de2bdc264b63466b54c8091b3 to your computer and use it in GitHub Desktop.
My colors for comfyline
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RETVAL_b="#005f87" # background | |
RETVAL_f="#eceeed" # foreground | |
HOST_b="#5f87af" | |
HOST_f="#eceeed" | |
USER_b="#005f87" | |
USER_f="#eceeed" | |
GIT_b="#f6b3b3" | |
GIT_f="#d95353" | |
GIT_CLEAN_b="#b3f58c" | |
GIT_CLEAN_f="#568459" | |
DIR_b="#5f87af" | |
DIR_f="#eceeed" | |
VENV_b="#a8ddf9" | |
VENV_f="#0066a4" | |
BAT_b="#5f87af" | |
BAT_f="#eceeed" | |
DATE_b="#005f87" | |
DATE_f="#eceeed" | |
TIME_b="#5f87af" | |
TIME_f="#eceeed" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment