ascii: Fix bedrock colors. Closes #1156
This commit is contained in:
parent
056a99bfa2
commit
eaa59da1e9
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -5275,7 +5275,7 @@ EOF
|
|||
;;
|
||||
|
||||
"Bedrock"*)
|
||||
set_colors 0 7
|
||||
set_colors 8 7
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1}--------------------------------------
|
||||
--------------------------------------
|
||||
|
|
Loading…
Reference in a new issue