You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: THEMES.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,11 @@ Notes:
34
34
* valid colors can be found in ratatui's [Color](https://docs.rs/ratatui/latest/ratatui/style/enum.Color.html) struct.
35
35
* 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)
36
36
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
38
42
39
43
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