-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
83 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# syntax highlighting variables | ||
# https://fishshell.com/docs/current/interactive.html#syntax-highlighting-variables | ||
fish_color_normal e0def4 | ||
fish_color_command c4a7e7 | ||
fish_color_keyword 9ccfd8 | ||
fish_color_quote f6c177 | ||
fish_color_redirection 31748f | ||
fish_color_end 908caa | ||
fish_color_error eb6f92 | ||
fish_color_param ebbcba | ||
fish_color_comment 908caa | ||
# fish_color_match --background=brblue | ||
fish_color_selection --reverse | ||
# fish_color_history_current --bold | ||
fish_color_operator e0def4 | ||
fish_color_escape 31748f | ||
fish_color_autosuggestion 908caa | ||
fish_color_cwd ebbcba | ||
# fish_color_cwd_root red | ||
fish_color_user f6c177 | ||
fish_color_host 9ccfd8 | ||
fish_color_host_remote c4a7e7 | ||
fish_color_cancel e0def4 | ||
fish_color_search_match --background=191724 | ||
fish_color_valid_path | ||
|
||
# pager color variables | ||
# https://fishshell.com/docs/current/interactive.html#pager-color-variables | ||
fish_pager_color_progress ebbcba | ||
fish_pager_color_background --background=1f1d2e | ||
fish_pager_color_prefix 9ccfd8 | ||
fish_pager_color_completion 908caa | ||
fish_pager_color_description 908caa | ||
fish_pager_color_secondary_background | ||
fish_pager_color_secondary_prefix | ||
fish_pager_color_secondary_completion | ||
fish_pager_color_secondary_description | ||
fish_pager_color_selected_background --background=26233a | ||
fish_pager_color_selected_prefix 9ccfd8 | ||
fish_pager_color_selected_completion e0def4 | ||
fish_pager_color_selected_description e0def4 |