HOME | DD

#cinnamon #cloak #firefox #gdm #gnome #gtk2 #linux #mate #openbox #themes #xfwm4 #gtk3 #xfdashboard #metacity
Published: 2016-04-16 13:33:58 +0000 UTC; Views: 28144; Favourites: 40; Downloads: 9826
Redirect to original
Description
Cloak-Theme for Gtk-3.20.Donations are appreciated, Thank You for your support!
Most current version available on Github: github.com/killhellokitty/Cloa…
INCLUDES
- Gtk3 theme
- Gtk2-theme
- Gnome-Shell-Theme
- Metacity Theme
- Cinnamon-Shell-Theme
- Xfwm4 Theme
- XfDashboard Theme
- Firefox Theme
- GDM Theme
- Openbox-3 Theme
- Root User Theme(gksu)
REQUIREMENTS
- Gtk-3.20
- gnome-themes-standard-3.20
- pixbuf-engine or the gtk(2)-engines package
- gtk-engine-murrine
ROOT USER THEME(gksu)
- Open ROOT-THEME folder and copy or symlink the 'Cloak-3.20' folder inside to Root's home folder, in the '.themes' folder (/root/.themes/).
- The Normal 'Cloack-3.20' theme must then be installed to your home folder inside the '.themes' ($HOME/.themes) folder for this to work.
- If there is no '.themes' folder please create them.
FIREFOX THEME
- Open Firefox folder and copy or symlink the 'chrome' folder located inside to '$HOME/.mozilla/firefox/xSomeNumbers.default'.
- Restart Firefox for the changes to take effect. This theme displaying correctly depends on 'Cloak-3.20' being selected as Gtk theme.
- To Remove:
- Simply move the 'chrome' folder inside '$HOME/.mozilla/firefox/xSomeNumbers.default' to the trash.
gnome-shell-GDM-THEME
- Open '/usr/share/gnome-shell/' and backup the 'gnome-shell-theme.gresource' file.
- Next open 'gnome-shell-GDM' folder inside the 'Cloak-3.20' folder and copy or symlink the 'gnome-shell-theme.gresource' file to '/usr/share/gnome-shell/'.
- The new theme will be installed when you restart.
- *NOTE-Any update to Gnome-Shell will erase the theme file and return it to the Adwaita default, you will need to reinstall.
- *NOTE-If you would like to change the background of the GDM screen to match you wallpaper or other, please refer to this article:
- bbs.archlinux.org/viewtopic.ph…
CHANGELOG
04-16-2016 First Upload.
04-17-2016 Added Metacity Theme and themed Nemo.
04-22-2016 Many fixes and polishes. Now supports Mate-gtk2.C
04-25-2016 Polishing and Fixes to Gtk3 and Gtk2, added Cinnamon Shell, Xfwm4, XfDashboard Themes. Multiple size panel.png in Gtk2 assets folder.
04-29-2016 Added Firefox-theme, GDM-theme, Openbox-3-theme, Root-user- theme(gksu), Polishing Gnome-Shell-Theme, and Gtk2 and Gtk3.
05-05-2016 changes to the nautilus sidebar button addition of thumbnail.png for Cinnamon.
*More to come! Feel free to make reasonable requests.
Cheers!
Related content
Comments: 55
reference2myself [2017-12-12 17:40:20 +0000 UTC]
This is still the best gtk theme ever made.
👍: 0 ⏩: 0
MarDeg79 [2016-11-19 22:34:32 +0000 UTC]
Broken menu and calendar in cinnamon 3.2... Restore by adding this to the css
.menu {
border-radius: 8px;
background-color: #0e0e0f ;
border-width: 2px;
border-color: rgba(172,183,194,0.5);
color: #ffffff ;
font-size: 9.5pt;
min-width: 100px;
}
Really like the theme by the way. Any chance of an mdm login addition?
👍: 0 ⏩: 0
phen0m89 [2016-11-09 14:46:55 +0000 UTC]
Could someone be more clear on the instructions please? I followed everything like it is, but somehow, it just doesn't work I'm using Debian 8 with Gnome and I've checked all the requirements needed.
I just don't understand, on instructions, ROOT USER THEME section, the second point/bullet... What does the author mean with "Normal Cloak 3.20 theme" ?
👍: 0 ⏩: 0
dllud [2016-11-01 19:02:43 +0000 UTC]
Once again thanks for the fantastic theme killhellokitty!
I found that highlighting selections with black text on light blue background contrasted too much with the surrounding deep dark background and was hurting my eyes. Thus, I switched it for white text on a dark blue background copied from Dorian 3.14 .
I've published the modification at Cloak-3.20-dark-blue
👍: 0 ⏩: 0
reference2myself [2016-10-30 18:33:00 +0000 UTC]
Please consider updating for 3.22, I hate gnome for making every new version break all the themes.
👍: 0 ⏩: 0
cap10farads [2016-05-22 10:25:34 +0000 UTC]
Bug report: I get this message when root open gpa on XFCE.
/root/.themes/Cloak-3.20/gtk-2.0/panel.rc:36: error: invalid string constant "GtkFrame-Xfce-Plugin", expected valid string constant
👍: 0 ⏩: 1
cap10farads In reply to cap10farads [2016-06-11 16:31:27 +0000 UTC]
This bug is also present for any user and for any GTK2 application.
Meanwhile, I commented some lines in gtk-2.0/panel.rc and the error is not there anymore.
Here is the diff:
36c36
< #widget "*XfceSystray*GtkFrame*" style "GtkFrame-Xfce-Plugin"
---
> widget "*XfceSystray*GtkFrame*" style "GtkFrame-Xfce-Plugin"
135,143c135,143
< #style "workspace-switcher"
< #{
< #xthickness = 3
< #ythickness = 3
< #
< # bg[NORMAL] = #ff0000
< # bg[SELECTED] = shade (1.0, Selected _bg_color)
< # bg[PRELIGHT] = shade (1.2, Selected _bg_color)
< #}
---
> style "workspace-switcher"
> {
> xthickness = 3
> ythickness = 3
>
> bg[NORMAL] = #ff0000
> bg[SELECTED] = shade (1.0, Selected _bg_color)
> bg[PRELIGHT] = shade (1.2, Selected _bg_color)
> }
164,165c164,165
< #widget "*WnckPager*" style "workspace-switcher"
< #widget_class "XfcePagerPlugin*Pager*" style "workspace-switcher"
---
> widget "*WnckPager*" style "workspace-switcher"
> widget_class "XfcePagerPlugin*Pager*" style "workspace-switcher"
👍: 0 ⏩: 0
cap10farads [2016-05-19 13:44:44 +0000 UTC]
Great thanks! Two little things though, about the integration on xfce.
1. The notification area has visible borders on the panel even if the "Show frame" option is unchecked.
2. Font on Desktop is black with grey shadow. On dark wallpaper only the text shadow is visible.
👍: 0 ⏩: 2
cap10farads In reply to cap10farads [2016-06-22 12:37:39 +0000 UTC]
Resolved the second issue by creating a gtk-2.0/desktop.rc file (at signs replaced by AT ):
style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 0
XfdesktopIconView::selected-label-alpha = 0
XfdesktopIconView::tooltip-size = 32
XfdesktopIconView::shadow-x-offset = 0
XfdesktopIconView::shadow-y-offset = 0
XfdesktopIconView::shadow-color = "#000000"
XfdesktopIconView::selected-shadow-x-offset = 0
XfdesktopIconView::selected-shadow-y-offset = 0
XfdesktopIconView::selected-shadow-color = "#000000"
base[NORMAL] = AT base_color
base[SELECTED] = AT selected_bg_color
base[ACTIVE] = AT selected_bg_color
fg[NORMAL] = AT fg_color
fg[SELECTED] = AT fg_color
fg[ACTIVE] = AT fg_color
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
EOF
Must add the call in gtk-2.0/gtkrc (diff):
24d23
< include "desktop.rc"
👍: 0 ⏩: 0
cap10farads In reply to cap10farads [2016-06-22 11:40:57 +0000 UTC]
Resolved the first issue with the following diff (gtk-2.0/panel.rc):
161d160
< widget "*tray*GtkFrame*" style "disable_shadow"
👍: 0 ⏩: 0
THIRSTYGNOME [2016-05-08 17:23:52 +0000 UTC]
I see you flagged the aur copy. Has he reached out to you? Any plans to make your own repo? it would be nice if you did to include a script to automate moving firefox and gdm file
👍: 0 ⏩: 1
killhellokitty In reply to THIRSTYGNOME [2016-05-08 23:04:10 +0000 UTC]
No he has not reached out to me, nor has he update a very out of date copy of the theme. I truly dislike managing repos. I might just upload everything to Git and offer that as an option. I'm still on the fence.
👍: 0 ⏩: 0
killhellokitty In reply to ueulo [2016-05-08 16:04:25 +0000 UTC]
Thanks, I'm happy with the gtk2 Google Chrome theme, so I left it as only that. Plus Google Chrome will be moving to Gtk3 in the not so distant future, so I'm kinda waiting to see what happens.
👍: 0 ⏩: 0
reference2myself [2016-05-05 22:23:06 +0000 UTC]
How about some transparency in the cinnamon theme, on both the panel and the menu? some transparency in nemo like u did in nautilus would be cool too
👍: 0 ⏩: 1
killhellokitty In reply to reference2myself [2016-05-06 03:34:58 +0000 UTC]
I made the Shells opposite the Gtk, completely opaque. You can easily edit the Cinnamon-Shell theme to add transparency. Unfortunately Nemo is one of those few Gtk3 apps that wont allow the transparency to work. Nemo's theme is written with transparency.
👍: 0 ⏩: 1
reference2myself In reply to killhellokitty [2016-05-06 18:05:50 +0000 UTC]
ah ok, darn nemo, argh. thanks!
👍: 0 ⏩: 0
deathbeforedishes [2016-05-04 19:37:37 +0000 UTC]
This is fantastic. Been looking for a while now for good dark theme on the latest Gnome (since it broke my old one), and this is by far better than any other I've tried.
👍: 0 ⏩: 1
killhellokitty In reply to deathbeforedishes [2016-05-05 02:07:10 +0000 UTC]
Thank You! I'm truly glad you like it.
Cheers!
👍: 0 ⏩: 0
0x413x [2016-05-03 07:22:09 +0000 UTC]
Thanks a lot for this great theme. How can I use it for Thunderbird 45 and Gajim?
👍: 0 ⏩: 1
killhellokitty In reply to 0x413x [2016-05-03 15:14:32 +0000 UTC]
Unfortunately, Thunderbird has become to difficult to theme. Gajim is Gtk2 it should be themed.
👍: 0 ⏩: 0
killhellokitty In reply to Ubuntico [2016-05-01 22:09:18 +0000 UTC]
Sorry but Ubuntu 16.04 uses Gtk-3.18 and 3.14. This theme requires the new Gtk-3.20. I believe at this time it can only be found on Fedora, Arch Linux, Antegros, Apricity, ArchBang, Manjaro. As I understand it you can install most of Gtk-3.20 on Ubuntu-Gnome. It however is not possible with Unity.
Hope this helps
👍: 0 ⏩: 1
Ubuntico In reply to killhellokitty [2016-05-04 03:51:21 +0000 UTC]
Thank you very much bro, this is sad .
👍: 0 ⏩: 1
killhellokitty In reply to Ubuntico [2016-05-05 16:51:04 +0000 UTC]
I'm sorry, but the next version of Ubuntu should use Gtk-3.20. When its Alhpa is available you may want to check it out.
-Regards
👍: 0 ⏩: 1
Ubuntico In reply to killhellokitty [2016-05-11 02:05:20 +0000 UTC]
In fact I have added the repos of Gnome 3 last night, your theme is awesome but looks incomplete yet on Ubuntu, by the moment.
👍: 0 ⏩: 0
killhellokitty In reply to USDesigns [2016-04-27 22:34:40 +0000 UTC]
Thanks! Icons....uh, I haven't had much luck myself finding anything that works really well. If you find something please let me know.
Cheers!
👍: 0 ⏩: 0
SinisterSorrow [2016-04-27 18:05:11 +0000 UTC]
Also found a bug, if you use terminator, it crashes under this theme: 👍: 0 ⏩: 1
└─[~]> terminator
** (terminator:4017): WARNING **: Binding '
Unable to bind hide_window key, another instance/window has it.
PluginRegistry::load_plugins: Importing plugin __init__.py failed: 'module' object has no attribute 'AVAILABLE'
python2: cairo-scaled-font.c:459: _cairo_scaled_glyph_page_destroy: Assertion `!scaled_font->cache_frozen' failed.
Aborted
SinisterSorrow In reply to SinisterSorrow [2016-04-27 18:26:26 +0000 UTC]
Nevermind, it has to do with my fonts. My bad
👍: 0 ⏩: 0
SinisterSorrow [2016-04-27 17:55:46 +0000 UTC]
Hey, so I'm using this with lxappearance on i3, how do you think I would be able to add this slight transparence to it?
👍: 0 ⏩: 0
killhellokitty In reply to SinisterSorrow [2016-04-27 22:33:02 +0000 UTC]
If you are using a composting manager like Compton; it offers the ability to set transparency for the windows. Nice part is it will set both Gtk2 and Gtk3. Set it to around 90 for normal and 80 for backdrop.
Cheers!
👍: 0 ⏩: 0
reference2myself [2016-04-25 16:34:29 +0000 UTC]
Very nice. Love this theme. I liked the metacity theme from the 4-17 release better than the new one though.
👍: 0 ⏩: 1
killhellokitty In reply to reference2myself [2016-04-25 16:51:15 +0000 UTC]
If you jprefer the Metacity theme from 2_0417 then you can download it from here: dl.dropboxusercontent.com/u/33…
And just use this Metacity theme instead. If you use Gnome you will need to make deletions on the newer contained.css. But I believe you had said you are using Cinnamon. Any way, I hope this helps.
Cheers!
👍: 0 ⏩: 1
reference2myself In reply to killhellokitty [2016-04-25 17:27:28 +0000 UTC]
yeah i still had the old zip and grabbed it from there, just looks cleaner with the old style, thanks
👍: 0 ⏩: 0
killhellokitty In reply to Paz-1 [2016-04-23 13:32:46 +0000 UTC]
Thank you Paz!
Great to hear from you!!!
👍: 0 ⏩: 0
THIRSTYGNOME [2016-04-21 17:43:37 +0000 UTC]
A BAJILLION MILLION x BETTER THEN SABLE 0.0
Holy sheet my friend, when is the Arch repo going up??!!!!!
👍: 0 ⏩: 1
killhellokitty In reply to THIRSTYGNOME [2016-04-22 19:32:02 +0000 UTC]
LOL!!! Thanks, I think so to.
Arch is up and running with Gtk-3.20!
👍: 0 ⏩: 1
THIRSTYGNOME In reply to killhellokitty [2016-04-22 22:31:26 +0000 UTC]
Loving it. Any way to fix some apps not having a background?
tweak tool and filezilla are missing a background. I would cool with a clear one like terminal has, but no back ground makes fonts hard to read
👍: 0 ⏩: 1
killhellokitty In reply to THIRSTYGNOME [2016-04-23 13:29:16 +0000 UTC]
I checked filezilla, it is a gtk2 app(Its Mozilla, so it mimics gtk2), so it has no transparency. And Tweak-Tool has 90% transparency just like Nautilus. I can't say why you would be getting anything different. Have you installed the latest version '3'?
👍: 0 ⏩: 1
| Next =>