diff --git a/src/Mint-Y/gtk-3.0/assets.svg b/src/Mint-Y/gtk-3.0/assets.svg
index 8fa7c47d9..ce28276f4 100644
--- a/src/Mint-Y/gtk-3.0/assets.svg
+++ b/src/Mint-Y/gtk-3.0/assets.svg
@@ -2999,31 +2999,31 @@
+ style="fill:#D0D0D0;fill-opacity:1">
+ style="display:inline;fill:#D0D0D0;fill-opacity:1">
+ style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#D0D0D0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
@@ -3213,7 +3213,7 @@
id="layer12-45-3-7">
@@ -3724,7 +3724,7 @@
x="0"
y="1029.3622" />
+ style="fill:#D0D0D0;fill-opacity:1">
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1">
+ style="fill:#D0D0D0;fill-opacity:1">
+ style="display:inline;fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
@@ -4849,45 +4849,45 @@
+ style="fill:#D0D0D0;fill-opacity:1">
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1">
+ style="fill:#D0D0D0;fill-opacity:1">
+ style="display:inline;fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="display:inline;fill:#D0D0D0;fill-opacity:1">
+ style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#D0D0D0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
@@ -3194,7 +3194,7 @@
id="layer12-45-3-7">
@@ -3878,7 +3878,7 @@
id="g5400-2-47">
+ style="fill:#D0D0D0;fill-opacity:1">
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1">
+ style="fill:#D0D0D0;fill-opacity:1">
+ style="display:inline;fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
@@ -4830,45 +4830,45 @@
+ style="fill:#D0D0D0;fill-opacity:1">
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1">
+ style="fill:#D0D0D0;fill-opacity:1">
+ style="display:inline;fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
+ style="fill:#D0D0D0;fill-opacity:1" />
button {
//
columnview.view,
treeview.view {
- border-left-color: transparentize($fg_color, 0.65); // this is actually the tree lines color,
- border-top-color: transparentize($fg_color, 0.65); // while this is the grid lines color, better then nothing
+ border-left-color: if($variant == 'dark', transparentize($fg_color, 0.45), transparentize($fg_color, 0.65)); // this is actually the tree lines color,
+ border-top-color: if($variant == 'dark', transparentize($fg_color, 0.45), transparentize($fg_color, 0.65)); // while this is the grid lines color, better then nothing
> rubberband { @extend rubberband; } // to avoid borders being overridden by the previously set props
@@ -2641,7 +2641,7 @@ scrolledwindow {
//vbox and hbox separators
separator {
- background-color: transparentize(black, 0.9);
+ background-color: if($variant == 'dark', transparentize($fg_color, 0.85), transparentize(black, 0.9));
min-width: 1px;
min-height: 1px;
}
@@ -2661,11 +2661,11 @@ list {
&.horizontal row.separator,
&.separators.horizontal > row:not(.separator) {
- border-left: 1px solid transparentize(black, 0.9);
+ border-left: 1px solid if($variant == 'dark', transparentize($fg_color, 0.85), transparentize(black, 0.9));
}
&:not(.horizontal) row.separator,
&.separators:not(.horizontal) > row:not(.separator) {
- border-bottom: 1px solid transparentize(black, 0.9);
+ border-bottom: 1px solid if($variant == 'dark', transparentize($fg_color, 0.85), transparentize(black, 0.9));
}
}
@@ -3169,7 +3169,7 @@ paned {
-gtk-icon-source: none;
border-style: none;
background-color: transparent;
- background-image: _solid($borders_color);
+ background-image: if($variant == 'dark', _solid(lighten($borders_color, 12%)), _solid($borders_color));
background-size: 1px 1px;
&:selected { background-image: _solid($selected_bg_color); }
diff --git a/src/Mint-Y/libadwaita-1.5/defaults-dark.css b/src/Mint-Y/libadwaita-1.5/defaults-dark.css
index 012ecbbd4..125a43d30 100644
--- a/src/Mint-Y/libadwaita-1.5/defaults-dark.css
+++ b/src/Mint-Y/libadwaita-1.5/defaults-dark.css
@@ -21,7 +21,7 @@
@define-color error_color #ff7b63;
@define-color window_bg_color @mint_header;
@define-color window_fg_color white;
-@define-color view_bg_color #2e2e33;
+@define-color view_bg_color #1d1d20;
@define-color view_fg_color white;
@define-color headerbar_bg_color @window_bg_color;
@define-color headerbar_fg_color white;
diff --git a/src/Mint-Y/libadwaita-1.7/defaults-dark.css b/src/Mint-Y/libadwaita-1.7/defaults-dark.css
index 99631edf7..7a2d40972 100644
--- a/src/Mint-Y/libadwaita-1.7/defaults-dark.css
+++ b/src/Mint-Y/libadwaita-1.7/defaults-dark.css
@@ -18,7 +18,7 @@
@define-color error_color oklab(from @error_bg_color max(l, 0.85) a b);
@define-color window_bg_color @mint_header;
@define-color window_fg_color white;
-@define-color view_bg_color #2e2e33;
+@define-color view_bg_color #1d1d20;
@define-color view_fg_color white;
@define-color headerbar_bg_color @window_bg_color;
@define-color headerbar_fg_color white;