oxocarbon
This commit is contained in:
+1
-19
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user