-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgitui.tera
More file actions
30 lines (30 loc) · 1.04 KB
/
gitui.tera
File metadata and controls
30 lines (30 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
whiskers:
version: "2.2.0"
matrix:
- flavor
filename: "themes/catppuccin-{{ flavor.identifier }}.ron"
---
(
selected_tab: Some("Reset"),
command_fg: Some("#{{ text.hex }}"),
selection_bg: Some("#{{ surface2.hex }}"),
selection_fg: Some("#{{ text.hex }}"),
cmdbar_bg: Some("#{{ mantle.hex }}"),
cmdbar_extra_lines_bg: Some("#{{ mantle.hex }}"),
disabled_fg: Some("#{{ overlay1.hex }}"),
diff_line_add: Some("#{{ green.hex }}"),
diff_line_delete: Some("#{{ red.hex }}"),
diff_file_added: Some("#{{ green.hex }}"),
diff_file_removed: Some("#{{ maroon.hex }}"),
diff_file_moved: Some("#{{ mauve.hex }}"),
diff_file_modified: Some("#{{ peach.hex }}"),
commit_hash: Some("#{{ lavender.hex }}"),
commit_time: Some("#{{ subtext1.hex }}"),
commit_author: Some("#{{ sapphire.hex }}"),
danger_fg: Some("#{{ red.hex }}"),
push_gauge_bg: Some("#{{ blue.hex }}"),
push_gauge_fg: Some("#{{ base.hex }}"),
tag_fg: Some("#{{ rosewater.hex }}"),
branch_fg: Some("#{{ teal.hex }}")
)