mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
colors
This commit is contained in:
parent
6b214bc687
commit
abb30ee1d9
5
inxi
5
inxi
|
@ -388,6 +388,7 @@ A_COLOR_SCHEMES=(
|
|||
EMPTY,EMPTY,EMPTY
|
||||
NORMAL,NORMAL,NORMAL
|
||||
|
||||
BLACK,DGREY,NORMAL
|
||||
DGREY,BLACK,NORMAL
|
||||
DBLUE,DGREY,NORMAL
|
||||
DBLUE,DMAGENTA,NORMAL
|
||||
|
@ -399,6 +400,7 @@ DMAGENTA,BLACK,NORMAL
|
|||
DCYAN,DBLUE,NORMAL
|
||||
|
||||
GREY,WHITE,NORMAL
|
||||
WHITE,GREY,NORMAL
|
||||
CYAN,GREY,NORMAL
|
||||
GREEN,WHITE,NORMAL
|
||||
GREEN,YELLOW,NORMAL
|
||||
|
@ -407,8 +409,6 @@ MAGENTA,CYAN,NORMAL
|
|||
MAGENTA,YELLOW,NORMAL
|
||||
RED,CYAN,NORMAL
|
||||
RED,WHITE,NORMAL
|
||||
|
||||
|
||||
)
|
||||
|
||||
## Actual color variables
|
||||
|
@ -813,7 +813,6 @@ select_default_color_scheme()
|
|||
fi
|
||||
set_color_scheme $i
|
||||
print_screen_output "[0m $i)$spacer${C1} Card:${C2} nVidia G86 [GeForce 8400 GS] ${C1}X.Org${C2} 1.7.7"
|
||||
|
||||
done
|
||||
set_color_scheme 0
|
||||
print_screen_output "[0m $i)$spacer${C1} Exit, use another terminal, or set manually."
|
||||
|
|
Loading…
Reference in a new issue