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 »

utopiomania wrote: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 ? :)
A deadhead. :o
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

Post by utopiomania »

Ehh, my native language isn't exactly us/en, so what was it that you just told me??
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

utopiomania wrote:Ehh, my native language isn't exactly us/en, so what was it that you just told me??
i think a: blockhead?
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

I'm curious what color you call "silver"?
oh... and have a nice day.
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

Post by utopiomania »

Its a light shade of gray. Very pleasing to the eye.
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

utopiomania wrote:Ehh, my native language isn't exactly us/en, so what was it that you just told me??
A "boring person" (because of the many gray shades). :P
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

Post by utopiomania »

@ts-soft, blockhead has nothing to do with deadhead. Why did you post that?
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

Post by utopiomania »

fluid wrote:
A "boring person" (because of the many gray shades)
Thanks. If you have any further requests or questions, please let me know. :wink:
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

A minimalist :D

The screenshot doesn't look like Vista ultimate does it :twisted:
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
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

utopiomania wrote:@ts-soft, blockhead has nothing to do with deadhead. Why did you post that?
false translation, sorry
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

I wasn't aware that there was such a fine disctinction between the terms.
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
eesau
Enthusiast
Enthusiast
Posts: 589
Joined: Fri Apr 27, 2007 12:38 pm
Location: Finland

Post by eesau »

I just finished customizing the PB IDE toolbar:

Image

I'm quite pleased the way it looks now.

The icons are free Silk PNG icons, found here.
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

Nice icons! 8)
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

indeed, really nice icons.

selfmade?
... if yes, how about sharing the whole thing, perhaps including it into the package as alternate skin...
oh... and have a nice day.
eesau
Enthusiast
Enthusiast
Posts: 589
Joined: Fri Apr 27, 2007 12:38 pm
Location: Finland

Post by eesau »

Kaeru, not selfmade, there's a link to the page where the icons are from. They are totally free, and the license would permit them to be added to the PB installation even. Anyhoo, for those who would like a similar toolbar:

Code: Select all

; 
; Toolbar layout
; 
[Toolbar]
ItemCount = 30
Icon_1 = External:E:\Compilers\Resources\application.png
Action_1 = Menu:New
Icon_2 = External:E:\Compilers\Resources\folder.png
Action_2 = Menu:Open
Icon_3 = External:E:\Compilers\Resources\disk.png
Action_3 = Menu:Save
Icon_4 = External:E:\Compilers\Resources\disk_multiple.png
Action_4 = Menu:SaveAll
Icon_5 = Separator
Action_5 = 
Icon_6 = External:E:\Compilers\Resources\application_delete.png
Action_6 = Menu:Close
Icon_7 = Separator
Action_7 = 
Icon_8 = External:E:\Compilers\Resources\cut_red.png
Action_8 = Menu:Cut
Icon_9 = External:E:\Compilers\Resources\application_double.png
Action_9 = Menu:Copy
Icon_10 = External:E:\Compilers\Resources\paste_plain.png
Action_10 = Menu:Paste
Icon_11 = Separator
Action_11 = 
Icon_12 = External:E:\Compilers\Resources\find.png
Action_12 = Menu:Find
Icon_13 = Separator
Action_13 = 
Icon_14 = External:E:\Compilers\Resources\arrow_undo.png
Action_14 = Menu:Undo
Icon_15 = External:E:\Compilers\Resources\arrow_redo.png
Action_15 = Menu:Redo
Icon_16 = Separator
Action_16 = 
Icon_17 = External:E:\Compilers\Resources\application_go.png
Action_17 = Menu:Compile
Icon_18 = External:E:\Compilers\Resources\application_edit.png
Action_18 = Menu:CompilerOptions
Icon_19 = Separator
Action_19 = 
Icon_20 = External:E:\Compilers\Resources\bug.png
Action_20 = Menu:Debugger
Icon_21 = External:E:\Compilers\Resources\control_stop_blue.png
Action_21 = Menu:Stop
Icon_22 = External:E:\Compilers\Resources\control_play_blue.png
Action_22 = Menu:Run
Icon_23 = External:E:\Compilers\Resources\control_end_blue.png
Action_23 = Menu:Step
Icon_24 = External:E:\Compilers\Resources\control_fastforward_blue.png
Action_24 = Menu:StepOver
Icon_25 = External:E:\Compilers\Resources\control_repeat_blue.png
Action_25 = Menu:StepOut
Icon_26 = External:E:\Compilers\Resources\cross.png
Action_26 = Menu:Kill
Icon_27 = Separator
Action_27 = 
Icon_28 = External:E:\Compilers\Resources\application_view_detail.png
Action_28 = Menu:ShowLog
Icon_29 = External:E:\Compilers\Resources\application_put.png
Action_29 = Menu:ClearLog
Icon_30 = Separator
Action_30 = 
Download the icons, extract into any directory, save the above text into a prefs-file, changing E:\Compilers\Resources\ to the directory you extracted the icons into.

A shame though that the menu icons can't be changed.
Post Reply