Page 1 of 1

Editor: Import new color scheme

Posted: Thu Mar 26, 2020 11:43 am
by Dirk Geppert
I would like to have the same color scheme on purebasic and spiderbasic. On PB I use the Monokai scheme. How can I easily import this scheme to Spider?

Kind regards

Re: Editor: Import new color scheme

Posted: Fri Mar 27, 2020 7:36 am
by Dirk Geppert
Now I simply copied the color values from the PureBasic.prefs to the SpiderBasic.prefs.
If anyone else is interested, just edit the file:

C:\Users\[YourAccount]\AppData\Roaming\SpiderBasic\SpiderBasic.prefs

with the following values:

Code: Select all

[ToolsPanel]
FrontColor = 12767183
BackColor = 2238503

[Editor]
ASMKeywordColor = 15718758
BackgroundColor = 2238503
BasicKeywordColor = 7481081
CommentColor = 6189429
ConstantColor = 16744878
LabelColor = 6725606
NormalTextColor = 15923448
NumberColor = 16744878
OperatorColor = 7481081
PointerColor = 16744878
PureKeywordColor = 3072678
SeparatorColor = 15792376
StringColor = 7658470
StructureColor = 3072678
LineNumberColor = 8421504
LineNumberBackColor = 2238503
MarkerColor = 11184640
CurrentLineColor = 2697513
SelectionColor = 12632256
SelectionFrontColor = 0
CursorColor = 15792376
Debugger_LineColor = 15923448
Debugger_LineSymbolColor = 15923448
Debugger_ErrorColor = 255
Debugger_ErrorSymbolColor = 255
Debugger_BreakPointColor = 10066253
Debugger_BreakpoinSymbolColor = 10066253
DisabledBackColor = 1973790
GoodBraceColor = 6725606
BadBraceColor = 7481081
ProcedureBackColor = 2238503
CustomKeywordColor = 15718758
Debugger_WarningColor = 33023
Debugger_WarningSymbolColor = 33023
IndentColor = 8421504
ModuleColor = 3072678
SelectionRepeatColor = 4605510
PlainBackground = 2238503
Have fun!

Re: Editor: Import new color scheme

Posted: Fri Mar 27, 2020 6:14 pm
by munfraid
Nice, thanks!

Re: Editor: Import new color scheme

Posted: Fri Mar 27, 2020 7:37 pm
by Paul
When I want the same preference settings I just go into 'Import/Export' in PureBasic under 'Settings' and export my settings. Then in SpiderBasic I go into 'Import/Export' under 'Settings' and import the settings I exported from PureBasic.

Re: Editor: Import new color scheme

Posted: Mon Mar 30, 2020 6:13 am
by Dirk Geppert
Thanks Paul, good to know. I haven't seen that before. :)