This commit is contained in:
zhuzihcu
2023-03-06 12:09:06 +08:00
parent 3cbe2cb509
commit fdecf5a564
28 changed files with 376 additions and 48 deletions

View File

@ -10,9 +10,9 @@ TextArea{
selectByMouse: true
selectionColor: {
if(FluApp.isDark){
return Qt.rgba(76/255,160/255,224/255,1)
return FluTheme.primaryColor.lighter
}else{
return Qt.rgba(0/255,102/255,180/255,1)
return FluTheme.primaryColor.dark
}
}
background: FluTextBoxBackground{