mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
bobthefish: virtualfish: change color to blue
This commit is contained in:
parent
cd7e57d098
commit
c3a0da82d3
@ -59,6 +59,10 @@ set __bobthefish_dk_brown 4d2600
|
|||||||
set __bobthefish_med_brown 803F00
|
set __bobthefish_med_brown 803F00
|
||||||
set __bobthefish_lt_brown BF5E00
|
set __bobthefish_lt_brown BF5E00
|
||||||
|
|
||||||
|
set __bobthefish_dk_blue 1E2933
|
||||||
|
set __bobthefish_med_blue 275379
|
||||||
|
set __bobthefish_lt_blue 326D9E
|
||||||
|
|
||||||
# ===========================
|
# ===========================
|
||||||
# Helper methods
|
# Helper methods
|
||||||
# ===========================
|
# ===========================
|
||||||
@ -278,8 +282,8 @@ function __bobthefish_virtualenv -d 'Get the current virtualenv'
|
|||||||
end
|
end
|
||||||
|
|
||||||
function __bobthefish_promt_virtualfish -d "Display activated virtual environment (only for virtualfish, virtualenv's activate.fish changes promt by itself)"
|
function __bobthefish_promt_virtualfish -d "Display activated virtual environment (only for virtualfish, virtualenv's activate.fish changes promt by itself)"
|
||||||
set flag_bg $__bobthefish_lt_brown
|
set flag_bg $__bobthefish_lt_blue
|
||||||
set flag_fg $__bobthefish_dk_brown
|
set flag_fg $__bobthefish_dk_blue
|
||||||
__bobthefish_start_segment $flag_bg $flag_fg
|
__bobthefish_start_segment $flag_bg $flag_fg
|
||||||
set_color $flag_fg --bold
|
set_color $flag_fg --bold
|
||||||
echo -n -s (__bobthefish_virtualenv) $flags ' '
|
echo -n -s (__bobthefish_virtualenv) $flags ' '
|
||||||
|
Loading…
Reference in New Issue
Block a user