chore: initial commit with some colors defined
This commit is contained in:
commit
76a07e9b01
19
lua/gruber-darker/colors.lua
Normal file
19
lua/gruber-darker/colors.lua
Normal file
@ -0,0 +1,19 @@
|
||||
local M = {}
|
||||
|
||||
M.default = {
|
||||
none = "NONE",
|
||||
fg = "#e4e4e4",
|
||||
["fg+1"] = "#f4f4ff",
|
||||
["fg+2"] = "#f5f5f5",
|
||||
white = "#ffffff",
|
||||
black = "#000000",
|
||||
["bg-1"] = "#101010",
|
||||
bg = "#181818",
|
||||
["bg+1"] = "#282828",
|
||||
["bg+2"] = "#453d41",
|
||||
["bg+3"] = "#484848",
|
||||
["bg+4"] = "#52494e",
|
||||
}
|
||||
|
||||
return M
|
||||
|
9
lua/gruber-darker/init.lua
Normal file
9
lua/gruber-darker/init.lua
Normal file
@ -0,0 +1,9 @@
|
||||
local M = {}
|
||||
|
||||
function M.hello()
|
||||
print("Hello, Gruber!")
|
||||
end
|
||||
|
||||
return M
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user