Начальный коммит
382
cinnamon/blue.patch
Normal file
@@ -0,0 +1,382 @@
|
||||
--- cinnamon.css.bak 2024-12-12 11:08:20.846707391 +0300
|
||||
+++ cinnamon.css 2024-12-18 11:11:00.996273630 +0300
|
||||
@@ -17,7 +17,7 @@
|
||||
.sound-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .notification-button:focus, .notification-icon-button:focus, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus {
|
||||
color: #3D3D3D;
|
||||
background-color: white;
|
||||
- border: 1px solid #dd682a;
|
||||
+ border: 1px solid #201cfc;
|
||||
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
|
||||
.sound-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .notification-button:hover, .notification-icon-button:hover, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover {
|
||||
color: #3D3D3D;
|
||||
@@ -27,13 +27,13 @@
|
||||
.sound-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus {
|
||||
color: #3D3D3D;
|
||||
background-color: white;
|
||||
- border: 1px solid #dd682a;
|
||||
+ border: 1px solid #201cfc;
|
||||
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
|
||||
.sound-button:active, .modal-dialog-button-box .modal-dialog-button:active, .notification-button:active, .notification-icon-button:active, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active {
|
||||
color: #FFFFFF;
|
||||
- background-color: #dd682a;
|
||||
- border: 1px solid #dd682a;
|
||||
- box-shadow: inset 0 2px 4px #dd682a; }
|
||||
+ background-color: #201cfc;
|
||||
+ border: 1px solid #201cfc;
|
||||
+ box-shadow: inset 0 2px 4px #201cfc; }
|
||||
.sound-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive {
|
||||
color: #9c9c9c;
|
||||
border: 1px solid rgba(199, 199, 199, 0.55);
|
||||
@@ -43,7 +43,7 @@
|
||||
#menu-search-entry, .popup-menu #notification StEntry {
|
||||
padding: 7px;
|
||||
caret-size: 1px;
|
||||
- selection-background-color: #dd682a;
|
||||
+ selection-background-color: #201cfc;
|
||||
selected-color: #FFFFFF;
|
||||
transition-duration: 300ms;
|
||||
border-radius: 3px;
|
||||
@@ -54,7 +54,7 @@
|
||||
#menu-search-entry:focus, .popup-menu #notification StEntry:focus, #menu-search-entry:hover, .popup-menu #notification StEntry:hover {
|
||||
color: #3D3D3D;
|
||||
background-color: #ffffff;
|
||||
- border: 1px solid #dd682a;
|
||||
+ border: 1px solid #201cfc;
|
||||
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
|
||||
#menu-search-entry:insensitive, .popup-menu #notification StEntry:insensitive {
|
||||
color: #9c9c9c;
|
||||
@@ -70,7 +70,7 @@
|
||||
padding: 7px;
|
||||
caret-size: 1px;
|
||||
caret-color: #eeeeec;
|
||||
- selection-background-color: #dd682a;
|
||||
+ selection-background-color: #201cfc;
|
||||
selected-color: #FFFFFF;
|
||||
transition-duration: 300ms;
|
||||
border-radius: 3px;
|
||||
@@ -80,8 +80,8 @@
|
||||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
|
||||
.notification StEntry:focus {
|
||||
color: #FFFFFF;
|
||||
- background-color: #dd682a;
|
||||
- border: 1px solid #dd682a;
|
||||
+ background-color: #201cfc;
|
||||
+ border: 1px solid #201cfc;
|
||||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
|
||||
.notification StEntry:insensitive {
|
||||
color: rgba(238, 238, 236, 0.55);
|
||||
@@ -111,7 +111,7 @@
|
||||
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
|
||||
background-color: #c1c1c1; }
|
||||
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
||||
- background-color: #dd682a; }
|
||||
+ background-color: #201cfc; }
|
||||
|
||||
.separator {
|
||||
-gradient-height: 1px;
|
||||
@@ -125,14 +125,14 @@
|
||||
height: 50px;
|
||||
border-radius: 25px;
|
||||
background-color: rgba(221, 104, 42, 0.3);
|
||||
- box-shadow: 0 0 2px 2px #dd682a; }
|
||||
+ box-shadow: 0 0 2px 2px #201cfc; }
|
||||
|
||||
.popup-slider-menu-item,
|
||||
.slider {
|
||||
-slider-height: 0.3em;
|
||||
-slider-background-color: #cfd6e6;
|
||||
-slider-border-color: rgba(250, 250, 250, 0.3);
|
||||
- -slider-active-background-color: #dd682a;
|
||||
+ -slider-active-background-color: #201cfc;
|
||||
-slider-active-border-color: rgba(250, 250, 250, 0.3);
|
||||
-slider-border-width: 1px;
|
||||
-slider-handle-radius: 0.5em;
|
||||
@@ -201,13 +201,13 @@
|
||||
color: #b7521d;
|
||||
text-decoration: underline; }
|
||||
.cinnamon-link:hover {
|
||||
- color: #dd682a; }
|
||||
+ color: #201cfc; }
|
||||
|
||||
#Tooltip {
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
padding: 12px 12px;
|
||||
- background-color: rgba(210, 99, 40, 0.95);
|
||||
+ background-color: rgba(32, 28, 252, 0.95);
|
||||
color: #FFFFFF;
|
||||
font-size: 1em;
|
||||
font-weight: normal;
|
||||
@@ -509,16 +509,16 @@
|
||||
padding: 5px 8px;
|
||||
-cinnamon-caption-spacing: 8px; }
|
||||
.window-caption:focus {
|
||||
- background-color: #dd682a;
|
||||
+ background-color: #201cfc;
|
||||
color: #FFFFFF;
|
||||
- border: 1px solid #dd682a; }
|
||||
+ border: 1px solid #201cfc; }
|
||||
|
||||
.window-border {
|
||||
- border: 3px #dd682a;
|
||||
+ border: 3px #201cfc;
|
||||
border-radius: 2px;
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
/* Cover rounded corners and some bad adjustment gaps */
|
||||
- box-shadow: 0 0 0 1px #dd682a inset; }
|
||||
+ box-shadow: 0 0 0 1px #201cfc inset; }
|
||||
|
||||
.overview-empty-placeholder {
|
||||
color: #ffffff;
|
||||
@@ -537,20 +537,20 @@
|
||||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
|
||||
.expo-workspaces-name-entry:focus,
|
||||
.expo-workspaces-name-entry#selected:focus {
|
||||
- border: 1px solid #dd682a;
|
||||
- background-color: #dd682a;
|
||||
+ border: 1px solid #201cfc;
|
||||
+ background-color: #201cfc;
|
||||
color: #FFFFFF;
|
||||
font-style: italic;
|
||||
transition-duration: 300;
|
||||
selection-background-color: #FFFFFF;
|
||||
- selected-color: #dd682a; }
|
||||
+ selected-color: #201cfc; }
|
||||
|
||||
.expo-workspace-thumbnail-frame {
|
||||
border: 4px solid rgba(255, 255, 255, 0);
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
border-radius: 2px; }
|
||||
.expo-workspace-thumbnail-frame#active {
|
||||
- border: 4px solid #dd682a;
|
||||
+ border: 4px solid #201cfc;
|
||||
background-color: black;
|
||||
border-radius: 2px; }
|
||||
|
||||
@@ -621,7 +621,7 @@
|
||||
margin: 6px 0 6px 0;
|
||||
padding: 6px; }
|
||||
.calendar-events-no-events-button:hover {
|
||||
- background-color: #dd682a; }
|
||||
+ background-color: #201cfc; }
|
||||
.calendar-events-no-events-button:hover .calendar-events-no-events-icon,
|
||||
.calendar-events-no-events-button:hover .calendar-events-no-events-label {
|
||||
color: #FFFFFF; }
|
||||
@@ -654,7 +654,7 @@
|
||||
text-align: left;
|
||||
margin-bottom: .2em; }
|
||||
.calendar-event-button .calendar-event-time-present:all-day {
|
||||
- color: #dd682a; }
|
||||
+ color: #201cfc; }
|
||||
.calendar-event-button .calendar-event-time-future {
|
||||
color: #3D3D3D;
|
||||
font-weight: bold;
|
||||
@@ -675,9 +675,9 @@
|
||||
color: #f99b11; }
|
||||
.calendar-event-button .calendar-event-countdown:current {
|
||||
font-weight: bold;
|
||||
- color: #dd682a; }
|
||||
+ color: #201cfc; }
|
||||
.calendar-event-button:hover {
|
||||
- background-color: #dd682a;
|
||||
+ background-color: #201cfc;
|
||||
border: 1px solid #c7c7c7; }
|
||||
.calendar-event-button:hover .calendar-event-time-past,
|
||||
.calendar-event-button:hover .calendar-event-time-present,
|
||||
@@ -717,7 +717,7 @@
|
||||
.calendar-today-home-button-enabled {
|
||||
padding: 6px; }
|
||||
.calendar-today-home-button-enabled:hover {
|
||||
- background-color: #dd682a; }
|
||||
+ background-color: #201cfc; }
|
||||
.calendar-today-home-button-enabled:hover .calendar-today-day-label {
|
||||
color: #FFFFFF; }
|
||||
.calendar-today-home-button-enabled:hover .calendar-today-date-label {
|
||||
@@ -778,7 +778,7 @@
|
||||
.calendar-day-base:hover {
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
- background-color: #dd682a; }
|
||||
+ background-color: #201cfc; }
|
||||
|
||||
.calendar-day-heading {
|
||||
color: rgba(61, 61, 61, 0.85);
|
||||
@@ -831,7 +831,7 @@
|
||||
|
||||
#notification {
|
||||
box-shadow: 0 1px 15px 4px #c7c7c7;
|
||||
- border-top-color: #dd682a;
|
||||
+ border-top-color: #201cfc;
|
||||
border-top: 4px;
|
||||
border-radius: 5px;
|
||||
background-color: #fafafa;
|
||||
@@ -891,11 +891,11 @@
|
||||
border-radius: 2px; }
|
||||
.switcher-list .item-box:outlined {
|
||||
padding: 8px;
|
||||
- border: 1px solid #dd682a; }
|
||||
+ border: 1px solid #201cfc; }
|
||||
.switcher-list .item-box:selected {
|
||||
color: #FFFFFF;
|
||||
- background-color: #dd682a;
|
||||
- border: 0px solid #dd682a; }
|
||||
+ background-color: #201cfc;
|
||||
+ border: 0px solid #201cfc; }
|
||||
.switcher-list .thumbnail {
|
||||
width: 256px; }
|
||||
.switcher-list .thumbnail-box {
|
||||
@@ -993,7 +993,7 @@
|
||||
border-radius: 3px;
|
||||
caret-color: #eeeeec;
|
||||
selected-color: #FFFFFF;
|
||||
- selection-background-color: #dd682a;
|
||||
+ selection-background-color: #201cfc;
|
||||
color: #eeeeec;
|
||||
background-color: rgba(85, 85, 85, 0.375);
|
||||
border: 1px solid rgba(0, 0, 0, 0.375);
|
||||
@@ -1001,7 +1001,7 @@
|
||||
.run-dialog-entry:focus {
|
||||
color: #3D3D3D;
|
||||
background-color: #ffffff;
|
||||
- border: 1px solid #dd682a;
|
||||
+ border: 1px solid #201cfc;
|
||||
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
|
||||
.run-dialog .modal-dialog-button-box {
|
||||
border: none;
|
||||
@@ -1092,8 +1092,8 @@
|
||||
background-color: rgba(103, 103, 103, 0.475); }
|
||||
.keyboard-key:active, .keyboard-key:checked {
|
||||
color: #FFFFFF;
|
||||
- border: 1px solid #dd682a;
|
||||
- background-color: #dd682a; }
|
||||
+ border: 1px solid #201cfc;
|
||||
+ background-color: #201cfc; }
|
||||
.keyboard-key:grayed {
|
||||
color: #868685;
|
||||
border: 1px solid rgba(0, 0, 0, 0.375);
|
||||
@@ -1240,7 +1240,7 @@
|
||||
border-radius: 2px; }
|
||||
.osd-window .level-bar {
|
||||
border-radius: 2px;
|
||||
- background-color: #dd682a; }
|
||||
+ background-color: #201cfc; }
|
||||
|
||||
.window-list-box {
|
||||
spacing: 6px;
|
||||
@@ -1289,7 +1289,7 @@
|
||||
background-color: rgba(61, 61, 61, 0.2); }
|
||||
.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus, .window-list-item-box:running {
|
||||
color: #3D3D3D;
|
||||
- border-color: #dd682a;
|
||||
+ border-color: #201cfc;
|
||||
background-color: rgba(61, 61, 61, 0.2); }
|
||||
.window-list-item-box .progress {
|
||||
background-color: rgba(221, 104, 42, 0.8); }
|
||||
@@ -1343,7 +1343,7 @@
|
||||
background-color: rgba(61, 61, 61, 0.3); }
|
||||
.grouped-window-list-item-box:active, .grouped-window-list-item-box:checked {
|
||||
color: #3D3D3D;
|
||||
- border-color: #dd682a; }
|
||||
+ border-color: #201cfc; }
|
||||
.grouped-window-list-item-box .progress {
|
||||
background-color: rgba(221, 104, 42, 0.8); }
|
||||
|
||||
@@ -1362,7 +1362,7 @@
|
||||
|
||||
.grouped-window-list-badge {
|
||||
border-radius: 9999px;
|
||||
- background-color: #dd682a;
|
||||
+ background-color: #201cfc;
|
||||
margin: 0; }
|
||||
|
||||
.grouped-window-list-button-label {
|
||||
@@ -1385,9 +1385,9 @@
|
||||
spacing: 4px; }
|
||||
.grouped-window-list-thumbnail-menu .item-box:outlined {
|
||||
padding: 8px;
|
||||
- border: 1px solid #dd682a; }
|
||||
+ border: 1px solid #201cfc; }
|
||||
.grouped-window-list-thumbnail-menu .item-box:selected {
|
||||
- border: 1px solid #dd682a; }
|
||||
+ border: 1px solid #201cfc; }
|
||||
.grouped-window-list-thumbnail-menu .thumbnail {
|
||||
width: 256px; }
|
||||
.grouped-window-list-thumbnail-menu .separator {
|
||||
@@ -1457,9 +1457,9 @@
|
||||
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
|
||||
.sound-player > StBoxLayout:first-child StButton:small:active {
|
||||
color: #FFFFFF;
|
||||
- background-color: #dd682a;
|
||||
- border: 1px solid #dd682a;
|
||||
- box-shadow: inset 0 2px 4px #dd682a; }
|
||||
+ background-color: #201cfc;
|
||||
+ border: 1px solid #201cfc;
|
||||
+ box-shadow: inset 0 2px 4px #201cfc; }
|
||||
|
||||
.sound-player-generic-coverart {
|
||||
background: rgba(0, 0, 0, 0.2); }
|
||||
@@ -1488,9 +1488,9 @@
|
||||
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
|
||||
.sound-player-overlay StButton:active {
|
||||
color: #FFFFFF;
|
||||
- background-color: #dd682a;
|
||||
- border: 1px solid #dd682a;
|
||||
- box-shadow: inset 0 2px 4px #dd682a; }
|
||||
+ background-color: #201cfc;
|
||||
+ border: 1px solid #201cfc;
|
||||
+ box-shadow: inset 0 2px 4px #201cfc; }
|
||||
.sound-player-overlay StBoxLayout {
|
||||
padding-top: 2px; }
|
||||
.sound-player-overlay > StBoxLayout {
|
||||
@@ -1503,7 +1503,7 @@
|
||||
-slider-height: 0.5em;
|
||||
-slider-background-color: #cfd6e6;
|
||||
-slider-border-color: rgba(0, 0, 0, 0);
|
||||
- -slider-active-background-color: #dd682a;
|
||||
+ -slider-active-background-color: #201cfc;
|
||||
-slider-active-border-color: rgba(0, 0, 0, 0);
|
||||
-slider-border-width: 0px;
|
||||
-slider-handle-radius: 0px; }
|
||||
@@ -1535,7 +1535,7 @@
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px; }
|
||||
.workspace-button:outlined {
|
||||
- background-color: #dd682a;
|
||||
+ background-color: #201cfc;
|
||||
color: #FFFFFF; }
|
||||
.workspace-button:outlined:hover {
|
||||
background-color: rgba(221, 104, 42, 0.7);
|
||||
@@ -1554,7 +1554,7 @@
|
||||
background-color: rgba(0, 0, 0, 0.2); }
|
||||
|
||||
.workspace-graph .workspace:active {
|
||||
- border: 1px solid #dd682a; }
|
||||
+ border: 1px solid #201cfc; }
|
||||
|
||||
.workspace-graph .workspace .windows {
|
||||
-active-window-background: white;
|
||||
@@ -1698,7 +1698,7 @@
|
||||
padding: 12px;
|
||||
padding-bottom: 6px; }
|
||||
.desklet-drag-placeholder {
|
||||
- border: 2px solid #dd682a;
|
||||
+ border: 2px solid #201cfc;
|
||||
background-color: rgba(221, 104, 42, 0.3); }
|
||||
|
||||
.photoframe-box {
|
||||
@@ -1717,13 +1717,13 @@
|
||||
|
||||
.tile-preview {
|
||||
background-color: rgba(221, 104, 42, 0.3);
|
||||
- border: 1px solid #dd682a; }
|
||||
+ border: 1px solid #201cfc; }
|
||||
.tile-preview.snap {
|
||||
background-color: rgba(221, 104, 42, 0.6); }
|
||||
|
||||
.tile-hud {
|
||||
background-color: rgba(221, 104, 42, 0.3);
|
||||
- border: 1px solid #dd682a; }
|
||||
+ border: 1px solid #201cfc; }
|
||||
.tile-hud.snap {
|
||||
background-color: rgba(221, 104, 42, 0.6); }
|
||||
.tile-hud:top {
|
||||
1804
cinnamon/cinnamon.css
Normal file
1804
cinnamon/cinnamon.css.bak
Normal file
2
cinnamon/common-assets/menu/menu-separator.svg
Normal file
@@ -0,0 +1,2 @@
|
||||
<svg version="1.1" viewBox="0 0 320 2" xmlns="http://www.w3.org/2000/svg">
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 82 B |
6
cinnamon/common-assets/misc/add-workspace-active.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg version="1.1" viewBox="0 0 39 200" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m3 0c-1.662 0-3 1.338-3 3v194c0 1.662 1.338 3 3 3h33c1.662 0 3-1.338 3-3v-194c0-1.662-1.338-3-3-3h-33zm0 1h33c1.108 0 2 0.892 2 2v194c0 1.108-0.892 2-2 2h-33c-1.108 0-2-0.892-2-2v-194c0-1.108 0.892-2 2-2z" fill="#DD682A"/>
|
||||
<rect x="1" y="1" width="37" height="198" rx="2" ry="2" fill="#DD682A"/>
|
||||
<rect x="18.5" y="92" width="2" height="16" ry="1.2" fill="#fff"/>
|
||||
<rect x="11.5" y="99" width="16" height="2" ry="1.2" fill="#fff"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 526 B |
6
cinnamon/common-assets/misc/add-workspace-hover.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg version="1.1" viewBox="0 0 35 200" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m3 0c-1.662 0-3 1.338-3 3v194c0 1.662 1.338 3 3 3h33c1.662 0 3-1.338 3-3v-194c0-1.662-1.338-3-3-3h-33zm0 1h33c1.108 0 2 0.892 2 2v194c0 1.108-0.892 2-2 2h-33c-1.108 0-2-0.892-2-2v-194c0-1.108 0.892-2 2-2z" opacity=".45"/>
|
||||
<rect x="1" y="1" width="37" height="198" rx="2" ry="2" fill="#202020" opacity=".45"/>
|
||||
<rect x="18.5" y="92" width="2" height="16" ry="1.2" fill="#bababa"/>
|
||||
<rect x="11.5" y="99" width="16" height="2" ry="1.2" fill="#bababa"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 545 B |
6
cinnamon/common-assets/misc/add-workspace.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg version="1.1" viewBox="0 0 35 200" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m3 0c-1.662 0-3 1.338-3 3v194c0 1.662 1.338 3 3 3h33c1.662 0 3-1.338 3-3v-194c0-1.662-1.338-3-3-3h-33zm0 1h33c1.108 0 2 0.892 2 2v194c0 1.108-0.892 2-2 2h-33c-1.108 0-2-0.892-2-2v-194c0-1.108 0.892-2 2-2z" opacity=".45"/>
|
||||
<rect x="1" y="1" width="37" height="198" rx="2" ry="2" opacity=".3"/>
|
||||
<rect x="18.5" y="92" width="2" height="16" ry="1.2" fill="#bababa"/>
|
||||
<rect x="11.5" y="99" width="16" height="2" ry="1.2" fill="#bababa"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 529 B |
9
cinnamon/common-assets/misc/bg.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="4.5" y="4.5" width="23" height="22" rx="2" ry="2" fill="none" opacity=".81" stroke="#161a26"/>
|
||||
<rect x="5" y="5" width="22" height="21" rx="1.4" ry="1.4" fill="#353945" opacity=".95"/>
|
||||
<rect x=".5" y=".5" width="31" height="31" rx="8" ry="8" opacity=".00845" fill="none" stroke="#000"/>
|
||||
<rect x="1.5" y="1.5" width="29" height="29" rx="7" ry="7" opacity=".029575" fill="none" stroke="#000"/>
|
||||
<rect x="2.5" y="2.5" width="27" height="27" rx="6" ry="6" opacity=".054925" fill="none" stroke="#000"/>
|
||||
<rect x="3.5" y="3.5" width="25" height="25" rx="5" ry="5" opacity=".0845" fill="none" stroke="#000"/>
|
||||
<path d="m5.6485 26.305c0.72475 0.7369 1.7315 1.1953 2.8516 1.1953h15c1.12 0 2.1268-0.4584 2.8516-1.1953-0.2591 0.1221-0.5451 0.1953-0.85156 0.1953h-19c-0.30646 0-0.59246-0.073-0.85156-0.1953z" opacity=".1625"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 910 B |
@@ -0,0 +1,3 @@
|
||||
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m9.8202 4.0001a0.67183 0.66503 0 0 0-0.10367 9e-3 0.67183 0.66503 0 0 0-0.39887 0.18702l-3.3588 3.3248-0.46184 0.47795 0.46184 0.47792 3.3588 3.3248a0.68282 0.67591 0 0 0 0.698 0.16363c0.0374 0.0143 0.0779 0.0233 0.1207 0.0233 0.18608 0 0.33589-0.14829 0.33589-0.33248 0-0.0423-9e-3 -0.0823-0.0236-0.11948a0.68282 0.67591 0 0 0-0.16531-0.69094l-2.876-2.8469 2.876-2.8469a0.67183 0.66503 0 0 0 0.17056-0.72082c8e-3 -0.0292 0.0185-0.058 0.0185-0.0896 0-0.18421-0.14978-0.33249-0.33587-0.33249-0.0395 0-0.0765 0.01-0.11152 0.022a0.67183 0.66503 0 0 0-0.2048-0.0309z" fill="#DD682A"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 673 B |
3
cinnamon/common-assets/misc/calendar-arrow-left.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m9.8232 4.0001a0.67183 0.66503 0 0 0-0.10367 9e-3 0.67183 0.66503 0 0 0-0.39887 0.18702l-3.3588 3.3248-0.46184 0.47795 0.46184 0.47792 3.3588 3.3248a0.68282 0.67591 0 0 0 0.698 0.16363c0.0374 0.0143 0.0779 0.0233 0.1207 0.0233 0.18608 0 0.33589-0.14829 0.33589-0.33248 0-0.0423-9e-3 -0.0823-0.0236-0.11948a0.68282 0.67591 0 0 0-0.16531-0.69094l-2.876-2.8469 2.876-2.8469a0.67183 0.66503 0 0 0 0.17056-0.72082c8e-3 -0.0292 0.0185-0.058 0.0185-0.0896 0-0.18421-0.14978-0.33249-0.33587-0.33249-0.0395 0-0.0765 0.01-0.11152 0.022a0.67183 0.66503 0 0 0-0.2048-0.0309z" fill="#a1a1a1"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 673 B |
@@ -0,0 +1,3 @@
|
||||
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m6.1768 4.0001a0.67183 0.66503 0 0 1 0.10367 9e-3 0.67183 0.66503 0 0 1 0.39887 0.18702l3.3588 3.3248 0.46184 0.47795-0.46184 0.47792-3.3588 3.3248a0.68282 0.67591 0 0 1-0.698 0.16363c-0.0374 0.0143-0.0779 0.0233-0.1207 0.0233-0.18608 0-0.33589-0.14829-0.33589-0.33248 0-0.0423 9e-3 -0.0823 0.0236-0.11948a0.68282 0.67591 0 0 1 0.16531-0.69094l2.876-2.8469-2.876-2.8469a0.67183 0.66503 0 0 1-0.17056-0.72082c-8e-3 -0.0292-0.0185-0.058-0.0185-0.0896 0-0.18421 0.14978-0.33249 0.33587-0.33249 0.0395 0 0.0765 0.01 0.11152 0.022a0.67183 0.66503 0 0 1 0.2048-0.0309z" fill="#DD682A"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 673 B |
3
cinnamon/common-assets/misc/calendar-arrow-right.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m6.1768 4.0001a0.67183 0.66503 0 0 1 0.10367 9e-3 0.67183 0.66503 0 0 1 0.39887 0.18702l3.3588 3.3248 0.46184 0.47795-0.46184 0.47792-3.3588 3.3248a0.68282 0.67591 0 0 1-0.698 0.16363c-0.0374 0.0143-0.0779 0.0233-0.1207 0.0233-0.18608 0-0.33589-0.14829-0.33589-0.33248 0-0.0423 9e-3 -0.0823 0.0236-0.11948a0.68282 0.67591 0 0 1 0.16531-0.69094l2.876-2.8469-2.876-2.8469a0.67183 0.66503 0 0 1-0.17056-0.72082c-8e-3 -0.0292-0.0185-0.058-0.0185-0.0896 0-0.18421 0.14978-0.33249 0.33587-0.33249 0.0395 0 0.0765 0.01 0.11152 0.022a0.67183 0.66503 0 0 1 0.2048-0.0309z" fill="#a1a1a1"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 673 B |
9
cinnamon/common-assets/misc/corner-ripple.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
<svg version="1.1" viewBox="0 0 104 104" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<radialGradient id="a" cx="52" cy="52" r="52" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#DD682A" stop-opacity="0" offset="0"/>
|
||||
<stop stop-color="#DD682A" offset="1"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
<circle cx="52" cy="52" r="52" fill="url(#a)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 353 B |
158
cinnamon/common-assets/misc/desklet-header.svg
Normal file
@@ -0,0 +1,158 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32.000011"
|
||||
height="22.999983"
|
||||
viewBox="0 0 32.000011 22.999983"
|
||||
id="svg5386"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="desklet-header.svg">
|
||||
<defs
|
||||
id="defs5388">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4156">
|
||||
<rect
|
||||
style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4158"
|
||||
width="48"
|
||||
height="26.999983"
|
||||
x="-7"
|
||||
y="-1043.3622"
|
||||
transform="scale(1,-1)" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.999999"
|
||||
inkscape:cx="13.051047"
|
||||
inkscape:cy="8.8454562"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="px"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
showguides="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid5954"
|
||||
originx="1.0975551e-05"
|
||||
originy="-9.0000174" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5391">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(1.0975552e-5,-1020.3622)">
|
||||
<g
|
||||
id="g4146"
|
||||
clip-path="url(#clipPath4156)">
|
||||
<rect
|
||||
ry="1.9999999"
|
||||
rx="2.0000005"
|
||||
y="1024.8622"
|
||||
x="4.5"
|
||||
height="21.999889"
|
||||
width="23"
|
||||
id="rect4164-4-3"
|
||||
style="display:inline;opacity:0.84;fill:none;fill-opacity:1;stroke:#161a26;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4"
|
||||
rx="1.4"
|
||||
y="1025.3622"
|
||||
x="5"
|
||||
height="20.999971"
|
||||
width="22"
|
||||
id="rect4164"
|
||||
style="display:inline;opacity:0.95;fill:#2b2f3b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<g
|
||||
style="display:inline;opacity:0.75"
|
||||
id="g4271"
|
||||
transform="translate(-425.99995,658.36226)">
|
||||
<rect
|
||||
style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-7-5-3-8-8"
|
||||
width="31.000011"
|
||||
height="31"
|
||||
x="426.49994"
|
||||
y="362.49994"
|
||||
rx="8"
|
||||
ry="8" />
|
||||
<rect
|
||||
style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-7-5-3-8"
|
||||
width="29.000011"
|
||||
height="28.999996"
|
||||
x="427.49994"
|
||||
y="363.49997"
|
||||
rx="7"
|
||||
ry="6.999999" />
|
||||
<rect
|
||||
style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-7-5-3"
|
||||
width="27.000011"
|
||||
height="26.999998"
|
||||
x="428.49994"
|
||||
y="364.49994"
|
||||
rx="6"
|
||||
ry="6" />
|
||||
<rect
|
||||
style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-7-5"
|
||||
width="24.999981"
|
||||
height="24.999998"
|
||||
x="429.49997"
|
||||
y="365.49997"
|
||||
rx="4.9999995"
|
||||
ry="5" />
|
||||
<path
|
||||
sodipodi:nodetypes="csscssc"
|
||||
inkscape:connector-curvature="0"
|
||||
style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z"
|
||||
id="rect4164-4-7"
|
||||
transform="translate(-6.1035156e-5,0)" />
|
||||
</g>
|
||||
</g>
|
||||
<rect
|
||||
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4145"
|
||||
width="22"
|
||||
height="1"
|
||||
x="5"
|
||||
y="1042.3622" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.9 KiB |
152
cinnamon/common-assets/misc/desklet.svg
Normal file
@@ -0,0 +1,152 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32.000011"
|
||||
height="22.999983"
|
||||
viewBox="0 0 32.000011 22.999983"
|
||||
id="svg5386"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="desklet.svg">
|
||||
<defs
|
||||
id="defs5388">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4180">
|
||||
<rect
|
||||
transform="scale(1,-1)"
|
||||
y="-1052.1622"
|
||||
x="-7"
|
||||
height="22.999983"
|
||||
width="48"
|
||||
id="rect4182"
|
||||
style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.313708"
|
||||
inkscape:cx="22.308942"
|
||||
inkscape:cy="7.633471"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="px"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
showguides="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid5954"
|
||||
originx="1.0975551e-05"
|
||||
originy="-9.0000174" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5391">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(1.0975552e-5,-1020.3622)">
|
||||
<g
|
||||
id="g4146"
|
||||
clip-path="url(#clipPath4180)"
|
||||
transform="translate(0,-8.8000161)">
|
||||
<rect
|
||||
ry="1.9999999"
|
||||
rx="2.0000005"
|
||||
y="1024.8622"
|
||||
x="4.5"
|
||||
height="21.999889"
|
||||
width="23"
|
||||
id="rect4164-4-3"
|
||||
style="display:inline;opacity:0.72000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4"
|
||||
rx="1.4"
|
||||
y="1025.3622"
|
||||
x="5"
|
||||
height="20.999971"
|
||||
width="22"
|
||||
id="rect4164"
|
||||
style="display:inline;opacity:0.95;fill:#3c4049;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<g
|
||||
style="display:inline;opacity:0.75"
|
||||
id="g4271"
|
||||
transform="translate(-425.99995,658.36226)">
|
||||
<rect
|
||||
style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-7-5-3-8-8"
|
||||
width="31.000011"
|
||||
height="31"
|
||||
x="426.49994"
|
||||
y="362.49994"
|
||||
rx="8"
|
||||
ry="8" />
|
||||
<rect
|
||||
style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-7-5-3-8"
|
||||
width="29.000011"
|
||||
height="28.999996"
|
||||
x="427.49994"
|
||||
y="363.49997"
|
||||
rx="7"
|
||||
ry="6.999999" />
|
||||
<rect
|
||||
style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-7-5-3"
|
||||
width="27.000011"
|
||||
height="26.999998"
|
||||
x="428.49994"
|
||||
y="364.49994"
|
||||
rx="6"
|
||||
ry="6" />
|
||||
<rect
|
||||
style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-7-5"
|
||||
width="24.999981"
|
||||
height="24.999998"
|
||||
x="429.49997"
|
||||
y="365.49997"
|
||||
rx="4.9999995"
|
||||
ry="5" />
|
||||
<path
|
||||
sodipodi:nodetypes="csscssc"
|
||||
inkscape:connector-curvature="0"
|
||||
style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z"
|
||||
id="rect4164-4-7"
|
||||
transform="translate(-6.1035156e-5,0)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.7 KiB |
127
cinnamon/common-assets/misc/osd.svg
Normal file
@@ -0,0 +1,127 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 32 32"
|
||||
id="svg5386"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="osd.svg">
|
||||
<defs
|
||||
id="defs5388" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="23.210075"
|
||||
inkscape:cy="11.575503"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid5954" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5391">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1020.3622)">
|
||||
<rect
|
||||
style="display:inline;opacity:0.85;fill:none;fill-opacity:1;stroke:#0f1116;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-3"
|
||||
width="23"
|
||||
height="21.999889"
|
||||
x="4.5"
|
||||
y="1024.8622"
|
||||
rx="2.0000005"
|
||||
ry="1.9999999" />
|
||||
<rect
|
||||
style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164"
|
||||
width="22"
|
||||
height="20.999971"
|
||||
x="5"
|
||||
y="1025.3622"
|
||||
rx="1.4"
|
||||
ry="1.4" />
|
||||
<g
|
||||
transform="translate(-425.99995,658.36226)"
|
||||
id="g4271"
|
||||
style="display:inline;opacity:0.65">
|
||||
<rect
|
||||
ry="8"
|
||||
rx="8"
|
||||
y="362.49994"
|
||||
x="426.49994"
|
||||
height="31"
|
||||
width="31.000011"
|
||||
id="rect4164-4-7-5-3-8-8"
|
||||
style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="6.999999"
|
||||
rx="7"
|
||||
y="363.49997"
|
||||
x="427.49994"
|
||||
height="28.999996"
|
||||
width="29.000011"
|
||||
id="rect4164-4-7-5-3-8"
|
||||
style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="6"
|
||||
rx="6"
|
||||
y="364.49994"
|
||||
x="428.49994"
|
||||
height="26.999998"
|
||||
width="27.000011"
|
||||
id="rect4164-4-7-5-3"
|
||||
style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="5"
|
||||
rx="4.9999995"
|
||||
y="365.49997"
|
||||
x="429.49997"
|
||||
height="24.999998"
|
||||
width="24.999981"
|
||||
id="rect4164-4-7-5"
|
||||
style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
transform="translate(-6.1035156e-5,0)"
|
||||
id="rect4164-4-7"
|
||||
d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z"
|
||||
style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="csscssc" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.8 KiB |
BIN
cinnamon/common-assets/misc/overview-hover.png
Normal file
|
After Width: | Height: | Size: 838 B |
BIN
cinnamon/common-assets/misc/overview.png
Normal file
|
After Width: | Height: | Size: 680 B |
97
cinnamon/common-assets/misc/trash-icon.svg
Normal file
|
After Width: | Height: | Size: 8.9 KiB |
7
cinnamon/common-assets/panel/activities-active.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="#5294e2">
|
||||
<rect x="5" y="11" width="2" height="2"/>
|
||||
<rect x="11" y="11" width="2" height="2"/>
|
||||
<rect x="17" y="11" width="2" height="2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 242 B |
7
cinnamon/common-assets/panel/activities.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="#fff">
|
||||
<rect x="5" y="11" width="2" height="2"/>
|
||||
<rect x="11" y="11" width="2" height="2"/>
|
||||
<rect x="17" y="11" width="2" height="2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 239 B |
@@ -0,0 +1,3 @@
|
||||
<svg version="1.0" viewBox="0 0 28 4" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="2" y="2" width="24" height="2" fill="#DD682A"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 139 B |
3
cinnamon/common-assets/panel/window-list-active-top.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg version="1.0" viewBox="0 0 28 4" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="2" y="0" width="24" height="2" fill="#DD682A"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 139 B |
@@ -0,0 +1,4 @@
|
||||
<svg version="1.1" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="1.5" y="1.5" width="17" height="17" rx="3" ry="3" fill="#DD682A" stroke="#c7c7c7"/>
|
||||
<path d="m14.872 5.348 1.4 1.4-7.891 7.89-4.746-4.747 1.399-1.4 3.347 3.347z" fill="#fff"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 269 B |
4
cinnamon/light-assets/checkbox/checkbox-checked.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg version="1.1" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="1.5" y="1.5" width="17" height="17" rx="3" ry="3" fill="#DD682A" stroke="#DD682A"/>
|
||||
<path d="m14.872 5.348 1.4 1.4-7.891 7.89-4.746-4.747 1.399-1.4 3.347 3.347z" fill="#fff"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 269 B |
@@ -0,0 +1,3 @@
|
||||
<svg version="1.1" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="1.5" y="1.5" width="17" height="17" rx="3" ry="3" fill="#F7F7F7" stroke="#c7c7c7"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 176 B |
3
cinnamon/light-assets/checkbox/checkbox-unchecked.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg version="1.1" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="1.5" y="1.5" width="17" height="17" rx="3" ry="3" fill="#F7F7F7" stroke="#d4d4d4"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 176 B |
4
cinnamon/light-assets/checkbox/radio-checked.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg version="1.1" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="10" cy="10" r="9" fill="#DD682A"/>
|
||||
<circle cx="10" cy="10" r="3" fill="#fff"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 175 B |
3
cinnamon/light-assets/checkbox/radio-unchecked.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg version="1.1" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="10" cy="10" r="9" fill="#F7F7F7" stroke="#d4d4d4"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 147 B |
5
cinnamon/light-assets/menu/menu-hover.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg version="1.1" viewBox="0 0 32 33" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="4" y="1" width="24" height="31" opacity=".04"/>
|
||||
<rect x="4" y="0" width="24" height="1" opacity=".09"/>
|
||||
<rect x="4" y="32" width="24" height="1" opacity=".09"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 255 B |
9
cinnamon/light-assets/menu/menu.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="4.5" y="4.5" width="23" height="22" rx="2" ry="2" fill="none" opacity="0.1" stroke="#000"/>
|
||||
<rect x="5" y="5" width="22" height="21" rx="1.4" ry="1.4" fill="#fff"/>
|
||||
<rect x="0.5" y="0.5" width="31" height="31" rx="8" ry="8" fill="none" opacity="0.0075" stroke="#000"/>
|
||||
<rect x="1.5" y="1.5" width="29" height="29" rx="7" ry="7" fill="none" opacity="0.015" stroke="#000"/>
|
||||
<rect x="2.5" y="2.5" width="27" height="27" rx="6" ry="6" fill="none" opacity="0.03" stroke="#000"/>
|
||||
<rect x="3.5" y="3.5" width="25" height="25" rx="5" ry="5" fill="none" opacity="0.045" stroke="#000"/>
|
||||
<path d="m5.6483 26.305c0.72475 0.7369 1.7315 1.1953 2.8516 1.1953h15c1.12 0 2.1268-0.4584 2.8516-1.1953-0.2591 0.1221-0.5451 0.1953-0.85156 0.1953h-19c-0.30646 0-0.59246-0.073-0.85156-0.1953z" fill="none" opacity="0.075" stroke="#000"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 913 B |
5
cinnamon/light-assets/menu/submenu.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg version="1.1" viewBox="0 0 37 18" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="4" y="0" width="29" height="18" opacity=".05"/>
|
||||
<rect x="4" y="0" width="29" height="1" opacity=".1"/>
|
||||
<rect x="4" y="17" width="29" height="1" opacity=".1"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 253 B |
3
cinnamon/light-assets/misc/button-box.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg version="1.1" viewBox="0 0 22 19" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m22 0v17.944c0 0.5848-0.4906 1.0555-1.1 1.0555h-19.8c-0.6094 0-1.1-0.4707-1.1-1.0555v-17.944z" fill="#353945" opacity="0.95"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 220 B |
7
cinnamon/light-assets/misc/close-active.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="12" cy="12" r="10" fill="#f6742f" stroke-width="2.499"/>
|
||||
<g transform="matrix(3.7793 0 0 3.7793 .00075472 .00075442)" fill="#fafafa" stroke-width=".28984">
|
||||
<path transform="rotate(-45,-348.12,148.31)" d="m1.323 293.96h3.175v0.265h-3.175z"/>
|
||||
<path transform="rotate(225 -145.4 -58.523)" d="m-295.68 2.778h3.175v0.265h-3.175z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 433 B |
7
cinnamon/light-assets/misc/close-hover.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="12" cy="12" r="10" fill="#c75e26" stroke-width="2.499"/>
|
||||
<g transform="matrix(3.7793 0 0 3.7793 .00075579 .00075579)" fill="#fafafa" stroke-width=".28984">
|
||||
<path transform="rotate(-45,-348.12,148.31)" d="m1.323 293.96h3.175v0.265h-3.175z"/>
|
||||
<path transform="rotate(225 -145.4 -58.523)" d="m-295.68 2.778h3.175v0.265h-3.175z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 433 B |
7
cinnamon/light-assets/misc/close.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="12" cy="12" r="10" fill="#DD682A" stroke-width="2.499"/>
|
||||
<g transform="matrix(3.7793 0 0 3.7793 .00075543 .00075543)" fill="#fafafa" stroke-width=".28984">
|
||||
<path transform="rotate(-45,-348.12,148.31)" d="m1.323 293.96h3.175v0.265h-3.175z"/>
|
||||
<path transform="rotate(225 -145.4 -58.523)" d="m-295.68 2.778h3.175v0.265h-3.175z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 433 B |
4
cinnamon/light-assets/misc/message.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0.5" y="0.5" width="31" height="31" rx="1.5" ry="1.5" fill="#fcfdfd" stroke="#cfd6e6"/>
|
||||
<path d="m2.75 0.5h0.75v31h-0.75c-1.2465 0-2.25-0.6805-2.25-1.5259v-27.948c0-0.8454 1.0035-1.5259 2.25-1.5259z" fill="#DD682A" stroke="#f5b49d"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 327 B |
14
cinnamon/light-assets/misc/modal.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<svg version="1.1" viewBox="0 0 32 84" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<rect transform="scale(1,-1)" x="-5.5" y="-18" width="43" height="24.5" rx="1.5" ry="1.5" fill="#5294e2"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<rect x="4.5" y="4.5" width="23" height="74" rx="2" ry="2" fill="none" opacity=".1" stroke="#000"/>
|
||||
<rect x="5" y="5" width="22" height="21" rx="1.5" ry="1.5" clip-path="url(#a)" fill="#f5f6f7"/>
|
||||
<rect x=".5" y=".5" width="31" height="83" rx="8" ry="8" opacity=".0075" fill="none" stroke="#000"/>
|
||||
<rect x="1.5" y="1.5" width="29" height="81" rx="7" ry="7" opacity=".015" fill="none" stroke="#000"/>
|
||||
<rect x="2.5" y="2.5" width="27" height="79" rx="6" ry="6" opacity=".03" fill="none" stroke="#000"/>
|
||||
<rect x="3.5" y="3.5" width="25" height="77" rx="5" ry="5" opacity=".045" fill="none" stroke="#000"/>
|
||||
<path d="m5.6485 78.304c0.72475 0.7369 1.7315 1.1953 2.8516 1.1953h15c1.12 0 2.1268-0.4584 2.8516-1.1953-0.2591 0.1222-0.5451 0.1953-0.85156 0.1953h-19c-0.30646 0-0.59246-0.073-0.85156-0.1953z" opacity="0.075" fill="none" stroke="#000"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
5
cinnamon/light-assets/switch/switch-off.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg viewBox="0 0 48 26" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="48" height="26" rx="13" ry="13" fill="#bababa"/>
|
||||
<rect x="2" y="3" width="22" height="22" rx="11" ry="11" fill-opacity=".2"/>
|
||||
<rect x="2" y="2" width="22" height="22" rx="11" ry="11" fill="#f8f7f7"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 286 B |
5
cinnamon/light-assets/switch/switch-on.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg viewBox="0 0 48 26" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="48" height="26" ry="13" fill="#DD682A"/>
|
||||
<rect x="24" y="3" width="22" height="22" rx="11" ry="11" fill-opacity=".2"/>
|
||||
<rect x="24" y="2" width="22" height="22" rx="11" ry="11" fill="#f8f7f7"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 278 B |
2
cinnamon/patchlist.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
1. Цвет #dd682a изменен на #201cfc
|
||||
2. Цвет rgba(210, 99, 40, 0.95) изменен на rgba(32, 28, 252, 0.95) (для всплывающей подсказки)
|
||||
BIN
cinnamon/thumbnail.png
Normal file
|
After Width: | Height: | Size: 14 KiB |