mirror of
https://github.com/halfdan/dotfiles.git
synced 2026-05-09 04:16:20 +00:00
46 lines
1.7 KiB
Fish
46 lines
1.7 KiB
Fish
# This file was created by fish when upgrading to version 4.3, to migrate
|
|
# theme variables from universal to global scope.
|
|
# Don't edit this file, as it will be written by the web-config tool (`fish_config`).
|
|
# To customize your theme, delete this file and see
|
|
# help interactive#syntax-highlighting
|
|
# or
|
|
# man fish-interactive | less +/^SYNTAX.HIGHLIGHTING
|
|
# for appropriate commands to add to ~/.config/fish/config.fish instead.
|
|
# See also the release notes for fish 4.3.0 (run `help relnotes`).
|
|
|
|
# Kanagawa Fish shell theme
|
|
# A template was taken and modified from Tokyonight:
|
|
# https://github.com/folke/tokyonight.nvim/blob/main/extras/fish_tokyonight_night.fish
|
|
set -l foreground DCD7BA normal
|
|
set -l selection 2D4F67 brcyan
|
|
set -l comment 727169 brblack
|
|
set -l red C34043 red
|
|
set -l orange FF9E64 brred
|
|
set -l yellow C0A36E yellow
|
|
set -l green 76946A green
|
|
set -l purple 957FB8 magenta
|
|
set -l cyan 7AA89F cyan
|
|
set -l pink D27E99 brmagenta
|
|
|
|
# Syntax Highlighting Colors
|
|
set -g fish_color_normal $foreground
|
|
set -g fish_color_command $cyan
|
|
set -g fish_color_keyword $pink
|
|
set -g fish_color_quote $yellow
|
|
set -g fish_color_redirection $foreground
|
|
set -g fish_color_end $orange
|
|
set -g fish_color_error $red
|
|
set -g fish_color_param $purple
|
|
set -g fish_color_comment $comment
|
|
set -g fish_color_selection --background=$selection
|
|
set -g fish_color_search_match --background=$selection
|
|
set -g fish_color_operator $green
|
|
set -g fish_color_escape $pink
|
|
set -g fish_color_autosuggestion $comment
|
|
|
|
# Completion Pager Colors
|
|
set -g fish_pager_color_progress $comment
|
|
set -g fish_pager_color_prefix $cyan
|
|
set -g fish_pager_color_completion $foreground
|
|
set -g fish_pager_color_description $comment
|