On 12/12/16 16:19, poma wrote:
Yeah, the same path:
http://goo.gl/Gm4ffO
source/etc/
+
I tried to :

wget http://goo.gl/Gm4ffO/source/etc/

I thought it was one line and that didn't work, had to browse [Firefox] to "http://goo.gl/Gm4ffO"; and then select "source" and "etc."

After that the rest worked as you said it should. I have a lot of notes to refer to!

And here's one cool tip,
if you need to "colorize" the theme, here's how it can be done quite elegantly;

- If it is not already, make a themes dir for the user
   $ mkdir -p ~/.themes

- Copy the system-wide Duskgrey theme dir to the themes dir for the user
   $ cp -a /usr/share/themes/Duskgrey/ ~/.themes

- Rename Duskgrey to Duskblue
   $ mv ~/.themes/Duskgrey/ ~/.themes/Duskblue

- Replace base/background color of the theme,
   one of the shades of dark gray, to one of the shades of dark blue.
   In this case 121212 presents color code of dark gray,
   and 000111 presents color code of dark blue,
   therefore
   $ sed -i 's/121212/000111/g' ~/.themes/Duskblue/gtk*/gtk*

- Set Duskblue as the theme
   $ xfconf-query -c xsettings -p /Net/ThemeName -s Duskblue


'gcolor2' can help find the requested color.

+

After doing all these things my XFCE terminal has no scroll bar. :-(

Other than that I'm using the result of the "Duskblue" exercise and am happy with it.

I still need to try changing the "userContent.css" file as suggested. There are colors in Firefox I would like to change but that can wait for another day.

I'm trying to make "Recoll" index things I want listed now.

Thanks,

Bob

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-25/64it LINUX XFCE Fastmail POP3
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to