some additional fixes

This commit is contained in:
Dennis Schoepf 2026-03-06 00:04:57 +01:00
parent 3bd0026322
commit 1b6fef20df
2 changed files with 7 additions and 2 deletions

View file

@ -367,6 +367,6 @@ else
hi("NeogitActiveItem", { bg = palette.grey_bright, fg = palette.bg, bold = true }) hi("NeogitActiveItem", { bg = palette.grey_bright, fg = palette.bg, bold = true })
-- Mini Statusline -- Mini Statusline
hi("MiniStatusLineModeNormal", { fg = palette.bg, bold = true }) hi("MiniStatusLineModeNormal", { fg = palette.magenta_brighter, bg = palette.magenta_subtle_bg, bold = true })
hi("MiniStatusLineModeCommand", { bg = palette.blue_subtle_bg, fg = palette.blue_bright, bold = true }) hi("MiniStatusLineModeCommand", { bg = palette.blue_subtle_bg, fg = palette.blue_bright, bold = true })
end end

View file

@ -81,7 +81,7 @@
options = { options = {
border_active_window = true; border_active_window = true;
border_color = "#c57faf"; border_color = "#c57faf";
border_radius = 12; border_radius = 15;
sliver_width = 10; sliver_width = 10;
preset_column_widths = [ preset_column_widths = [
0.25 0.25
@ -124,6 +124,11 @@
title = "Picture.*(in)?.*[Pp]icture"; title = "Picture.*(in)?.*[Pp]icture";
floating = true; floating = true;
}; };
settings = {
title = ".*";
bundle_id = "com.apple.systempreferences";
border_radius = 25;
};
}; };
}; };
}; };