[Opera 8] Have You Customized Rightclick Menu Yet?


Recommended Posts

Added back/forward dropdown history.

untitled117og.png

Added open in IE, plus google's cached page, archive.org's pages, anonymouse browsing from anonymouse.ws. AlsoBugmenot and tinyurl functionality, pretty helpful. And auto transtale a page from google.

untitled122dh.png

Added various tools to check the validity of the current page.

untitled139he.png

Final look, also added an easier way to enable/disable the gif animations.

untitled154lb.png

Link to comment
Share on other sites

boobless

Added back/forward dropdown history.

Good idea.

Added open in IE, plus google's cached page, archive.org's pages, anonymouse browsing from anonymouse.ws. AlsoBugmenot and tinyurl functionality, pretty helpful. And auto transtale a page from google.

Please give us your menu code.

Added various tools to check the validity of the current page.

It's very usable! Please give us your menu code.

Link to comment
Share on other sites

Actually I did get some of the stuff from Opera forum. Anyway here the code.

Under [Document Popup Menu]

Dropdown history:

Submenu, Forward, Internal Forward History=Forward

Submenu, Back, Internal Back History=Back

Gif animation:

Item, 52203=Enable gif animation | Disable GIF animation

Developer Menu:

Item, "Validate HTML"="Duplicate & Go to page, "http://validator.w3.org/check?uri=%u""

Item, "Validate CSS"="Duplicate & Go to page, "http://jigsaw.w3.org/css-validator/validator?uri=%u""

Item, "Validate Links"="Duplicate & Go to page, "http://validator.w3.org/checklink?uri=%u&hide_type=all&depth=&check=Check""

Item, "Bobby Check"="Duplicate & Go to page, "http://bobby.watchfire.com/bobby/bobbyServlet?URL=%u&output=Submit&gl=wcag1-aaa&test=""

--------------------1

Iten, "Speed Report"="Duplicate & Go to page, "http://www.websiteoptimization.com/cgi-bin/wso/wso.pl?url=%u""

Item, "Link Valet"="Duplicate & Go to page, "http://valet.htmlhelp.com/view=Asis/link/link.cgi?url=%u&date=2003-01-01&type=Full&depth=1""

Item, "WDG Validator"="Duplicate & Go to page, "http://www.htmlhelp.com/cgi-bin/validate.cgi?url=%u&input=yes""

Item, "Spell Check"="Duplicate & Go to page, "http://www.siteowner.com/system/socheckspelling.cfm?url=%u&RequestTimeout=1000""

--------------------2

Item, "Link Analysis"="Duplicate & Go to page, "http://www.bruceclay.com/cgi-bin/links400.cgi?evaluate=%u&linkspider=Y""

Item, "Server Check"="Duplicate & Go to page, "http://www.bruceclay.com/cgi-bin/checkredirect.cgi?seoprivate=ON&evaluate=%u""

--------------------3

Item, "WhoIs"="Duplicate & Go to page, "http://www.samspade.org/t/lookat?a=%u""

--------------------4

Item, "View Cookie"="Go to page, "javascript:alert(document.cookie);""

Item, "Compatability Mode"="Go to page, "javascript:alert(document.compatMode);""

Item, "HTTP Headers"="Duplicate & Go to page, "http://www.rexswain.com/cgi-bin/httpview.cgi?req=Get&fmt=Auto&fwd=on&url=%u""

Extra Menu:

Item, "Open Page in IE"="Execute program, "Iexplore.exe","%u""

Item, "Open Link in IE"="Execute program, "Iexplore.exe","%l""

------------------1

Item, "Cached snapshot of page"="Go to page, "http://www.google.com/search?q=cache:%u""

Item, "Wayback machine"="Go to page, "http://web.archive.org/web/*/%u""

Item, "Make a TinyURL"="Go to page, "http://tinyurl.com/create.php?url=%u""

Item, "BugMeNot"="Go to page, "javascript:void(window.open('http://bugmenot.com/view.php?mode=bookmarklet&url='+escape(location),'BugMeNot',','))""

Item, "Safe Browse"="Go to page, "http://anonymouse.ws/cgi-bin/anon-www.cgi/%u""

------------------2

Item, "Auto-Translate"="Go to page, "http://translate.google.com/translate_c?u=%u""

Link to comment
Share on other sites

For the back/forward dropdown menus, you need to open your menu.ini file (this can be found in your profile directory, go to help->about to figure out where that is.) Once that file is opened, you need to search and replace the following...

Item, 50426,=Back gets replaced with Submenu, "Back", Internal Back History = Back

Item, 50427,=Forward gets replaced with Submenu, "Forward", Internal Forward History = Forward

Link to comment
Share on other sites

I edited my Opera 7 right-click menu for a "go to URL in new page" option, but it never really worked good because it messed up the cycling of tabs. So now I just hold shift when selecting "go to URL."

For the most part I like my right-click menu simple.

Link to comment
Share on other sites

where do you put all that code? i was thinking opera6.ini but that wasn't it

found it.. stardard_menu.ini i think

someone mind helping me out.... i got it so when i right click i get the developer menu and extras.. but there's nothing in the menus

Edited by vacantmind
Link to comment
Share on other sites

i guess i can't edit my post again.... i got it to work but the name on the menu doesn't show up, how do i make it say Developer Tools and Extras on there? I searched the opera forums but didn't see anything.

Link to comment
Share on other sites

i guess i can't edit my post again.... i got it to work but the name on the menu doesn't show up, how do i make it say Developer Tools and Extras on there?  I searched the opera forums but didn't see anything.

585806866[/snapback]

Same here :(

Link to comment
Share on other sites

i got it to work but the name on the menu doesn't show up, how do i make it say Developer Tools and Extras on there?

Edit stantard_menu.ini in 2 steps:

1. Create a new menu by adding this at the end

[u-name-it menu]

Item, "Validate HTML"="Duplicate & Go to page, "http://validator.w3.org/check?uri=%u""

Item, ......

2. Insert a defined submenu to any existing menu, like

[Document Popup Menu]

Submenu, "text u wanna see", u-name-it menu

u'l find the Actions list useful for further customization.

Edited by serafins
Link to comment
Share on other sites

Edit stantard_menu.ini in 2 steps:

1. Create a new menu by adding this at the end

[u-name-it menu]

Item, "Validate HTML"="Duplicate & Go to page, "http://validator.w3.org/check?uri=%u""

Item, ......

2. Insert a defined submenu to any existing menu, like

[Document Popup Menu]

Submenu, "text u wanna see", u-name-it menu

u'l find the Actions list useful for further customization.

585807009[/snapback]

that worked perfectly... i didn't know what those numbers meant in front of the other ones so i didn't know how to define them or anything... thanks

i also added a menu for open in firefox :D

Link to comment
Share on other sites

i didn't know what those numbers meant in front of the other ones so i didn't know how to define them or anything...

u can look up those numbers in

C:\...opera\english.lng file

Link to comment
Share on other sites

here you go:

[Color Scheme Menu]
Item, 67433 ? ?= Disable skin coloring
Item, 67434 ? ?= Use system skin coloring
--------------------1
Submenu, ":: A Scheme's ::", A Scheme's Menu ? ? ? ? ? ? ? ? 
Submenu, ":: B Scheme's ::", B Scheme's Menu
Submenu, ":: C Scheme's ::", C Scheme's Menu
Submenu, ":: D Scheme's ::", D Scheme's Menu
Submenu, ":: E Scheme's ::", E Scheme's Menu
Submenu, ":: F Scheme's ::", F Scheme's Menu
Submenu, ":: G Scheme's ::", G Scheme's Menu
Submenu, ":: H Scheme's ::", H Scheme's Menu
Submenu, ":: I Scheme's ::", I Scheme's Menu
Submenu, ":: J Scheme's ::", J Scheme's Menu
Submenu, ":: K Scheme's ::", K Scheme's Menu
Submenu, ":: L Scheme's ::", L Scheme's Menu
Submenu, ":: M Scheme's ::", M Scheme's Menu
Submenu, ":: N Scheme's ::", N Scheme's Menu
Submenu, ":: O Scheme's ::", O Scheme's Menu
Submenu, ":: P Scheme's ::", P Scheme's Menu
Submenu, ":: Q Scheme's ::", Q Scheme's Menu
Submenu, ":: R Scheme's ::", R Scheme's Menu
Submenu, ":: S Scheme's ::", S Scheme's Menu
Submenu, ":: T Scheme's ::", T Scheme's Menu
Submenu, ":: U Scheme's ::", U Scheme's Menu
Submenu, ":: V Scheme's ::", V Scheme's Menu ?
Submenu, ":: W Scheme's ::", W Scheme's Menu
Submenu, ":: X Scheme's ::", X Scheme's Menu
Submenu, ":: Y Scheme's ::", Y Scheme's Menu
Submenu, ":: Z Scheme's ::", Z Scheme's Menu

[A Scheme's Menu]
Item, "Aliceblue" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #F0F8FF 
Item, "Antiquewhite" ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #FAEBD7 
Item, "Aqua" ? ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #00FFFF 
Item, "Aquamarine" ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #7FFFD4 
Item, "Azure" ? ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #F0FFFF 

[B Scheme's Menu]
Item, "Beige" ? ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #F5F5DC 
Item, "Bisque" ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #FFE4C4 
Item, "Black" ? ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #000000 
Item, "Blanchedalmond" ? ? ? ? ? ? ? ? ?= Set skin coloring, #FFEBCD 
Item, "Blue" ? ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #001E80 
Item, "Blue2" ? ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #0000FF 
Item, "Blueviolet" ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #8A2BE2 
Item, "Brown" ? ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #A52A2A 
Item, "Burlywood" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #DEB887 
Item, "BurntSand" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #888786 

[C Scheme's Menu]
Item, "Cadetblue" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #5F9EA0 
Item, "Chartreuse" ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #7FFF00 
Item, "Chocolate" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #D2691E 
Item, "Coral" ? ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #FF7F50 
Item, "Cornflowerblue" ? ? ? ? ? ? ? ? ?= Set skin coloring, #6495ED 
Item, "Cornsilk" ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #FFF8DC 
Item, "Crimson" ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #DC143C 
Item, "Cyan" ? ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #00FFFF 

[D Scheme's Menu]
Item, "Darkblue" ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #00008B 
Item, "Darkcyan" ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #008B8B 
Item, "Darkgoldenrod" ? ? ? ? ? ? ? ? ? = Set skin coloring, #B8860B 
Item, "Darkgray" ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #A9A9A9 
Item, "Darkgreen" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #006400 
Item, "Darkkhaki" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #BDB76B 
Item, "Darkmagenta" ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #8B008B 
Item, "Darkolivegreen" ? ? ? ? ? ? ? ? ?= Set skin coloring, #556B2F 
Item, "Darkorange" ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #FF8C00 
Item, "Darkorchid" ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #9932CC 
Item, "Darkred" ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #8B0000 
Item, "Darksalmon" ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #E9967A 
Item, "Darkseagreen" ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #8FBC8F 
Item, "Darkslateblue" ? ? ? ? ? ? ? ? ? = Set skin coloring, #483D8B 
Item, "Darkslategray" ? ? ? ? ? ? ? ? ? = Set skin coloring, #2F4F4F 
Item, "Darkturquoise" ? ? ? ? ? ? ? ? ? = Set skin coloring, #00CED1 
Item, "Darkviolet" ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #9400D3 
Item, "Deeppink" ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #FF1493 
Item, "Deepskyblue" ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #00BFFF 
Item, "Dimgray" ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #696969 
Item, "Dodgerblue" ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #1E90FF 

[E Scheme's Menu]

[F Scheme's Menu]
Item, "Firebrick" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #B22222 
Item, "Floralwhite" ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #FFFAF0 
Item, "Forestgreen" ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #228B22 
Item, "Fuchsia" ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #FF00FF 

[G Scheme's Menu]
Item, "Gainsboro" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #DCDCDC 
Item, "Ghostwhite" ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #F8F8FF 
Item, "Gold" ? ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #803C00 
Item, "Gold2" ? ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #FFD700 
Item, "Goldenrod" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #DAA520 
Item, "Gray" ? ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #808080 
Item, "Green" ? ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #008000 
Item, "Greenyellow" ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #ADFF2F 
Item, "Grey" ? ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #666666 

[H Scheme's Menu]
Item, "HoneyDew" ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #F0FEEE 
Item, "Honeydew2" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #F0FFF0 
Item, "Hotpink" ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #FF69B4 

[I Scheme's Menu]
Item, "Indianred" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #CD5C5C 
Item, "Indigo" ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #606090 
Item, "Indigo2" ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #4B0082 
Item, "Ivory" ? ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #FFFFEE 
Item, "Ivory2" ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #FFFFF0 

[J Scheme's Menu]
Item, "Jungle" ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #2FB35E

[K Scheme's Menu]
Item, "Khaki" ? ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #F0E68C

[L Scheme's Menu]
Item, "Lavendar" ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #E6E6FA 
Item, "Lavender" ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #E3E4FA 
Item, "Lavenderblush" ? ? ? ? ? ? ? ? ? = Set skin coloring, #FFF0F5 
Item, "Lawngreen" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #7CFC00 
Item, "Lemonchiffon" ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #FFFACD 
Item, "Light Blue" ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #BDEDFF 
Item, "Light Blue2" ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #ADD8E6 
Item, "Lightcoral" ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #F08080 
Item, "Lightcyan" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #E0FFFF 
Item, "Lightgoldenrodyellow" ? ? ? ? ? ?= Set skin coloring, #FAFAD2 
Item, "Lightgreen" ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #90EE90 
Item, "Lightgrey" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #D3D3D3 
Item, "Lightpink" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #FFB6C1 
Item, "Lightsalmon" ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #FFA07A 
Item, "Lightseagreen" ? ? ? ? ? ? ? ? ? = Set skin coloring, #20B2AA 
Item, "Lightskyblue" ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #87CEFA 
Item, "Lightslategray" ? ? ? ? ? ? ? ? ?= Set skin coloring, #778899 
Item, "Lightsteelblue" ? ? ? ? ? ? ? ? ?= Set skin coloring, #B0C4DE 
Item, "Lightyellow" ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #FFFFE0 
Item, "Lime" ? ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #00FF00 
Item, "Limegreen" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #32CD32 
Item, "Linen" ? ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #FAF0E6 

[M Scheme's Menu]
Item, "Maroon" ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #800000 
Item, "Med Goldenrod" ? ? ? ? ? ? ? ? ? = Set skin coloring, #CCB954 
Item, "Mediumauqamarine" ? ? ? ? ? ? ? ?= Set skin coloring, #66CDAA 
Item, "Mediumblue" ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #0000CD 
Item, "Mediumorchid" ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #BA55D3 
Item, "Mediumpurple" ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #9370D8 
Item, "Mediumseagreen" ? ? ? ? ? ? ? ? ?= Set skin coloring, #3CB371 
Item, "Mediumslateblue" ? ? ? ? ? ? ? ? = Set skin coloring, #7B68EE 
Item, "Mediumspringgreen" ? ? ? ? ? ? ? = Set skin coloring, #00FA9A 
Item, "Mediumturquoise" ? ? ? ? ? ? ? ? = Set skin coloring, #48D1CC 
Item, "Mediumvioletred" ? ? ? ? ? ? ? ? = Set skin coloring, #C71585 
Item, "Midnightblue" ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #191970 
Item, "Mintcream" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #F5FFFA 
Item, "Mistyrose" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #FFE4E1 
Item, "Moccasin" ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #FFE4B5 

[N Scheme's Menu]
Item, "Navajowhite" ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #FFDEAD 
Item, "Navy" ? ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #000080 

[O Scheme's Menu]
Item, "Oldlace" ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #FDF5E6 
Item, "Olive" ? ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #808000 
Item, "Olivedrab" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #688E23 
Item, "Orange" ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #FFA500 
Item, "Orangered" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #FF4500 
Item, "Orchid" ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #DA70D6 

[P Scheme's Menu]
Item, "Pale Goldenrod" ? ? ? ? ? ? ? ? ?= Set skin coloring, #EDE49E 
Item, "Pale Goldenrod2" ? ? ? ? ? ? ? ? = Set skin coloring, #EEE8AA 
Item, "Palegreen" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #98FB98 
Item, "Paleturquoise" ? ? ? ? ? ? ? ? ? = Set skin coloring, #AFEEEE 
Item, "Palevioletred" ? ? ? ? ? ? ? ? ? = Set skin coloring, #D87093 
Item, "Papayawhip" ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #FFEFD5 
Item, "Peachpuff" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #FFDAB9 
Item, "Peru" ? ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #CD853F 
Item, "Pink" ? ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #FFC0CB 
Item, "Plum" ? ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #DDA0DD 
Item, "Powderblue" ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #B0E0E6 
Item, "Purple" ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #4B0082 
Item, "Purple2" ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #800080 

[Q Scheme's Menu]

[R Scheme's Menu]
Item, "Red" ? ? ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #900000 
Item, "Red2" ? ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #FF0000 
Item, "Rosybrown" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #BC8F8F 
Item, "Royalblue" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #4169E1 

[S Scheme's Menu]
Item, "Saddlebrown" ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #8B4513 
Item, "Salmon" ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #FA8072 
Item, "Sand" ? ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #BD9431 
Item, "Sandybrown" ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #F4A460 
Item, "Sea" ? ? ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #2F83B3 
Item, "Seagreen" ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #2E8B57 
Item, "Seashell" ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #FFF5EE 
Item, "Sienna" ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #A0522D 
Item, "Silver" ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #C0C0C0 
Item, "Skyblue" ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #87CEEB 
Item, "Slateblue" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #6A5ACD 
Item, "Slategray" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #708090 
Item, "Snow" ? ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #FFFAFA 
Item, "Springgreen" ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #00FF7F 
Item, "Steelblue" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #4682B4 

[T Scheme's Menu]
Item, "Tan" ? ? ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #D2B48C 
Item, "Teal" ? ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #008080 
Item, "Thistle" ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #D8BFD8 
Item, "Tomato" ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #FF6347 
Item, "Turquoise" ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #40E0D0 

[U Scheme's Menu]

[V Scheme's Menu]
Item, "Violet" ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #EE82EE

[W Scheme's Menu]
Item, "Wheat" ? ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #F5DEB3 
Item, "White" ? ? ? ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #FFFFFF 
Item, "Whitesmoke" ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #F5F5F5 

[X Scheme's Menu]

[Y Scheme's Menu]
Item, "Yellow" ? ? ? ? ? ? ? ? ? ? ? ? ?= Set skin coloring, #FFFF00 
Item, "YellowGreen" ? ? ? ? ? ? ? ? ? ? = Set skin coloring, #9ACD32 

[Z Scheme's Menu]

// edit

forgot to say to add the above to your menu.ini but I assume you already know that...

Link to comment
Share on other sites

that's cool Quantic, but do you really see a difference between DimGray and Whitesmoke? because i can't. but thanks for the code none the less, really makes Opera even more customizable than it already was.

Link to comment
Share on other sites

some shemes have the same colors eventhough the name is dif...I just hadn't the patience to sort that out, too much time comsuming, I just adapted the list to be in there in submenu's to be more easy to apply them.

I don't care if it has equal colors, I use very few shemes actually, but when I made it, I felt like: "why not adding all that" ... so it doesn't bother me having all that in there.

but thanks anyway

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.