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 -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