Update theme

Fixes some of the colors for backgrounds etc for darkmode
This commit is contained in:
David Todd
2021-02-19 16:29:15 -06:00
parent 4e7621a860
commit 2f68628e66
97 changed files with 4134 additions and 4134 deletions

View File

@@ -27,7 +27,7 @@
offset="0"
id="stop4142" />
<stop
style="stop-color:#c6c8d1;stop-opacity:1"
style="stop-color:#1e202f;stop-opacity:1"
offset="1"
id="stop4144" />
</linearGradient>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -27,7 +27,7 @@
offset="0"
id="stop4142" />
<stop
style="stop-color:#c6c8d1;stop-opacity:1"
style="stop-color:#1e202f;stop-opacity:1"
offset="1"
id="stop4144" />
</linearGradient>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -62,7 +62,7 @@
gradientUnits="userSpaceOnUse" /><linearGradient
inkscape:collect="always"
id="linearGradient16498-6"><stop
style="stop-color:#c6c8d1;stop-opacity:1"
style="stop-color:#1e202f;stop-opacity:1"
offset="0"
id="stop16500-8" /><stop
style="stop-color:#161821;stop-opacity:1"

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@@ -27,7 +27,7 @@
offset="0"
id="stop4694" />
<stop
style="stop-color:#c6c8d1;stop-opacity:1"
style="stop-color:#1e202f;stop-opacity:1"
offset="1"
id="stop4696" />
</linearGradient>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -27,7 +27,7 @@
offset="0"
id="stop4694" />
<stop
style="stop-color:#c6c8d1;stop-opacity:1"
style="stop-color:#1e202f;stop-opacity:1"
offset="1"
id="stop4696" />
</linearGradient>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -718,7 +718,7 @@
offset="0"
id="stop3940-9-2" />
<stop
style="stop-color:#c6c8d1;stop-opacity:1;"
style="stop-color:#1e202f;stop-opacity:1;"
offset="1"
id="stop3942-9-2" />
</linearGradient>

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -718,7 +718,7 @@
offset="0"
id="stop3940-9-2" />
<stop
style="stop-color:#c6c8d1;stop-opacity:1;"
style="stop-color:#1e202f;stop-opacity:1;"
offset="1"
id="stop3942-9-2" />
</linearGradient>

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -1405,7 +1405,7 @@
offset="0"
id="stop3940-9-2" />
<stop
style="stop-color:#c6c8d1;stop-opacity:1;"
style="stop-color:#1e202f;stop-opacity:1;"
offset="1"
id="stop3942-9-2" />
</linearGradient>
@@ -1486,7 +1486,7 @@
height="10"
width="3"
id="rect4195"
style="color:#000000;fill:#d2d4de;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
style="color:#000000;fill:#161821;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
<g

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

@@ -1405,7 +1405,7 @@
offset="0"
id="stop3940-9-2" />
<stop
style="stop-color:#c6c8d1;stop-opacity:1;"
style="stop-color:#1e202f;stop-opacity:1;"
offset="1"
id="stop3942-9-2" />
</linearGradient>
@@ -1486,7 +1486,7 @@
height="10"
width="3"
id="rect4195"
style="color:#000000;fill:#d2d4de;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
style="color:#000000;fill:#161821;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
<g

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

@@ -2,12 +2,12 @@
// main colors used in theme
// 1.0 < 1 will result in most cinnamon surfaces being transparent
$button_bg_color: #6b7089;
$button_bg_color: #161821;
$button_fg_color: #c6c8d1;
$selected_bg_color: #84a0c6;
$selected_fg_color: #d2d4de;
$tooltip_bg_color: #c6c8d1;
$tooltip_fg_color: #161821;
$selected_fg_color: #161821;
$tooltip_bg_color: #1e202f;
$tooltip_fg_color: #c6c8d1;
$dark_bg_color: fade-out(#161821, 1 - 1.0);
$dark_fg_color: #c6c8d1;
@@ -65,7 +65,7 @@ $scrollbar_slider_color: mix($dark_bg_color, $dark_fg_color, 20%);
$scrollbar_slider_hover_color: mix($dark_bg_color, $selected_bg_color, 20%);
// caret colors for dialog entrys
$primary_caret_color: #161821;
$primary_caret_color: #84a0c6;
// other colors used in the theme
$link_color: #84a0c6;
@@ -79,6 +79,6 @@ $info_bg_color: #91acd1;
$roundness: 4px;
// used for buttons, entrys, panel spacing, and menu item spacing.
$spacing: 3px;
$spacing_plus2: (3 + 2) + px;
$spacing: 0px;
$spacing_plus2: (0 + 2) + px;