[libadwaita/wip/exalm/buttons-5: 13/20] stylesheet: Add linebreaks in _colors.scss
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/buttons-5: 13/20] stylesheet: Add linebreaks in _colors.scss
- Date: Fri, 11 Jun 2021 08:48:51 +0000 (UTC)
commit 5a6e8ced12a6f778bf6e9333ac47060110107b7c
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu Jun 10 22:43:40 2021 +0500
stylesheet: Add linebreaks in _colors.scss
src/stylesheet/_colors.scss | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/src/stylesheet/_colors.scss b/src/stylesheet/_colors.scss
index 1a304902..1da4f989 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -17,18 +17,22 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color, 20%), li
$dark_fill: mix($borders_color, $bg_color, 50%);
$headerbar_bg_color: if($variant == 'light', lighten($bg_color, 5%), darken($bg_color, 3%));
$menu_color: $base_color;
+
$view_hover_color: transparentize($text_color, .93);
$view_active_color: transparentize($text_color, .84);
$view_selected_color: transparentize($text_color, .9);
$view_selected_hover_color: transparentize($text_color, .87);
$view_selected_active_color: transparentize($text_color, .81);
+
$trough_color: transparentize($text_color, .85);
$trough_hover_color: transparentize($text_color, .8);
$trough_active_color: transparentize($text_color, .75);
+
$fill_color: $selected_bg_color;
$fill_text_color: $selected_fg_color;
$fill_hover_color: mix($selected_bg_color, $text_color, 90%);
$fill_active_color: mix($selected_bg_color, $text_color, 80%);
+
$slider_color: mix(white, $base_color, 80%);
$slider_hover_color: white;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]