mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
webconfig: Allow setting pager colors
This commit is contained in:
@@ -119,7 +119,11 @@ controllers.controller("colorsController", function($scope, $http) {
|
||||
"autosuggestion",
|
||||
"user",
|
||||
"host",
|
||||
"cancel"
|
||||
"cancel",
|
||||
"fish_pager_color_completion",
|
||||
"fish_pager_color_description",
|
||||
"fish_pager_color_prefix",
|
||||
"fish_pager_color_progress"
|
||||
];
|
||||
var remaining = settingNames.length;
|
||||
for (name of settingNames) {
|
||||
|
||||
Reference in New Issue
Block a user