From 49e5fa571005da10d156d14f82e145afaf96214e Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Fri, 16 May 2025 22:33:54 +0300 Subject: =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/lua/plugins/theme.lua | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 nvim/lua/plugins/theme.lua (limited to 'nvim/lua/plugins/theme.lua') diff --git a/nvim/lua/plugins/theme.lua b/nvim/lua/plugins/theme.lua deleted file mode 100644 index 72a6f81..0000000 --- a/nvim/lua/plugins/theme.lua +++ /dev/null @@ -1,21 +0,0 @@ -return { - "navarasu/onedark.nvim", - priority = 1000, -- make sure to load this before all the other start plugins - config = function() - require("onedark").setup({ - style = "darker", - colors = { - bright_orange = "#ff8800", -- define a new color - }, - highlights = { - -- ["@lsp.type.keyword"] = { fg = "$green", fmt = "bold,underline" }, - -- ["@lsp.type.property"] = { fg = "$bright_orange", bg = "#00ff00", fmt = "bold" }, - -- ["@lsp.type.function"] = { fg = "#0000ff", sp = "$cyan", fmt = "underline,italic" }, - -- ["@lsp.type.method"] = { link = "@function" }, - -- To add language specific config - -- ["@lsp.type.variable.go"] = { fg = "none" }, - }, - }) - require("onedark").load() - end, -} -- cgit v1.2.3