Update for Cinnamon Desktop
Includes support for panelbar, applets, and some desklets. No window manager theme yet.
After Width: | Height: | Size: 138 B |
After Width: | Height: | Size: 455 B |
After Width: | Height: | Size: 356 B |
After Width: | Height: | Size: 221 B |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 221 B |
After Width: | Height: | Size: 221 B |
After Width: | Height: | Size: 221 B |
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 221 B |
After Width: | Height: | Size: 221 B |
After Width: | Height: | Size: 221 B |
After Width: | Height: | Size: 219 B |
After Width: | Height: | Size: 221 B |
After Width: | Height: | Size: 536 B |
After Width: | Height: | Size: 156 B |
After Width: | Height: | Size: 536 B |
After Width: | Height: | Size: 536 B |
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 177 B |
After Width: | Height: | Size: 232 B |
After Width: | Height: | Size: 231 B |
After Width: | Height: | Size: 210 B |
After Width: | Height: | Size: 202 B |
After Width: | Height: | Size: 177 B |
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 246 B |
After Width: | Height: | Size: 253 B |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 148 B |
After Width: | Height: | Size: 356 B |
After Width: | Height: | Size: 356 B |
After Width: | Height: | Size: 225 B |
After Width: | Height: | Size: 195 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 230 B |
After Width: | Height: | Size: 228 B |
After Width: | Height: | Size: 232 B |
After Width: | Height: | Size: 230 B |
After Width: | Height: | Size: 232 B |
After Width: | Height: | Size: 160 B |
After Width: | Height: | Size: 157 B |
After Width: | Height: | Size: 202 B |
After Width: | Height: | Size: 200 B |
After Width: | Height: | Size: 197 B |
After Width: | Height: | Size: 207 B |
After Width: | Height: | Size: 145 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 215 B |
After Width: | Height: | Size: 262 B |
After Width: | Height: | Size: 231 B |
After Width: | Height: | Size: 215 B |
After Width: | Height: | Size: 253 B |
After Width: | Height: | Size: 232 B |
After Width: | Height: | Size: 214 B |
After Width: | Height: | Size: 257 B |
After Width: | Height: | Size: 229 B |
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 251 B |
After Width: | Height: | Size: 228 B |
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"cinnamon-theme": {
|
||||
"name": "Chicago95",
|
||||
"author": "EMH-Mark-I",
|
||||
"version": "1.0",
|
||||
"type": "custom",
|
||||
"thumbnail": "thumbnail.png",
|
||||
"url": ""
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 25 KiB |
|
@ -0,0 +1,24 @@
|
|||
/* ===================================================================
|
||||
* Nemo file-manager
|
||||
* ===================================================================*/
|
||||
|
||||
.nemo-window .toolbar .toggle,
|
||||
.nemo-window .toolbar .image-button {
|
||||
border: 1px solid transparent;
|
||||
box-shadow: none; }
|
||||
.nemo-window .toolbar .toggle:hover,
|
||||
.nemo-window .toolbar .image-button:hover {
|
||||
border-top: 1px solid @bg_bright;
|
||||
border-left: 1px solid @bg_bright;
|
||||
border-right: 1px solid @bg_dark;
|
||||
border-bottom: 1px solid @bg_dark;
|
||||
box-shadow: inset -1px -1px @bg_shade; }
|
||||
.nemo-window .toolbar .toggle:active,
|
||||
.nemo-window .toolbar .toggle:checked,
|
||||
.nemo-window .toolbar .image-button:active,
|
||||
.nemo-window .toolbar .image-button:checked {
|
||||
border-top: 1px solid @bg_dark;
|
||||
border-left: 1px solid @bg_dark;
|
||||
border-right: 1px solid @bg_bright;
|
||||
border-bottom: 1px solid @bg_bright;
|
||||
box-shadow: inset 1px 1px @bg_shade; }
|
|
@ -106,6 +106,7 @@
|
|||
@import url("apps/whiskermenu.css");
|
||||
@import url("apps/filechooser.css");
|
||||
@import url("apps/mate.css");
|
||||
@import url("apps/cinnamon.css");
|
||||
|
||||
/* @import url("apps/gnome-applications.css");
|
||||
@import url("apps/granite-widgets.css");
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
/* ===================================================================
|
||||
* Nemo file-manager
|
||||
* ===================================================================*/
|
||||
|
||||
.nemo-window .toolbar .toggle,
|
||||
.nemo-window .toolbar .image-button {
|
||||
border: 1px solid transparent;
|
||||
box-shadow: none; }
|
||||
.nemo-window .toolbar .toggle:hover,
|
||||
.nemo-window .toolbar .image-button:hover {
|
||||
border-top: 1px solid @bg_bright;
|
||||
border-left: 1px solid @bg_bright;
|
||||
border-right: 1px solid @bg_dark;
|
||||
border-bottom: 1px solid @bg_dark;
|
||||
box-shadow: inset -1px -1px @bg_shade; }
|
||||
.nemo-window .toolbar .toggle:active,
|
||||
.nemo-window .toolbar .toggle:checked,
|
||||
.nemo-window .toolbar .image-button:active,
|
||||
.nemo-window .toolbar .image-button:checked {
|
||||
border-top: 1px solid @bg_dark;
|
||||
border-left: 1px solid @bg_dark;
|
||||
border-right: 1px solid @bg_bright;
|
||||
border-bottom: 1px solid @bg_bright;
|
||||
box-shadow: inset 1px 1px @bg_shade; }
|
|
@ -111,6 +111,7 @@
|
|||
@import url("apps/filechooser.css");
|
||||
@import url("apps/mate.css");
|
||||
@import url("apps/thunar.css");
|
||||
@import url("apps/cinnamon.css");
|
||||
|
||||
/* @import url("apps/gnome-applications.css");
|
||||
@import url("apps/granite-widgets.css");
|
||||
|
|