@@ -197,12 +197,12 @@ boxTitleCloseFgOver: smallCloseIconFgOver; // settings close icon and box search
197197msgInBg: bg0_soft; // inbox message background
198198msgInDateFg: fg4; // inbox message time text
199199msgInShadow: windowShadowFg; // inbox message shadow (below the bubble)
200- msgInMonoFg: bright_blue ; // inbox message monospace text (like a message sent with `test` text)
200+ msgInMonoFg: fg4 ; // inbox message monospace text (like a message sent with `test` text)
201201
202202msgOutBg: bg2; // outbox message background
203203msgOutDateFg: fg4; // outbox message time text
204204msgOutShadow: windowShadowFg; // outbox message shadow (below the bubble)
205- msgOutMonoFg: bright_blue ; // outbox message monospace text
205+ msgOutMonoFg: fg4 ; // outbox message monospace text
206206
207207msgServiceFg: fg1; // service message text (like date dividers or service message about the group title being changed)
208208msgServiceBg: bg1; // service message background (like in a service message about group title being changed) (adjusted)
@@ -399,3 +399,15 @@ sideBarBgActive: dialogsBgActive; // filters side bar active background
399399sideBarTextFg: sideBarTextFg; // filters side bar text
400400sideBarTextFgActive: windowActiveTextFg; // filters side bar active item text
401401sideBarIconFgActive: windowActiveTextFg; // filters side bar active item icon
402+
403+ statisticsChartLineBlue: bright_red; // syntax highlight: atrule, attr-value, keyword, function
404+ statisticsChartLineRed: bright_purple; // syntax highlight: property, tag, boolean, number, constant, symbol, deleted, operator, entity, url, punctuation
405+ statisticsChartLineOrange: bright_yellow; // syntax highlight: selector, attr-name, string, char, builtin, inserted
406+ statisticsChartLinePurple: bright_orange; // syntax highlight: class-name
407+ statisticsChartLineLightblue: neutral_gray; // syntax highlight: comment, block-comment, prolog, doctype, cdata
408+
409+ statisticsChartLineGreen: neutral_green; // syntax highlight: none
410+ statisticsChartLineLightgreen: neutral_green; // syntax highlight: none
411+ statisticsChartLineGolden: neutral_yellow; // syntax highlight: none
412+ statisticsChartLineIndigo: neutral_purple; // syntax highlight: none
413+ statisticsChartLineCyan: neutral_aqua; // syntax highlight: none
0 commit comments