aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'highlight.cpp')
-rw-r--r--highlight.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/highlight.cpp b/highlight.cpp
index 4fe2a5ba..31ea2c8e 100644
--- a/highlight.cpp
+++ b/highlight.cpp
@@ -61,7 +61,14 @@ static const wchar_t * const highlight_var[] =
L"fish_color_escape",
L"fish_color_quote",
L"fish_color_redirection",
- L"fish_color_autosuggestion"
+ L"fish_color_autosuggestion",
+
+ L"fish_pager_color_prefix",
+ L"fish_pager_color_completion",
+ L"fish_pager_color_description",
+ L"fish_pager_color_progress",
+ L"fish_pager_color_secondary"
+
};
/* If the given path looks like it's relative to the working directory, then prepend that working directory. */