Improve contrast of nick colors on dark theme

This commit is contained in:
Drew DeVault 2021-05-27 11:06:33 -04:00 committed by Simon Ser
parent e2e2f7a8fc
commit 3021eae9af

View file

@ -408,7 +408,7 @@ kbd {
color: var(--red); color: var(--red);
} }
#buffer .me-tell { #buffer .me-tell {
color: #c42560; color: #e16b97;
} }
#buffer .highlight .nick { #buffer .highlight .nick {
color: #1e0010; color: #1e0010;
@ -444,6 +444,25 @@ kbd {
color: #efa3aa; color: #efa3aa;
} }
#buffer .nick-8 {
color: #6bccc7;
}
#buffer .nick-10 {
color: #6296c1;
}
#buffer .nick-11 {
color: #c6b5df;
}
#buffer .nick-12 {
color: #9995df;
}
#buffer .nick-13 {
color: #8b62b3;
}
#buffer .nick-15 {
color: #e3418b;
}
kbd { kbd {
--outline-color: #6e7681; --outline-color: #6e7681;