colorscheme: everforest
This commit is contained in:
parent
39edd88af4
commit
a30e0dc610
1 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
||||||
-- if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
|
|
||||||
|
|
||||||
-- AstroUI provides the basis for configuring the AstroNvim User Interface
|
-- AstroUI provides the basis for configuring the AstroNvim User Interface
|
||||||
-- Configuration documentation can be found with `:h astroui`
|
-- Configuration documentation can be found with `:h astroui`
|
||||||
-- NOTE: We highly recommend setting up the Lua Language Server (`:LspInstall lua_ls`)
|
-- NOTE: We highly recommend setting up the Lua Language Server (`:LspInstall lua_ls`)
|
||||||
|
@ -12,8 +10,8 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
-- change colorscheme
|
-- change colorscheme
|
||||||
-- colorscheme = "astrodark",
|
-- colorscheme = "astrodark",
|
||||||
colorscheme = "astrolight",
|
-- colorscheme = "astrolight",
|
||||||
-- colorscheme = "everforest",
|
colorscheme = "everforest",
|
||||||
-- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes
|
-- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes
|
||||||
highlights = {
|
highlights = {
|
||||||
init = { -- this table overrides highlights in all themes
|
init = { -- this table overrides highlights in all themes
|
||||||
|
|
Loading…
Reference in a new issue