
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Blue-Joy is a combination of the Blue-Junior GTK theme, Azur GTK theme and the Slickness Metacity theme. I have made a lot of special modifications myself. The drop down menus, panel, check boxes, radio boxes, buttons and tabs are all custom designed for this theme.
The icon theme used in the desktop screen shot is "Elementary Icons".
Because this is a black theme it has some colored text bugs in Firefox 2
(Firefox 3 does not have this problem).
In Firefox, some pages have white background with white text,to fix this
go to (in Firefox) Edit>Preferences>>Content ,click on colors,
Uncheck the "Use system colors" check box
Then restart Firefox.
To have white text in the Firefox menubar you must modify userChrome.css
Add the following code to your userChrome.css file.
userChrome.css is located at: /home/{YOUR USERNAME}/.mozilla/firefox/{YOUR PROFILE ID}/chrome/userChrome.css
__________________________________
menubar > menu {
color: white !important;
}
menubar > menu[_moz-menuactive="true"] {
color: white !important;
}
menulist:hover, menu:hover, menuitem:hover {
color: white !important;
}
__________________________________
12 years ago
1.4
-Removed the button background from toolbar buttons.
-Changed the hover background for active windows in the panel.
-Changed the color of buttons (Added more blue)
-Changed the toolbar background.
-Changed the metacity background.
1.3
-Fixed Scrollbar bug in specific applications like Listen Music Player and evolution.
-Changed radio buttons
-Changed check box buttons
-Changed slider handles
1.2
-Made a slight change to the scrollbar
1.1
-Lightened the color of the Pager/Workspace switcher (As Requested)
-Fixed Spin Boxes Not displaying
-Fixed vertical progress bar (it was resizing itself)
-Fixed cursor not showing when renaming files in the file manager
-Dulled the text highlight color(it was really bright)
-Smoothed/Cleaned up the tabs
-Changed the buttons to have rounded corners (As Requested)
-Changed highlight color on menus. (Previous color was taken from the Blue-Junior GTK theme. The new color matches the blue in the rest of the theme much better )
12 years ago
1.4
-Removed the button background from toolbar buttons.
-Changed the hover background for active windows in the panel.
-Changed the color of buttons (Added more blue)
-Changed the toolbar background.
-Changed the metacity background.
1.3
-Fixed Scrollbar bug in specific applications like Listen Music Player and evolution.
-Changed radio buttons
-Changed check box buttons
-Changed slider handles
1.2
-Made a slight change to the scrollbar
1.1
-Lightened the color of the Pager/Workspace switcher (As Requested)
-Fixed Spin Boxes Not displaying
-Fixed vertical progress bar (it was resizing itself)
-Fixed cursor not showing when renaming files in the file manager
-Dulled the text highlight color(it was really bright)
-Smoothed/Cleaned up the tabs
-Changed the buttons to have rounded corners (As Requested)
-Changed highlight color on menus. (Previous color was taken from the Blue-Junior GTK theme. The new color matches the blue in the rest of the theme much better )
subitopiano
9 years ago
Report
dasein
9 years ago
Absolutely amazing work.
(Now if I could just find an equivalent for KDE/QT, life would be perfect)
Report
k-tode
10 years ago
There's one small hic. The input box in Linux Mint 10 Software Manager is not very legible.
Since the theme does not support changing colors, I cannot change this.
Report
aguilarojo
10 years ago
Report
tadeufilippini
11 years ago
Report
sshikari
11 years ago
Report
Nohajc
11 years ago
var i = 0
var a = document.getElementsByTagName('input');
for(i=0;i<a.length;i++){
a[i].style.cssText = 'background-color:4D4D4D; color:FFFFFF';
}
Just install Greasemonkey plug-in and create a new script with http://* setting to run it on every website.
Report
bluetwinkle
12 years ago
Report
gabbevox
12 years ago
Can you tell me which one is needed?
Report
TeleBruce
11 years ago
Report
olavjunior
12 years ago
Report
disap4m
12 years ago
Report
converted
12 years ago
Report
daas88
12 years ago
thanks, and sorry for my english...
Report
jifeng
12 years ago
Report
gforcing
12 years ago
What wallpaper are you using in the screenshots? I really like how it fits with the theme.
Thanks!
Report
natedawg
12 years ago
http://img186.imageshack.us/img186/3025/blueij2.jpg
Report
Shadius
12 years ago
Report
Debianized
12 years ago
Report
imaca
13 years ago
seems to work good for a dark theme however emails in Evolution seem to have white text on a white background.
Report
devi710
13 years ago
I have one problem. The same one I have with the mac_4_lin and/or the leopardish theme.
I like to make my bottom panel transparent, but when no windows are open there is still a black rectangle to represent one open window and doesn't look nice.
Anyone know what i might be doing wrong/missing? I can post a screenshot if necessary.
Report
twodogs
13 years ago
Report
natedawg
13 years ago
You need to install the theme engine.
Install gtk2-engines-pixbuf
Then logout and log back in.
Report
twodogs
13 years ago
Report
twodogs
13 years ago
Report