Implement tab drag and drop

This commit is contained in:
Guldoman
2021-09-17 22:25:05 +02:00
committed by Francesco
parent 6a3f59c423
commit 3eba7cd7f1
3 changed files with 256 additions and 23 deletions
+2
View File
@@ -44,6 +44,8 @@ style.scrollbar2 = { common.color "#4b4b52" }
style.nagbar = { common.color "#FF0000" }
style.nagbar_text = { common.color "#FFFFFF" }
style.nagbar_dim = { common.color "rgba(0, 0, 0, 0.45)" }
style.drag_overlay = { common.color "rgba(255,255,255,0.1)" }
style.drag_overlay_tab = { common.color "#93DDFA" }
style.syntax = {}
style.syntax["normal"] = { common.color "#e1e1e6" }