Skip to content

Commit

Permalink
Added new LCARS theme
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Svatos <[email protected]>
  • Loading branch information
MichalSvatos committed Sep 27, 2023
1 parent a690041 commit fa1e767
Show file tree
Hide file tree
Showing 2 changed files with 5,788 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/pi-hole/php/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
// Option to have the theme go with the device dark mode setting, always set the background to black to avoid flashing
$available_themes['default-auto'] = array('Pi-hole auto theme (light/dark)', true, 'default-auto', '#367fa9');
$available_themes['lcars'] = array('Star Trek LCARS theme (dark)', true, 'lcars', '#4488FF');
$available_themes['lcars-picard'] = array('Star Trek Picard LCARS theme (dark)', true, 'lcars-picard', '#53596C');

$webtheme = '';
// Try to load theme settings from setupVars.conf
Expand Down
Loading

0 comments on commit fa1e767

Please sign in to comment.