programs.broot.settings.skin
Home-Manager option
Color configuration. Complete list of keys (expected to change before the v1 of broot): char_match code directory exe file file_error flag_label flag_value input link permissions selected_line size_bar_full size_bar_void size_text spinner status_error status_normal table_border tree unlisted Add _fg for a foreground color and _bg for a background color.
type: attribute set of stringDefault
{ }Example
declared in: <home-manager/modules/programs/broot.nix>source unavailable{ status_normal_fg = "grayscale(18)"; status_normal_bg = "grayscale(3)"; status_error_fg = "red"; status_error_bg = "yellow"; tree_fg = "red"; selected_line_bg = "grayscale(7)"; permissions_fg = "grayscale(12)"; size_bar_full_bg = "red"; size_bar_void_bg = "black"; directory_fg = "lightyellow"; input_fg = "cyan"; flag_value_fg = "lightyellow"; table_border_fg = "red"; code_fg = "lightyellow"; }