From 3019fc6c614ba838b22299386bedbff90ec8ff9b Mon Sep 17 00:00:00 2001 From: rootiest Date: Thu, 30 Apr 2026 19:46:23 -0400 Subject: [PATCH] refactor: implement global syntax highlighting theme --- README.md | 1 + conf.d/{fish_frozen_theme.fish => theme.fish} | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) rename conf.d/{fish_frozen_theme.fish => theme.fish} (71%) diff --git a/README.md b/README.md index 5ae7cbc..6eb199c 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ This config layers on top of the CachyOS base Fish configuration and adds: │ ├── fzf.fish # FZF key binding initialization │ ├── keybindings.fish # Custom key bindings │ ├── tailscale.fish # Tailscale CLI completions +│ ├── theme.fish # Theme syntax highlighting colors │ ├── wakatime.fish # WakaTime shell hook │ └── zoxide.fish # Zoxide z/zi aliases ├── functions/ # Custom functions (one per file) diff --git a/conf.d/fish_frozen_theme.fish b/conf.d/theme.fish similarity index 71% rename from conf.d/fish_frozen_theme.fish rename to conf.d/theme.fish index 56502b4..c9a3a24 100644 --- a/conf.d/fish_frozen_theme.fish +++ b/conf.d/theme.fish @@ -1,12 +1,12 @@ -# 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`). +# Copyright (C) 2026 Rootiest +# SPDX-License-Identifier: AGPL-3.0-or-later +# +# ╭──────────────────────────────────────────────────────────╮ +# │ Fish Theme │ +# ╰──────────────────────────────────────────────────────────╯ +# +# Catppuccin Mocha syntax highlighting colors. +# These variables were migrated from the universal scope to global scope. set --global fish_color_autosuggestion 6c7086 set --global fish_color_cancel f38ba8