Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ GetStyleColor
Method
GetStyleColor
DSView/pv/config/appconfig.cpp:441–449 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
439
}
440
441
QColor AppConfig::GetStyleColor()
442
{
443
if (IsDarkStyle()){
444
return QColor(38, 38, 38);
445
}
446
else{
447
return QColor(248, 248, 248);
448
}
449
}
450
451
452
//-------------api
Callers
4
AttachNativeWindow
Method · 0.80
showPopup
Method · 0.80
update_dist
Method · 0.80
set_cursor_btn_color
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected