HammerDB icon indicating copy to clipboard operation
HammerDB copied to clipboard

Add awbreezedark theme option to GUI

Open sm-shaw opened this issue 1 year ago • 0 comments

As discussed in https://github.com/TPC-Council/HammerDB/issues/751 PR adds awbreezedark theme option to both Windows and Linux. PR restores the dark theme option lost when moving to SVG graphics, however new dark theme also now uses SVG graphics so continues to scale on UHD displays for both light and dark options (tested on Surface Book display).

For testing option can be selected by changing the scaletheme option in genericxml to awbreezedark.

<?xml version="1.0" encoding="utf-8"?>
<hammerdb>
   <theme>
        <scaling>auto</scaling>
        <scaletheme>awbreezedark</scaletheme>
        <pixelsperpoint>auto</pixelsperpoint>
   </theme>
...
breezedark

sm-shaw avatar Sep 23 '24 14:09 sm-shaw