Dark Theme for Gnome?

Hi,
Can anyone recommend a dark theme for Gnome?
MrG

input {
border: 2px inset white;
background-color: black;
color: white;
textarea {
border: 2px inset white;
background-color: black;
color: white;
select {
border: 2px inset white;
background-color: black;
color: white;
input[type="radio"],
input[type="checkbox"] {
border: 2px inset white ! important;
background-color: black ! important;
color: ThreeDFace ! important;
*|*::-moz-radio {
background-color: black;
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
border: 2px outset white;
background-color: #eeeeee;
color: white;
body {
background-color: white;
color: black;
display: block;
margin: 8px;
using Slickness black atm had to tweak userContent.css .... for firefox
Wish I could figure out how to sweeten up Thunderbird
MrG

Similar Messages

  • Where is the industrial theme for GNOME 2.10?

    Hi all,
    Does anyone know what has happened to the Industrial theme for GNOME 2.10? It was present for 2.8 but I haven't seen it here yet...

    It comes with the gtk-engines package. The controls are there, but the icons and window borders aren't, so it doesn't show up along with the "complete" themes.

  • Where can i get a dark theme for itunes 11 mac

    where can i get a dark theme for itunes 11 mac

    If your phone is running iOS7  it requires iTunes 11 which in turn requires OS 10.6.8 or higher on the computer.  You will probably need to upgrade your operating system version.
    You can probably upgrade to Snow Leopard, but check system requirements first. Get more information about your computer. Go to the Apple in the upper left corner of any window, then  "About This Mac".  Write down what it says about "version"and report that here.  Now continue to "More Info..."  Copy and paste the information here, but omit the serial number and Hardware UUID (if present).  Compare with:
    Snow Leopard 10.6 Technical Requirements - http://support.apple.com/kb/SP575
    You can buy Snow Leopard at:
    Snow Leopard disc source - http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard
    After installing run the updater to 10.6.8, then upgrade iTunes.
    Jan. 2014 post by Kappy on doing all this: https://discussions.apple.com/message/24599931
    An iDevice can only sync with one library at a time.  If you attach it to a different library it will erase the content becfore syncing to that library.  Unless your business is music I probably wouldn't sync to a work owned computer.

  • How to incorporate dark theme for pages being displayed?

    in google play store, your app contains an image which displays user control of changing theme into dark or light . but after downloading the app I can't find any options like that.

    It is likely a persona hosted on addons.mozilla.org

  • Looking for an openbox dark theme...

    Hi,
    I am looking for a dark theme for Openbox , something thats as dark as Khali-Blue
    Using DarkGraph atm but its kinda grey loooking
    TIA
    MrG

    Maybe you can find something that fits your needs at Hewphoria, Boxwhore or mulberry's site.
    If you fail to find something you may give gehtehkah or gehtehkah_tiny a try (both can be found at http://nooms.de/files/openbox/). They dynamically use the colors of your GTK+ theme. You need to patch Openbox for them to work or use openbox-svn from my repo which already has the gtkcolors patch applied.
    Here's an example of what it looks like with a dark GTK+ theme:

  • How to install new themes for GDM?

    Hello guys,
    where can I find the related directory to extract new GDM themes for Gnome 2.26?
    Thanks

    problemkenner wrote:
    Personally there is no such entry...
    Do I have to install gnome-system-tools to have this possibility?
    Currently I only installed gnome and gnome-extra.
    did you say 'yes' to all? i may be confusing the name of the entry, too. it's in the administrative tab in the menu (whatever it's called. 'system', maybe. usually the last one on the right) and it's usually something like 'login manager'. you might want to look at the menu editor and see if it's been somehow unchecked from the menu.

  • Where's the dark mode for dreamweaver in CC 2014?

    The updates for 2014 are great except... where is the long awaited dark theme for code??

    I guess they did not get around to making a dark theme.
    I also guess that, if we all submit a request, it will receive top priority.

  • GTK non-buggy dark theme (gnome 3.12)

    Any recommendation for a good dark theme? The builtin dark adwaita doesn't do anything for GTK2. I have tried some other themes, but they all have a bug of some sort. For example, I tried DeLorean-dark-3.10, but it hides my background (I assume it's because I use gnome 3.12).
    I'm not very picky: if I don't like the theme's color, i'm willing to change it myself. I'd just like to find a non-buggy dark theme to start from. Suggestions?
    -Morph
    Last edited by morphheus (2014-08-01 22:05:06)

    I compared some in this ol' thread: https://bbs.archlinux.org/viewtopic.php?id=157147
    I ended up with a slightly customized copy+paste hybrid of flatstudio and equinox since then. If you take a look at both themes and play around with them a bit, you should be able to adjust them to fit your needs almost perfectly.
    Last edited by whoops (2014-08-21 11:34:05)

  • Gnome-system-monitor (dark remix) 4 those using dark themes

    hey fellow archers,
    I'm a guy who digs dark themes, i am also someone who uses Gnome. Something that has irritated me for years is gnome-system-monitor ~ specifically, when using a dark theme. those white graphs (CPU graph), are just brutal. At work, i use CentOS on a couple of machines, while i don't use gnome with a server (obviously..lol) i have usedf CentOS with gnome before and had made note of the fact that it had a dark graph, and no ugly highlight bar in the 'system' tab, which was a little bit nicer on the eyes.
    well, today i decided to fix the default colors for that graph, and i also decided to remove the stupid cairo-gradient that greets you in the 'system' tab. i did this because i prefer a nice graphic, over having a plain gnome logo, and a tacky gradient, it just doesn't need to be there.
    here is what it looks like;
    here is my gitorious branch where the sources are available;
    git clone git://gitorious.org/gnome-system-monitor-blackgtk3/gnome-system-monitor-blackgtk3.git
    you all use archlinux, so i need not explain how to compile it and this is gnome-system-monitor 3.1.4 (development) but i have not noticed any bugs whatsoever.
    I am thinking of making a pkgbuild for AUR, that would pull from Gnome's git repo, and then apply a patch. Currently i have 2 roughed out patches (that work), but i have no experience writing patches, or even making pkgbuilds. if you are interested here is what i have got;
    1. black-graph.patch
    --- /home/ninez/Desktop/gnome-system-monitor/src/load-graph.cpp 2011-08-18 19:58:21.443838034 -0400
    +++ /home/ninez/Desktop/gnome-system-monitor-3.1.4-NINEZ/src/load-graph.cpp 2011-08-18 19:50:24.000000000 -0400
    @@ -76,7 +76,7 @@
    cairo_text_extents_t extents;
    num_bars = graph->num_bars();
    - graph->graph_dely = (graph->draw_height - 15) / num_bars; /* round to int to avoid AA blur */
    + graph->graph_dely = (graph->draw_height - 8) / num_bars; /* round to int to avoid AA blur */
    graph->real_draw_height = graph->graph_dely * num_bars;
    graph->graph_delx = (graph->draw_width - 2.0 - graph->rmargin - graph->indent) / (LoadGraph::NUM_POINTS - 3);
    graph->graph_buffer_offset = (int) (1.5 * graph->graph_delx) + FRAME_WIDTH ;
    @@ -88,66 +88,67 @@
    allocation.height);
    cr = cairo_create (graph->background);
    - // set the background colour
    + // set the background colour - cairo_set_source_rgb = outside of graph
    GtkStyle *style = gtk_widget_get_style (ProcData::get_instance()->notebook);
    - gdk_cairo_set_source_color (cr, &style->bg[GTK_STATE_NORMAL]);
    + gdk_cairo_set_source_color (cr, &style->bg[0, 0, 1, 1]);
    + cairo_set_source_rgb (cr, 0.10, 0.10, 0.10);
    cairo_paint (cr);
    /* draw frame */
    cairo_translate (cr, FRAME_WIDTH, FRAME_WIDTH);
    - /* Draw background rectangle */
    - cairo_set_source_rgb (cr, 1.0, 1.0, 1.0);
    - cairo_rectangle (cr, graph->rmargin + graph->indent, 0,
    + /* Draw background rectangle - inside graph */
    + cairo_set_source_rgb (cr, 0.10, 0.10, 0.10);
    + cairo_rectangle (cr, graph->rmargin + graph->indent, 1,
    graph->draw_width - graph->rmargin - graph->indent, graph->real_draw_height);
    cairo_fill(cr);
    - cairo_set_line_width (cr, 1.0);
    - cairo_set_dash (cr, dash, 2, 0);
    + cairo_set_line_width (cr, 2.0);
    + cairo_set_dash (cr, dash, 2, 1);
    cairo_set_font_size (cr, graph->fontsize);
    for (i = 0; i <= num_bars; ++i) {
    double y;
    if (i == 0)
    - y = 0.5 + graph->fontsize / 2.0;
    + y = 0.5 + graph->fontsize / 3.0;
    else if (i == num_bars)
    y = i * graph->graph_dely + 0.5;
    else
    - y = i * graph->graph_dely + graph->fontsize / 2.0;
    + y = i * graph->graph_dely + graph->fontsize / 4.0;
    - gdk_cairo_set_source_color (cr, &style->fg[GTK_STATE_NORMAL]);
    + gdk_cairo_set_source_color (cr, &style->fg[1]);
    if (graph->type == LOAD_GRAPH_NET) {
    // operation orders matters so it's 0 if i == num_bars
    unsigned rate = graph->net.max - (i * graph->net.max / num_bars);
    const std::string caption(procman::format_network_rate(rate, graph->net.max));
    cairo_text_extents (cr, caption.c_str(), &extents);
    - cairo_move_to (cr, graph->indent - extents.width + 20, y);
    + cairo_move_to (cr, graph->indent - extents.width + 40, y);
    cairo_show_text (cr, caption.c_str());
    } else {
    // operation orders matters so it's 0 if i == num_bars
    caption = g_strdup_printf("%d %%", 100 - i * (100 / num_bars));
    cairo_text_extents (cr, caption, &extents);
    - cairo_move_to (cr, graph->indent - extents.width + 20, y);
    + cairo_move_to (cr, graph->indent - extents.width + 40, y);
    cairo_show_text (cr, caption);
    g_free (caption);
    - cairo_set_source_rgba (cr, 0, 0, 0, 0.75);
    + cairo_set_source_rgba (cr, 0.7, 0.7, 0.7, 0.70);
    cairo_move_to (cr, graph->rmargin + graph->indent - 3, i * graph->graph_dely + 0.5);
    cairo_line_to (cr, graph->draw_width - 0.5, i * graph->graph_dely + 0.5);
    cairo_stroke (cr);
    - cairo_set_dash (cr, dash, 2, 1.5);
    + cairo_set_dash (cr, dash, 2, 0.20);
    const unsigned total_seconds = graph->speed * (LoadGraph::NUM_POINTS - 2) / 1000;
    for (unsigned int i = 0; i < 7; i++) {
    double x = (i) * (graph->draw_width - graph->rmargin - graph->indent) / 6;
    - cairo_set_source_rgba (cr, 0, 0, 0, 0.75);
    - cairo_move_to (cr, (ceil(x) + 0.5) + graph->rmargin + graph->indent, 0.5);
    - cairo_line_to (cr, (ceil(x) + 0.5) + graph->rmargin + graph->indent, graph->real_draw_height + 4.5);
    + cairo_set_source_rgba (cr, 0.7, 0.7, 0.7, 0.75);
    + cairo_move_to (cr, (ceil(x) + 0.3) + graph->rmargin + graph->indent, 0.3);
    + cairo_line_to (cr, (ceil(x) + 0.3) + graph->rmargin + graph->indent, graph->real_draw_height + 4.5);
    cairo_stroke(cr);
    unsigned seconds = total_seconds - i * total_seconds / 6;
    const char* format;
    @@ -158,7 +159,7 @@
    caption = g_strdup_printf(format, seconds);
    cairo_text_extents (cr, caption, &extents);
    cairo_move_to (cr, ((ceil(x) + 0.5) + graph->rmargin + graph->indent) - (extents.width/2), graph->draw_height);
    - gdk_cairo_set_source_color (cr, &style->fg[GTK_STATE_NORMAL]);
    + gdk_cairo_set_source_color (cr, &style->fg[1]);
    cairo_show_text (cr, caption);
    g_free (caption);
    @@ -226,20 +227,20 @@
    /* Subframe offset */
    x_offset += graph->rmargin - ((sample_width / graph->frames_per_unit) * graph->render_counter);
    - /* draw the graph */
    + /* draw the graph - LINE WIDTH 3 */
    cairo_t* cr;
    cr = gdk_cairo_create (window);
    - cairo_set_line_width (cr, 1);
    + cairo_set_line_width (cr, 2);
    cairo_set_line_cap (cr, CAIRO_LINE_CAP_ROUND);
    cairo_set_line_join (cr, CAIRO_LINE_JOIN_ROUND);
    - cairo_rectangle (cr, graph->rmargin + graph->indent + FRAME_WIDTH + 1, FRAME_WIDTH - 1,
    + cairo_rectangle (cr, graph->rmargin + graph->indent + FRAME_WIDTH + 2, FRAME_WIDTH - 2,
    graph->draw_width - graph->rmargin - graph->indent - 1, graph->real_draw_height + FRAME_WIDTH - 1);
    cairo_clip(cr);
    for (j = 0; j < graph->n; ++j) {
    - cairo_move_to (cr, x_offset, (1.0f - graph->data[0][j]) * graph->real_draw_height);
    + cairo_move_to (cr, x_offset, (1.0f - graph->data[1][j]) * graph->real_draw_height);
    gdk_cairo_set_source_color (cr, &(graph->colors [j]));
    for (i = 1; i < LoadGraph::NUM_POINTS; ++i) {
    2. no-highlight.patch
    --- /home/ninez/Desktop/gnome-system-monitor/src/sysinfo.cpp 2011-08-18 19:58:21.443838034 -0400
    +++ /home/ninez/Desktop/gnome-system-monitor-3.1.4-NINEZ/src/sysinfo.cpp 2011-08-18 16:03:52.000000000 -0400
    @@ -477,7 +477,7 @@
    style->base[GTK_STATE_SELECTED].green / 65535.0,
    style->base[GTK_STATE_SELECTED].blue / 65535.0,
    1.0);
    - cairo_pattern_add_color_stop_rgba(cp, 1.0,
    + cairo_pattern_add_color_stop_rgba(cp, 0.0,
    style->base[GTK_STATE_SELECTED].red / 65535.0,
    style->base[GTK_STATE_SELECTED].green / 65535.0,
    style->base[GTK_STATE_SELECTED].blue / 65535.0,
    EDIT: if you noticed the RGBA transparency where the icons are, that isn't a bug or something being misdrawn. My gtk3 theme is partially RGBA (in compiz only, not gnome-shell/mutter). the theme is 'Marples-black' found here;
    http://gnome-look.org/content/show.php?content=144240
    last note: My branch is only for the short term, until i get things sorted out. i also wanted to make the sources available to anyone, on any distro. so , it was easist to just quickly setup a branch, that anyone can pull from.
    cheerz
    Last edited by triplesquarednine (2011-08-19 03:58:42)

    triplesquarednine wrote:
    dodo3773 wrote:Yeah, if it wasn't for dark themes / stylish I would probably be blind by now ha ha ha. Have you though about putting it in the aur? Maybe calling it gnome-system-monitor-dark or something?
    I spend way too much time both at work/home in front of a computer. dark is the way to go. so much more relaxed on the eyes.
    Yes, i have (thought about putting it into AUR).  in the short term it was just quicker to throw it up on my gitorious though. As i said above, i haven't really made too many patches, and i currently only maintain one package in AUR, so i have a little reading to do, first. that's also why i posted my patches. in case someone has something to point out, aside from the obvious thing - which is that i need to modify the first part of the patch, as i can ditch a 1st couple directories ...
    Ideally, it will end up in AUR...  But, i will probably also have my gitorious branch sync'd to gnome's branch, and i will create a patch using GIT to maintain my branch ~ so that people outside the Arch community, can have easy access too. plus, who knows, i may change around some other things as well. in the 3-4 hours i have been using this 'mod', i am way happier than with the upstream version.
    cheerz
    Right on. Looking forward to further development. I will stay posted  (subscribed to thread).

  • TS2518 My RAW (nikon .NEF) files changing to a dull, darker version of themselves after selecting them for the first time after import.

    My RAW (nikon .NEF) files are literally changing to a dull, darker version of themselves after selecting them for the first time after import. I.e. The correct photo (light/color/etc) seems to be there and then a second later the photo changes. It's almost like it's showing a quick enhanced version then back to basic raw image. Started within last two updates.
    Is there a fix or is this the straw that forces a switch to Lightroom?

    Just recall that Aperture (or any other 3rd party raw converter) has NO information about the JPEG preview and how it was made.  That information is camera-vendor proprietary.
    Also note that there are like 6 "picture styles" in camera and this change you're seeing is entirely dependent on how you have them set.  If you have your camera set to "vivid" or something you'll see more of a change than if your on-camera is set to "faithful."
    That said, people here ALSO complain that Aperture's initial renders are TOO vivid, the exact opposite of your complaint, so you can't please everybody (in some cases, it seems you can't please ANYBODY ;-)
    Aperture provides a starting point.  Again, if you don't like it, you can tell Aperture to go with a "punchier" interpretation at its first render.  In the import dialog, try setting Aperture to use the "auto enhance" preset which is built in.  Aperture will add a little vibrancy adjustment, and it will add a curve, which will greatly add punch to the image.  If you want adjustments in a different direction, you can create a preset and set it at import.
    The only thing Aperture CANNOT do is what you're asking, which is "take the JPEG that my camera vendor generates through some voodoo and try and render the raw file just like that."  It's, unfortunately, impossible to do.

  • How to get murrine dust theme to work? (new concept theme for ubuntu)

    hello!
    i just want to try and install the new concept theme for ubuntu - DustTheme!
    but i don't get it to work. it uses the murrine-engine - but when i want to select it via gtk-chtheme or gtk2_prefs it does not sets the colors or anything else. when i hit apply, the standard ugly gtk-theme will be selected.
    anyone here who actually uses the theme?
    more information:
    DustTheme Ubuntu Wiki
    installed packages:
    gtk-engine-murrine 0.53.1
    also tried: gtk-engine-murrine-svn rev 94
    please help, thanks...
    bye iggy
    Last edited by iggy (2008-10-22 10:04:48)

    andrek wrote:There's a difference between the new SVN version of the Murrine engine and the Dust theme - you've got to change "profile" into "style" in theme's gtkrc file.
    Hrm, I'm not quite sure what you mean.  I don't see "profile" anywhere in the gtkrc - everything seems to be labeled as "style" already.
    # Dust theme
    # by Rico Sta. Cruz and Ricardo (Kido) Mariano III
    # Last rev: Oct 4
    # Set GtkSettings color scheme property.
    # This can be overriden (via an xsetting) with eg. the gnome-appearance-properties.
    #gtk_color_scheme = "fg_color:#323232\nbg_color:#e4e0d8\nbase_color:#fff\ntext_color:#323232\nselected_bg_color:#996B5C\nselected_fg_color:#fff\ntooltip_bg_color:#ebeab8\ntooltip_fg_color:#323232"
    gtk_color_scheme = "fg_color:#323232\nbg_color:#D9D4CC\nbase_color:#fff\ntext_color:#323232\nselected_bg_color:#996B5C\nselected_fg_color:#fff\ntooltip_bg_color:#ebeab8\ntooltip_fg_color:#323232"
    include "scrollbars/scrollbar.rc"
    style "murrine-default"
    # Style Properties
    GtkScrolledWindow ::scrollbar-spacing = 3
    GtkScrolledWindow ::scrollbar-within-bevel = 1
    GtkButton ::child-displacement-x = 1
    GtkButton ::child-displacement-y = 1
    GtkButton ::default-border = { 0, 0, 0, 0 }
    GtkButton ::focus-padding = 0
    GtkCheckButton ::indicator-size = 14
    GtkPaned ::handle-size = 6
    GtkRange ::trough-border = 0
    GtkRange ::slider-width = 15
    GtkRange ::stepper-size = 15
    GtkScale ::slider-length = 20
    GtkScale ::trough-side-details = 0 # 0 = thin slider, >0 = thick slider
    GtkScrollbar ::min-slider-length = 30
    GtkMenuBar ::internal-padding = 0
    GtkExpander ::expander-size = 16
    GtkToolbar ::internal-padding = 1
    GtkTreeView ::expander-size = 14
    GtkTreeView ::vertical-separator = 0
    GtkMenu ::horizontal-padding = 0
    GtkMenu ::vertical-padding = 0
    WnckTasklist ::fade-overlay-rect = 0
    xthickness = 1
    ythickness = 1
    fg[NORMAL] = @fg_color
    fg[PRELIGHT] = @fg_color
    fg[SELECTED] = @selected_fg_color
    fg[ACTIVE] = @fg_color
    fg[INSENSITIVE] = darker (@bg_color)
    bg[NORMAL] = @bg_color
    bg[PRELIGHT] = shade (1.02, @bg_color)
    bg[SELECTED] = @selected_bg_color
    bg[INSENSITIVE] = @bg_color
    bg[ACTIVE] = shade (0.9, @bg_color)
    base[NORMAL] = @base_color
    base[PRELIGHT] = shade (0.95, @bg_color)
    base[ACTIVE] = shade (0.9, @selected_bg_color)
    base[SELECTED] = @selected_bg_color
    base[INSENSITIVE] = @bg_color
    text[NORMAL] = @text_color
    text[PRELIGHT] = @text_color
    text[ACTIVE] = @selected_fg_color
    text[SELECTED] = @selected_fg_color
    text[INSENSITIVE] = darker (@bg_color)
    engine "murrine"
    animation = TRUE # FALSE = disabled, TRUE = enabled
    colorize_scrollbar = TRUE # FALSE = disabled, TRUE = enabled
    contrast = 1.0 # 0.8 for less contrast, more than 1.0 for more contrast on borders
    glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
    gradient_shades = {1.1,1.0,1.0,0.87} # default: {1.1,1.0,1.0,1.1}
    gradients = TRUE # FALSE = disabled, TRUE = enabled
    highlight_ratio = 1.0 # set highlight amount for buttons or widgets
    lightborder_ratio = 1.0 # sets lightborder amount for buttons or widgets
    lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides
    listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised
    listviewstyle = 0 # 0 = nothing, 1 = dotted
    menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
    menubarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
    menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped
    menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe
    reliefstyle = 2 # 0 = flat, 1 = inset, 2 = shadow
    rgba = FALSE # FALSE = disabled, TRUE = enabled
    roundness = 2 # 0 = squared, 1 = old default, more will increase roundness
    scrollbarstyle = 2 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
    sliderstyle = 0 # 0 = nothing added, 1 = handles
    stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown
    style = MURRINE # engine style options: CANDIDO, CLEARLOOKS, MIST, MURRINE, NODOKA
    toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient
    style "murrine-wide"
    xthickness = 2
    ythickness = 2
    style "murrine-wider"
    xthickness = 3
    ythickness = 3
    style "murrine-dark"
    bg[NORMAL] = shade(0.24,@bg_color)
    bg[SELECTED] = shade(0.9,@selected_bg_color)
    bg[PRELIGHT] = shade (0.5, @selected_bg_color)
    bg[ACTIVE] = mix (0.5, @selected_bg_color, shade(0.2,@bg_color))
    bg[INSENSITIVE] = shade(0.2,@bg_color)
    fg[NORMAL] = mix (0.7, '#ffffef', @fg_color)
    fg[PRELIGHT] = mix (0.8, '#ffffef', @fg_color)
    fg[SELECTED] = mix (0.8, '#ffffef', @fg_color)
    fg[ACTIVE] = mix (0.8, '#ffffef', @fg_color)
    fg[INSENSITIVE] = mix (0.4, '#ffffef', @fg_color)
    style "murrine-button"
    xthickness = 3
    ythickness = 3
    bg[NORMAL] = shade (1.2, @bg_color)
    bg[PRELIGHT] = shade (0.9, @bg_color) #mix(0.82,shade (1.3, @bg_color),@selected_bg_color)
    bg[ACTIVE] = shade (0.85, @bg_color)
    # SZ07: button engine changed to clearlooks.
    # Change back to murrine to get the old dotted focus ring.
    engine "clearlooks" {
    contrast = 1.0
    radius = 2.0
    style = GUMMY
    reliefstyle = 1
    style "murrine-toolbar" = "murrine-default"
    xthickness = 4
    ythickness = 3
    bg[NORMAL] = shade(0.88,@bg_color)
    bg[PRELIGHT] = shade(0.88,@bg_color)
    bg[ACTIVE] = shade(0.88,@bg_color)
    bg[SELECTED] = shade(0.88,@bg_color)
    bg[INSENSITIVE] = shade(0.88,@bg_color)
    fg[NORMAL] = @text_color
    fg[PRELIGHT] = @text_color
    fg[SELECTED] = @text_color
    fg[ACTIVE] = @text_color
    fg[INSENSITIVE] = @text_color
    fg[NORMAL] = @text_color
    text[NORMAL] = @text_color
    #engine "murrine" {
    # gradient_shades = {1.1,1.0,1.0,0.85}
    engine "pixmap"
    image {
    function = BOX
    file = "toolbar_light.png"
    border = {1,1,1,1}
    image {
    function = HANDLE
    overlay_file = "handlebox.png"
    overlay_stretch = FALSE
    orientation = HORIZONTAL
    image {
    function = HANDLE
    overlay_file = "handlebox.png"
    overlay_stretch = FALSE
    orientation = VERTICAL
    style "murrine-toolbar-item" = "murrine-toolbar"
    bg[NORMAL] = shade(0.88,@bg_color)
    bg[PRELIGHT] = shade(1.1,@bg_color)
    bg[ACTIVE] = shade(0.6,@bg_color)
    fg[INSENSITIVE] = shade(0.6,@bg_color)
    fg[ACTIVE] = @selected_fg_color
    text[ACTIVE] = @selected_fg_color
    engine "clearlooks" {
    contrast = 1.0
    radius = 2.0
    style = GUMMY
    reliefstyle = 1
    style "murrine-toolbar-sep" = "murrine-toolbar-item"
    bg[NORMAL] = shade(0.5, @bg_color)
    style "murrine-dark-toolbar" = "murrine-dark"
    xthickness = 6
    bg[PRELIGHT] = mix (0.3, @selected_bg_color, shade(0.2,@bg_color))
    bg[SELECTED] = mix (0.3, @selected_bg_color, shade(0.2,@bg_color))
    bg[ACTIVE] = mix (0.5, @selected_bg_color, shade(0.2,@bg_color))
    engine "murrine"{
    gradient_shades = {1.3,1.1,1.1,0.9}
    style = MURRINE
    style "murrine-dark-toolbar-sep" = "murrine-dark-toolbar"
    { xthickness = 2 }
    style "pixmap-dark-toolbar" = "murrine-dark-toolbar"
    # To-do: make the toolbar recolorable, possibly without using pixmaps
    # We only like this because of the top line, anyway.
    engine "pixmap"{
    image {
    function = BOX
    file = "toolbar_o.png"
    border = {1,1,1,1}
    image
    function = HANDLE
    overlay_file = "handlebox.png"
    overlay_stretch = FALSE
    orientation = HORIZONTAL
    image
    function = HANDLE
    overlay_file = "handlebox.png"
    overlay_stretch = FALSE
    orientation = VERTICAL
    style "murrine-notebook-bg" = "murrine-default"
    bg[NORMAL] = shade (1.05, @bg_color)
    bg[SELECTED] = shade (1.05, @bg_color)
    xthickness = 2
    style "murrine-notebook" = "murrine-notebook-bg"
    xthickness = 2
    style "murrine-tasklist"
    xthickness = 3
    ythickness = 3
    style "murrine-panel" = "murrine-dark" {
    bg[NORMAL] = shade (0.15, @bg_color)
    engine "murrine" {
    style "murrine-menu" = "murrine-dark"
    xthickness = 0
    ythickness = 2
    bg[NORMAL] = shade (0.15, @bg_color)
    text[NORMAL] = @bg_color
    text[PRELIGHT] = @selected_fg_color
    style "murrine-menu-item" = "murrine-dark"
    xthickness = 0
    ythickness = 3
    engine "murrine" {
    roundness = 0
    contrast = 0.2
    gradient_shades = {1.0,0.9,0.9,0.7}
    style "murrine-separator-menu-item"
    GtkSeparatorMenuItem::horizontal-padding = 0
    GtkWidget::wide-separators = 1
    GtkWidget::separator-width = 1
    GtkWidget::separator-height = 1
    xthickness = 1
    ythickness = 0
    style "murrine-treeview"
    # Based on the default style so that the colors from the button
    # style are overriden again.
    style "murrine-treeview-header" = "murrine-default"
    xthickness = 2
    ythickness = 1
    bg[NORMAL] = shade(0.9, @bg_color)
    bg[PRELIGHT] = shade(1.0, @bg_color)
    bg[ACTIVE] = shade(0.8, @bg_color)
    GtkWidget::focus-line-width = 0
    engine "murrine" {
    gradient_shades = {1.3,1.0,1.0,1.1}
    style = MURRINE
    contrast = 0.5
    glazestyle = 1
    listviewheaderstyle = 1
    # SZ07: This is added to tell the theme how to color checkmarks and radio items that are not in menus.
    style "murrine-radiocheck" = "murrine-default"
    text[NORMAL] = shade (1.15, @bg_color) # Color for checks/radio items.
    text[PRELIGHT] = @selected_fg_color # Color for selected checks/radio items.
    engine "murrine"{
    style "murrine-tooltips"
    xthickness = 4
    ythickness = 4
    bg[NORMAL] = @tooltip_bg_color
    fg[NORMAL] = @tooltip_fg_color
    style "murrine-progressbar"
    xthickness = 1
    ythickness = 1
    fg[PRELIGHT] = @selected_fg_color
    engine "murrine"
    style = NODOKA
    #I want my shiny progressbar!
    #gradient_shades = {1.3,1.1,0.9,1.0}
    style "pixmap-statusbar" = "murrine-default"
    ythickness = 3
    xthickness = 3
    engine "pixmap"
    image
    function = RESIZE_GRIP
    recolorable = TRUE
    detail = "statusbar"
    overlay_file = "statusgrip.png"
    overlay_border = {0,0,0,0}
    overlay_stretch = TRUE
    image
    function = SHADOW
    shadow = IN
    file = "blank.png"
    image
    function = SHADOW
    shadow = OUT
    file = "blank.png"
    image
    function = SHADOW
    shadow = ETCHED_IN
    file = "blank.png"
    image
    function = SHADOW
    shadow = ETCHED_OUT
    file = "blank.png"
    style "murrine-comboboxentry"
    style "murrine-spinbutton"
    style "murrine-scale"
    bg[PRELIGHT] = shade(0.9,@bg_color)
    engine "murrine"{
    gradient_shades = {1.3,1.1,0.9,1.0}
    style "murrine-hscale" = "murrine-scale"
    style "murrine-vscale" = "murrine-scale"
    style "murrine-scrollbar"
    bg[ACTIVE] = "#fff"
    bg[NORMAL] = @bg_color
    bg[PRELIGHT] = shade(0.9,@bg_color)
    engine "murrine"{
    gradient_shades = {1.1,1.0,1.0,0.9}
    contrast = 1.4
    style "murrine-hscrollbar" = "murrine-scrollbar"
    style "murrine-vscrollbar" = "murrine-scrollbar"
    style "murrine-menubar" = "murrine-dark"
    engine "murrine"{
    gradient_shades = {1.0,0.9,0.9,0.75}
    style "murrine-frame"
    #Uncomment for dark statusbars. Breaks some apps.
    #bg[ACTIVE] = shade(0.2,@bg_color)
    #fg[NORMAL] = mix (1.5, @fg_color, '#ffffff')
    #fg[PRELIGHT] = mix (1.4, @fg_color, '#ffffff')
    style "murrine-frame-title" = "murrine-frame"
    fg[NORMAL] = lighter (@fg_color)
    style "murrine-nautilus-location"
    bg[NORMAL] = mix(0.60, shade (1.05,@bg_color), @selected_bg_color)
    # Matches
    # murrine default style is applied to every widget
    class "GtkWidget" style "murrine-default"
    # Increase the x/ythickness in some widgets
    class "GtkRange" style "murrine-default"
    class "GtkFrame" style "murrine-frame"
    class "GtkSeparator" style "murrine-wide"
    class "GtkEntry" style "murrine-wider"
    class "GtkStatusbar" style "pixmap-statusbar"
    class "GtkMenuBar" style:highest "murrine-menubar"
    # Toolbar default: dark
    #class "*HandleBox" style "pixmap-dark-toolbar"
    #class "GtkToolbar" style "pixmap-dark-toolbar"
    #widget_class "*HandleBox" style "pixmap-dark-toolbar"
    #widget_class "*<GtkToolbar>.*" style "murrine-dark-toolbar"
    # Toolbar default: light
    class "*HandleBox" style "murrine-toolbar"
    class "GtkToolbar" style "murrine-toolbar"
    widget_class "*HandleBox" style "murrine-toolbar"
    widget_class "*<GtkToolbar>.*" style "murrine-toolbar-item"
    # Place this fix far above so overrides work better
    # Affects: gedit sidebar, GCstar, meld
    style "murrine-toolbar-flat"
    engine "murrine"
    toolbarstyle = 0
    widget_class "*.*.*.*.*.*Toolbar*" style "murrine-toolbar-flat"
    widget_class "*.*.*.*.*.*HandleBox*" style "murrine-toolbar-flat"
    # Toolbar exceptions:
    # Browser-type and viewer-type applications get a dark toolbar.
    # Everything below the toolbar for these apps are the content. This will make
    # a separation on function (toolbar) and content (client area).
    # Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
    style "murrine-text-is-fg-color-workaround"
    text[NORMAL] = @fg_color
    text[PRELIGHT] = @fg_color
    text[SELECTED] = @selected_fg_color
    text[ACTIVE] = @fg_color
    text[INSENSITIVE] = darker (@bg_color)
    widget_class "*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround"
    style "murrine-text-is-fg-color-workaround-dark"
    #Make it work with this theme!
    text[NORMAL] = mix (1.5, @fg_color, '#ffffff')
    text[PRELIGHT] = mix (1.4, @fg_color, '#ffffff')
    # Nautilus toolbar: dark
    widget_class "*Nautilus*Toolbar*" style "pixmap-dark-toolbar"
    widget_class "*Nautilus*Tool*GtkButton" style "murrine-dark-toolbar"
    widget_class "*Nautilus*Tool*.*.*" style "murrine-dark-toolbar"
    widget_class "*Nautilus*Tool*GtkToggleButton" style "murrine-dark-toolbar"
    widget_class "*Nautilus*Tool*Separator*" style "murrine-dark-toolbar-sep"
    widget_class "*Nautilus*Tool*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround-dark"
    # Evince/EOG: dark
    widget_class "*EggEditable*Toolbar*" style "pixmap-dark-toolbar"
    widget_class "*EggEditable*Toolbar*.*.*.*" style "murrine-dark-toolbar"
    widget_class "*EggEditable*Tool*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround-dark"
    widget "*fullscreen-toolbar" style "pixmap-dark-toolbar"
    widget "*fullscreen-toolbar.*" style "murrine-dark-toolbar"
    # Epiphany: dark
    widget_class "*EphyToolbar*" style "pixmap-dark-toolbar"
    widget_class "*EphyToolbar*.*.*.*" style "murrine-dark-toolbar"
    widget_class "*EphyTool*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround-dark"
    # F-Spot(?): dark
    widget_class "*Spot*Toolbar*" style "pixmap-dark-toolbar"
    widget_class "*Spot*Toolbar*.*.*.*" style "murrine-dark-toolbar"
    widget_class "*Spot*Toolbar*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround-dark"
    # Gedit: Dark
    widget_class "*edit*Toolbar*" style "pixmap-dark-toolbar"
    widget_class "*edit*Toolbar*.*" style "murrine-dark-toolbar"
    widget_class "*edit*Toolbar*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround-dark"
    # Brasero: Dark
    widget_class "*rasero*Toolbar*" style "pixmap-dark-toolbar"
    widget_class "*rasero*Toolbar*.*" style "murrine-dark-toolbar"
    widget_class "*rasero*Toolbar*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround-dark"
    #gThumb: dark
    widget_class "*Gth*Toolbar*" style "pixmap-dark-toolbar"
    widget_class "*Gth*Toolbar*.*" style "murrine-dark-toolbar"
    widget_class "*Gth*Toolbar*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround-dark"
    widget_class "*GthFull*" style "pixmap-dark-toolbar" #Doesn't work
    class "GtkSpinButton" style "murrine-spinbutton"
    class "GtkScale" style "murrine-scale"
    class "GtkVScale" style "murrine-vscale"
    class "GtkHScale" style "murrine-hscale"
    class "GtkScrollbar" style "murrine-scrollbar"
    class "GtkVScrollbar" style "murrine-vscrollbar"
    class "GtkHScrollbar" style "murrine-hscrollbar"
    class "GtkButton" style "murrine-button"
    class "GtkRadioButton*" style "murrine-radiocheck" # SZ07: Added for the checkmarks/radio
    class "GtkCheckButton" style "murrine-radiocheck" # SZ07: Added for the checkmarks/radio
    # General matching following, the order is choosen so that the right styles override each other
    # eg. progressbar needs to be more important then the menu match.
    widget_class "*<GtkNotebook>*<GtkEventBox>" style "murrine-notebook-bg"
    widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "murrine-notebook-bg"
    widget_class "*<GtkNotebook>*<GtkLayout>" style "murrine-notebook-bg"
    widget_class "*<GtkNotebook>" style "murrine-notebook"
    widget_class "*<GtkComboBoxEntry>*" style "murrine-comboboxentry"
    widget_class "*<GtkCombo>*" style "murrine-comboboxentry"
    widget_class "*<GtkMenu>*" style "murrine-menu"
    widget_class "*<GtkMenuItem>*" style "murrine-menu-item"
    widget_class "*<GtkSeparatorMenuItem>*" style "murrine-separator-menu-item"
    widget_class "*<GtkFrame>" style "murrine-frame"
    widget_class "*.<GtkFrame>.<GtkLabel>" style "murrine-frame-title"
    widget_class "*.<GtkTreeView>*" style "murrine-treeview"
    widget_class "*<GtkStatusbar>*" style "murrine-wider"
    widget_class "*<GtkProgressBar>" style "murrine-progressbar"
    # Treeview header
    widget_class "*.<GtkTreeView>.<GtkButton>" style "murrine-treeview-header"
    widget_class "*.<GtkCTree>.<GtkButton>" style "murrine-treeview-header"
    widget_class "*.<GtkList>.<GtkButton>" style "murrine-treeview-header"
    widget_class "*.<GtkCList>.<GtkButton>" style "murrine-treeview-header"
    #Panel
    widget "*PanelWidget*" style "murrine-panel"
    widget "*PanelApplet*" style "murrine-panel"
    widget "*fast-user-switch*" style "murrine-panel" # Workaround for Fast User Switch applet
    class "PanelApp*" style "murrine-panel"
    class "PanelToplevel*" style "murrine-panel"
    #The panel menubar
    widget_class "*Panel*<GtkMenuBar>*" style:highest "murrine-panel"
    # The window of the tooltip is called "gtk-tooltip"
    widget "gtk-tooltip*" style "murrine-tooltips"
    # Special cases and work arounds
    # Workarounds for Evolution
    widget_class "*.ETable.ECanvas" style "murrine-treeview-header"
    widget_class "*.ETree.ECanvas" style "murrine-treeview-header"
    #Firefox isn't nice to dark themes, so unset the dark stuff.
    widget "MozillaGtkWidget*Toolbar*" style "murrine-default"
    #widget "MozillaGtkWidget*Frame*" style "murrine-default"
    #Thunderbird too. But since Thunderbird uses the same theming engine as FF2, things are worse for us.
    style "murrine-menuitem-text-is-fg-color-workaround"
    #text[NORMAL] = @fg_color
    #text[PRELIGHT] = @selected_fg_color
    #text[SELECTED] = @selected_fg_color
    #text[ACTIVE] = @fg_color
    #text[INSENSITIVE] = darker (@bg_color)
    #Make it work with this theme!
    text[NORMAL] = mix (1.5, @fg_color, '#ffffff')
    text[PRELIGHT] = mix (1.4, @fg_color, '#ffffff')
    widget "*.gtk-combobox-popup-menu.*" style "murrine-menuitem-text-is-fg-color-workaround"
    # Work around the usage of GtkLabel inside GtkListItems to display text.
    # This breaks because the label is shown on a background that is based on the
    # base color set.
    style "murrine-fg-is-text-color-workaround"
    fg[NORMAL] = @text_color
    fg[PRELIGHT] = @text_color
    fg[ACTIVE] = @selected_fg_color
    fg[SELECTED] = @selected_fg_color
    fg[INSENSITIVE] = darker (@bg_color)
    widget_class "*<GtkListItem>*" style "murrine-fg-is-text-color-workaround"
    # The same problem also exists for GtkCList and GtkCTree
    # Only match GtkCList and not the parent widgets, because that would also change the headers.
    widget_class "*<GtkCList>" style "murrine-fg-is-text-color-workaround"
    style "murrine-evo-new-button-workaround"
    engine "murrine"
    toolbarstyle = 0
    widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround"
    #Rhythmbox toolbar near the search entry. Use default + wide so that it doesn't turn dark.
    style "murrine-rhythmbox-header" = "murrine-default"
    xthickness = 3
    ythickness = 3
    engine "murrine" {
    widget "*RBSourceHeader*" style:highest "murrine-rhythmbox-header"
    widget "*swt*toolbar*" style "murrine-default"
    # RSC: Fix for CPU frequency applet
    style "applet-text" = "murrine-panel"
    fg[NORMAL] = @bg_color
    widget_class "*CPUFreqApplet*" style:highest "applet-text"
    style "murrine-dialog" = "murrine-dark"
    bg[NORMAL] = mix(0.4, @selected_bg_color, shade(0.7, @bg_color))
    fg[NORMAL] = shade(0.5, @fg_color)
    text[NORMAL] = shade(0.5, @text_color)
    style "murrine-dialog-button" = "murrine-dark"
    bg[NORMAL] = shade(0.15, @bg_color)
    bg[PRELIGHT] = shade(0.18, @bg_color)
    # Dialog boxes...?
    # widget_class "*Dialog*" style "murrine-dialog"
    # widget_class "*Dialog*.*" style "murrine-dialog"
    # widget_class "*Dialog*.*Button*" style "murrine-dialog-button"

  • How could i change GTK3 themes in GNOME 3.4

    Hello.
    Just one (maybe stupid) question. How could i change the colors of the desktop text, without changing the nautilus colors?
    I love the Adwaita theme, but i think it's working for me the Elementary theme (from gnome-look.org). I installed it from the AUR, but the desktop colors are a little bit dark to see them clearly and i want to turn them into white....
    I've changed some settings in /usr/share/themes/elementary/gtk-3.0/gtk.css but with no success...
    Thanks once more for your help.

    You need a more up to date version of the theme. Lots of themes that were designed for gtk 3.2 have the text colour set wrongly in gtk 3.4.
    Also, try comparing to /usr/share/themes/Adwaita/gtk-3.0/gtk.css

  • Dark theme in Linux screws up Firefox 4.0, help with userContent.css file

    OS: Fedora 14 x86_64 / Gnome 2.3x
    Problem with: Firefox 4.0
    Using dark gtk themes changes the background color of common form controls (input boxes, text boxes, radio buttons, etc...) into the same dark color used in the theme, so you end up with dark controls with black text, which makes them unreadable.
    While searching I found that there's a way to make Firefox override the system colors, and that is by creating a userContent.cs file.
    Here's the userContent.css file:
    ===========================
    body {
    background-attachment: scroll !important;
    input {
    border: 2px inset white;
    background-color: white;
    color: black;
    -moz-appearance: none !important;
    textarea {
    border: 2px inset white;
    background-color: white;
    color: black;
    -moz-appearance: none !important;
    select {
    border: 2px inset white;
    background-color: white;
    color: black;
    -moz-appearance: none !important;
    input[type="radio"],
    input[type="checkbox"] {
    border: 2px inset white ! important;
    background-color: white ! important;
    color: ThreeDFace ! important;
    -moz-appearance: none !important;
    .*|*::-moz-radio {
    background-color: white;
    -moz-appearance: none !important;
    button,
    input[type="reset"],
    input[type="button"],
    input[type="submit"] {
    border: 2px outset white;
    background-color: #eeeeee;
    color: black;
    -moz-appearance: none !important;
    body {
    background-color: white;
    color: black;
    display: block;
    margin: 8px;
    -moz-appearance: none !important;
    ===========================
    This css code fixes text boxes, input boxes, etc... but I still have dark radio buttons, dark check boxes, and dark drop down menus, does anyone know what might be causing this problem?
    Examples:
    http://i901.photobucket.com/albums/ac211/0xGFX007/001.png
    http://i901.photobucket.com/albums/ac211/0xGFX007/002.png

    FWIW, an alternative to going back to a light theme for whatever reason: there is a theme with several variations called "Shiki-Colors", in which only half of the stuff is dark.

  • Eog theme for gnome3

    Hi,
    since the update to 3.2 eog has a adwaita black theme.
    Is it possible to use this theme for all windows?
    Regards

    Ok I tried
    GTK3 theme via settings.ini
    Like ~/.gtkrc-2.0  with GTK2+, it is possible to set a GTK3 theme via  ${XDG_CONFIG_HOME}/gtk-3.0/settings.ini.
    Variable $XDG_CONFIG_HOME is usually set to ~/.config
    Adwaita, the default GNOME 3 theme, is a part of gnome-themes-standard. Additional GTK3 themes are found at Deviantart web site. For example:
    File: ${XDG_CONFIG_HOME}/gtk-3.0/settings.ini
      [Settings]
      gtk-theme-name = Adwaita
      gtk-fallback-icon-theme = gnome
      # next option is applicable only if selected theme supports it
      gtk-application-prefer-dark-theme = true
      # set font name and dimension
      gtk-font-name = Sans 10
    But 1.) I don't have an ~./config/gtk-3.0 dir. Then i searched in the forum and saw that renaming the files in /usr/share/themes/Adwaita/gtk-3.0 this caused a messed up theme (title bar was black but the rest was fallback theme) then I copied the content of the wiki into the settings.ini and then I only had a black screen with the mouse icon

  • Can I suggest next os update for blackberry 10 to enable dark background for hub? Thanks!

    This request has received wildspread support. Please see the following vote result:
    http://crackberry.com/would-you-want-dark-theme-hub

    Make certain you posted this suggestion at blackberryicanmakeitbetter.com
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • My email no longer rotate although everything else does ???

    My emails will no longer rotate although everything else does .. Tried turning off and on again at which it works for a little while then stops again...any ideas ...

  • 1006 an utter piece of garbage

    Needed to get a new phone, was on a low budget. Bought a 1006 from my local MetroPCS dealer... I am just utterly dissapointed in Nokia with this phone. Pain in the A** to save a contact that has called you if you havent called them (had to show someo

  • Playing flv files

    Hi, i'm trying to play a flv file in the jmstudio player. I've added the jffmpeg, and followed the instructions, but i just keep getting these error messages saying that it can't create a player. Anyone done this before? Andreas

  • CD Drive not Showing up HELP! HELP!

    I just inserted a regular blank CD-R and it did not appear on my desk top, so tried to eject it and nothing happened, then the icon that shows up when you hit eject stopped showing up as well, so i went in the firmware screen and typed in eject CD (t

  • How do I go about deleting mulitple song files all at one time as opposed to deleting them all individually off of the latest version of iTunes

    How do I go about deleting mulitple song files all at one time as opposed to deleting them all individually off of the latest version of iTunes? Also I have tried authorizing my computer to play the songs I purchased off of iTunes when I had an iPhon