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...
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post 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)
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Violet
Enthusiast
Enthusiast
Posts: 106
Joined: Sun Dec 23, 2007 6:30 pm

Post 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" :)
Last edited by Violet on Sun Feb 15, 2009 7:30 pm, edited 1 time in total.
best regards,

Violet
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

Post by milan1612 »

Hey FluidByte, would you tell me what visual style you're using (the Windows style)?
Looks neat :P
Windows 7 & PureBasic 4.4
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post 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
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

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

Post by Mistrel »

@Violet, aargh! The jpeg compression! It burns! :lol:
Violet
Enthusiast
Enthusiast
Posts: 106
Joined: Sun Dec 23, 2007 6:30 pm

Post 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
best regards,

Violet
eesau
Enthusiast
Enthusiast
Posts: 589
Joined: Fri Apr 27, 2007 12:38 pm
Location: Finland

Post by eesau »

Violet, could you please post the preferences-file for your color scheme?
Mark.s
User
User
Posts: 16
Joined: Wed Dec 17, 2008 1:43 pm
Location: Finland

Post 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.
Violet
Enthusiast
Enthusiast
Posts: 106
Joined: Sun Dec 23, 2007 6:30 pm

Preference File

Post by Violet »

@eesau: Sure. I edited my Post above.
best regards,

Violet
User avatar
luis
Addict
Addict
Posts: 3876
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Post 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/
Last edited by luis on Thu Mar 26, 2009 10:18 pm, edited 4 times in total.
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

Do you guys all program in very dark rooms or something?
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
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4326
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post 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
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

Mine looks really boring compared to all these flashy colours...

Image
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
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

Post 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 ? :)
Post Reply