-
-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathtuicr-teal.toml
More file actions
54 lines (46 loc) · 1.33 KB
/
Copy pathtuicr-teal.toml
File metadata and controls
54 lines (46 loc) · 1.33 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Repo-owned local theme example for tuicr.
# Flat key/value schema is intentional: local themes use the same top-level keys
# that tuicr validates at load time, so the file stays easy to copy and edit.
panel_bg = "#062832"
bg_highlight = "#12435f"
fg_primary = "#d7e7ff"
fg_secondary = "#9eb8d4"
fg_dim = "#617c99"
diff_add = "#39d0b3"
diff_add_bg = "#123f3d"
diff_del = "#ff6b8a"
diff_del_bg = "#4a2434"
diff_context = "#d7e7ff"
diff_hunk_header = "#79b8ff"
expanded_context_fg = "#617c99"
syntax_add_bg = "#123f3d"
syntax_del_bg = "#4a2434"
# Optional syntax theme, resolved relative to this file.
syntax_theme = "tuicr-teal-syntax.tmTheme"
file_added = "#39d0b3"
file_modified = "#f2c36b"
file_deleted = "#ff6b8a"
file_renamed = "#b18cff"
reviewed = "#39d0b3"
pending = "#f2c36b"
comment_note = "#79b8ff"
comment_suggestion = "#4ee3ff"
comment_issue = "#ff6b8a"
comment_praise = "#55d68b"
border_focused = "#4ee3ff"
border_unfocused = "#23415f"
status_bar_bg = "#0b2d3f"
cursor_color = "#f2c36b"
cursor_line_bg = "#0d3248"
branch_name = "#b18cff"
help_indicator = "#7a96b3"
message_info_fg = "#061827"
message_info_bg = "#79b8ff"
message_warning_fg = "#061827"
message_warning_bg = "#f2c36b"
message_error_fg = "#061827"
message_error_bg = "#ff6b8a"
update_badge_fg = "#061827"
update_badge_bg = "#f2c36b"
mode_fg = "#061827"
mode_bg = "#4ee3ff"