Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ju1464
Snowblind
Commits
3af49344
Commit
3af49344
authored
Dec 05, 2019
by
ju1464
Browse files
FixIndxMkCinn
parent
a85f57cb
Changes
6
Hide whitespace changes
Inline
Side-by-side
Snowblind-Sunset/cinnamon/cinnamon.css
View file @
3af49344
...
...
@@ -99,11 +99,11 @@
.slider
,
.popup-slider-menu-item
,
.sound-player
.slider
{
height
:
20px
;
color
:
#
79a3a6
;
color
:
#
2c89a0
;
-slider-height
:
2px
;
-slider-background-color
:
rgba
(
28
,
36
,
44
,
0.3
);
-slider-border-color
:
transparent
;
-slider-active-background-color
:
#
79a3a6
;
-slider-active-background-color
:
#
2c89a0
;
-slider-active-border-color
:
transparent
;
-slider-border-width
:
0
;
-slider-handle-radius
:
6px
;
...
...
@@ -120,8 +120,8 @@
#notification
StEntry
,
.run-dialog-entry
,
#menu-search-entry
{
transition-duration
:
100ms
;
background-color
:
rgba
(
28
,
36
,
44
,
0.04
);
border-color
:
transparent
;
bo
x-shadow
:
inset
0
-1px
rgba
(
28
,
36
,
44
,
0.3
)
;
border-color
:
rgba
(
28
,
36
,
44
,
0.3
)
;
bo
rder-width
:
1px
;
width
:
250px
;
min-height
:
32px
;
padding
:
0
8px
;
...
...
@@ -133,16 +133,15 @@
}
#notification
StEntry
:focus
,
.run-dialog-entry
:focus
,
#menu-search-entry
:focus
{
border-color
:
transparent
;
box-shadow
:
inset
0
-2px
#79a3a6
;
border-color
:
#79a3a6
;
padding
:
0
8px
;
border-width
:
0
;
border-width
:
1px
;
color
:
#1c242c
;
}
.desklet-with-borders
,
.desklet-with-borders-and-header
,
.desklet-header
,
.photoframe-box
{
color
:
#1c242c
;
border
:
none
;
border
:
2px
solid
#79a3a6
;
padding
:
12px
;
box-shadow
:
0
14px
14px
rgba
(
0
,
0
,
0
,
0.5
),
0
10px
5px
rgba
(
0
,
0
,
0
,
0.44
);
}
...
...
@@ -333,7 +332,7 @@ StScrollView StScrollBar {
}
.popup-menu-item
:active
{
background-color
:
rgba
(
28
,
36
,
44
,
0.08
)
;
background-color
:
#79a3a6
;
color
:
#1c242c
;
transition-duration
:
0ms
;
}
...
...
@@ -396,7 +395,7 @@ StScrollView StScrollBar {
#panel
{
color
:
rgba
(
244
,
252
,
252
,
0.7
);
background-color
:
black
;
background-color
:
#243334
;
height
:
2.5em
;
width
:
3.2em
;
}
...
...
@@ -496,8 +495,8 @@ StScrollView StScrollBar {
padding
:
1px
4px
;
}
.panel-top
.workspace-graph
:hover
,
.panel-top
.workspace-button
:hover
{
b
ox-shadow
:
0
3px
0
0
#79a3a6
inset
;
.panel-top
.workspace-button
:hover
{
b
ackground-color
:
#79a3a6
;
}
.panel-top
.applet-box
{
...
...
@@ -544,8 +543,8 @@ StScrollView StScrollBar {
padding
:
1px
4px
;
}
.panel-bottom
.workspace-graph
:hover
,
.panel-bottom
.workspace-button
:hover
{
b
ox-shadow
:
0
-3px
0
0
#79a3a6
inset
;
.panel-bottom
.workspace-button
:hover
{
b
ackground-color
:
#79a3a6
;
}
.panel-bottom
.applet-box
{
...
...
@@ -597,8 +596,8 @@ StScrollView StScrollBar {
min-height
:
1.2em
;
}
.panel-left
.workspace-graph
:hover
,
.panel-left
.workspace-button
:hover
{
b
ox-shadow
:
3px
0
0
0
#79a3a6
inset
;
.panel-left
.workspace-button
:hover
{
b
ackground-color
:
#79a3a6
;
}
.panel-left
.applet-box
{
...
...
@@ -646,8 +645,8 @@ StScrollView StScrollBar {
min-height
:
1.2em
;
}
.panel-right
.workspace-graph
:hover
,
.panel-right
.workspace-button
:hover
{
b
ox-shadow
:
-3px
0
0
0
#79a3a6
inset
;
.panel-right
.workspace-button
:hover
{
b
ackground-color
:
#79a3a6
;
}
.panel-right
.applet-box
{
...
...
@@ -778,11 +777,11 @@ StScrollView StScrollBar {
}
.expo-background
{
background-color
:
black
;
background-color
:
#243334
;
}
.workspace-overview-background-shade
{
background-color
:
black
;
background-color
:
#243334
;
}
.expo-workspace-thumbnail-frame
{
...
...
@@ -1067,7 +1066,7 @@ StScrollView StScrollBar {
}
.switcher-preview-backdrop
{
background-color
:
black
;
background-color
:
#243334
;
}
.ripple-box
{
...
...
@@ -1182,7 +1181,7 @@ StScrollView StScrollBar {
}
#keyboard
{
background-color
:
black
;
background-color
:
#243334
;
}
.keyboard-key
{
...
...
@@ -1215,6 +1214,7 @@ StScrollView StScrollBar {
}
.menu-favorites-box
{
background-color
:
#243334
;
padding
:
8px
;
}
...
...
@@ -1223,7 +1223,7 @@ StScrollView StScrollBar {
}
.menu-favorites-button
:hover
{
background-color
:
rgba
(
2
8
,
36
,
44
,
0.
12
);
background-color
:
rgba
(
2
55
,
255
,
255
,
0.
3
);
border-radius
:
0px
;
color
:
#1c242c
;
}
...
...
@@ -1233,6 +1233,7 @@ StScrollView StScrollBar {
}
.menu-applications-inner-box
{
border
:
1px
solid
#79a3a6
;
padding
:
8px
;
}
...
...
@@ -1251,7 +1252,7 @@ StScrollView StScrollBar {
.menu-application-button-selected
{
padding
:
0.4em
4px
;
background-color
:
rgba
(
28
,
36
,
44
,
0.12
)
;
background-color
:
#79a3a6
;
border-radius
:
0px
;
color
:
#1c242c
;
}
...
...
@@ -1272,7 +1273,7 @@ StScrollView StScrollBar {
.menu-category-button-selected
{
padding
:
0.4em
4px
;
background-color
:
rgba
(
28
,
36
,
44
,
0.12
)
;
background-color
:
#79a3a6
;
border-radius
:
0px
;
color
:
#1c242c
;
}
...
...
@@ -1343,12 +1344,12 @@ StScrollView StScrollBar {
}
.window-list-item-box
:active
,
.window-list-item-box
:checked
,
.window-list-item-box
:focus
{
background-color
:
rgba
(
244
,
252
,
252
,
0.3
)
;
color
:
#
f4fcfc
;
background-color
:
#79a3a6
;
color
:
#
243334
;
}
.window-list-item-box
:active:hover
,
.window-list-item-box
:checked:hover
,
.window-list-item-box
:focus:hover
{
color
:
#f4fcfc
;
color
:
black
;
}
.window-list-item-box
.progress
{
...
...
@@ -1528,7 +1529,7 @@ StScrollView StScrollBar {
}
.workspace-button
{
background-color
:
#
00373e
;
background-color
:
#
354B4D
;
width
:
2em
;
height
:
1em
;
color
:
rgba
(
244
,
252
,
252
,
0.7
);
...
...
@@ -1540,22 +1541,29 @@ StScrollView StScrollBar {
color
:
#f4fcfc
;
}
.workspace-button
:hover
{
color
:
#243334
;
}
.workspace-graph
{
background-color
:
black
;
padding
:
3px
;
spacing
:
6px
;
}
.workspace-graph
{
background-color
:
#243334
;
}
.workspace-graph
.workspace
{
background-color
:
#00373e
;
border
:
1px
solid
rgba
(
28
,
36
,
44
,
0.12
);
background-color
:
#354B4D
;
}
.workspace-graph
.workspace
:active
{
background-color
:
rgba
(
244
,
252
,
252
,
0.3
);
border
:
1px
solid
rgba
(
28
,
36
,
44
,
0.12
);
}
.workspace-graph
.workspace
:active
.windows
{
-active-window-background
:
rgba
(
2
55
,
2
55
,
2
55
,
0.8
);
-active-window-background
:
rgba
(
2
00
,
2
00
,
2
00
,
0.8
);
-active-window-border
:
rgba
(
0
,
0
,
0
,
0.9
);
-inactive-window-background
:
rgba
(
140
,
140
,
140
,
0.8
);
-inactive-window-border
:
rgba
(
0
,
0
,
0
,
0.7
);
...
...
@@ -1603,19 +1611,37 @@ StScrollView StScrollBar {
}
.applet-box
:checked
{
color
:
#f4fcfc
;
background-color
:
#79a3a6
;
color
:
#243334
;
}
.applet-box
:checked
.applet-label
{
color
:
#f4fcfc
;
color
:
#243334
;
}
.applet-box
:active
{
background-color
:
#79a3a6
;
color
:
#243334
;
}
.applet-box
:active
.applet-label
{
color
:
#243334
;
}
.applet-box
:hover
{
color
:
#
f4fcfc
;
color
:
#
79a3a6
;
}
.applet-box
:hover
.applet-label
{
color
:
#f4fcfc
;
color
:
#79a3a6
;
}
.applet-box
:checked:hover
{
color
:
#243334
;
}
.applet-box
:checked:hover
.applet-label
{
color
:
#243334
;
}
.applet-box
:highlight
{
...
...
@@ -1648,14 +1674,14 @@ StScrollView StScrollBar {
box-shadow
:
0
14px
14px
rgba
(
0
,
0
,
0
,
0.5
),
0
10px
5px
rgba
(
0
,
0
,
0
,
0.44
);
padding
:
12px
;
background-color
:
rgba
(
0
,
0
,
0
,
0.3
);
border-radius
:
0px
;
border-radius
:
2
0px
;
}
.desklet-with-borders
{
font-size
:
9pt
;
font-weight
:
400
;
background-color
:
#bbdcdc
;
border-radius
:
0px
;
border-radius
:
2
0px
;
}
.desklet-with-borders
:highlight
{
...
...
@@ -1666,8 +1692,8 @@ StScrollView StScrollBar {
font-size
:
9pt
;
font-weight
:
400
;
background-color
:
#bbdcdc
;
border-radius-bottomleft
:
2px
;
border-radius-bottomright
:
2px
;
border-radius-bottomleft
:
2
0
px
;
border-radius-bottomright
:
2
0
px
;
}
.desklet-with-borders-and-header
:highlight
{
...
...
@@ -1678,8 +1704,8 @@ StScrollView StScrollBar {
font-size
:
15pt
;
font-weight
:
500
;
background-color
:
#bbdcdc
;
border-radius-topleft
:
2px
;
border-radius-topright
:
2px
;
border-radius-topleft
:
2
0
px
;
border-radius-topright
:
2
0
px
;
}
.desklet-header
:highlight
{
...
...
@@ -1688,7 +1714,7 @@ StScrollView StScrollBar {
.photoframe-box
{
background-color
:
#bbdcdc
;
border-radius
:
0px
;
border-radius
:
2
0px
;
}
.photoframe-box
:highlight
{
...
...
@@ -1698,7 +1724,7 @@ StScrollView StScrollBar {
.desklet-drag-placeholder
{
border
:
2px
solid
#79a3a6
;
background-color
:
rgba
(
0
,
0
,
0
,
0.3
);
border-radius
:
0px
;
border-radius
:
2
0px
;
}
.launcher
{
...
...
Snowblind-Sunset/index.theme
View file @
3af49344
...
...
@@ -7,4 +7,7 @@ Encoding=UTF-8
[X-GNOME-Metatheme]
Name=Snowblind Sunset
GtkTheme=Snowblind-Sunset
MetacityTheme=Snowblind
MetacityTheme=Snowblind-Sunset
IconTheme=Simply-Blue-Circles
CursorTheme=DMZ-Black
ButtonLayout=:minimize,maximize,close
Snowblind/cinnamon/cinnamon.css
View file @
3af49344
...
...
@@ -99,11 +99,11 @@
.slider
,
.popup-slider-menu-item
,
.sound-player
.slider
{
height
:
20px
;
color
:
#
7cb4b4
;
color
:
#
2c89a0
;
-slider-height
:
2px
;
-slider-background-color
:
rgba
(
28
,
36
,
44
,
0.3
);
-slider-border-color
:
transparent
;
-slider-active-background-color
:
#
7cb4b4
;
-slider-active-background-color
:
#
2c89a0
;
-slider-active-border-color
:
transparent
;
-slider-border-width
:
0
;
-slider-handle-radius
:
6px
;
...
...
@@ -120,8 +120,8 @@
#notification
StEntry
,
.run-dialog-entry
,
#menu-search-entry
{
transition-duration
:
100ms
;
background-color
:
rgba
(
28
,
36
,
44
,
0.04
);
border-color
:
transparent
;
bo
x-shadow
:
inset
0
-1px
rgba
(
28
,
36
,
44
,
0.3
)
;
border-color
:
rgba
(
28
,
36
,
44
,
0.3
)
;
bo
rder-width
:
1px
;
width
:
250px
;
min-height
:
32px
;
padding
:
0
8px
;
...
...
@@ -133,16 +133,15 @@
}
#notification
StEntry
:focus
,
.run-dialog-entry
:focus
,
#menu-search-entry
:focus
{
border-color
:
transparent
;
box-shadow
:
inset
0
-2px
#7cb4b4
;
border-color
:
#7cb4b4
;
padding
:
0
8px
;
border-width
:
0
;
border-width
:
1px
;
color
:
#1c242c
;
}
.desklet-with-borders
,
.desklet-with-borders-and-header
,
.desklet-header
,
.photoframe-box
{
color
:
#1c242c
;
border
:
none
;
border
:
2px
solid
#7cb4b4
;
padding
:
12px
;
box-shadow
:
0
14px
14px
rgba
(
0
,
0
,
0
,
0.5
),
0
10px
5px
rgba
(
0
,
0
,
0
,
0.44
);
}
...
...
@@ -333,7 +332,7 @@ StScrollView StScrollBar {
}
.popup-menu-item
:active
{
background-color
:
rgba
(
28
,
36
,
44
,
0.08
)
;
background-color
:
#7cb4b4
;
color
:
#1c242c
;
transition-duration
:
0ms
;
}
...
...
@@ -396,7 +395,7 @@ StScrollView StScrollBar {
#panel
{
color
:
rgba
(
244
,
252
,
252
,
0.7
);
background-color
:
black
;
background-color
:
#243334
;
height
:
2.5em
;
width
:
3.2em
;
}
...
...
@@ -496,8 +495,8 @@ StScrollView StScrollBar {
padding
:
1px
4px
;
}
.panel-top
.workspace-graph
:hover
,
.panel-top
.workspace-button
:hover
{
b
ox-shadow
:
0
3px
0
0
#7cb4b4
inset
;
.panel-top
.workspace-button
:hover
{
b
ackground-color
:
#7cb4b4
;
}
.panel-top
.applet-box
{
...
...
@@ -544,8 +543,8 @@ StScrollView StScrollBar {
padding
:
1px
4px
;
}
.panel-bottom
.workspace-graph
:hover
,
.panel-bottom
.workspace-button
:hover
{
b
ox-shadow
:
0
-3px
0
0
#7cb4b4
inset
;
.panel-bottom
.workspace-button
:hover
{
b
ackground-color
:
#7cb4b4
;
}
.panel-bottom
.applet-box
{
...
...
@@ -597,8 +596,8 @@ StScrollView StScrollBar {
min-height
:
1.2em
;
}
.panel-left
.workspace-graph
:hover
,
.panel-left
.workspace-button
:hover
{
b
ox-shadow
:
3px
0
0
0
#7cb4b4
inset
;
.panel-left
.workspace-button
:hover
{
b
ackground-color
:
#7cb4b4
;
}
.panel-left
.applet-box
{
...
...
@@ -646,8 +645,8 @@ StScrollView StScrollBar {
min-height
:
1.2em
;
}
.panel-right
.workspace-graph
:hover
,
.panel-right
.workspace-button
:hover
{
b
ox-shadow
:
-3px
0
0
0
#7cb4b4
inset
;
.panel-right
.workspace-button
:hover
{
b
ackground-color
:
#7cb4b4
;
}
.panel-right
.applet-box
{
...
...
@@ -778,11 +777,11 @@ StScrollView StScrollBar {
}
.expo-background
{
background-color
:
black
;
background-color
:
#243334
;
}
.workspace-overview-background-shade
{
background-color
:
black
;
background-color
:
#243334
;
}
.expo-workspace-thumbnail-frame
{
...
...
@@ -1067,7 +1066,7 @@ StScrollView StScrollBar {
}
.switcher-preview-backdrop
{
background-color
:
black
;
background-color
:
#243334
;
}
.ripple-box
{
...
...
@@ -1182,7 +1181,7 @@ StScrollView StScrollBar {
}
#keyboard
{
background-color
:
black
;
background-color
:
#243334
;
}
.keyboard-key
{
...
...
@@ -1215,6 +1214,7 @@ StScrollView StScrollBar {
}
.menu-favorites-box
{
background-color
:
#243334
;
padding
:
8px
;
}
...
...
@@ -1223,7 +1223,7 @@ StScrollView StScrollBar {
}
.menu-favorites-button
:hover
{
background-color
:
rgba
(
2
8
,
36
,
44
,
0.
12
);
background-color
:
rgba
(
2
55
,
255
,
255
,
0.
3
);
border-radius
:
0px
;
color
:
#1c242c
;
}
...
...
@@ -1233,6 +1233,7 @@ StScrollView StScrollBar {
}
.menu-applications-inner-box
{
border
:
1px
solid
#7cb4b4
;
padding
:
8px
;
}
...
...
@@ -1251,7 +1252,7 @@ StScrollView StScrollBar {
.menu-application-button-selected
{
padding
:
0.4em
4px
;
background-color
:
rgba
(
28
,
36
,
44
,
0.12
)
;
background-color
:
#7cb4b4
;
border-radius
:
0px
;
color
:
#1c242c
;
}
...
...
@@ -1272,7 +1273,7 @@ StScrollView StScrollBar {
.menu-category-button-selected
{
padding
:
0.4em
4px
;
background-color
:
rgba
(
28
,
36
,
44
,
0.12
)
;
background-color
:
#7cb4b4
;
border-radius
:
0px
;
color
:
#1c242c
;
}
...
...
@@ -1343,12 +1344,12 @@ StScrollView StScrollBar {
}
.window-list-item-box
:active
,
.window-list-item-box
:checked
,
.window-list-item-box
:focus
{
background-color
:
rgba
(
244
,
252
,
252
,
0.3
)
;
color
:
#
f4fcfc
;
background-color
:
#7cb4b4
;
color
:
#
243334
;
}
.window-list-item-box
:active:hover
,
.window-list-item-box
:checked:hover
,
.window-list-item-box
:focus:hover
{
color
:
#f4fcfc
;
color
:
black
;
}
.window-list-item-box
.progress
{
...
...
@@ -1528,7 +1529,7 @@ StScrollView StScrollBar {
}
.workspace-button
{
background-color
:
#
2b565a
;
background-color
:
#
354B4D
;
width
:
2em
;
height
:
1em
;
color
:
rgba
(
244
,
252
,
252
,
0.7
);
...
...
@@ -1540,22 +1541,29 @@ StScrollView StScrollBar {
color
:
#f4fcfc
;
}
.workspace-button
:hover
{
color
:
#243334
;
}
.workspace-graph
{
background-color
:
black
;
padding
:
3px
;
spacing
:
6px
;
}
.workspace-graph
{
background-color
:
#243334
;
}
.workspace-graph
.workspace
{
background-color
:
#2b565a
;
border
:
1px
solid
rgba
(
28
,
36
,
44
,
0.12
);
background-color
:
#354B4D
;
}
.workspace-graph
.workspace
:active
{
background-color
:
rgba
(
244
,
252
,
252
,
0.3
);
border
:
1px
solid
rgba
(
28
,
36
,
44
,
0.12
);
}
.workspace-graph
.workspace
:active
.windows
{
-active-window-background
:
rgba
(
2
55
,
2
55
,
2
55
,
0.8
);
-active-window-background
:
rgba
(
2
00
,
2
00
,
2
00
,
0.8
);
-active-window-border
:
rgba
(
0
,
0
,
0
,
0.9
);
-inactive-window-background
:
rgba
(
140
,
140
,
140
,
0.8
);
-inactive-window-border
:
rgba
(
0
,
0
,
0
,
0.7
);
...
...
@@ -1603,19 +1611,37 @@ StScrollView StScrollBar {
}
.applet-box
:checked
{
color
:
#f4fcfc
;
background-color
:
#7cb4b4
;
color
:
#243334
;
}
.applet-box
:checked
.applet-label
{
color
:
#f4fcfc
;
color
:
#243334
;
}
.applet-box
:active
{
background-color
:
#7cb4b4
;
color
:
#243334
;
}
.applet-box
:active
.applet-label
{
color
:
#243334
;
}
.applet-box
:hover
{
color
:
#
f4fcfc
;
color
:
#
7cb4b4
;
}
.applet-box
:hover
.applet-label
{
color
:
#f4fcfc
;
color
:
#7cb4b4
;
}
.applet-box
:checked:hover
{
color
:
#243334
;
}
.applet-box
:checked:hover
.applet-label
{
color
:
#243334
;
}
.applet-box
:highlight
{
...
...
@@ -1648,14 +1674,14 @@ StScrollView StScrollBar {
box-shadow
:
0
14px
14px
rgba
(
0
,
0
,
0
,
0.5
),
0
10px
5px
rgba
(
0
,
0
,
0
,
0.44
);
padding
:
12px
;
background-color
:
rgba
(
0
,
0
,
0
,
0.3
);
border-radius
:
0px
;
border-radius
:
2
0px
;
}
.desklet-with-borders
{
font-size
:
9pt
;
font-weight
:
400
;
background-color