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-) --- notYetAnotherWiki.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'notYetAnotherWiki.lua') 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