[feature request] more granular theming.

Issue #27 new
Former user created an issue

Theming is great, but combining dark and light text on main window creates clashes in dialogue boxes. Screenshot attached.

My theme:

{ "Version" : "1.0", "Normal" : { "Window" : [32, 98, 112], "WindowText" : "black", "Base" : [253, 246, 227], "AlternateBase" : [32, 98, 112], "Text" : "white", "Button" : [32, 98, 112], "ButtonText" : "white", "BrightText" : "#cb4b16", "Link" : [100, 130, 200], "Highlight" : "#20616f", "HighlightedText" : "white", "PlaceholderText" : "gray" }, "Disabled" : { "Base" : [32, 98, 112], "WindowText" : "darkgray", "Text" : "darkgray", "ButtonText" : "darkgray" } }

Comments (0)

  1. Log in to comment