beautiful: init default theme by default
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
01461f7dd8
commit
42c47eecce
|
@ -69,4 +69,7 @@ end
|
||||||
|
|
||||||
setmetatable(_M, { __index = function(t, k) return theme[k] end })
|
setmetatable(_M, { __index = function(t, k) return theme[k] end })
|
||||||
|
|
||||||
|
-- Init with default theme.
|
||||||
|
init("@AWESOME_THEMES_PATH@/default/theme.lua")
|
||||||
|
|
||||||
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80
|
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80
|
||||||
|
|
Loading…
Reference in New Issue