From e6b007b7bb592c67f658ae36a176011c33293908 Mon Sep 17 00:00:00 2001 From: Krishna Ayyalasomayajula Date: Sat, 9 May 2026 14:53:23 -0500 Subject: [PATCH] oxocarbon --- lazy-lock.json | 2 +- lua/plugins/astrocommunity.lua | 2 +- lua/plugins/astroui.lua | 20 +------------------- lua/plugins/github-theme.lua | 14 -------------- 4 files changed, 3 insertions(+), 35 deletions(-) delete mode 100644 lua/plugins/github-theme.lua diff --git a/lazy-lock.json b/lazy-lock.json index 9178578..ffecce3 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -13,7 +13,6 @@ "cmp-dap": { "branch": "master", "commit": "ea92773e84c0ad3288c3bc5e452ac91559669087" }, "diffview.nvim": { "branch": "main", "commit": "4516612fe98ff56ae0415a259ff6361a89419b0a" }, "friendly-snippets": { "branch": "main", "commit": "6cd7280adead7f586db6fccbd15d2cac7e2188b9" }, - "github-nvim-theme": { "branch": "main", "commit": "c106c9472154d6b2c74b74565616b877ae8ed31d" }, "gitsigns.nvim": { "branch": "main", "commit": "7010000889bfb6c26065e0b0f7f1e6aa9163edd9" }, "guess-indent.nvim": { "branch": "main", "commit": "84a4987ff36798c2fc1169cbaff67960aed9776f" }, "heirline.nvim": { "branch": "master", "commit": "fae936abb5e0345b85c3a03ecf38525b0828b992" }, @@ -41,6 +40,7 @@ "nvim-treesitter-textobjects": { "branch": "main", "commit": "5ca4aaa6efdcc59be46b95a3e876300cfead05ef" }, "nvim-ts-autotag": { "branch": "main", "commit": "db15f2e0df2f5db916e511e3fffb682ef2f6354f" }, "nvim-window-picker": { "branch": "main", "commit": "6382540b2ae5de6c793d4aa2e3fe6dbb518505ec" }, + "oxocarbon.nvim": { "branch": "main", "commit": "a7ba74849a00546a311f8c146320b433900393e7" }, "plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" }, "resession.nvim": { "branch": "master", "commit": "cc819b0489938d03e4f3532a583354f0287c015b" }, "smart-splits.nvim": { "branch": "master", "commit": "ddb23c1a1cf1507bda487cda7f6e4690965ef9f5" }, diff --git a/lua/plugins/astrocommunity.lua b/lua/plugins/astrocommunity.lua index 711240a..9b84ee4 100644 --- a/lua/plugins/astrocommunity.lua +++ b/lua/plugins/astrocommunity.lua @@ -1,6 +1,6 @@ return { "AstroNvim/astrocommunity", - { import = "astrocommunity.colorscheme.github-nvim-theme" }, + { import = "astrocommunity.colorscheme.oxocarbon-nvim" }, { import = "astrocommunity.git.neogit" }, { import = "astrocommunity.git.diffview-nvim" }, { import = "astrocommunity.markdown-and-latex.vimtex" }, diff --git a/lua/plugins/astroui.lua b/lua/plugins/astroui.lua index 412bcd5..0c04ce1 100644 --- a/lua/plugins/astroui.lua +++ b/lua/plugins/astroui.lua @@ -9,25 +9,7 @@ return { ---@type AstroUIOpts opts = { -- change colorscheme - colorscheme = "github_dark_high_contrast", - -- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes - highlights = { - init = {}, - github_dark_high_contrast = { - CursorLine = { bg = "#111111" }, - CursorLineNr = { fg = "#ffffff", bold = true }, - FloatBorder = { fg = "#8b949e", bg = "#000000" }, - LineNr = { fg = "#6e7681" }, - Normal = { bg = "#000000" }, - NormalFloat = { bg = "#000000" }, - Pmenu = { bg = "#000000" }, - PmenuSel = { fg = "#ffffff", bg = "#1f2328", bold = true }, - SignColumn = { bg = "#000000" }, - StatusLine = { fg = "#ffffff", bg = "#111111" }, - TabLineSel = { fg = "#ffffff", bg = "#111111", bold = true }, - Visual = { bg = "#1f2328" }, - }, - }, + colorscheme = "oxocarbon", -- Icons can be configured throughout the interface icons = { -- configure the loading of the lsp in the status line diff --git a/lua/plugins/github-theme.lua b/lua/plugins/github-theme.lua deleted file mode 100644 index 5229c75..0000000 --- a/lua/plugins/github-theme.lua +++ /dev/null @@ -1,14 +0,0 @@ -return { - "projekt0n/github-nvim-theme", - main = "github-theme", - opts = { - options = { - styles = { - comments = "NONE", - }, - inverse = { - visual = true, - }, - }, - }, -}