Page 5 of 8

Posted: Fri Feb 13, 2009 8:38 pm
by Fluid Byte
* EPIC BUMP *

Toolbar = Custom icons made by me
Editor Font = Lucida Console, 10Pt
Color Sheme = ChromeIDE Standard

Image

Pref File:

Code: Select all

; PureBasic IDE Exported Preferences
; 
[Sections]
IncludeColors = 1
; 
; Color settings
; 
[Colors]
ASMKeywordColor = RGB(202, 0, 0)
ASMKeywordColor_Used = 1
BackgroundColor = RGB(48, 48, 88)
BackgroundColor_Used = 1
BasicKeywordColor = RGB(240, 154, 113)
BasicKeywordColor_Used = 1
CommentColor = RGB(19, 193, 213)
CommentColor_Used = 1
ConstantColor = RGB(192, 192, 192)
ConstantColor_Used = 1
LabelColor = RGB(176, 176, 176)
LabelColor_Used = 1
NormalTextColor = RGB(176, 176, 176)
NormalTextColor_Used = 1
NumberColor = RGB(128, 128, 255)
NumberColor_Used = 1
OperatorColor = RGB(128, 128, 255)
OperatorColor_Used = 1
PointerColor = RGB(0, 204, 165)
PointerColor_Used = 1
PureKeywordColor = RGB(141, 186, 252)
PureKeywordColor_Used = 1
SeparatorColor = RGB(0, 128, 192)
SeparatorColor_Used = 1
StringColor = RGB(74, 165, 255)
StringColor_Used = 1
StructureColor = RGB(157, 140, 208)
StructureColor_Used = 1
LineNumberColor = RGB(216, 216, 255)
LineNumberColor_Used = 1
LineNumberBackColor = RGB(72, 88, 152)
LineNumberBackColor_Used = 1
MarkerColor = RGB(0, 170, 170)
MarkerColor_Used = 1
CurrentLineColor = RGB(66, 66, 121)
CurrentLineColor_Used = 1
SelectionColor = RGB(72, 88, 152)
SelectionColor_Used = 1
SelectionFrontColor = RGB(176, 176, 176)
SelectionFrontColor_Used = 1
CursorColor = RGB(176, 176, 176)
CursorColor_Used = 1
Debugger_LineColor = RGB(128, 128, 128)
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(183, 151, 0)
Debugger_BreakPointColor_Used = 1
Debugger_BreakpoinSymbolColor = RGB(255, 208, 0)
Debugger_BreakpoinSymbolColor_Used = 1
DisabledBackColor = RGB(48, 48, 88)
DisabledBackColor_Used = 1
GoodBraceColor = RGB(0, 0, 255)
GoodBraceColor_Used = 0
BadBraceColor = RGB(255, 0, 0)
BadBraceColor_Used = 0
ProcedureBackColor = RGB(255, 255, 223)
ProcedureBackColor_Used = 0
CustomKeywordColor = RGB(0, 0, 102)
CustomKeywordColor_Used = 1
Debugger_WarningColor = RGB(255, 208, 0)
Debugger_WarningColor_Used = 1
Debugger_WarningSymbolColor = RGB(255, 208, 0)
Debugger_WarningSymbolColor_Used = 1
ToolsPanel_FrontColor = RGB(225, 225, 225)
ToolsPanel_BackColor = RGB(48, 48, 88)

Posted: Sat Feb 14, 2009 1:12 pm
by Violet
Image

Code: Select all

; PureBasic IDE Exported Preferences
; 
[Sections]
IncludeColors = 1
; 
; Color settings
; 
[Colors]
ASMKeywordColor = RGB(146, 75, 114)
ASMKeywordColor_Used = 1
BackgroundColor = RGB(255, 255, 255)
BackgroundColor_Used = 1
BasicKeywordColor = RGB(57, 1, 126)
BasicKeywordColor_Used = 1
CommentColor = RGB(60, 184, 210)
CommentColor_Used = 1
ConstantColor = RGB(123, 64, 97)
ConstantColor_Used = 1
LabelColor = RGB(0, 0, 0)
LabelColor_Used = 1
NormalTextColor = RGB(0, 0, 0)
NormalTextColor_Used = 1
NumberColor = RGB(0, 0, 0)
NumberColor_Used = 1
OperatorColor = RGB(0, 0, 0)
OperatorColor_Used = 0
PointerColor = RGB(127, 127, 127)
PointerColor_Used = 1
PureKeywordColor = RGB(82, 164, 0)
PureKeywordColor_Used = 1
SeparatorColor = RGB(192, 192, 192)
SeparatorColor_Used = 0
StringColor = RGB(128, 128, 128)
StringColor_Used = 1
StructureColor = RGB(0, 0, 0)
StructureColor_Used = 1
LineNumberColor = RGB(192, 192, 192)
LineNumberColor_Used = 1
LineNumberBackColor = RGB(255, 255, 215)
LineNumberBackColor_Used = 0
MarkerColor = RGB(0, 170, 170)
MarkerColor_Used = 1
CurrentLineColor = RGB(255, 255, 183)
CurrentLineColor_Used = 0
SelectionColor = RGB(51, 153, 255)
SelectionColor_Used = 1
SelectionFrontColor = RGB(255, 255, 255)
SelectionFrontColor_Used = 1
CursorColor = RGB(0, 0, 0)
CursorColor_Used = 1
Debugger_LineColor = RGB(232, 232, 255)
Debugger_LineColor_Used = 0
Debugger_LineSymbolColor = RGB(232, 232, 255)
Debugger_LineSymbolColor_Used = 0
Debugger_ErrorColor = RGB(255, 128, 128)
Debugger_ErrorColor_Used = 1
Debugger_ErrorSymbolColor = RGB(255, 0, 0)
Debugger_ErrorSymbolColor_Used = 1
Debugger_BreakPointColor = RGB(255, 208, 0)
Debugger_BreakPointColor_Used = 1
Debugger_BreakpoinSymbolColor = RGB(255, 208, 0)
Debugger_BreakpoinSymbolColor_Used = 1
DisabledBackColor = RGB(223, 223, 223)
DisabledBackColor_Used = 0
GoodBraceColor = RGB(0, 0, 255)
GoodBraceColor_Used = 1
BadBraceColor = RGB(255, 0, 0)
BadBraceColor_Used = 1
ProcedureBackColor = RGB(255, 255, 223)
ProcedureBackColor_Used = 0
CustomKeywordColor = RGB(64, 0, 128)
CustomKeywordColor_Used = 1
Debugger_WarningColor = RGB(255, 208, 0)
Debugger_WarningColor_Used = 1
Debugger_WarningSymbolColor = RGB(255, 208, 0)
Debugger_WarningSymbolColor_Used = 1
ToolsPanel_FrontColor = RGB(0, 0, 0)
ToolsPanel_BackColor = RGB(255, 255, 223)
Font: Consolas 10.

I call the Color Scheme "Pear" :)

Posted: Sat Feb 14, 2009 1:16 pm
by milan1612
Hey FluidByte, would you tell me what visual style you're using (the Windows style)?
Looks neat :P

Posted: Sat Feb 14, 2009 3:33 pm
by Fluid Byte
Sure thing. It's another fine VS by lassekongo83 on DeviantArt:

http://lassekongo83.deviantart.com/art/ ... e-90712723

But I see in your signature you are on Vista. I only tested that style on XP. And just in case you don't know: you need to modfiy a system file first to use 3rd party styles. You can get it here:

http://www.chip.de/downloads/UxTheme-Mu ... 05628.html

Posted: Sat Feb 14, 2009 4:19 pm
by milan1612
Fluid Byte wrote:Sure thing. It's another fine VS by lassekongo83 on DeviantArt:

http://lassekongo83.deviantart.com/art/ ... e-90712723

But I see in your signature you are on Vista. I only tested that style on XP. And just in case you don't know: you need to modfiy a system file first to use 3rd party styles. You can get it here:

http://www.chip.de/downloads/UxTheme-Mu ... 05628.html
Thanks, I'm back using XP and uninstalled Vista after having multiple issues with Vista.
I know of this modified file, and as I'm using Tuneup Utilities I don't need it.
Thanks, great style!

Posted: Sat Feb 14, 2009 8:53 pm
by Mistrel
@Violet, aargh! The jpeg compression! It burns! :lol:

Posted: Sun Feb 15, 2009 11:18 am
by Violet
@Mistrel: I know. First I wanted to save it as Portable Network Graphics, but then I remembered that some people don't have that fast internet connection... You still can recognize the colors. :D

Posted: Sun Feb 15, 2009 11:47 am
by eesau
Violet, could you please post the preferences-file for your color scheme?

Posted: Sun Feb 15, 2009 5:23 pm
by Mark.s
Here is my color theme: http://img222.imageshack.us/img222/3773/themezp6.png

And prefs file:

Code: Select all

; PureBasic IDE Exported Preferences 
; 
[Sections] 
IncludeColors = 1 
; 
; Color settings 
; 
[Colors] 
ASMKeywordColor = RGB(73, 176, 49)
BackgroundColor = RGB(15, 5, 5) 
BasicKeywordColor = RGB(80, 130, 130) 
CommentColor = RGB(90, 60, 70) 
ConstantColor = RGB(187, 182, 150) 
LabelColor = RGB(0, 100, 102) 
NormalTextColor = RGB(134, 154, 134) 
NumberColor = RGB(0, 99, 161) 
OperatorColor = RGB(120, 25, 150)
PointerColor = RGB(140, 195, 250) 
PureKeywordColor = RGB(30, 120, 39) 
SeparatorColor = RGB(100, 204, 157) 
StringColor = RGB(105, 100, 108) 
StructureColor = RGB(89, 100, 12) 
LineNumberColor = RGB(190, 215, 225) 
LineNumberBackColor = RGB(10, 10, 10) 
MarkerColor = RGB(0, 190, 190) 
CurrentLineColor = RGB(15, 20, 15)
SelectionColor = RGB(192, 192, 192) 
SelectionFrontColor = RGB(0, 0, 0) 
CursorColor = RGB(192, 220, 192) 
DisabledBackColor = RGB(0, 0, 0) 
Debugger_LineColor = RGB(0, 0, 0) 
Debugger_ErrorColor = RGB(255, 0, 0) 
Debugger_BreakPointColor = RGB(90, 140, 90) 
Debugger_LineSymbolColor = RGB(202, 202, 155) 
Debugger_ErrorSymbolColor = RGB(205, 80, 80) 
Debugger_BreakpoinSymbolColor = RGB(90, 140, 90) 
ToolsPanel_FrontColor = RGB(134, 134, 134) 
ToolsPanel_BackColor = RGB(18, 10, 10) 
That works fine for my eye's.

Preference File

Posted: Sun Feb 15, 2009 7:29 pm
by Violet
@eesau: Sure. I edited my Post above.

Posted: Mon Feb 16, 2009 7:13 pm
by luis
This is mine, at the moment.

Image

The font (I like it VERY much) is Dina.

Image

http://www.donationcoder.com/Software/Jibz/Dina/

Posted: Tue Feb 17, 2009 1:18 am
by pdwyer
Do you guys all program in very dark rooms or something?

Posted: Tue Feb 17, 2009 5:59 am
by Rook Zimbabwe
I stand with Paul on this one...

For me... CALIBRI is my preferred font.

Image

My color scheme:

Code: Select all

IsWindowMaximized = 0
X = 19
Y = 116
Width = 1107
Height = 750
ASMKeywordColor = 7490450
BackgroundColor = 14680063
BasicKeywordColor = 6710784
CommentColor = 16711808
ConstantColor = 255
LabelColor = 0
NormalTextColor = 0
NumberColor = 0
OperatorColor = 0
PointerColor = 0
PureKeywordColor = 6710784
SeparatorColor = 0
StringColor = 0
StructureColor = 0
LineNumberColor = 8454143
LineNumberBackColor = 16711680
MarkerColor = 11184640
CurrentLineColor = 8700415
SelectionColor = 65280
SelectionFrontColor = 0
CursorColor = 0
Debugger_LineColor = 16771304
Debugger_LineSymbolColor = 16771304
Debugger_ErrorColor = 255
Debugger_ErrorSymbolColor = 255
Debugger_BreakPointColor = 53503
Debugger_BreakpoinSymbolColor = 53503
DisabledBackColor = 16316664
GoodBraceColor = 16711680
BadBraceColor = 255
ProcedureBackColor = 14680063
CustomKeywordColor = 6684672
EditorFontName = Calibri
EditorFontSize = 12
EditorFontStyle = 
; 

I had to look for it

Posted: Fri Feb 20, 2009 10:53 am
by pdwyer
Mine looks really boring compared to all these flashy colours...

Image

Posted: Fri Feb 20, 2009 9:09 pm
by utopiomania
silver linenumber bg, silver procedure browser bg, white code background, dark gray text (all of it), a bit light green comments.

No who am I ? :)