Skip to content

Commit

Permalink
Update lightline docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoborus committed Mar 2, 2024
1 parent a6cd890 commit 536a069
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs/lightline.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@

## Creating styles

Before creating any lightline theme you need at least one color palette in
`estilos/palettes` folder. Then proceed to add the blank lightline template from
the command line:

```sh
estilo add-lightline
```

This command will create a style file in `estilos/lightline` directory of your
project. Open it, it will look like this:
Before creating the lightline theme you need at least one color palette in
`estilos/palettes` directory. Then create your lightline style as a `.yml`
file inside `estilos/lightline` folder, and paste this content:

```yml
normal1: ''
Expand Down

0 comments on commit 536a069

Please sign in to comment.