diff --git a/lua/plugins/configs/ui/icons.lua b/lua/plugins/configs/ui/icons.lua index c54e4b7..1e5f68a 100644 --- a/lua/plugins/configs/ui/icons.lua +++ b/lua/plugins/configs/ui/icons.lua @@ -14,7 +14,7 @@ return { LSPLoading9 = "⠇", LSPLoading10 = "⠏", -- Git - Github = "", + Github = "  ", GitAdd = "", GitBranch = "", GitChange = "", @@ -43,7 +43,7 @@ return { DapLogPoint = "", DapStopped = "", -- Diagnostics - Diagnostic = "󰒡", + Diagnostic = " 󰒡 ", DiagnosticError = "", DiagnosticHint = "", DiagnosticInfo = "󰋼", diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 51fc842..7f6bb0e 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -76,14 +76,15 @@ return { vertical_line = "┃", left_top = "┏", left_bottom = "┗", - right_arrow = "➤", + -- right_arrow = "➤", }, - style = "#cba6f7", - delay = 100, + style = "#06D001", + delay = 50, }, indent = { enable = true, - chars = { "┃" }, + chars = { "|" }, + style = "#5A639C" }, blank = { enable = false,