This repository was archived by the owner on Mar 9, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsource.fish
More file actions
123 lines (108 loc) · 3.59 KB
/
source.fish
File metadata and controls
123 lines (108 loc) · 3.59 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Rosé Pine theme for Tide
# https://github.com/rose-pine/tide
# Left prompt: os
set -gx tide_os_bg_color $iris
set -gx tide_os_color $base
# Left prompt: pwd
set -gx tide_pwd_bg_color $foam
set -gx tide_pwd_color_anchors $base
set -gx tide_pwd_color_dirs $base
set -gx tide_pwd_color_truncated_dirs $base
# Left prompt: git
set -gx tide_git_bg_color $foam
set -gx tide_git_bg_color_unstable $gold
set -gx tide_git_bg_color_urgent $love
set -gx tide_git_color_branch $base
set -gx tide_git_color_conflicted $base
set -gx tide_git_color_dirty $base
set -gx tide_git_color_operation $base
set -gx tide_git_color_staged $base
set -gx tide_git_color_stash $base
set -gx tide_git_color_untracked $base
set -gx tide_git_color_upstream $base
# Left prompt: character
set -gx tide_character_color $pine
set -gx tide_character_color_failure $love
# Right prompt: status
set -gx tide_status_bg_color $foam
set -gx tide_status_bg_color_failure $love
set -gx tide_status_color $base
set -gx tide_status_color_failure $base
# Right prompt: cmd_duration
set -gx tide_cmd_duration_bg_color $iris
set -gx tide_cmd_duration_color $base
# Right prompt: time
set -gx tide_time_bg_color $iris
set -gx tide_time_color $base
# Right prompt: context
set -gx tide_context_bg_color $iris
set -gx tide_context_color_default $base
set -gx tide_context_color_root $base
set -gx tide_context_color_ssh $base
# Right prompt: jobs
set -gx tide_jobs_bg_color $gold
set -gx tide_jobs_color $base
# Right prompt: languages
set -gx tide_node_bg_color $pine
set -gx tide_node_color $base
set -gx tide_python_bg_color $pine
set -gx tide_python_color $base
set -gx tide_go_bg_color $pine
set -gx tide_go_color $base
set -gx tide_rustc_bg_color $pine
set -gx tide_rustc_color $base
set -gx tide_ruby_bg_color $pine
set -gx tide_ruby_color $base
set -gx tide_java_bg_color $pine
set -gx tide_java_color $base
set -gx tide_php_bg_color $pine
set -gx tide_php_color $base
set -gx tide_elixir_bg_color $pine
set -gx tide_elixir_color $base
set -gx tide_crystal_bg_color $pine
set -gx tide_crystal_color $base
set -gx tide_zig_bg_color $pine
set -gx tide_zig_color $base
set -gx tide_bun_bg_color $pine
set -gx tide_bun_color $base
# Right prompt: cloud/infra
set -gx tide_aws_bg_color $pine
set -gx tide_aws_color $base
set -gx tide_gcloud_bg_color $pine
set -gx tide_gcloud_color $base
set -gx tide_kubectl_bg_color $pine
set -gx tide_kubectl_color $base
set -gx tide_terraform_bg_color $pine
set -gx tide_terraform_color $base
set -gx tide_pulumi_bg_color $pine
set -gx tide_pulumi_color $base
set -gx tide_docker_bg_color $pine
set -gx tide_docker_color $base
# Right prompt: containers
set -gx tide_distrobox_bg_color $pine
set -gx tide_distrobox_color $base
set -gx tide_toolbox_bg_color $pine
set -gx tide_toolbox_color $base
# Right prompt: other
set -gx tide_direnv_bg_color $foam
set -gx tide_direnv_bg_color_denied $love
set -gx tide_direnv_color $base
set -gx tide_direnv_color_denied $base
set -gx tide_nix_shell_bg_color $foam
set -gx tide_nix_shell_color $base
set -gx tide_shlvl_bg_color $gold
set -gx tide_shlvl_color $base
set -gx tide_private_mode_bg_color $love
set -gx tide_private_mode_color $base
# Vi mode
set -gx tide_vi_mode_bg_color_default $pine
set -gx tide_vi_mode_color_default $base
set -gx tide_vi_mode_bg_color_insert $foam
set -gx tide_vi_mode_color_insert $base
set -gx tide_vi_mode_bg_color_replace $rose
set -gx tide_vi_mode_color_replace $base
set -gx tide_vi_mode_bg_color_visual $iris
set -gx tide_vi_mode_color_visual $base
# Prompt frame and separators
set -gx tide_prompt_color_frame_and_connection $subtle
set -gx tide_prompt_color_separator_same_color $subtle