mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Fix drag highlighting issue
This commit is contained in:
@@ -69,7 +69,7 @@ $drop_target_color: #a1ce4b;
|
||||
$text_shadow_color: if($variant == 'dark', $shadow_color, transparentize(white, 0.9));
|
||||
$icon_shadow_color: $text_shadow_color;
|
||||
|
||||
$drop_target_color: #4e9a06;
|
||||
$drop_target_color: $lime;
|
||||
|
||||
// Infobar colors
|
||||
$info_color: $lime;
|
||||
|
||||
Reference in New Issue
Block a user