Skip to content

Commit e111a4b

Browse files
authored
Merge pull request #1 from indev29/feat-syntax-highlight
feat: proper code syntax highlight
2 parents 4b3c18d + 0431214 commit e111a4b

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

colors.tdesktop-theme

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@ boxTitleCloseFgOver: smallCloseIconFgOver; // settings close icon and box search
197197
msgInBg: bg0_soft; // inbox message background
198198
msgInDateFg: fg4; // inbox message time text
199199
msgInShadow: 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

202202
msgOutBg: bg2; // outbox message background
203203
msgOutDateFg: fg4; // outbox message time text
204204
msgOutShadow: windowShadowFg; // outbox message shadow (below the bubble)
205-
msgOutMonoFg: bright_blue; // outbox message monospace text
205+
msgOutMonoFg: fg4; // outbox message monospace text
206206

207207
msgServiceFg: fg1; // service message text (like date dividers or service message about the group title being changed)
208208
msgServiceBg: 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
399399
sideBarTextFg: sideBarTextFg; // filters side bar text
400400
sideBarTextFgActive: windowActiveTextFg; // filters side bar active item text
401401
sideBarIconFgActive: 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

Comments
 (0)