Vertco/KatanaForNinjaOne

Detect Built-in dark theme

Open

#80 opened on Mar 12, 2026

View on GitHub
 (1 comment) (0 reactions) (1 assignee)JavaScript (0 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (12 stars)
PR merge metrics
 (PR metrics pending)

Description

A check should be added to disabled Katana's dark theme when

style attribute {
    color-scheme: dark;
}

is present in NinjaOne's CSS. This should be implemented before NinjaOne 13.0 so that Katana will not break the built-in Dark theme.

Contributor guide