made Deluge Dark theme on windows 10. need some help

Specific support for Deluge on Microsoft Windows OS
Post Reply
devilmaycry1
New User
New User
Posts: 6
Joined: Mon Jun 26, 2017 1:01 am

made Deluge Dark theme on windows 10. need some help

Post 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
devilmaycry1
New User
New User
Posts: 6
Joined: Mon Jun 26, 2017 1:01 am

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

Post 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
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

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

Post 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.
devilmaycry1
New User
New User
Posts: 6
Joined: Mon Jun 26, 2017 1:01 am

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

Post 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
seanvree
Member
Member
Posts: 30
Joined: Tue Dec 27, 2016 1:42 pm

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

Post 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?!
devilmaycry1
New User
New User
Posts: 6
Joined: Mon Jun 26, 2017 1:01 am

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

Post 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
J. Scott Elblein
New User
New User
Posts: 3
Joined: Mon Dec 03, 2018 6:35 pm

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

Post 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
Post Reply