diff options
| author | 2022-11-04 10:05:27 -0400 | |
|---|---|---|
| committer | 2022-11-04 10:05:27 -0400 | |
| commit | 15eb7f39075b7e2b971070a3dd745c58e14e46d9 (patch) | |
| tree | e8d0b1da815e073b78786e65c19fb7abf2c63f2c /colors/colors.sh | |
| parent | update readme with my diagnosis (diff) | |
v3v3
Diffstat (limited to 'colors/colors.sh')
| -rw-r--r-- | colors/colors.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/colors/colors.sh b/colors/colors.sh index f3e03cc..b9f7c4e 100644 --- a/colors/colors.sh +++ b/colors/colors.sh @@ -1,8 +1,8 @@ theme=starlight # define all of the colors in hex (rgb) -black=0D0D0D -brblack=242424 +black=242424 +brblack=616161 red=CF1745 brred=FF1A53 @@ -25,5 +25,5 @@ brcyan=1AFFC6 white=E6E6E6 brwhite=FFFFFF -background=$brblack +background=$black foreground=$brwhite |
