View Single Post
Old 02-11-2022, 09:50 AM   #5
AxaRu
Member
AxaRu will become famous soon enoughAxaRu will become famous soon enoughAxaRu will become famous soon enoughAxaRu will become famous soon enoughAxaRu will become famous soon enoughAxaRu will become famous soon enough
 
Posts: 24
Karma: 624
Join Date: May 2013
Location: Moscow
Device: Kobo Aura H2o, Kobo Aura One, Kobo Forma
Hastily i tuned color in sand style.




Code:
QTreeView {
  alternate-background-color: #E1D9C0;
  background: #E7E0CC;
  selection-color: white;
  selection-background-color: red;
}

QTreeView#ClipEditorTree {
  alternate-background-color: #E1D9C0;
  background: #E7E0CC;
  selection-color: white;
  selection-background-color: red;
}

QTreeView#TOCTree {
  alternate-background-color: #E1D9C0;
  background: #E7E0CC;
  selection-color: white;
  selection-background-color: red;
}

QTreeView#tvTOCDisplay{
  alternate-background-color: #E1D9C0;
  background: #E7E0CC;
  selection-color: white;
  selection-background-color: red;
}

QPlainTextEdit {
  alternate-background-color: #E1D9C0;
  background: #EDE8D9;
  selection-color: white;
  selection-background-color: #887D5A;
}
AxaRu is offline   Reply With Quote