mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +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
|
EMPTY,EMPTY,EMPTY
|
||||||
NORMAL,NORMAL,NORMAL
|
NORMAL,NORMAL,NORMAL
|
||||||
|
|
||||||
|
BLACK,DGREY,NORMAL
|
||||||
DGREY,BLACK,NORMAL
|
DGREY,BLACK,NORMAL
|
||||||
DBLUE,DGREY,NORMAL
|
DBLUE,DGREY,NORMAL
|
||||||
DBLUE,DMAGENTA,NORMAL
|
DBLUE,DMAGENTA,NORMAL
|
||||||
|
@ -399,6 +400,7 @@ DMAGENTA,BLACK,NORMAL
|
||||||
DCYAN,DBLUE,NORMAL
|
DCYAN,DBLUE,NORMAL
|
||||||
|
|
||||||
GREY,WHITE,NORMAL
|
GREY,WHITE,NORMAL
|
||||||
|
WHITE,GREY,NORMAL
|
||||||
CYAN,GREY,NORMAL
|
CYAN,GREY,NORMAL
|
||||||
GREEN,WHITE,NORMAL
|
GREEN,WHITE,NORMAL
|
||||||
GREEN,YELLOW,NORMAL
|
GREEN,YELLOW,NORMAL
|
||||||
|
@ -407,8 +409,6 @@ MAGENTA,CYAN,NORMAL
|
||||||
MAGENTA,YELLOW,NORMAL
|
MAGENTA,YELLOW,NORMAL
|
||||||
RED,CYAN,NORMAL
|
RED,CYAN,NORMAL
|
||||||
RED,WHITE,NORMAL
|
RED,WHITE,NORMAL
|
||||||
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
## Actual color variables
|
## Actual color variables
|
||||||
|
@ -813,7 +813,6 @@ select_default_color_scheme()
|
||||||
fi
|
fi
|
||||||
set_color_scheme $i
|
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"
|
print_screen_output "[0m $i)$spacer${C1} Card:${C2} nVidia G86 [GeForce 8400 GS] ${C1}X.Org${C2} 1.7.7"
|
||||||
|
|
||||||
done
|
done
|
||||||
set_color_scheme 0
|
set_color_scheme 0
|
||||||
print_screen_output "[0m $i)$spacer${C1} Exit, use another terminal, or set manually."
|
print_screen_output "[0m $i)$spacer${C1} Exit, use another terminal, or set manually."
|
||||||
|
|
Loading…
Reference in a new issue