summaryrefslogtreecommitdiff
path: root/.config/fish/functions/tide/configure
diff options
context:
space:
mode:
Diffstat (limited to '.config/fish/functions/tide/configure')
-rw-r--r--.config/fish/functions/tide/configure/configs/classic.fish6
-rw-r--r--.config/fish/functions/tide/configure/configs/classic_16color.fish2
-rw-r--r--.config/fish/functions/tide/configure/configs/lean.fish6
-rw-r--r--.config/fish/functions/tide/configure/configs/lean_16color.fish2
-rw-r--r--.config/fish/functions/tide/configure/configs/rainbow.fish6
-rw-r--r--.config/fish/functions/tide/configure/configs/rainbow_16color.fish2
6 files changed, 21 insertions, 3 deletions
diff --git a/.config/fish/functions/tide/configure/configs/classic.fish b/.config/fish/functions/tide/configure/configs/classic.fish
index be106d85..9b23f373 100644
--- a/.config/fish/functions/tide/configure/configs/classic.fish
+++ b/.config/fish/functions/tide/configure/configs/classic.fish
@@ -20,6 +20,10 @@ tide_context_bg_color 444444
tide_context_color_default D7AF87
tide_context_color_root $_tide_color_gold
tide_context_color_ssh D7AF87
+tide_context_hostname_parts 1
+tide_crystal_bg_color 444444
+tide_crystal_color FFFFFF
+tide_crystal_icon ⬢
tide_docker_bg_color 444444
tide_docker_color 2496ED
tide_docker_default_contexts default colima
@@ -85,7 +89,7 @@ tide_pwd_icon_home
tide_pwd_icon_unwritable 
tide_pwd_markers .bzr .citc .git .hg .node-version .python-version .ruby-version .shorten_folder_marker .svn .terraform Cargo.toml composer.json CVS go.mod package.json
tide_right_prompt_frame_enabled true
-tide_right_prompt_items status cmd_duration context jobs node virtual_env rustc java php chruby go kubectl toolbox terraform aws nix_shell
+tide_right_prompt_items status cmd_duration context jobs node virtual_env rustc java php chruby go kubectl toolbox terraform aws nix_shell crystal
tide_right_prompt_prefix 
tide_right_prompt_separator_diff_color 
tide_right_prompt_separator_same_color 
diff --git a/.config/fish/functions/tide/configure/configs/classic_16color.fish b/.config/fish/functions/tide/configure/configs/classic_16color.fish
index 3a44cefe..acdc4110 100644
--- a/.config/fish/functions/tide/configure/configs/classic_16color.fish
+++ b/.config/fish/functions/tide/configure/configs/classic_16color.fish
@@ -10,6 +10,8 @@ tide_context_bg_color black
tide_context_color_default yellow
tide_context_color_root bryellow
tide_context_color_ssh yellow
+tide_crystal_bg_color black
+tide_crystal_color brwhite
tide_docker_bg_color black
tide_docker_color blue
tide_git_bg_color black
diff --git a/.config/fish/functions/tide/configure/configs/lean.fish b/.config/fish/functions/tide/configure/configs/lean.fish
index 7381198c..2565e0a1 100644
--- a/.config/fish/functions/tide/configure/configs/lean.fish
+++ b/.config/fish/functions/tide/configure/configs/lean.fish
@@ -20,6 +20,10 @@ tide_context_bg_color normal
tide_context_color_default D7AF87
tide_context_color_root $_tide_color_gold
tide_context_color_ssh D7AF87
+tide_context_hostname_parts 1
+tide_crystal_bg_color normal
+tide_crystal_color FFFFFF
+tide_crystal_icon ⬢
tide_docker_bg_color normal
tide_docker_color 2496ED
tide_docker_default_contexts default colima
@@ -85,7 +89,7 @@ tide_pwd_icon_home
tide_pwd_icon_unwritable 
tide_pwd_markers .bzr .citc .git .hg .node-version .python-version .ruby-version .shorten_folder_marker .svn .terraform Cargo.toml composer.json CVS go.mod package.json
tide_right_prompt_frame_enabled false
-tide_right_prompt_items status cmd_duration context jobs node virtual_env rustc java php chruby go kubectl toolbox terraform aws nix_shell
+tide_right_prompt_items status cmd_duration context jobs node virtual_env rustc java php chruby go kubectl toolbox terraform aws nix_shell crystal
tide_right_prompt_prefix ' '
tide_right_prompt_separator_diff_color ' '
tide_right_prompt_separator_same_color ' '
diff --git a/.config/fish/functions/tide/configure/configs/lean_16color.fish b/.config/fish/functions/tide/configure/configs/lean_16color.fish
index a836852b..49a86064 100644
--- a/.config/fish/functions/tide/configure/configs/lean_16color.fish
+++ b/.config/fish/functions/tide/configure/configs/lean_16color.fish
@@ -10,6 +10,8 @@ tide_context_bg_color normal
tide_context_color_default yellow
tide_context_color_root bryellow
tide_context_color_ssh yellow
+tide_crystal_bg_color normal
+tide_crystal_color brwhite
tide_docker_bg_color normal
tide_docker_color blue
tide_git_bg_color normal
diff --git a/.config/fish/functions/tide/configure/configs/rainbow.fish b/.config/fish/functions/tide/configure/configs/rainbow.fish
index 84f15adb..39ce7bba 100644
--- a/.config/fish/functions/tide/configure/configs/rainbow.fish
+++ b/.config/fish/functions/tide/configure/configs/rainbow.fish
@@ -20,6 +20,10 @@ tide_context_bg_color 444444
tide_context_color_default D7AF87
tide_context_color_root $_tide_color_gold
tide_context_color_ssh D7AF87
+tide_context_hostname_parts 1
+tide_crystal_bg_color FFFFFF
+tide_crystal_color 000000
+tide_crystal_icon ⬢
tide_docker_bg_color 2496ED
tide_docker_color 000000
tide_docker_default_contexts default colima
@@ -85,7 +89,7 @@ tide_pwd_icon_home
tide_pwd_icon_unwritable 
tide_pwd_markers .bzr .citc .git .hg .node-version .python-version .ruby-version .shorten_folder_marker .svn .terraform Cargo.toml composer.json CVS go.mod package.json
tide_right_prompt_frame_enabled true
-tide_right_prompt_items status cmd_duration context jobs node virtual_env rustc java php chruby go kubectl toolbox terraform aws nix_shell
+tide_right_prompt_items status cmd_duration context jobs node virtual_env rustc java php chruby go kubectl toolbox terraform aws nix_shell crystal
tide_right_prompt_prefix 
tide_right_prompt_separator_diff_color 
tide_right_prompt_separator_same_color 
diff --git a/.config/fish/functions/tide/configure/configs/rainbow_16color.fish b/.config/fish/functions/tide/configure/configs/rainbow_16color.fish
index 0a660949..c102e2f3 100644
--- a/.config/fish/functions/tide/configure/configs/rainbow_16color.fish
+++ b/.config/fish/functions/tide/configure/configs/rainbow_16color.fish
@@ -10,6 +10,8 @@ tide_context_bg_color brblack
tide_context_color_default yellow
tide_context_color_root yellow
tide_context_color_ssh yellow
+tide_crystal_bg_color brwhite
+tide_crystal_color black
tide_docker_bg_color blue
tide_docker_color black
tide_git_bg_color green