mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 03:59:58 +00:00
Default text colors now work on bright colorschemes
This commit is contained in:
8
neofetch
8
neofetch
@@ -2325,11 +2325,11 @@ setcolors () {
|
||||
|
||||
if [ "${colors[0]}" == "distro" ]; then
|
||||
title_color="\033[3${1}m"
|
||||
at_color="\033[37m"
|
||||
underline_color="\033[37m"
|
||||
at_color="\033[0m"
|
||||
underline_color="\033[0m"
|
||||
subtitle_color="\033[3${2}m"
|
||||
colon_color="\033[37m"
|
||||
info_color="\033[37m"
|
||||
colon_color="\033[0m"
|
||||
info_color="\033[0m"
|
||||
|
||||
# If the second color is white use the first for the subtitle
|
||||
[ "$2" == 7 ] && subtitle_color="\033[3${1}m"
|
||||
|
||||
Reference in New Issue
Block a user