GTK3 Themes
Gnome Screenshots
Gnome Shell Themes
GTK2 Themes
test
@alibaba2 thank you somuch for your rate :)
- Nov 03 2019
@xfce4ddict thanks for your rate and iam glad if that work for you. Focused at this time is for xfce4, again thanks for your reports. Future update i'll add more color option for variants this theme.
- Oct 04 2019
@pterodactyl you welcome and thank you somuch for a fave, vote and support.....Enjoy!
- Aug 31 2019
@avisri thank you :)
- Aug 30 2019
Thanks for your support and inspired me on this theme bro :)
I hope in the next release your distribution, Xfwm4 for xfce is available :) - Apr 28 2019
I hope in the next release your distribution, Xfwm4 for xfce is available :) - Apr 28 2019
Thank you for your support :)
- Apr 26 2019
@parsival
Apresiasi Anda terhadap sebuah karya, Jauh lebih penting daripada sebuah nama :)
Terimakasih! - Sep 19 2019
Apresiasi Anda terhadap sebuah karya, Jauh lebih penting daripada sebuah nama :)
Terimakasih! - Sep 19 2019
@Michst indeed!
Gnome Shell are in progress and i hope ready to testing on Gnome GTK-3.34 released, Be patience :) - Sep 11 2019
Gnome Shell are in progress and i hope ready to testing on Gnome GTK-3.34 released, Be patience :) - Sep 11 2019
@fblais many thanks bro.......enjoy!
- Sep 10 2019
@sphera thank you somuch bro :)
- Sep 09 2019
Thank you somuch for your rate @Michst
- Sep 09 2019
Thank you somuch @Duke93
:) - Sep 16 2019
:) - Sep 16 2019
@bealsc you're welcome and glad if that work for you, I hope you enjoy using this theme :)
- Sep 16 2019
@fblais be patience my friend :)
- Sep 01 2019
@fblais I'll try it in the future, But not early time because some of GTK engine is quick update and update. Actually iam waiting a stable brands Gnome first.
- Aug 31 2019
@fblais
Many thanks bro :)
The icon in the screenshot above is "Yaru-Green" it is default on Voyager. - Aug 24 2019
Many thanks bro :)
The icon in the screenshot above is "Yaru-Green" it is default on Voyager. - Aug 24 2019
@novtesk please download it for new update, let me know what do you thing :)
Regards. - Aug 24 2019
Regards. - Aug 24 2019
@fblais well i got update it for window decorations look like vertex.
- Aug 16 2019
@fblais icon theme is Faenza-Ambiance actually :)
- Jul 17 2019
@flanto many thanks for your feedback/report.
Actually fixed the problem above still in progress.
I'll test it under "Debian 10 Buster" too, When finished i'll update it, Stay tuned :) - Jul 06 2019
Actually fixed the problem above still in progress.
I'll test it under "Debian 10 Buster" too, When finished i'll update it, Stay tuned :) - Jul 06 2019
@fblais iam not forgot it, I'll update it in the next weeks, because in this site have a rules, space update is 1 week.
I choose thunar first to fixed issue and next is nemo, be patient bro :) - May 19 2019
I choose thunar first to fixed issue and next is nemo, be patient bro :) - May 19 2019
@fblais we will see in the future, mainly iam waiting gnome stable (3.34) version for this theme first, because i'll support this theme on it :)
Be patient.....I'll try to created Radiance in the future. Thanks for your suggestions bro :) - May 09 2019
Be patient.....I'll try to created Radiance in the future. Thanks for your suggestions bro :) - May 09 2019
Faenza icon bro :)
- May 05 2019
@fblais I'll fixed it in the next update one week from now (i hope).
Thank you somuch Bro for your report the issue above, Appreciated it!
Best regards - May 05 2019
Thank you somuch Bro for your report the issue above, Appreciated it!
Best regards - May 05 2019
No problem mate, Thanks!
- Jul 02 2019
Don't forget to change entry image focus too from black to white :)
here are screenshot what i mean:
https://imgur.com/oqYqnSp
- Jun 18 2019
here are screenshot what i mean:
https://imgur.com/oqYqnSp
- Jun 18 2019
@bjtheone
Ahaa i got what you mean, if all about entry:focus to get bolded blue background, here is how to change it:
First try look a entry focus section at file gtk.css, By default it's look like this:
entry:focus
{
color: #111111;
background-color: white;
background-image: linear-gradient(0deg, #ececec 0%, #f9f9f9 95%, #efefef 100%);
border-radius: 4px;
border: 2px solid;
border-color: rgba(0, 0, 0, 0.18);
border-color: #2297d9;
outline-width: 0px;
transition: border-image 200ms ease-out, box-shadow 200ms ease-out;
}
Then make a change to look like this:
entry:focus
{
color: white;
background-color: #2297e9;
background-image: linear-gradient(to bottom, shade(shade(#2297d9, 1.02), 1.15), shade(shade(#2297d9, 0.95), 0.85));
border-radius: 4px;
border: 2px solid;
border-color: rgba(0, 0, 0, 0.18);
outline-width: 0px;
transition: border-image 200ms ease-out, box-shadow 200ms ease-out;
}
Save it....then open Gnome-Tweak-Tool and push search icon at the top left Gnome-Tweak-Tool to see what a result after change script above.
If they are what you mean, So....you need make a change all about "entry:focus" inside a file gtk.css :)
I get test it before and i thing it really nice and neat result :) - Jun 18 2019
Ahaa i got what you mean, if all about entry:focus to get bolded blue background, here is how to change it:
First try look a entry focus section at file gtk.css, By default it's look like this:
entry:focus
{
color: #111111;
background-color: white;
background-image: linear-gradient(0deg, #ececec 0%, #f9f9f9 95%, #efefef 100%);
border-radius: 4px;
border: 2px solid;
border-color: rgba(0, 0, 0, 0.18);
border-color: #2297d9;
outline-width: 0px;
transition: border-image 200ms ease-out, box-shadow 200ms ease-out;
}
Then make a change to look like this:
entry:focus
{
color: white;
background-color: #2297e9;
background-image: linear-gradient(to bottom, shade(shade(#2297d9, 1.02), 1.15), shade(shade(#2297d9, 0.95), 0.85));
border-radius: 4px;
border: 2px solid;
border-color: rgba(0, 0, 0, 0.18);
outline-width: 0px;
transition: border-image 200ms ease-out, box-shadow 200ms ease-out;
}
Save it....then open Gnome-Tweak-Tool and push search icon at the top left Gnome-Tweak-Tool to see what a result after change script above.
If they are what you mean, So....you need make a change all about "entry:focus" inside a file gtk.css :)
I get test it before and i thing it really nice and neat result :) - Jun 18 2019
Thanks @bjtheone :)
Well...if you mean active window title button, you must found a section about "Headerbar Linked Button". But....if you mean active window title button on pop up then you must found section about "Button Suggested Action" to change blue color. - Jun 16 2019
Well...if you mean active window title button, you must found a section about "Headerbar Linked Button". But....if you mean active window title button on pop up then you must found section about "Button Suggested Action" to change blue color. - Jun 16 2019
Thank you @solandrew for vote and your support :)
- Jun 13 2019
You're welcome @armageddon51
Iam glad if you like it :)
Please if you've issue on Xfce, You can report on here again. I'll be happy to fixed it in the next update :) - Jun 10 2019
Iam glad if you like it :)
Please if you've issue on Xfce, You can report on here again. I'll be happy to fixed it in the next update :) - Jun 10 2019
Thanks for your vote @Michst
- Jun 04 2019
Thanks for your vote :)
- Jun 02 2019
@brk95 i hope soo can make it one for full dark :)
First..i'll try rebuild one of my collections (darker) color to look like this. - Jun 02 2019
First..i'll try rebuild one of my collections (darker) color to look like this. - Jun 02 2019
Many thanks @sphera :)
- Jun 02 2019
Thanks for your support @thenaturalist
- Jun 02 2019
You need change about padding size on headerbar and headerbar default decoration (give same as value padding).Example, padding: 0 6px; and then you can play around about value min-height :)
Hope this can help you @babblegum - Jun 19 2019
Hope this can help you @babblegum - Jun 19 2019
OR just change background-size from contain to "auto", then you can play around about size min height and width section :)
- Jun 08 2019
I think there is stil exist the problem on gtk2 because some script don't match with the latest engine, Well....after eid mubarak i'll try other custom gtk2 from the author, stay tuned bro :)
- Jun 04 2019
Done.....now Gnome Shell are available again :)
- Jun 03 2019
Thank you somuch for your suggestions and now Gnome Shell folder are available again :)
- Jun 03 2019
@intro18 do you've installed double commander cmd gtk in your system?
If not, try to installed it first :) - Jun 03 2019
If not, try to installed it first :) - Jun 03 2019
Many thanks for your vote @sdmf
:) - Jun 02 2019
:) - Jun 02 2019
@tuxtech thank you somuch for your support :)
- May 27 2019
Thank you for your feedback @intro18
I still working to try fixed it :)
Actually can you give me some screenshot for that problem?
Greetings! - May 12 2019
I still working to try fixed it :)
Actually can you give me some screenshot for that problem?
Greetings! - May 12 2019
You are welcome @scoson and enjoy :)
- May 07 2019
Thanks bro!
Well.....maybe not now about conky because i'm little bits forget how to configure it :D
When i get inspiration then make it, I'll mention you bro :) - May 07 2019
Well.....maybe not now about conky because i'm little bits forget how to configure it :D
When i get inspiration then make it, I'll mention you bro :) - May 07 2019
Thank you @intro18
:) - May 05 2019
:) - May 05 2019
9 excellent!!!
I'll try it tonight :) - May 19 2019
I'll try it tonight :) - May 19 2019
Thanks bro :)
- May 07 2019

bolimage
2


Nordic
GTK3 Themes
by
eliverlara
9
Apr 08 2019
+ Very nice dark theme bro :)
But......actually i've a problem on the firefox when i typing some username/email in the box, Because the font color is almost dark too,it is hard to read, i hope you can fix it. Overall is good theme!

Telinkrin- Arrongin themes
GTK3 Themes
by
paulxfce
9
Feb 23 2018
Nice bro.....Very well done and thank you for your hard work and sharing with us :)
Ijin download dan share temanya, Oyi a jess? - Nov 03 2019