diff --git a/doc/tokyonight.txt b/doc/tokyonight.txt index 87c73f6..15b0b40 100644 --- a/doc/tokyonight.txt +++ b/doc/tokyonight.txt @@ -50,7 +50,10 @@ DAY *tokyonight-day* - minimal inactive statusline - vim terminal colors - darker background for sidebar-like windows -- color configs for Kitty , Alacritty and Fish Shell +- color configs for + Kitty , + Alacritty and + Fish Shell - **lualine** theme @@ -306,8 +309,10 @@ How to add a new extra template: 1. create a file like `lua/tokyonight/extra/cool-app.lua` -2. add the name and output file extension to the `extras` table in `lua/tokyonight/extra/init.lua` -3. in Nvim, run `:lua require("tokyonight.extra").setup()` to generate / update extra themes +2. add the name and output file extension to the `extras` table in +`lua/tokyonight/extra/init.lua` +3. in Nvim, run `:lua require("tokyonight.extra").setup()` to generate / update +extra themes 4. commit the newly created themes under `extra/`