color-theme.web: make error text bolder to be more readable on red background
This commit is contained in:
parent
36e4b14573
commit
68ad87406c
@ -2,7 +2,7 @@
|
|||||||
# color scheme "web"
|
# color scheme "web"
|
||||||
#
|
#
|
||||||
ESC=
|
ESC=
|
||||||
CRIT="<font color=white style=\"background-color:red\">"
|
CRIT="<font style=\"color:white;background-color:red;font-weight:600\">"
|
||||||
NOTE="<font color=gold>"
|
NOTE="<font color=gold>"
|
||||||
WARN="<font color=red>"
|
WARN="<font color=red>"
|
||||||
EXIT="$CRIT"
|
EXIT="$CRIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user