From ee0092886defccf649f92e904fd53c991bc71fba Mon Sep 17 00:00:00 2001 From: Pojok Code Date: Fri, 30 Aug 2024 18:54:01 +0700 Subject: [PATCH] enc: update patch plugins --- lazy-lock.json | 4 ++-- lua/plugins/themes/evatheme.lua | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lazy-lock.json b/lazy-lock.json index cdd3ddf..44f1dee 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -40,8 +40,8 @@ "nvim-notify": { "branch": "master", "commit": "d333b6f167900f6d9d42a59005d82919830626bf" }, "nvim-scrollview": { "branch": "main", "commit": "30ca6e18265928eb4ea7402346b4dfddbd8ce41e" }, "nvim-tree.lua": { "branch": "master", "commit": "ad0b95dee55955817af635fa121f6e2486b10583" }, - "nvim-treesitter": { "branch": "master", "commit": "585860a1865853d2c287c8ef534297da8115818e" }, - "nvim-treesitter-textobjects": { "branch": "master", "commit": "41e3abf6bfd9a9a681eb1f788bdeba91c9004b2b" }, + "nvim-treesitter": { "branch": "master", "commit": "9ac3931bf6891cecd59c432d343d6490afd401e5" }, + "nvim-treesitter-textobjects": { "branch": "master", "commit": "3a3c6244553f13fdd92d312c82722b57ce6c4bec" }, "nvim-ts-autotag": { "branch": "main", "commit": "e239a560f338be31337e7abc3ee42515daf23f5e" }, "nvim-ts-context-commentstring": { "branch": "main", "commit": "375c2d86cee6674afd75b4f727ce3a80065552f7" }, "nvim-web-devicons": { "branch": "master", "commit": "5b9067899ee6a2538891573500e8fd6ff008440f" }, diff --git a/lua/plugins/themes/evatheme.lua b/lua/plugins/themes/evatheme.lua index 1739a90..52a1acc 100644 --- a/lua/plugins/themes/evatheme.lua +++ b/lua/plugins/themes/evatheme.lua @@ -11,8 +11,10 @@ if substring(tostring(clr), "Eva") and true or false then pattern = "*", callback = function() local hi = vim.api.nvim_set_hl - hi(0, "LspInfoBorder", { fg = "#2F3F5C" }) - hi(0, "FloatBorder", { fg = "#2F3F5C" }) + -- hi(0, "LspInfoBorder", { fg = "#2F3F5C" }) + hi(0, "LspInfoBorder", { fg = "#598DEF" }) + -- hi(0, "FloatBorder", { fg = "#2F3F5C" }) + hi(0, "FloatBorder", { fg = "#598DEF" }) hi(0, "StatusLine", { bg = color.background }) hi(0, "StatusLineNC", { bg = color.background }) hi(0, "WinBar", { bg = color.background })