Editor: Import new color scheme

Everything else that doesn't fall into one of the other categories.
Dirk Geppert
Posts: 282
Joined: Fri Sep 22, 2017 7:02 am

Editor: Import new color scheme

Post 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
Dirk Geppert
Posts: 282
Joined: Fri Sep 22, 2017 7:02 am

Re: Editor: Import new color scheme

Post 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!
munfraid
Posts: 104
Joined: Sat Mar 24, 2018 1:33 pm

Re: Editor: Import new color scheme

Post by munfraid »

Nice, thanks!
User avatar
Paul
Posts: 195
Joined: Wed Feb 26, 2014 6:46 pm
Location: Canada
Contact:

Re: Editor: Import new color scheme

Post 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.
Dirk Geppert
Posts: 282
Joined: Fri Sep 22, 2017 7:02 am

Re: Editor: Import new color scheme

Post by Dirk Geppert »

Thanks Paul, good to know. I haven't seen that before. :)
Post Reply