mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Update colors
This commit is contained in:
@@ -205,14 +205,15 @@
|
||||
|
||||
@if $t==rounded {
|
||||
box-shadow: none;
|
||||
// border: 1px solid $c;
|
||||
text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9);
|
||||
color: white;
|
||||
border-radius: 100px;
|
||||
background: $suggested_bg_color; }
|
||||
background: $suggested_bg_color;
|
||||
}
|
||||
|
||||
@if $t==rounded-red {
|
||||
box-shadow: none;
|
||||
// border: 1px solid $c;
|
||||
text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9);
|
||||
color: white;
|
||||
border-radius: 100px;
|
||||
background: $destructive_bg_color;
|
||||
@@ -595,5 +596,5 @@ box-shadow: none;
|
||||
}
|
||||
|
||||
@mixin scale-highlight($dir) {
|
||||
background: linear-gradient(to $dir, #00f17d, #00f7d2);
|
||||
background: linear-gradient(to $dir, #ff005d, #ff8b26);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user