nvim theme

This commit is contained in:
2024-05-18 14:14:42 +03:00
parent a9144544ac
commit fdf489dfe3
4 changed files with 34 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
--if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
-- AstroCommunity: import any community modules here
-- We import this file in `lazy_setup.lua` before the `plugins/` folder.
@@ -12,4 +12,6 @@ return {
{ import = "astrocommunity.colorscheme.catppuccin" },
{ import = "astrocommunity.pack.rust" },
{ import = "astrocommunity.pack.cpp" },
{ import = "astrocommunity.pack.markdown" },
{ import = "astrocommunity.pack.docker" },
}

View File

@@ -1,4 +1,4 @@
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
--if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
-- AstroUI provides the basis for configuring the AstroNvim User Interface
-- Configuration documentation can be found with `:h astroui`
@@ -11,7 +11,7 @@ return {
---@type AstroUIOpts
opts = {
-- change colorscheme
colorscheme = "catppuccin",
colorscheme = "catppuccin-macchiato",
-- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes
highlights = {
init = { -- this table overrides highlights in all themes