aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-29 21:14:19 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-29 21:14:19 -0700
commit4afdcf56fcdf3f7b67c6b6bf3cad46245d98875c (patch)
tree8176ad8f43733baab10514d115b8b8989ec48fc2 /share/functions
parent0fe43eb880f25ba1786b0fc902bb99a870766f35 (diff)
Tweak a few default colors
Fix the make_pkg script to actually build an installable package that doesn't immediately barf
Diffstat (limited to 'share/functions')
-rw-r--r--share/functions/__fish_config_interactive.fish3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish
index 2817356e..b0ce6c85 100644
--- a/share/functions/__fish_config_interactive.fish
+++ b/share/functions/__fish_config_interactive.fish
@@ -97,7 +97,8 @@ function __fish_config_interactive -d "Initializations that should be performed
# Regular syntax highlighting colors
set_default fish_color_normal normal
- set_default fish_color_command green
+ set_default fish_color_command 005fd7
+ set_default fish_color_param 00afff
set_default fish_color_redirection normal
set_default fish_color_comment red
set_default fish_color_error red --bold