dp701 icon indicating copy to clipboard operation
dp701 copied to clipboard

User types in IDA 9.1 type editor

Open shrddr opened this issue 8 months ago • 1 comments

In IDA 9.1, user types are highlighted with "IDA Colors > Syntax > User 1", which is not being set by the theme and is too dark by default

Image

I suggest changing it to maybe R 86 G 156 B 214 (default color in Visual Studio for "C/C++ User Keywords")

Image

Looking how it's being set by builtin dark theme I guess this should work

text_area_t
{
    qproperty-user1-fg: #569cd6;
}

shrddr avatar Apr 20 '25 11:04 shrddr

Updated in ba0506f4400abe073ec3ef21cc4b00e7562d9fe2 commit Image

pr701 avatar Jul 27 '25 14:07 pr701