This commit is contained in:
Never Gude 2026-03-04 18:07:59 +01:00
parent c63d0127dc
commit d9c342fc8c
3 changed files with 5 additions and 5 deletions

View file

@ -45,7 +45,7 @@ if status is-interactive
set fish_color_error red --underline=curly
set fish_color_param normal
set fish_color_comment brblack
set fish_color_selection normal --bold --background brblack
set fish_color_selection normal --background brblack
set fish_color_search_match
set fish_color_history_current
set fish_color_operator yellow

View file

@ -2,7 +2,7 @@
# VERSION: 3.0
SETUVAR --export EDITOR:nvim
SETUVAR LESS:RAW\x2dCONTROL\x2dCHARS
SETUVAR --export QT_QPA_PLATFORMTHEME:qt6ct
SETUVAR QT_QPA_PLATFORMTHEME:qt6ct
SETUVAR __fish_initialized:3800
SETUVAR fish_color_autosuggestion:white
SETUVAR fish_color_cancel:white\x1e\x2d\x2dbold
@ -25,7 +25,7 @@ SETUVAR fish_color_param:normal
SETUVAR fish_color_quote:green\x1e\x2d\x2ditalics
SETUVAR fish_color_redirection:yellow
SETUVAR fish_color_search_match:\x1d
SETUVAR fish_color_selection:normal\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x1ebrblack
SETUVAR fish_color_selection:normal\x1e\x2d\x2dbackground\x1ebrblack
SETUVAR fish_color_status:red
SETUVAR fish_color_user:brgreen
SETUVAR fish_color_valid_path:\x2d\x2dunderline

View file

@ -337,5 +337,5 @@ hipatterns.setup({
},
})
-- -- Use mini.notify
-- require("mini.notify").setup()
-- Use mini.notify
require("mini.notify").setup()