Added new LCARS theme

Signed-off-by: Michal Svatos <github@svatos.dev>
This commit is contained in:
Michal Svatoš
2023-09-19 16:31:33 -04:00
committed by Michal Svatos
parent 765c5caf5d
commit 070ccb56f3
3 changed files with 5893 additions and 1 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ $hostname = gethostname() ? gethostname() : '';
<?php } ?>
<!-- Theme fonts -->
<?php if ($theme == 'lcars') { ?>
<?php if ($theme == 'lcars' || $theme == 'lcars-picard') { ?>
<link rel="stylesheet" href="<?php echo fileversion('style/vendor/fonts/ubuntu-mono/ubuntu-mono.css'); ?>">
<link rel="stylesheet" href="<?php echo fileversion('style/vendor/fonts/antonio/antonio.css'); ?>">
<?php } else { ?>
+1
View File
@@ -23,6 +23,7 @@ $available_themes['high-contrast-dark'] = array('High contrast dark', false, 'hi
// 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
File diff suppressed because it is too large Load Diff