mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 06:40:42 -07:00
overlay: options tab(s) clean up (#598)
## Description of change Merge option name and command line parameter columns. Expand the size of widget column. In Search tab, add a new column to display the category. Add a highlight effect to rows when hovered over - apply this to all tables in the configurator UI.
This commit is contained in:
@@ -194,7 +194,7 @@ void overlay::SpiceOverlay::init() {
|
||||
|
||||
// Text
|
||||
colors[ImGuiCol_Text] = ImVec4(1.00f, 0.90f, 0.90f, 1.00f); // Slight pinkish tint to off-white
|
||||
colors[ImGuiCol_TextDisabled] = ImVec4(0.50f, 0.40f, 0.40f, 1.00f);
|
||||
colors[ImGuiCol_TextDisabled] = ImVec4(0.35f, 0.26f, 0.26f, 1.00f);
|
||||
|
||||
// Backgrounds
|
||||
colors[ImGuiCol_WindowBg] = ImVec4(0.08f, 0.07f, 0.07f, 1.00f); // Deep charcoal
|
||||
|
||||
Reference in New Issue
Block a user