Enable additional colors for the highlighting

This commit is contained in:
defnax 2020-05-12 15:32:25 +02:00
parent e492945612
commit 1232d71446
3 changed files with 10 additions and 3 deletions

View File

@ -187,6 +187,7 @@ NetworkDialog
RSTextBrowser, MimeTextEdit
{
qproperty-textColorQuote: rgb(120, 153, 34);
qproperty-textColorQuotes: ColorList(#789922 #039bd5 #800000 #800080 #008080 #b10dc9 #85144b #3d9970);
}
QLabel#headerTextLabel_Person

View File

@ -2151,6 +2151,6 @@ GxsChannelDialog GroupTreeWidget QTreeWidget#treeWidget::item{
RSTextBrowser, MimeTextEdit
{
/*qproperty-textColorQuote: rgb(125, 125, 255);*/
/*qproperty-textColorQuotes: ColorList(#0000ff #00ff00 #00ffff #ff0000 #ff00ff #ffff00 #ffffff);*/
qproperty-textColorQuote: rgb(125, 125, 255);
qproperty-textColorQuotes: ColorList(#0000ff #00ff00 #00ffff #ff0000 #ff00ff #ffff00 #ffffff);
}

View File

@ -1293,5 +1293,11 @@ PostedCardView > QFrame#mainFrame[new=true] {
}
WireGroupItem QFrame#frame{
background: transparent;
background: transparent;
}
RSTextBrowser, MimeTextEdit
{
qproperty-textColorQuote: rgb(125, 125, 255);
qproperty-textColorQuotes: ColorList(#0000ff #00ff00 #00ffff #ff0000 #ff00ff #ffff00 #ffffff);
}