mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
added better sample for color selection
This commit is contained in:
parent
88c48e0ae7
commit
ed5c405729
3
inxi
3
inxi
|
@ -382,7 +382,6 @@ IRC_COLORS=" $IRC_COLORS \x0312 \x0302 \x0313 \x0306 \x0311 \x0310 \x030
|
||||||
#ANSI_COLORS=($ANSI_COLORS); IRC_COLORS=($IRC_COLORS)
|
#ANSI_COLORS=($ANSI_COLORS); IRC_COLORS=($IRC_COLORS)
|
||||||
A_COLORS_AVAILABLE=( DGREY BLACK RED DRED GREEN DGREEN YELLOW DYELLOW BLUE DBLUE MAGENTA DMAGENTA CYAN DCYAN WHITE GREY NORMAL )
|
A_COLORS_AVAILABLE=( DGREY BLACK RED DRED GREEN DGREEN YELLOW DYELLOW BLUE DBLUE MAGENTA DMAGENTA CYAN DCYAN WHITE GREY NORMAL )
|
||||||
# See above for notes on EMPTY
|
# See above for notes on EMPTY
|
||||||
A_COLOR_SCHEMES=( EMPTY,EMPTY,EMPTY NORMAL,NORMAL,NORMAL BLUE,NORMAL,NORMAL GREEN,YELLOW,NORMAL DYELLOW,NORMAL,NORMAL CYAN,BLUE,NORMAL RED,NORMAL,NORMAL GREEN,NORMAL,NORMAL YELLOW,NORMAL,NORMAL GREEN,DGREEN,NORMAL BLUE,RED,NORMAL BLUE,NORMAL,RED YELLOW,WHITE,GREEN BLUE,NORMAL,GREEN DCYAN,NORMAL,DMAGENTA )
|
|
||||||
## note: group 1: 0, 1 are null/normal
|
## note: group 1: 0, 1 are null/normal
|
||||||
## after that, it's divided into: group 2: dark on light; group 3: light on dark
|
## after that, it's divided into: group 2: dark on light; group 3: light on dark
|
||||||
A_COLOR_SCHEMES=(
|
A_COLOR_SCHEMES=(
|
||||||
|
@ -810,7 +809,7 @@ select_default_color_scheme()
|
||||||
spacer=' '
|
spacer=' '
|
||||||
fi
|
fi
|
||||||
set_color_scheme $i
|
set_color_scheme $i
|
||||||
print_screen_output "[0m $i)$spacer${C1} Item Name${C2} Item Data Values"
|
print_screen_output "[0m $i)$spacer${C1} Card:${C2} nVidia G86 [GeForce 8400 GS]"
|
||||||
|
|
||||||
done
|
done
|
||||||
set_color_scheme 0
|
set_color_scheme 0
|
||||||
|
|
Loading…
Reference in a new issue