| | 8 | |
| | 9 | To set up a custom syntax highlighting scheme, you create a .yml file that defines |
| | 10 | a mapping from syntactic elements to colors. The easiest way to create your own scheme is |
| | 11 | probably to copy an existing style file (for instance, default.yml) from the ''share/styles/'' folder of Padre. |
| | 12 | Put it in styles subdirectory of your padre configuration directory, and then modify it. Padre checks this folder |
| | 13 | on start-up and adds any styles in the YAML files there to the list of available styles. |
| | 14 | |
| | 15 | You can find out where is the Padre configuration directory on your computer by looking at '''Help -> About -> System Info -> Config''' |
| | 16 | |