[ 
https://issues.apache.org/jira/browse/AMQ-9801?focusedWorklogId=989847&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-989847
 ]

ASF GitHub Bot logged work on AMQ-9801:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 31/Oct/25 19:32
            Start Date: 31/Oct/25 19:32
    Worklog Time Spent: 10m 
      Work Description: ggrandes opened a new pull request, #1524:
URL: https://github.com/apache/activemq/pull/1524

   Minimal change needed to support dark mode when the browser prefers it.
   
   Reference: [AMQ-9801](https://issues.apache.org/jira/browse/AMQ-9801)
   
   <img width="562" height="348" alt="darkmode_small" 
src="https://github.com/user-attachments/assets/d2eb835f-24a4-4907-a7f7-23347fa5a738";
 />
   
   




Issue Time Tracking
-------------------

            Worklog Id:     (was: 989847)
    Remaining Estimate: 0h
            Time Spent: 10m

> Support for Dark Mode in web-console
> ------------------------------------
>
>                 Key: AMQ-9801
>                 URL: https://issues.apache.org/jira/browse/AMQ-9801
>             Project: ActiveMQ Classic
>          Issue Type: Improvement
>          Components: Web Console
>            Reporter: Guillermo Grandes
>            Priority: Minor
>         Attachments: darkmode.png
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> It would be great to have support for dark mode in the web console.
> For now, I can provide a small approximation in the absence of a better 
> solution.
> I will make a pull request on Github with the patch. In broad terms, this 
> would be the (minimal) change.
> {code:css}
> @media (prefers-color-scheme: dark) {
>   html {
>     -webkit-filter: invert() sepia() contrast(75%) !important;
>     filter: invert() sepia() contrast(75%) !important;
>   }
> }
> {code}
> And this is what it would look like (zen-like), when the browser indicates 
> that it prefers dark mode:
> !darkmode.png! 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to