diff options
author | max397574 <[email protected]> | 2021-12-06 20:56:22 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-12-06 20:56:22 +0100 |
commit | b1b48be6009632badc59e99e3683f91634cab754 (patch) | |
tree | bd53f71ba0886d0607e39e1cc248d785802fef3e /readme.md | |
parent | 0b1efe5b78ce7266b1c362ce90ac6bd130afce31 (diff) |
feat(themes): allow setup{theme=...}
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. <!-- NOTE: update this --> These themes are currently available: |