From cf20f38b6ae36136651e8fec6807d37e62195e1e Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Fri, 15 Mar 2019 05:22:45 -0400 Subject: [PATCH 1/4] Change default theme name RaspAP to LokiAP --- includes/themes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/themes.php b/includes/themes.php index fded5bd..2aae668 100755 --- a/includes/themes.php +++ b/includes/themes.php @@ -37,7 +37,7 @@ function DisplayThemeConfig(){
From 5784fea8adc8f24a28a94aea6608ea8e44226e35 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Fri, 15 Mar 2019 05:39:24 -0400 Subject: [PATCH 2/4] Update custom.css --- dist/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/css/custom.css b/dist/css/custom.css index 17126ae..92ee9f1 100644 --- a/dist/css/custom.css +++ b/dist/css/custom.css @@ -12,7 +12,7 @@ .panel-primary>.panel-heading { border-color: #d8224c; - background-color: #d8224c; + background-color: #73d822; } .panel-footer { From 9b4e6b35cbf3fba0ba8ee9930301d5ce577c8d34 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Fri, 15 Mar 2019 05:41:30 -0400 Subject: [PATCH 3/4] Update custom.css --- dist/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/css/custom.css b/dist/css/custom.css index 92ee9f1..2fbaa90 100644 --- a/dist/css/custom.css +++ b/dist/css/custom.css @@ -12,7 +12,7 @@ .panel-primary>.panel-heading { border-color: #d8224c; - background-color: #73d822; + background-color: #607723; } .panel-footer { From cb3af68cde26172f56051e08fcf802ce428f9f95 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Fri, 15 Mar 2019 05:42:38 -0400 Subject: [PATCH 4/4] Update custom.css --- dist/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/css/custom.css b/dist/css/custom.css index 2fbaa90..2a35d8d 100644 --- a/dist/css/custom.css +++ b/dist/css/custom.css @@ -12,7 +12,7 @@ .panel-primary>.panel-heading { border-color: #d8224c; - background-color: #607723; + background-color: #5f9e12; } .panel-footer {