oxocarbon

This commit is contained in:
Krishna Ayyalasomayajula
2026-05-09 14:53:23 -05:00
parent 29a9353096
commit e6b007b7bb
4 changed files with 3 additions and 35 deletions
+1 -1
View File
@@ -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" },
+1 -19
View File
@@ -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
-14
View File
@@ -1,14 +0,0 @@
return {
"projekt0n/github-nvim-theme",
main = "github-theme",
opts = {
options = {
styles = {
comments = "NONE",
},
inverse = {
visual = true,
},
},
},
}