diff --git a/modules/neovim/extraFiles/winterly.lua b/modules/neovim/extraFiles/winterly.lua index 4710c9f..14981b9 100644 --- a/modules/neovim/extraFiles/winterly.lua +++ b/modules/neovim/extraFiles/winterly.lua @@ -25,7 +25,7 @@ hi("IncSearch", { bg = palette.magenta_subtle_bg, fg = palette.magenta }) hi("ModeMsg", { bold = true, cterm = { bold = true } }) hi("NonText", { fg = palette.grey, ctermfg = "DarkGrey" }) hi("PmenuSbar", { bg = palette.grey, ctermbg = "Grey" }) -hi("StatusLine", { bg = palette.bg_secondary, fg = palette.fg, bold = true, cterm = { reverse = true, bold = true } }) +hi("StatusLine", { bg = palette.bg_secondary, fg = palette.fg_dim, bold = true, cterm = { reverse = true, bold = true } }) hi("StatusLineNC", { bg = palette.bg_secondary, fg = palette.fg, cterm = { reverse = true } }) hi("TabLineFill", { reverse = true, cterm = { reverse = true } }) hi("TabLineSel", { bold = true, cterm = { bold = true } }) diff --git a/modules/shell/default.nix b/modules/shell/default.nix index 98a3c51..5191a41 100644 --- a/modules/shell/default.nix +++ b/modules/shell/default.nix @@ -192,12 +192,12 @@ setup_homebrew = /* fish */ '' fish_add_path /opt/homebrew/bin - if test -d (brew --prefix)"/share/fish/completions" - set -p fish_complete_path (brew --prefix)/share/fish/completions + if test -d /opt/homebrew/share/fish/completions + set -p fish_complete_path /opt/homebrew/share/fish/completions end - if test -d (brew --prefix)"/share/fish/vendor_completions.d" - set -p fish_complete_path (brew --prefix)/share/fish/vendor_completions.d + if test -d /opt/homebrew/share/fish/vendor_completions.d + set -p fish_complete_path /opt/homebrew/share/fish/vendor_completions.d end ''; setup_path = /* fish */ ''