On 12.12.2016 19:45, Bob Goodwin wrote:
> On 12/12/16 10:12, poma wrote:
>> You can also test this theme:
>> $ md5sum duskgrey-theme-3.22.4-2.fc24.src.rpm
>> fc3d02cd9b47cec7b473d85697e0c053  duskgrey-theme-3.22.4-2.fc24.src.rpm
> 
> +
> 
> I have not been able to find this 
> src.rpm file. Am I making an obvious 
> mistake, should I know where to find it?
> 
> I think I followed the same path as last 
> time ...
> 
> Bob
> 

Yeah, the same path:
http://goo.gl/Gm4ffO
source/etc/


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.

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to