CobbleDark is a customized version of Lokheed's GTK+ Cobble theme. It has been stripped of the original orange and blue colors and reworked as a gray theme, including black panels, menus, and progress bars.
Wallpaper by gemini-kriket, found @ [link]
Direct any further usage questions to Lokheed @ [link] or just have a look at his F.A.Q. @ [link]
Update: The progress bar text was still blue, now fixed.
Warning:
This theme will not play nice with Firefox by default. You will need to edit the "userChrome.css" file located in the "chrome" folder of the default Firefox profile directory.
For example, "/home/matt/.mozilla/firefox/gbdlpb0x.default/chrome/userChrome.css".
Append the following lines to that file (if it does not exist create it):
menu { color: white !important }
menupopup > * { color: black !important }
Save and restart the browser. The menu should now appear correctly. Thank tseligkas for the better version!
fyi, if FF crashes for you with this theme like it did for me, open up gtkrc and comment out the rows beginning with "GtkOptionMenu::indicator_size" and "GtkOptionMenu::indicator_spacing", it did the trick for me.
- Your suggestion on firefox userChrome.css did not work for me. Instead the following did the job:
menu { color: white !important }
menupopup > * { color: black !important }
(It worked for Thunderbird too)
I have noticed that not every application is skinned. Synaptic for example looks bad. [link]
Can you tell me, what I must do to change font colour in Thunderbird's (Icedove, I'm using Debian) menubar? In Firefox (Iceweasel) userChrome.css works well.
--
This space left intentionally blank.
--
This space left intentionally blank.
2 things:
- Your suggestion on firefox userChrome.css did not work for me. Instead the following did the job:
menu { color: white !important }
menupopup > * { color: black !important }
(It worked for Thunderbird too)
- What fonts are you using? Sans 8pt?
--
This space left intentionally blank.
I have noticed that not every application is skinned. Synaptic for example looks bad. [link]
Can you tell me, what I must do to change font colour in Thunderbird's (Icedove, I'm using Debian) menubar? In Firefox (Iceweasel) userChrome.css works well.