diff --git a/templates/default.mustache b/templates/default.mustache index 512309b..39bc4ff 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -161,6 +161,9 @@ c.colors.prompts.bg = base00 # Background color for the selected item in filename prompts. c.colors.prompts.selected.bg = base02 +# Foreground color for the selected item in filename prompts. +c.colors.prompts.selected.fg = base05 + # Foreground color of the statusbar. c.colors.statusbar.normal.fg = base0B diff --git a/templates/minimal.mustache b/templates/minimal.mustache index 8f59f6b..841743c 100644 --- a/templates/minimal.mustache +++ b/templates/minimal.mustache @@ -161,6 +161,9 @@ c.colors.prompts.bg = base00 # Background color for the selected item in filename prompts. c.colors.prompts.selected.bg = base02 +# Foreground color for the selected item in filename prompts. +c.colors.prompts.selected.fg = base05 + # Foreground color of the statusbar. c.colors.statusbar.normal.fg = base05