Skip to content

Commit 83ff734

Browse files
author
Naseschwarz
committed
Move "Preset Themes" before "Syntax Highlighting"
1 parent 41393ef commit 83ff734

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

THEMES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ 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+
## Preset Themes
38+
39+
You can find preset themes by Catppuccin [here](https://github.com/catppuccin/gitui.git).
40+
3741
## Syntax Highlighting
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.
@@ -71,5 +75,3 @@ Note that if you want to turn it off, you should use a blank string:
7175
line_break: Some(""),
7276
)
7377
```
74-
## Preset Themes:
75-
You can find preset themes by Catppuccin [here](https://github.com/catppuccin/gitui.git)

0 commit comments

Comments
 (0)