From 712286bb54d25397d332ce4661c6d00bdf6a792c Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 22 Feb 2021 19:09:10 +0530 Subject: made the theme less rounder --- .themes/MikunoNaka/cinnamon/scss/_global.scss | 36 +++++++++++++-------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to '.themes/MikunoNaka/cinnamon/scss/_global.scss') diff --git a/.themes/MikunoNaka/cinnamon/scss/_global.scss b/.themes/MikunoNaka/cinnamon/scss/_global.scss index 3604d334..d7dbc7fe 100644 --- a/.themes/MikunoNaka/cinnamon/scss/_global.scss +++ b/.themes/MikunoNaka/cinnamon/scss/_global.scss @@ -3,20 +3,20 @@ // main colors used in theme // 1.0 < 1 will result in most cinnamon surfaces being transparent $button_bg_color: #8d5bd0; -$button_fg_color: #e6e1ec; +$button_fg_color: #ffffff; $selected_bg_color: #8d5bd0; -$selected_fg_color: #ffffff; +$selected_fg_color: #e5e5e5; $tooltip_bg_color: #130f23; -$tooltip_fg_color: #d2a0c9; -$dark_bg_color: fade-out(#1d1b4c, 1 - 1.0); -$dark_fg_color: #ffffff; +$tooltip_fg_color: #e5e5e5; +$dark_bg_color: fade-out(#1d1b4d, 1 - 1.0); +$dark_fg_color: #e5e5e5; // an always transparent color used for expo & scale views and the lightbox effect when cinnamon is showing an OSD. -$dark_bg_color_trans: fade-out(#1d1b4c, 1 - (1.0 / 2)); +$dark_bg_color_trans: fade-out(#1d1b4d, 1 - (1.0 / 2)); // used to calculate gradients for gradient values > 0 -$lighten_amount: 1 + (0.13 / 2); -$darken_amount: 1 - (0.13 / 2); +$lighten_amount: 1 + (0.06 / 2); +$darken_amount: 1 - (0.06 / 2); // main background surface gradient start and end colors $light_bg_grad: if($lighten_amount > 1, lighten($dark_bg_color, ($lighten_amount - 1) * lightness($dark_bg_color)), $dark_bg_color); @@ -65,20 +65,20 @@ $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: #b9bcb5; +$primary_caret_color: #d2a0c9; // other colors used in the theme -$link_color: #7e12bf; -$success_color: #add954; -$warning_color: #ebb352; -$error_color: #eb5b7a; -$info_fg_color: #130f23; -$info_bg_color: #8d5bd0; +$link_color: #1c00a5; +$success_color: #0f2fa7; +$warning_color: #f92927; +$error_color: #f4004c; +$info_fg_color: #d2f000; +$info_bg_color: #4023d9; // used for border-radius throughout theme -$roundness: 20px; +$roundness: 3px; // used for buttons, entrys, panel spacing, and menu item spacing. -$spacing: 0px; -$spacing_plus2: (0 + 2) + px; +$spacing: 3px; +$spacing_plus2: (3 + 2) + px; -- cgit v1.2.3