Page 6 of 8

Posted: Fri Feb 20, 2009 9:33 pm
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

Posted: Fri Feb 20, 2009 11:07 pm
by utopiomania
Ehh, my native language isn't exactly us/en, so what was it that you just told me??

Posted: Fri Feb 20, 2009 11:16 pm
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?

Posted: Fri Feb 20, 2009 11:24 pm
by Kaeru Gaman
I'm curious what color you call "silver"?

Posted: Fri Feb 20, 2009 11:39 pm
by utopiomania
Its a light shade of gray. Very pleasing to the eye.

Posted: Fri Feb 20, 2009 11:46 pm
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

Posted: Fri Feb 20, 2009 11:47 pm
by utopiomania
@ts-soft, blockhead has nothing to do with deadhead. Why did you post that?

Posted: Fri Feb 20, 2009 11:55 pm
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:

Posted: Sat Feb 21, 2009 2:53 am
by pdwyer
A minimalist :D

The screenshot doesn't look like Vista ultimate does it :twisted:

Posted: Sat Feb 21, 2009 4:28 am
by ts-soft
utopiomania wrote:@ts-soft, blockhead has nothing to do with deadhead. Why did you post that?
false translation, sorry

Posted: Sat Feb 21, 2009 4:39 am
by pdwyer
I wasn't aware that there was such a fine disctinction between the terms.

Posted: Sat Feb 21, 2009 1:36 pm
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.

Posted: Sat Feb 21, 2009 3:28 pm
by Fluid Byte
Nice icons! 8)

Posted: Sat Feb 21, 2009 3:30 pm
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...

Posted: Sat Feb 21, 2009 3:39 pm
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.