This commit is contained in:
Krishna Ayyalasomayajula
2026-05-09 12:41:44 -05:00
parent 216e0f166d
commit 01e226bbd7
5 changed files with 55 additions and 8 deletions
+2 -1
View File
@@ -10,9 +10,9 @@
"better-escape.nvim": { "branch": "master", "commit": "199dcc2643dec5d8dbdab4ec672cf405224dcb3b" }, "better-escape.nvim": { "branch": "master", "commit": "199dcc2643dec5d8dbdab4ec672cf405224dcb3b" },
"blink.cmp": { "branch": "main", "commit": "78336bc89ee5365633bcf754d93df01678b5c08f" }, "blink.cmp": { "branch": "main", "commit": "78336bc89ee5365633bcf754d93df01678b5c08f" },
"blink.compat": { "branch": "main", "commit": "2ed6d9a28b07fa6f3bface818470605f8896408c" }, "blink.compat": { "branch": "main", "commit": "2ed6d9a28b07fa6f3bface818470605f8896408c" },
"catppuccin": { "branch": "main", "commit": "426dbebe06b5c69fd846ceb17b42e12f890aedf1" },
"cmp-dap": { "branch": "master", "commit": "ea92773e84c0ad3288c3bc5e452ac91559669087" }, "cmp-dap": { "branch": "master", "commit": "ea92773e84c0ad3288c3bc5e452ac91559669087" },
"friendly-snippets": { "branch": "main", "commit": "6cd7280adead7f586db6fccbd15d2cac7e2188b9" }, "friendly-snippets": { "branch": "main", "commit": "6cd7280adead7f586db6fccbd15d2cac7e2188b9" },
"github-nvim-theme": { "branch": "main", "commit": "c106c9472154d6b2c74b74565616b877ae8ed31d" },
"gitsigns.nvim": { "branch": "main", "commit": "7010000889bfb6c26065e0b0f7f1e6aa9163edd9" }, "gitsigns.nvim": { "branch": "main", "commit": "7010000889bfb6c26065e0b0f7f1e6aa9163edd9" },
"guess-indent.nvim": { "branch": "main", "commit": "84a4987ff36798c2fc1169cbaff67960aed9776f" }, "guess-indent.nvim": { "branch": "main", "commit": "84a4987ff36798c2fc1169cbaff67960aed9776f" },
"heirline.nvim": { "branch": "master", "commit": "fae936abb5e0345b85c3a03ecf38525b0828b992" }, "heirline.nvim": { "branch": "master", "commit": "fae936abb5e0345b85c3a03ecf38525b0828b992" },
@@ -23,6 +23,7 @@
"mason-nvim-dap.nvim": { "branch": "main", "commit": "e51f9b259f066c4347f9a79ffde54c29a0619384" }, "mason-nvim-dap.nvim": { "branch": "main", "commit": "e51f9b259f066c4347f9a79ffde54c29a0619384" },
"mason-tool-installer.nvim": { "branch": "main", "commit": "443f1ef8b5e6bf47045cb2217b6f748a223cf7dc" }, "mason-tool-installer.nvim": { "branch": "main", "commit": "443f1ef8b5e6bf47045cb2217b6f748a223cf7dc" },
"mason.nvim": { "branch": "main", "commit": "44d1e90e1f66e077268191e3ee9d2ac97cc18e65" }, "mason.nvim": { "branch": "main", "commit": "44d1e90e1f66e077268191e3ee9d2ac97cc18e65" },
"milli.nvim": { "branch": "main", "commit": "6a19fe9ab2a068b7ce384cea277c24672add161e" },
"mini.icons": { "branch": "main", "commit": "397ed3807e96b59709ef3292f0a3e253d5c1dc0a" }, "mini.icons": { "branch": "main", "commit": "397ed3807e96b59709ef3292f0a3e253d5c1dc0a" },
"neo-tree.nvim": { "branch": "main", "commit": "84c75e7a7e443586f60508d12fc50f90d9aee14e" }, "neo-tree.nvim": { "branch": "main", "commit": "84c75e7a7e443586f60508d12fc50f90d9aee14e" },
"neoconf.nvim": { "branch": "main", "commit": "bbe36f4d60ed096282f564ddae4e781e420a8270" }, "neoconf.nvim": { "branch": "main", "commit": "bbe36f4d60ed096282f564ddae4e781e420a8270" },
+1 -1
View File
@@ -1,5 +1,5 @@
return { return {
"AstroNvim/astrocommunity", "AstroNvim/astrocommunity",
{ import = "astrocommunity.colorscheme.catppuccin" }, { import = "astrocommunity.colorscheme.github-nvim-theme" },
{ import = "astrocommunity.markdown-and-latex.vimtex" }, { import = "astrocommunity.markdown-and-latex.vimtex" },
} }
+15 -6
View File
@@ -9,14 +9,23 @@ return {
---@type AstroUIOpts ---@type AstroUIOpts
opts = { opts = {
-- change colorscheme -- change colorscheme
colorscheme = "catppuccin", colorscheme = "github_dark_high_contrast",
-- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes -- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes
highlights = { highlights = {
init = { -- this table overrides highlights in all themes init = {},
-- Normal = { bg = "#000000" }, github_dark_high_contrast = {
}, CursorLine = { bg = "#111111" },
astrodark = { -- a table of overrides/changes when applying the astrotheme theme CursorLineNr = { fg = "#ffffff", bold = true },
-- Normal = { bg = "#000000" }, 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" },
}, },
}, },
-- Icons can be configured throughout the interface -- Icons can be configured throughout the interface
+14
View File
@@ -0,0 +1,14 @@
return {
"projekt0n/github-nvim-theme",
main = "github-theme",
opts = {
options = {
styles = {
comments = "NONE",
},
inverse = {
visual = true,
},
},
},
}
+23
View File
@@ -0,0 +1,23 @@
return {
{
"amansingh-afk/milli.nvim",
lazy = false,
config = function() require("milli").snacks { splash = "blackhole", loop = true } end,
},
{
"folke/snacks.nvim",
dependencies = { "amansingh-afk/milli.nvim" },
opts = function(_, opts)
local splash = require("milli").load { splash = "blackhole" }
opts.dashboard = opts.dashboard or {}
opts.dashboard.preset = opts.dashboard.preset or {}
opts.dashboard.preset.header = table.concat(splash.frames[1], "\n")
opts.dashboard.sections = {
{ section = "header", padding = 2 },
{ section = "keys", gap = 1, padding = 2 },
{ section = "startup" },
}
end,
},
}