Page 1 of 1

Made a nice pastel colored syntax scheme and want to share!

Posted: Wed Jan 06, 2021 3:23 am
by TheAutomator
I want to share my syntax highlighting colors with you guys, this one is a bit more friendly to the eye :)

Image
This is the more saturated version (slight alterations)
Image

the *.prefs file:

Code: Select all

; PureBasic IDE Exported Preferences
; 
[Sections]
IncludeColors = 1
; 
; Color settings
; 
[Colors]
ASMKeywordColor = RGB(0, 255, 0)
ASMKeywordColor_Used = 1
BackgroundColor = RGB(24, 23, 20)
BackgroundColor_Used = 1
BasicKeywordColor = RGB(0, 85, 169)
BasicKeywordColor_Used = 1
CommentColor = RGB(64, 64, 64)
CommentColor_Used = 1
ConstantColor = RGB(140, 14, 67)
ConstantColor_Used = 1
LabelColor = RGB(0, 102, 51)
LabelColor_Used = 1
NormalTextColor = RGB(153, 151, 122)
NormalTextColor_Used = 1
NumberColor = RGB(122, 153, 61)
NumberColor_Used = 1
OperatorColor = RGB(120, 50, 100)
OperatorColor_Used = 1
PointerColor = RGB(153, 61, 75)
PointerColor_Used = 1
PureKeywordColor = RGB(16, 123, 175)
PureKeywordColor_Used = 1
SeparatorColor = RGB(77, 61, 153)
SeparatorColor_Used = 1
StringColor = RGB(128, 100, 51)
StringColor_Used = 1
StructureColor = RGB(0, 94, 115)
StructureColor_Used = 1
LineNumberColor = RGB(82, 82, 82)
LineNumberColor_Used = 1
LineNumberBackColor = RGB(38, 38, 38)
LineNumberBackColor_Used = 1
MarkerColor = RGB(255, 128, 0)
MarkerColor_Used = 1
CurrentLineColor = RGB(0, 0, 0)
CurrentLineColor_Used = 1
SelectionColor = RGB(100, 64, 136)
SelectionColor_Used = 1
SelectionFrontColor = RGB(255, 255, 255)
SelectionFrontColor_Used = 1
CursorColor = RGB(153, 255, 0)
CursorColor_Used = 1
Debugger_LineColor = RGB(0, 128, 192)
Debugger_LineColor_Used = 1
Debugger_LineSymbolColor = RGB(0, 128, 192)
Debugger_LineSymbolColor_Used = 1
Debugger_ErrorColor = RGB(255, 0, 0)
Debugger_ErrorColor_Used = 1
Debugger_ErrorSymbolColor = RGB(255, 0, 0)
Debugger_ErrorSymbolColor_Used = 1
Debugger_BreakPointColor = RGB(0, 159, 159)
Debugger_BreakPointColor_Used = 1
Debugger_BreakpoinSymbolColor = RGB(0, 159, 159)
Debugger_BreakpoinSymbolColor_Used = 1
DisabledBackColor = RGB(0, 64, 64)
DisabledBackColor_Used = 1
GoodBraceColor = RGB(187, 125, 180)
GoodBraceColor_Used = 1
BadBraceColor = RGB(140, 28, 28)
BadBraceColor_Used = 1
ProcedureBackColor = RGB(15, 25, 30)
ProcedureBackColor_Used = 1
CustomKeywordColor = RGB(128, 0, 128)
CustomKeywordColor_Used = 1
Debugger_WarningColor = RGB(255, 128, 0)
Debugger_WarningColor_Used = 1
Debugger_WarningSymbolColor = RGB(255, 128, 0)
Debugger_WarningSymbolColor_Used = 1
IndentColor = RGB(0, 0, 255)
IndentColor_Used = 1
ModuleColor = RGB(128, 64, 0)
ModuleColor_Used = 1
SelectionRepeatColor = RGB(0, 50, 0)
SelectionRepeatColor_Used = 1
PlainBackground = RGB(0, 64, 0)
PlainBackground_Used = 1
ToolsPanel_FrontColor = RGB(0, 63, 111)
ToolsPanel_BackColor = RGB(143, 143, 143)
The bright one:

Code: Select all

; PureBasic IDE Exported Preferences
; 
[Sections]
IncludeColors = 1
; 
; Color settings
; 
[Colors]
ASMKeywordColor = RGB(0, 255, 0)
ASMKeywordColor_Used = 1
BackgroundColor = RGB(32, 32, 25)
BackgroundColor_Used = 1
BasicKeywordColor = RGB(0, 128, 192)
BasicKeywordColor_Used = 1
CommentColor = RGB(80, 80, 80)
CommentColor_Used = 1
ConstantColor = RGB(191, 64, 96)
ConstantColor_Used = 1
LabelColor = RGB(164, 164, 0)
LabelColor_Used = 1
NormalTextColor = RGB(191, 186, 134)
NormalTextColor_Used = 1
NumberColor = RGB(144, 200, 97)
NumberColor_Used = 1
OperatorColor = RGB(177, 86, 138)
OperatorColor_Used = 1
PointerColor = RGB(108, 108, 213)
PointerColor_Used = 1
PureKeywordColor = RGB(0, 176, 158)
PureKeywordColor_Used = 1
SeparatorColor = RGB(138, 99, 177)
SeparatorColor_Used = 1
StringColor = RGB(202, 135, 11)
StringColor_Used = 1
StructureColor = RGB(0, 187, 117)
StructureColor_Used = 1
LineNumberColor = RGB(128, 0, 255)
LineNumberColor_Used = 1
LineNumberBackColor = RGB(32, 0, 64)
LineNumberBackColor_Used = 1
MarkerColor = RGB(255, 255, 0)
MarkerColor_Used = 1
CurrentLineColor = RGB(0, 0, 0)
CurrentLineColor_Used = 1
SelectionColor = RGB(128, 0, 64)
SelectionColor_Used = 1
SelectionFrontColor = RGB(255, 0, 128)
SelectionFrontColor_Used = 1
CursorColor = RGB(255, 255, 255)
CursorColor_Used = 1
Debugger_LineColor = RGB(255, 255, 255)
Debugger_LineColor_Used = 1
Debugger_LineSymbolColor = RGB(255, 255, 255)
Debugger_LineSymbolColor_Used = 1
Debugger_ErrorColor = RGB(255, 0, 0)
Debugger_ErrorColor_Used = 1
Debugger_ErrorSymbolColor = RGB(255, 0, 0)
Debugger_ErrorSymbolColor_Used = 1
Debugger_BreakPointColor = RGB(77, 153, 153)
Debugger_BreakPointColor_Used = 1
Debugger_BreakpoinSymbolColor = RGB(77, 153, 153)
Debugger_BreakpoinSymbolColor_Used = 1
DisabledBackColor = RGB(0, 0, 60)
DisabledBackColor_Used = 1
GoodBraceColor = RGB(255, 0, 255)
GoodBraceColor_Used = 1
BadBraceColor = RGB(187, 0, 0)
BadBraceColor_Used = 1
ProcedureBackColor = RGB(24, 26, 32)
ProcedureBackColor_Used = 1
CustomKeywordColor = RGB(170, 0, 170)
CustomKeywordColor_Used = 1
Debugger_WarningColor = RGB(255, 128, 0)
Debugger_WarningColor_Used = 1
Debugger_WarningSymbolColor = RGB(255, 128, 0)
Debugger_WarningSymbolColor_Used = 1
IndentColor = RGB(0, 0, 255)
IndentColor_Used = 1
ModuleColor = RGB(191, 98, 48)
ModuleColor_Used = 1
SelectionRepeatColor = RGB(0, 64, 0)
SelectionRepeatColor_Used = 1
PlainBackground = RGB(64, 0, 64)
PlainBackground_Used = 1
ToolsPanel_FrontColor = RGB(0, 128, 0)
ToolsPanel_BackColor = RGB(0, 0, 0)
Hope you guys like it!
Let me know what you guys think :)

Re: Made a nice pastel colored syntax scheme and want to sha

Posted: Wed Jan 06, 2021 3:37 am
by BarryG
TheAutomator wrote:I wanna share a screenshot here, how do you do that?
Open a free account at Imgur and upload them there, then copy their URLs for pasting into posts here between the [ img ] [ /img ] tags.

Re: Made a nice pastel colored syntax scheme and want to sha

Posted: Thu Jan 07, 2021 4:25 am
by kenmo
Color scheme files (and screenshots of them) are a legitimate thing to host on a free GitHub account, too.

You can export a color scheme by:
Preferences > Import/Export > Include Color Settings > (browse for path) > Save

Re: Made a nice pastel colored syntax scheme and want to sha

Posted: Sat Jan 09, 2021 12:55 am
by TheAutomator
Finally uploaded!

Re: Made a nice pastel colored syntax scheme and want to sha

Posted: Sat Jan 09, 2021 3:44 am
by IdeasVacuum
You have got a lot of detail into that scheme, must have taken an age to do, thanks for sharing.

Re: Made a nice pastel colored syntax scheme and want to sha

Posted: Sat Jan 09, 2021 1:50 pm
by TheAutomator
thanks, the hardest part was to keep the colors different from each other and still evenly soft, ignore the "mid()" that was wrongly placed, forgot to remove it :)

if someone wants the more saturated version let me know.
[EDIT:] Did that too.

Re: Made a nice pastel colored syntax scheme and want to share!

Posted: Wed Nov 08, 2023 7:46 am
by Kuron
WOW! Thank you. These are awesome and I think the second one is my favorite. :mrgreen: Thank you for sharing your hard work with us.