From 23ae20a0093dca0d7b39d76ba2401af0ccf9c561 Mon Sep 17 00:00:00 2001 From: Sashanoraa Date: Sun, 20 Jul 2025 18:57:18 -0400 Subject: [PATCH] Make autosuggestion and comment base03 This improves contrast and readability. Fixes #11 --- templates/default.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default.mustache b/templates/default.mustache index aa5cdfd..f7677b5 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -97,10 +97,10 @@ function base16-{{scheme-slug}} -d "{{scheme-name}}" end # set syntax highlighting colors - set -U fish_color_autosuggestion {{base02-hex}} + set -U fish_color_autosuggestion {{base03-hex}} set -U fish_color_cancel -r set -U fish_color_command green #white - set -U fish_color_comment {{base02-hex}} + set -U fish_color_comment {{base03-hex}} set -U fish_color_cwd green set -U fish_color_cwd_root red set -U fish_color_end brblack #blue