UNPKG

479 BMarkdownView Raw
1Color palettes
2==============
3
4Every project needs a minimum of one color palette in `yourprojet/estilo/palettes` folder. This files are simple *yaml* list of the hexadecimal colors you are going to use in your colorschemes and status lines.
5
6You can write as many palettes as you want. This is a simple example of one:
7
8```yaml
9lemon: '#ffcc55'
10grass: '#99bb00'
11ocean: '#66bbff'
12blood: '#ee2244'
13text: '#eeeeee'
14bg: '#282828'
15```
16
17---
18
19**Next: [Colorschemes](colorschemes.md)**