Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Making Ubuntu Software Center readable with Dark Themes

  1. #11
    Join Date
    Dec 2010
    Beans
    8

    Re: Making Ubuntu Software Center readable with Dark Themes

    I don't have dark theme turned on but i am using Adwaita and selected items in software center were completely messed up and text was unreadable.

    I opened the CSS file as described by others above
    Code:
     gksudo gedit /usr/share/software-center/ui/gtk3/css/softwarecenter.css
    Then under the two @define-color lines added a third line so the first three lines now look like this

    Code:
    @define-color light-aubergine #DED7DB;
    @define-color super-light-aubergine #F4F1F3;
    @define-color selected_bg_color #4B97C4;
    Now the highlighted background is pretty much the same shade as the Adwaita theme.

  2. #12

    Re: Making Ubuntu Software Center readable with Dark Themes

    Bug and workaround comments:
    https://bugs.launchpad.net/ubuntu/+s...er/+bug/899878

    I prefer Tommy Miller's file (softwarecenter.css) but with:
    @define-color super-light-aubergine #555555;
    Narcis Garcia

  3. #13
    Join Date
    Apr 2013
    Beans
    3

    Re: Making Ubuntu Software Center readable with Dark Themes

    Try this combination. Looks real nice.

    /*
    @define-color light-aubergine #DED7DB;
    @define-color super-light-aubergine #F4F1F3;
    */

    @define-color green #98FB98;
    @define-color limegreen #32CD32;

    [IMG][/IMG]

  4. #14
    Join Date
    Sep 2014
    Beans
    2

    Re: Making Ubuntu Software Center readable with Dark Themes

    This problem had been urkin me for some time now, thanks big time for the quick fix!

  5. #15
    Join Date
    Oct 2014
    Beans
    1

    Re: Making Ubuntu Software Center readable with Dark Themes

    Such class... you, sir... are a genious!

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •