Implement tab drag and drop

This commit is contained in:
Guldoman
2021-10-02 18:36:59 +02:00
committed by Francesco Abbate
parent 86632b68de
commit dced6da03d
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" }