Trying to create a new color theme dark_plus.cfg based on black_black.cfg, like the Dark+ theme in VS Code :
# Decimal color value
[ClassColor]
methodArg=3670015
comment=13461760
keyword=3618815
foreGround=4312575
method=16777065
field=6921215
[JavaColor]
choiseRow=7884582
comment=5609834
keyword=14064726
stringc=7901646
object=6933955
method=11197660
label=13948116
newType=4227327
varType=11585870
foreGround=13948116
field=16702620
[SmaliColor]
choise=1009930
comment=10873685
keyword=0
stringc=33023
invoke=3669815
instruction=14787895
foreGround=16777215
method=6553800
field=3281920
[WindowColor]
windowbackGround=3947580
codeBackGround=1973790
treeBackGround=2499877
choseBackColor=1652535
richeditBar=2828327
windowTitle=4013373
progressBar=15790320
staticText=13421772
chosenBackColor=7884582
toolbarBackGround=15790320
windowTitleText=13421772
ㅤ
But, there are some parts where the color cannot be changed, such as :
ㅤ
When changing the color of window > staticText, the color of the text in the notification also changes:

ㅤ
Question:
- This
toolbarBackGround color code for?

- What code is this? Is this a valid
.smali code?

ㅤ
Test:
ㅤ
Related issue: #166
ㅤ
Trying to create a new color theme
dark_plus.cfgbased onblack_black.cfg, like theDark+theme in VS Code :ㅤ
But, there are some parts where the color cannot be changed, such as :
The color of the numbers is too dark to see:
The folder icon color is also too dark to see:
ㅤ
When changing the color of
window > staticText, the color of the text in the notification also changes:ㅤ
Question:
toolbarBackGroundcolor code for?.smalicode?ㅤ
Test:
ㅤ
Related issue: #166
ㅤ