1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

rotated colors

This commit is contained in:
muerwre 2019-07-29 19:13:16 +07:00
parent 0941253b1c
commit 6547f3bed0
10 changed files with 82 additions and 43 deletions

View file

@ -7,7 +7,7 @@ $olive: #8bc12a;
$orange: #ff7549;
$grass: #41800d;
$red_gradient: linear-gradient(170deg, $orange -50%, $red 150%);
$red_gradient: linear-gradient(165deg, $orange -50%, $red 150%);
$blue_gradient: linear-gradient(170deg, $green, $dark_blue);
$green_gradient: linear-gradient(170deg, $olive -20%, $grass 120%);
$purple_gradient: linear-gradient(170deg, $red, $dark_blue);
@ -15,13 +15,13 @@ $purple_gradient: linear-gradient(170deg, $red, $dark_blue);
//$color_yellow: yellow;
//$main_bg_color: #161616;
$main_bg_color: #111111;
$main_bg_color: #131112;
$main_text_color: white;
$content_bg_color: #222222;
$content_bg_secondary: darken($content_bg_color, 3%);
$cell_bg: #222222;
$cell_bg: lighten($main_bg_color, 5%);
$text_normal: 16px;
$text_small: 14px;
@ -29,16 +29,16 @@ $text_big: 20px;
$text_sign: 22px;
$input_bg_color: transparentize(black, 0.8);
$button_bg_color: $red;
$button_bg_color: $red_gradient;
$comment_bg: #191919;
$panel_bg: #191919;
$node_bg: #111111;
$node_image_bg: #131313;
$node_title_background: #191919;
$comment_bg: lighten($main_bg_color, 4%);
$panel_bg: transparent;
$node_bg: $main_bg_color;
$node_image_bg: lighten($main_bg_color, 4%);
$node_title_background: darken($main_bg_color, 4%);
$editor_panel_bg: lighten($main_bg_color, 5%);
$editor_bg: lighten($main_bg_color, 10%);
$editor_panel_bg: transparentize(white, 0.98);
$editor_bg: lighten($main_bg_color, 4%);
$scroll_color: $red_gradient;
$scroll_inactive_opacity: 0.5;