home | btop - remove gradient on proc listing

This commit is contained in:
Don Harper 2023-12-24 23:26:50 -06:00
parent ee7ddadbaa
commit 36f2cb7224

View file

@ -6,6 +6,7 @@
settings = { settings = {
color_theme = "dracula"; color_theme = "dracula";
theme_background = true; theme_background = true;
proc_gradient = false;
}; };
}; };
} }