refactor: implement global syntax highlighting theme

This commit is contained in:
2026-04-30 19:46:23 -04:00
parent 0a238c84a1
commit 3019fc6c61
2 changed files with 10 additions and 9 deletions
+1
View File
@@ -48,6 +48,7 @@ This config layers on top of the CachyOS base Fish configuration and adds:
│ ├── fzf.fish # FZF key binding initialization │ ├── fzf.fish # FZF key binding initialization
│ ├── keybindings.fish # Custom key bindings │ ├── keybindings.fish # Custom key bindings
│ ├── tailscale.fish # Tailscale CLI completions │ ├── tailscale.fish # Tailscale CLI completions
│ ├── theme.fish # Theme syntax highlighting colors
│ ├── wakatime.fish # WakaTime shell hook │ ├── wakatime.fish # WakaTime shell hook
│ └── zoxide.fish # Zoxide z/zi aliases │ └── zoxide.fish # Zoxide z/zi aliases
├── functions/ # Custom functions (one per file) ├── functions/ # Custom functions (one per file)
@@ -1,12 +1,12 @@
# This file was created by fish when upgrading to version 4.3, to migrate # Copyright (C) 2026 Rootiest
# theme variables from universal to global scope. # SPDX-License-Identifier: AGPL-3.0-or-later
# 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 # │ Fish Theme │
# or # ╰──────────────────────────────────────────────────────────╯
# man fish-interactive | less +/^SYNTAX.HIGHLIGHTING #
# for appropriate commands to add to ~/.config/fish/config.fish instead. # Catppuccin Mocha syntax highlighting colors.
# See also the release notes for fish 4.3.0 (run `help relnotes`). # These variables were migrated from the universal scope to global scope.
set --global fish_color_autosuggestion 6c7086 set --global fish_color_autosuggestion 6c7086
set --global fish_color_cancel f38ba8 set --global fish_color_cancel f38ba8