Hi, I wish CRBasic had a default DarkMode setting, but it doesn't seem to, so instead I've written a simple display settings file which emulates darkmode. To load it, save it as darkMode.ini, go to Tools/Open Display Settings File and load darkMode.ini.
[Variables] RightMargin=1 BackgroundColor=0 HintDelay=1000 ShowHints=1 SyntaxHighlight=1 IndentAmount=2 TabWidth=2 HintColor=13158600 LineNumFontColor=16777215 LineNumBackColor=0 [NormalText] fsItalic=0 fsBold=0 Color=13948116 [NumberText] fsItalic=0 fsBold=0 Color=11914920 [StringText] fsItalic=0 fsBold=0 Color=13537656 [MatchedParensText] fsItalic=0 fsBold=0 Color=16777215 [BookmarkText] fsItalic=0 fsBold=0 Color=16776960 [CommentText] fsItalic=1 fsBold=0 Color=6986069 [VariableText] fsItalic=1 fsBold=0 Color=10280190 [LocalVariableText] fsItalic=1 fsBold=0 Color=14707829 [InstrucText] fsItalic=0 fsBold=0 Color=5676246 [OperatorText] fsItalic=0 fsBold=0 Color=13948116 [Font] Charset=1 Color=13948116 Height=-13 Name=Courier New Pitch=0 Size=10 fsBold=0 fsItalic=0
Cheers
-Paul
Hi, Paul, I tried this method, but only the instruction interface and the editor page turned into dark mode, while the tool panel remained in normal mode.
pingan, yes the color of the menu bar is not customizable.
Paul, thanks for sharing your syntax color settings.