feat: update screenshots, update Astronvim and readme

This commit is contained in:
d3m0k1d
2026-02-21 23:26:30 +03:00
parent 65fc2c31ff
commit f9ea458185
11 changed files with 85 additions and 27 deletions

View File

@@ -12,10 +12,26 @@ return {
opts = {
-- change colorscheme
colorscheme = "astrodark",
-- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes
highlights = {
init = { -- this table overrides highlights in all themes
-- Normal = { bg = "#000000" },Normal = { bg = "NONE", ctermbg = "NONE" },
StatusLine = { bg = "NONE" },
StatusLineNC = { bg = "NONE" },
TabLine = { bg = "NONE" },
TabLineFill = { bg = "NONE" },
TabLineSel = { bg = "NONE" },
BufferLine = { bg = "NONE" },
BufferLineFill = { bg = "NONE" },
HeirlineActive = { bg = "NONE" },
HeirlineInactive = { bg = "NONE" },
NeoTreeGitAdded = { bg = "NONE" },
NeoTreeGitModified = { bg = "NONE" },
NeoTreeGitDeleted = { bg = "NONE" },
BufferLineGitAdded = { bg = "NONE" },
BufferLineGitModified = { bg = "NONE" },
BufferLineGitDeleted = { bg = "NONE" },
HeirlineGit = { bg = "NONE" },
},
astrodark = { -- a table of overrides/changes when applying the astrotheme theme
-- Normal = { bg = "#000000" },