fish_frozen_theme.fish.bak 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. # This file was created by fish when upgrading to version 4.3, to migrate
  2. # theme variables from universal to global scope.
  3. # Don't edit this file, as it will be written by the web-config tool (`fish_config`).
  4. # To customize your theme, delete this file and see
  5. # help interactive#syntax-highlighting
  6. # or
  7. # man fish-interactive | less +/^SYNTAX.HIGHLIGHTING
  8. # for appropriate commands to add to ~/.config/fish/config.fish instead.
  9. # See also the release notes for fish 4.3.0 (run `help relnotes`).
  10. set --global fish_color_autosuggestion 555
  11. set --global fish_color_cancel -r
  12. set --global fish_color_command 005fd7
  13. set --global fish_color_comment 990000
  14. set --global fish_color_cwd green
  15. set --global fish_color_cwd_root red
  16. set --global fish_color_end 009900
  17. set --global fish_color_error ff0000
  18. set --global fish_color_escape bryellow --bold
  19. set --global fish_color_history_current --bold
  20. set --global fish_color_host normal
  21. set --global fish_color_host_remote yellow
  22. set --global fish_color_match --background=brblue
  23. set --global fish_color_normal normal
  24. set --global fish_color_operator bryellow
  25. set --global fish_color_param 00afff
  26. set --global fish_color_quote 999900
  27. set --global fish_color_redirection 00afff
  28. set --global fish_color_search_match white --background=brblack
  29. set --global fish_color_selection white --bold --background=brblack
  30. set --global fish_color_status red
  31. set --global fish_color_user brgreen
  32. set --global fish_color_valid_path --underline
  33. set --global fish_pager_color_completion
  34. set --global fish_pager_color_description B3A06D yellow
  35. set --global fish_pager_color_prefix white --bold --underline
  36. set --global fish_pager_color_progress brwhite --background=cyan
  37. set --global fish_pager_color_selected_background -r