mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
ide skin
This commit is contained in:
parent
e0b8f38db0
commit
b2bb5f244b
15 changed files with 39 additions and 19 deletions
|
|
@ -175,10 +175,10 @@ FileTabs& FileTabs::operator<<(const FileTabs &src)
|
|||
FileTabs::FileTabs() :
|
||||
stackedicons(false),
|
||||
greyedicons(true),
|
||||
filecolor(SColorLabel),
|
||||
extcolor(IsDark(SColorFace()) ? Blend(White, LtBlue) : LtBlue)
|
||||
filecolor(SColorLabel)
|
||||
{
|
||||
|
||||
static SColor se([] { return IsDark(SColorFace()) ? Blend(White, LtBlue) : LtBlue; });
|
||||
extcolor = se;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue