Skip to content

Commit 0ab17da

Browse files
author
Naseschwarz
committed
Move "Preset Themes" before "Syntax Highlighting"
1 parent 8b63f34 commit 0ab17da

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

THEMES.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ Notes:
3434
* valid colors can be found in ratatui's [Color](https://docs.rs/ratatui/latest/ratatui/style/enum.Color.html) struct.
3535
* all customizable theme elements can be found in [`style.rs` in the `impl Default for Theme` block](https://github.com/gitui-org/gitui/blob/master/src/ui/style.rs#L305)
3636

37-
## Syntax Highlighting
37+
## Preset Themes:
38+
39+
You can find preset themes by Catppuccin [here](https://github.com/catppuccin/gitui.git).
40+
41+
## Syntax Highlighitng
3842

3943
The syntax highlighting theme can be defined using the element `syntax`. Both [default themes of the syntect library are supported](https://github.com/trishume/syntect/blob/7fe13c0fd53cdfa0f9fea1aa14c5ba37f81d8b71/src/dumps.rs#L215) and custom themes are supported.
4044

0 commit comments

Comments
 (0)