Page 1 of 1

made Deluge Dark theme on windows 10. need some help

Posted: Mon Jun 26, 2017 1:19 am
by devilmaycry1
So I wanted a dark theme for deluge So I searched around I found that the themes are saved in the
C:\Program Files (x86)\Deluge\share\themes
folder and that you could modify them by modifying the gtkrc files

which is what I did

gtk_color_scheme = "bg_color:#272727\nselected_bg_color:#136393\nbase_color:#272727"
gtk_color_scheme = "fg_color:#979797\nselected_fg_color:#c8fbbd\ntext_color:#dddddd"
gtk_color_scheme = "tooltip_bg_color:#B7DB67\ntooltip_fg_color:#eae62f"
gtk_color_scheme = "theme_color_04:#565B63\ntheme_color_26:#95a3aa\ntheme_color_27:#383838"

I copied the DelugeStart folder and made a new theme folder by modifying that
Image

if you look the the image the color of the columns is still a light color
I want to know which option changes this so I can make it dark.

another thing is disabled controls, the text stays black anyway to change this as well?

Thanks

Re: made Deluge Dark theme on windows 10. need some help

Posted: Mon Jun 26, 2017 5:20 am
by devilmaycry1
I found out how to color the column headers.
style "treeview-header" = "default"
{
xthickness = 1
ythickness = 1

bg[NORMAL] = "#3e3e3e"
bg[PRELIGHT] = shade (1.04, "#3e3e3e")
bg[ACTIVE] = shade (0.96, "#3e3e3e")
bg[INSENSITIVE] = "#3e3e3e"

now only thing left is the sidebar expanders and disabled txt

Image

Re: made Deluge Dark theme on windows 10. need some help

Posted: Thu Jun 29, 2017 7:16 pm
by Cas
Looking good.

In 1.3 those sidebar colours are set in code using style fg and bg STATE_NORMAL and is a known issue: http://dev.deluge-torrent.org/ticket/1193

This was fixed in 2.0.

Re: made Deluge Dark theme on windows 10. need some help

Posted: Fri Jun 30, 2017 1:11 am
by devilmaycry1
Cas wrote:Looking good.

In 1.3 those sidebar colours are set in code using style fg and bg STATE_NORMAL and is a known issue: http://dev.deluge-torrent.org/ticket/1193

This was fixed in 2.0.
is 2.0 a future release?

I am not that bothered by it anyway at the moment is still looks good I just made it a bit lighter
Image

Re: made Deluge Dark theme on windows 10. need some help

Posted: Tue Aug 22, 2017 6:38 pm
by seanvree
devilmaycry1 wrote:
Cas wrote:Looking good.

In 1.3 those sidebar colours are set in code using style fg and bg STATE_NORMAL and is a known issue: http://dev.deluge-torrent.org/ticket/1193

This was fixed in 2.0.
is 2.0 a future release?

I am not that bothered by it anyway at the moment is still looks good I just made it a bit lighter
Image

@devilmaycry1 this is dope!

Any way you would post the files?

Also, I wonder if this can be applied to the webui?!

Re: made Deluge Dark theme on windows 10. need some help

Posted: Fri Sep 29, 2017 9:53 pm
by devilmaycry1
the top line of a gtkrc in C:\Program Files (x86)\Deluge\etc\gtk-2.0

should be
gtk-theme-name = "DelugeStart"
change it to

gtk-theme-name = "DelugeDark"

this is the name of the folder you put in themes you should already see a DelugeStart in the themes folder

https://my.mixtape.moe/yziecg.7z

Re: made Deluge Dark theme on windows 10. need some help

Posted: Wed Dec 05, 2018 11:45 pm
by J. Scott Elblein
devilmaycry1 wrote:the top line of a gtkrc in C:\Program Files (x86)\Deluge\etc\gtk-2.0

should be
gtk-theme-name = "DelugeStart"
change it to

gtk-theme-name = "DelugeDark"

this is the name of the folder you put in themes you should already see a DelugeStart in the themes folder

https://my.mixtape.moe/yziecg.7z
Looks like the link is broken, any chance of posting a new one. I've been looking for a good, dark theme. :) Also, I'm new to Deluge in general and am not clear; is this theme only for the GUI, or the WebUI, or both?

TIA