Initial commit
This commit is contained in:
20
lua/solarized/init.lua
Normal file
20
lua/solarized/init.lua
Normal file
@@ -0,0 +1,20 @@
|
||||
-- M O O N L I G H T
|
||||
-- _..._ _..._ _..._ _..._ _..._
|
||||
-- .:::::::. .::::. `. .:::: `. .::' `. .' `.
|
||||
-- ::::::::::: :::::::. : :::::: : ::: : : :
|
||||
-- ::::::::::: :::::::: : :::::: : ::: : : :
|
||||
-- `:::::::::' `::::::' .' `::::: .' `::. .' `. .'
|
||||
-- `':::'' `'::'-' `'::.-' `':..-' `-...-'
|
||||
|
||||
-- Colorscheme name: solarized.nvim
|
||||
-- Description: Port of VSCode's Solarized colorscheme for NeoVim
|
||||
-- Author: https://github.com/shaunsingh
|
||||
|
||||
local util = require('solarized.util')
|
||||
|
||||
-- Load the theme
|
||||
local set = function ()
|
||||
util.load()
|
||||
end
|
||||
|
||||
return { set = set }
|
||||
Reference in New Issue
Block a user