From 5fb292922fa6bee385481619118d5486a5f7c073 Mon Sep 17 00:00:00 2001 From: dvs1 Date: Thu, 9 Jan 2025 17:16:16 +1000 Subject: More messing with colours. I get my own. B-) --- default.template | 4 ++-- notYetAnotherWiki.lua | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/default.template b/default.template index fba6ef4..eed4c59 100644 --- a/default.template +++ b/default.template @@ -10,7 +10,7 @@ html {font-family: sans-serif;} pre { - background-color: $karenpurple$; + background-color: $onefangPurple$; overflow-x: auto; width: 92vw; margin: 1px; @@ -23,7 +23,7 @@ - +
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index 0e1caf9..297a57d 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua @@ -8,11 +8,12 @@ local lcmark = require("lcmark") -- https://github.com/jgm/lcmark -- Some global data. local globalData = { - ['_'] = ' ', ['dlr'] = '$', ['karenpurple'] = '#8800ff', + ['_'] = ' ', ['dlr'] = '$', ['devuanCinnabarDark'] = '#310202', ['devuanCinnabarLight'] = '#510505', ['devuanDarkPurpyDark'] = '#33313b', ['devuanDarkPurpyLight'] = '#3c3a45', ['devuanDeepSeaDark'] = '#132f40', ['devuanDeepSeaLight'] = '#1a4562', ['devuanSaphireDark'] = '#004489', ['devuanSaphireLight'] = '#00509f', + ['karenPurple'] = '#8800ff', ['onefangPurple'] = '#cc00ff', favicon = 'nYAW_icon.png', logo = 'nYAW.png', header = '', --menu = '', history = '', footer = 'Powered by notYetAnotherWiki version 0.0.  ', } -- cgit v1.1
alt text $header$   plus login and register buttons