Show me your color sheme and I tell you who you are!

For everything that's not in any way related to PureBasic. General chat etc...
Tipperton
Addict
Addict
Posts: 1286
Joined: Thu Jun 19, 2003 7:55 pm

Post 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?
xgp
Enthusiast
Enthusiast
Posts: 128
Joined: Mon Jun 13, 2005 6:03 pm

Post 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)
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Looks pretty good xgp.
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post 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?

:?
Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
xgp
Enthusiast
Enthusiast
Posts: 128
Joined: Mon Jun 13, 2005 6:03 pm

Post 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.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post 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
oh... and have a nice day.
Tipperton
Addict
Addict
Posts: 1286
Joined: Thu Jun 19, 2003 7:55 pm

Post by Tipperton »

Kaeru Gaman wrote:Image
Now I'm hungry....
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Mmmm chocolate chip cookies, yummiieeee
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Derek
Addict
Addict
Posts: 2356
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Post by Derek »

That looks like some NICE cookies, I'm off to raid the biscuit barrel.....
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

I'm sorry I missed this post. But I'm too proud of my scheme to miss out!

Image
superadnim
Enthusiast
Enthusiast
Posts: 480
Joined: Thu Jul 27, 2006 4:06 am

Post 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!)
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

Post 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?
Windows 7 & PureBasic 4.4
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post 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)
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

Post by milan1612 »

Thank you :)
Windows 7 & PureBasic 4.4
DTecMeister
User
User
Posts: 42
Joined: Sat Mar 04, 2006 5:19 pm
Location: Rome, NY

Post 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.
Where are the masses?
Post Reply