Fix green text color

This commit is contained in:
miruka 2019-07-24 16:24:46 -04:00
parent 72eff47012
commit 9c7a7e256d

View File

@ -186,7 +186,7 @@ chat:
color body: colors.text
color date: colors.dimText
color greenText: hsluv(80, 60, 25)
color greenText: hsluv(80, colors.saturation * 2.25, 80)
color link: colors.link
color code: colors.code