We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to create a new color theme dark_plus.cfg based on black_black.cfg, like the Dark+ theme in VS Code :
dark_plus.cfg
black_black.cfg
Dark+
# 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 :
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:
window > staticText
ㅤ Question:
toolbarBackGround
.smali
ㅤ Test:
ㅤ Related issue: #166 ㅤ
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to create a new color theme
dark_plus.cfg
based 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:
toolbarBackGround
color code for?.smali
code?ㅤ
Test:
ㅤ
Related issue: #166
ㅤ
The text was updated successfully, but these errors were encountered: