mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-14 07:39:52 +01:00
Update selected tab gradient colors
This commit is contained in:
@@ -29,6 +29,10 @@ $selected_bg_color: #c50ed2;
|
||||
$selected_borders_color: darken($selected_bg_color, 10%);
|
||||
$borders_color: if($variant == 'light', transparentize(black,0.87), transparentize(#0C0E15,0.2));
|
||||
$borders_edge: if($variant == 'light', transparentize(white, 0.8), transparentize(white, 0.9));
|
||||
|
||||
$selected-tab-gradient-start: #5800E2;
|
||||
$selected-tab-gradient-end: #FF00E6;
|
||||
|
||||
$link_color: $blue;
|
||||
$link_visited_color:transparentize($link_color,0.5);
|
||||
$top_highlight: if($variant == 'light', transparentize(white, 0.8), transparentize(white, 0.9));
|
||||
|
||||
Reference in New Issue
Block a user