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