From b1b48be6009632badc59e99e3683f91634cab754 Mon Sep 17 00:00:00 2001 From: max397574 Date: Mon, 6 Dec 2021 20:56:22 +0100 Subject: feat(themes): allow setup{theme=...} --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 941400b..c732258 100644 --- a/readme.md +++ b/readme.md @@ -58,10 +58,10 @@ The file has to return settings. For one of the default themes this can be done like this: (example with the startify theme) ```lua -local settings = require"startup.themes.startify" - -return settings + require"startup".setup({theme = "evil"}) ``` +This searches for themes in lua/startup/themes. +You can also put your own themes in there or override one of the default themes. These themes are currently available: -- cgit v1.2.3