new colorscheme! added as a submodule, which will be pulled right where it needs to sit updated the config to follow the changes add colorscheme.lua to configurate !!!BROKEN: this file uses script that are not yet committedmail_filter
parent
f0920db8df
commit
b03369ba79
@ -0,0 +1,13 @@
|
||||
-- Author : swytch
|
||||
-- Created : Friday Oct. 22, 2021 22:07:41 CET
|
||||
-- License : GPLv3
|
||||
-- Description : colorscheme config file
|
||||
|
||||
|
||||
local utils = require("utils")
|
||||
local file = os.getenv("XDG_STATE_HOME") .. "/nvim_colorscheme"
|
||||
local colorscheme = utils.lines_from(file)[0]
|
||||
|
||||
require("astronomy").setup {
|
||||
variant = colorscheme,
|
||||
}
|
@ -0,0 +1 @@
|
||||
Subproject commit c329ff44d3aef42e8347563bf7ae119b5a2a2d70
|
Reference in new issue