Mirrors the private dots tree at 900bdda: one shared base plus per-host overlays, replacing the old flat .config/ layout (last synced 2026-06-28). - packages: common/ gui/ wm/ lw/ fl/ + install.sh and bin/ tooling (dotsync, reconcile-hyde.sh) - new README (layout, deploy order, HyDE dependency), plus ToDo.md and HYDE-UPDATE.md - current HyDE waybar rig (layouts/, cava), pi agent extensions, claude/ config, tmux, presenterm, aichat roles - drops stale duplicates and generated cruft that should never have been tracked: the second top-level .pi/ copy, btop.log, zellij config.kdl.bak, fish_variables, nvim codecompanion.lua - .pi/agent/auth.json is gitignored now; auth.json.example ships instead - fl/ and wm/ hypr themes/ stay untracked (HyDE-generated per machine, per the root .gitignore)
39 lines
1.7 KiB
Fish
39 lines
1.7 KiB
Fish
set --global fish_color_autosuggestion 4D5566
|
|
set --global fish_color_cancel -r
|
|
set --global fish_color_command 39BAE6
|
|
set --global fish_color_comment 626A73
|
|
set --global fish_color_cwd 59C2FF
|
|
set --global fish_color_cwd_root red
|
|
set --global fish_color_end F29668
|
|
set --global fish_color_error FF3333
|
|
set --global fish_color_escape 95E6CB
|
|
set --global fish_color_history_current --bold
|
|
set --global fish_color_host normal
|
|
set --global fish_color_host_remote yellow
|
|
set --global fish_color_keyword 39BAE6
|
|
set --global fish_color_match F07178
|
|
set --global fish_color_normal B3B1AD
|
|
set --global fish_color_operator E6B450
|
|
set --global fish_color_option B3B1AD
|
|
set --global fish_color_param B3B1AD
|
|
set --global fish_color_quote C2D94C
|
|
set --global fish_color_redirection FFEE99
|
|
set --global fish_color_search_match --background=E6B450
|
|
set --global fish_color_selection --background=E6B450
|
|
set --global fish_color_status red
|
|
set --global fish_color_user brgreen
|
|
set --global fish_color_valid_path --underline
|
|
set --global fish_pager_color_background
|
|
set --global fish_pager_color_completion normal
|
|
set --global fish_pager_color_description B3A06D yellow
|
|
set --global fish_pager_color_prefix normal --bold --underline
|
|
set --global fish_pager_color_progress brwhite --background=cyan
|
|
set --global fish_pager_color_secondary_background
|
|
set --global fish_pager_color_secondary_completion
|
|
set --global fish_pager_color_secondary_description
|
|
set --global fish_pager_color_secondary_prefix
|
|
set --global fish_pager_color_selected_background --background=E6B450
|
|
set --global fish_pager_color_selected_completion
|
|
set --global fish_pager_color_selected_description
|
|
set --global fish_pager_color_selected_prefix
|