Skip to content

Commit b0fe8ed

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

THEMES.md

Lines changed: 4 additions & 0 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.

0 commit comments

Comments
 (0)