Cinnamon: Update desktop theme colors

This commit is contained in:
EliverLara
2020-09-23 12:47:58 -05:00
parent e3ee178398
commit 21a530125e
24 changed files with 879 additions and 885 deletions

View File

@@ -2,9 +2,9 @@
// it gets @if ed depending on $variant
$base_color: #181b28;
$base_color: #1E282C;
$text_color: #98abb2;
$bg_color: #181b28;
$bg_color: #222e39;
$fg_color: #98abb2;
$main_dark_color: darken($bg_color, 5%);
@@ -18,13 +18,10 @@ $darkpurple: #7b7bbd;
$blue: #7cb7ff;
$cyan: #00c1e4;
$g1: #c50ed2;
$g2: #8500f7;
$selected_fg_color: #fefefe;
$selected_bg_color: #c50ed2;
$selected_fg_color: #f7f7f7;
$selected_bg_color: #00e8b7;
$selected_borders_color: darken($selected_bg_color, 20%);
$borders_color: darken($main_dark_color, 5%);
$borders_color: darken(#1d2021, 3%);
$link_color: $blue;
$link_visited_color:transparentize($link_color,0.5);