initial commit

This commit is contained in:
Nickolaj Jepsen 2024-04-07 17:53:24 +00:00
commit b5febd4395
11 changed files with 861 additions and 0 deletions

View file

@ -0,0 +1,38 @@
set -gx theme_date_timezone Europe/Copenhagen
set -gx theme_date_format "+%a %H:%M"
function bobthefish_colors -S -d 'Define a custom bobthefish color scheme'
# Optionally include a base color scheme
# __bobthefish_colors default
# Then override everything you want!
# Note that these must be defined with `set -x`
set -x color_initial_segment_exit white red --bold
set -x color_initial_segment_su white green --bold
set -x color_initial_segment_jobs white blue --bold
set -x color_path 161616 888
set -x color_path_basename 161616 white
set -x color_path_nowrite magenta black
set -x color_path_nowrite_basename magenta black --bold
set -x color_repo green black
set -x color_repo_work_tree black black --bold
set -x color_repo_dirty brred black
set -x color_repo_staged yellow black
set -x color_vi_mode_default brblue black --bold
set -x color_vi_mode_insert brgreen black --bold
set -x color_vi_mode_visual bryellow black --bold
set -x color_vagrant brcyan black
set -x color_k8s magenta white --bold
set -x color_username black white --bold
set -x color_hostname black white
set -x color_rvm brmagenta black --bold
set -x color_virtualfish brblue black --bold
set -x color_virtualgo brblue black --bold
set -x color_desk brblue black --bold
set -g theme_display_nix yes
end