diff options
| author | Simon Glass <[email protected]> | 2025-04-02 06:29:34 +1300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-02 13:40:25 -0600 |
| commit | 7dff3de38ad927d3d84caf549cec76f4d0272425 (patch) | |
| tree | 7a47f383fd7355ab0e8a32417abf98e0961be141 | |
| parent | 3ad5f49b5db4337626004629842d3dea30467c92 (diff) | |
sandbox: Select white-on-black
Use white on black for the expo menu as it is easier on the eyes.
Signed-off-by: Simon Glass <[email protected]>
| -rw-r--r-- | arch/sandbox/dts/test.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 52e9ddbf50f..7026c73bc69 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -131,6 +131,7 @@ font-size = <30>; menu-inset = <3>; menuitem-gap-y = <1>; + white-on-black; }; cedit-theme { |
