color-theme.web: make error text bolder to be more readable on red background

This commit is contained in:
Silvan Calarco 2015-04-14 22:21:27 +02:00
parent 36e4b14573
commit 68ad87406c

View File

@ -2,7 +2,7 @@
# color scheme "web"
#
ESC=
CRIT="<font color=white style=\"background-color:red\">"
CRIT="<font style=\"color:white;background-color:red;font-weight:600\">"
NOTE="<font color=gold>"
WARN="<font color=red>"
EXIT="$CRIT"