Skip to content

Commit

Permalink
chore(just): add mention of cpick in how you can grab the colors for …
Browse files Browse the repository at this point in the history
…bash
  • Loading branch information
HikariKnight committed Jan 13, 2024
1 parent f8a0db8 commit ec82a1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/ublue-os-just/justlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ declare -r normal=$(tput sgr0)

########
### Colors
### You can use cpick from https://github.com/ethanbaker/cpick to get the colors
### cpick bash varname | sed -E 's/readonly/declare/'
########
declare -r red=$'\033[38;2;255;0;0m'
declare -r blue=$'\033[38;2;0;0;255m'
Expand Down

0 comments on commit ec82a1c

Please sign in to comment.