Search found 6 matches

by devilmaycry1
Fri Sep 29, 2017 9:53 pm
Forum: Windows OS
Topic: made Deluge Dark theme on windows 10. need some help
Replies: 6
Views: 17757

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

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.m...
by devilmaycry1
Fri Jun 30, 2017 1:11 am
Forum: Windows OS
Topic: made Deluge Dark theme on windows 10. need some help
Replies: 6
Views: 17757

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

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 li...
by devilmaycry1
Mon Jun 26, 2017 5:20 am
Forum: Windows OS
Topic: made Deluge Dark theme on windows 10. need some help
Replies: 6
Views: 17757

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

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" ...
by devilmaycry1
Mon Jun 26, 2017 1:52 am
Forum: Windows OS
Topic: Changing Deluge Theme on windows 10
Replies: 4
Views: 19314

Re: Changing Deluge Theme on windows 10

gtk_color_scheme = "bg_color: #F5F5F5 \nselected_bg_color:# 8DCCF0 \nbase_color:# FFFFFF " gtk_color_scheme = "fg_color:# 3C4343 \nselected_fg_color:# 1E2222 \ntext_color:# 3C4343 " gtk_color_scheme = "tooltip_bg_color:# B7DB67 \ntooltip_fg_color:# F5F5F5 " gtk_color_sc...
by devilmaycry1
Mon Jun 26, 2017 1:43 am
Forum: Windows OS
Topic: Changing Deluge Theme on windows 10
Replies: 4
Views: 19314

Re: Changing Deluge Theme on windows 10

I actually tried to to the same thing. I made a post about it here http://forum.deluge-torrent.org/viewtopic.php?f=12&t=54608 to modify the interface you need to touch 2 folders C:\Program Files (x86)\Deluge\etc\gtk-2.0 and C:\Program Files (x86)\Deluge\share\themes first thing you need to do is...
by devilmaycry1
Mon Jun 26, 2017 1:19 am
Forum: Windows OS
Topic: made Deluge Dark theme on windows 10. need some help
Replies: 6
Views: 17757

made Deluge Dark theme on windows 10. need some help

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\nba...