[libadwaita/wip/exalm/accent: 3/17] stylesheet: Drop an unused color
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/accent: 3/17] stylesheet: Drop an unused color
- Date: Wed, 16 Jun 2021 11:02:42 +0000 (UTC)
commit 20b081bc8f6c0f72903b7ca1af1f7f6e65c635ad
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Fri Jun 11 21:19:04 2021 +0500
stylesheet: Drop an unused color
src/stylesheet/_colors.scss | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/src/stylesheet/_colors.scss b/src/stylesheet/_colors.scss
index e6609801..a83bb842 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -8,7 +8,6 @@ $fg_color: if($variant == 'light', #2e3436, #eeeeec);
$accent_text: #ffffff;
$accent_color: if($variant == 'light', #3584e4, #62a0ea);
-$selected_borders_color: darken($accent_color, 15%);
$borders_color: if($variant == 'light', darken($bg_color, 18%), darken($bg_color, 10%));
$alt_borders_color: if($variant == 'light', darken($bg_color, 24%), darken($bg_color, 18%));
$borders_edge: if($variant == 'light', transparentize(white, 0.2), transparentize($fg_color, 0.93));
@@ -84,7 +83,6 @@ $dim_label_opacity: 0.55;
$fg_color: if($variant == 'light', darken($fg_color, 3%), lighten($fg_color, 2%));
$bg_color: if($variant == 'light', lighten($bg_color, 3%), darken($bg_color, 2%));
$accent_color: darken($accent_color, 10%);
- $selected_borders_color: darken($selected_borders_color, 10%);
$borders_color: if($variant == 'light', darken($borders_color, 30%), lighten($borders_color, 30%));
$alt_borders_color: if($variant == 'light', darken($alt_borders_color, 33%), lighten($alt_borders_color,
28%));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]