diff --git a/.config/fish/config.fish b/.config/fish/config.fish index ea665d2..4c47371 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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 diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index b3962ec..bad456c 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -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 diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index 3b74dc0..e015a35 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -337,5 +337,5 @@ hipatterns.setup({ }, }) --- -- Use mini.notify --- require("mini.notify").setup() +-- Use mini.notify +require("mini.notify").setup()