Page 4 of 8

Posted: Fri Sep 07, 2007 11:30 pm
by Tipperton
Kaeru Gaman wrote:green is relaxing
Hmm... haven't tried it but very light green might actually be a nice background, blue or red just seem a little "strong" for a background.

Could be because they are at one end or the other of the visible light spectrum while yello and green are more centrally located.

Other differences are that both red and blue are primary colors in both additive (monitor) and subtractive (printer) color mixing while green and yellow are primary colors of only one of them.

Food for thought?

Posted: Sat Sep 08, 2007 12:46 am
by xgp
After reading this topic posts' i've started to design a light one.
I haven't finished it(debugging colors left) because i don't like it, but i thought i should post it anyway.
Image
; PureBasic IDE Exported Preferences
;
[Sections]
IncludeColors = 1
;
; Color settings
;
[Colors]
ASMKeywordColor = RGB(176, 108, 88)
BackgroundColor = RGB(255, 244, 232)
BasicKeywordColor = RGB(139, 0, 0)
CommentColor = RGB(0, 0, 205)
ConstantColor = RGB(0, 136, 76)
LabelColor = RGB(176, 108, 88)
NormalTextColor = RGB(64, 64, 64)
NumberColor = RGB(90, 169, 165)
OperatorColor = RGB(0, 0, 0)
PointerColor = RGB(128, 64, 240)
PureKeywordColor = RGB(139, 0, 139)
SeparatorColor = RGB(0, 0, 0)
StringColor = RGB(0, 139, 139)
StructureColor = RGB(255, 0, 128)
LineNumberColor = RGB(138, 138, 138)
LineNumberBackColor = RGB(255, 240, 245)
MarkerColor = RGB(0, 170, 170)
CurrentLineColor = RGB(245, 222, 179)
SelectionColor = RGB(237, 235, 197)
SelectionFrontColor = RGB(0, 0, 0)
CursorColor = RGB(0, 0, 0)
DisabledBackColor = RGB(18, 22, 48)
Debugger_LineColor = RGB(82, 18, 18)
Debugger_ErrorColor = RGB(30, 77, 102)
Debugger_BreakPointColor = RGB(30, 77, 102)
Debugger_LineSymbolColor = RGB(128, 255, 255)
Debugger_ErrorSymbolColor = RGB(255, 0, 0)
Debugger_BreakpoinSymbolColor = RGB(255, 208, 0)
ToolsPanel_FrontColor = RGB(255, 255, 255)
ToolsPanel_BackColor = RGB(0, 0, 0)

Posted: Sat Sep 08, 2007 12:48 am
by GeoTrail
Looks pretty good xgp.

Posted: Sat Sep 08, 2007 12:47 pm
by pdwyer
How do I load these schemes? Do I just create a prefs file somewhere and then later I can choose it in the IDE preferences section?

:?

Posted: Sat Sep 08, 2007 2:29 pm
by xgp
@pdwyer:
yes, copy-paste that information and save it to a file. Later: Purebasic IDE>Preferences>Import/Export and choose the file you've saved that information.

Posted: Sat Sep 08, 2007 3:52 pm
by Kaeru Gaman
Tipperton wrote:Could be because they are at one end or the other of the visible light spectrum while yello and green are more centrally located.

Other differences are that both red and blue are primary colors in both additive (monitor) and subtractive (printer) color mixing while green and yellow are primary colors of only one of them.
humans can perceve much more variations of green than of any other color.
this has reasons in the natural environment of humans.

maybe it's even so, that green is in the middle of the visible spectrum,
because the human* perception is centered on green because of the environment.
(*and of other animals)
if Chlorophyll would shine Infrared, than Infrared would be the middle of the visible light spectrum.
Tipperton wrote:Food for thought?
Image

Posted: Sat Sep 08, 2007 5:22 pm
by Tipperton
Kaeru Gaman wrote:Image
Now I'm hungry....

Posted: Sat Sep 08, 2007 5:48 pm
by GeoTrail
Mmmm chocolate chip cookies, yummiieeee

Posted: Sat Sep 08, 2007 6:10 pm
by Derek
That looks like some NICE cookies, I'm off to raid the biscuit barrel.....

Posted: Thu Jan 24, 2008 4:43 am
by Mistrel
I'm sorry I missed this post. But I'm too proud of my scheme to miss out!

Image

Posted: Sat Jan 26, 2008 7:18 pm
by superadnim
Nice!

This is my scheme (code is from srod):

Image
http://i28.tinypic.com/1043nz6.png

It's lousily based on visual c++ ide. Hey, works for me ;)

I've used bitstream vera sans (mono) for quite a while now... I switched back to Courier because I couldn't stand the truetype anymore for long periods of time (I know, it should be the other way around!)

Posted: Sun Jan 27, 2008 12:44 pm
by milan1612
Mistrel wrote:I'm sorry I missed this post. But I'm too proud of my scheme to miss out!

Image
@mistrel
Could you please post the color scheme file?

Posted: Sun Jan 27, 2008 10:23 pm
by Mistrel
The font is Courier New, size 10. I also use Microsoft's Clear-Type Tuner to tweak the sharpness.

Code: Select all

; PureBasic IDE Exported Preferences
; 
[Sections]
IncludeColors = 1
; 
; Color settings
; 
[Colors]
ASMKeywordColor = RGB(255, 0, 0)
ASMKeywordColor_Used = 1
BackgroundColor = RGB(242, 242, 242)
BackgroundColor_Used = 1
BasicKeywordColor = RGB(0, 128, 255)
BasicKeywordColor_Used = 1
CommentColor = RGB(0, 128, 0)
CommentColor_Used = 1
ConstantColor = RGB(128, 0, 0)
ConstantColor_Used = 1
LabelColor = RGB(128, 128, 128)
LabelColor_Used = 1
NormalTextColor = RGB(128, 128, 192)
NormalTextColor_Used = 1
NumberColor = RGB(255, 128, 64)
NumberColor_Used = 1
OperatorColor = RGB(255, 64, 64)
OperatorColor_Used = 1
PointerColor = RGB(128, 128, 192)
PointerColor_Used = 1
PureKeywordColor = RGB(0, 0, 0)
PureKeywordColor_Used = 1
SeparatorColor = RGB(0, 128, 64)
SeparatorColor_Used = 1
StringColor = RGB(255, 128, 64)
StringColor_Used = 1
StructureColor = RGB(128, 128, 192)
StructureColor_Used = 1
LineNumberColor = RGB(111, 111, 111)
LineNumberColor_Used = 1
LineNumberBackColor = RGB(232, 232, 232)
LineNumberBackColor_Used = 1
MarkerColor = RGB(0, 170, 170)
MarkerColor_Used = 1
CurrentLineColor = RGB(255, 255, 255)
CurrentLineColor_Used = 1
SelectionColor = RGB(192, 192, 192)
SelectionColor_Used = 1
SelectionFrontColor = RGB(0, 0, 0)
SelectionFrontColor_Used = 1
CursorColor = RGB(0, 0, 0)
CursorColor_Used = 1
Debugger_LineColor = RGB(232, 232, 255)
Debugger_LineColor_Used = 1
Debugger_LineSymbolColor = RGB(232, 232, 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(0, 170, 170)
Debugger_BreakPointColor_Used = 1
Debugger_BreakpoinSymbolColor = RGB(0, 170, 170)
Debugger_BreakpoinSymbolColor_Used = 1
DisabledBackColor = RGB(255, 255, 255)
DisabledBackColor_Used = 1
GoodBraceColor = RGB(0, 0, 255)
GoodBraceColor_Used = 1
BadBraceColor = RGB(255, 0, 0)
BadBraceColor_Used = 1
ProcedureBackColor = RGB(242, 242, 242)
ProcedureBackColor_Used = 1
CustomKeywordColor = RGB(0, 0, 102)
CustomKeywordColor_Used = 1
ToolsPanel_FrontColor = RGB(0, 0, 0)
ToolsPanel_BackColor = RGB(255, 255, 255)

Posted: Sun Jan 27, 2008 10:39 pm
by milan1612
Thank you :)

Posted: Sun Feb 03, 2008 8:24 am
by DTecMeister
;
; Color settings
;
[Colors]
ASMKeywordColor = RGB(128, 255, 255)
BackgroundColor = RGB(0, 0, 0)
BasicKeywordColor = RGB(128, 0, 64)
CommentColor = RGB(128, 128, 128)
ConstantColor = RGB(255, 0, 0)
LabelColor = RGB(128, 0, 255)
NormalTextColor = RGB(255, 128, 64)
NumberColor = RGB(128, 64, 0)
OperatorColor = RGB(255, 255, 0)
PointerColor = RGB(255, 128, 64)
PureKeywordColor = RGB(128, 255, 128)
SeparatorColor = RGB(255, 0, 0)
StringColor = RGB(255, 255, 255)
StructureColor = RGB(64, 128, 128)
LineNumberColor = RGB(0, 0, 0)
LineNumberBackColor = RGB(128, 128, 128)
MarkerColor = RGB(0, 170, 170)
CurrentLineColor = RGB(64, 0, 64)
SelectionColor = RGB(192, 192, 192)
SelectionFrontColor = RGB(255, 128, 255)
CursorColor = RGB(255, 255, 255)
DisabledBackColor = RGB(255, 255, 223)
Debugger_LineColor = RGB(64, 0, 64)
Debugger_ErrorColor = RGB(255, 0, 0)
Debugger_BreakPointColor = RGB(255, 208, 0)
Debugger_LineSymbolColor = RGB(192, 192, 192)
Debugger_ErrorSymbolColor = RGB(255, 0, 0)
Debugger_BreakpoinSymbolColor = RGB(255, 208, 0)
ToolsPanel_FrontColor = RGB(255, 255, 255)
ToolsPanel_BackColor = RGB(0, 0, 0)
;
I like the black background usually.