Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/default.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down