mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
initial commit
This commit is contained in:
commit
b5febd4395
11 changed files with 861 additions and 0 deletions
38
home-manager/modules/fish/conf.d/10_theme.fish
Normal file
38
home-manager/modules/fish/conf.d/10_theme.fish
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue