From baed60889880a14663c2d446eb607a1f353ee26e Mon Sep 17 00:00:00 2001 From: dvs1 Date: Thu, 9 Jan 2025 17:00:56 +1000 Subject: Add the Devuan colours from desktop-base. That's the grub background images. --- notYetAnotherWiki.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index b439df6..0e1caf9 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua @@ -8,7 +8,11 @@ local lcmark = require("lcmark") -- https://github.com/jgm/lcmark -- Some global data. local globalData = { - ['_'] = ' ', ['dlr'] = '$', ['karenpurple'] = '#8800ff', + ['_'] = ' ', ['dlr'] = '$', ['karenpurple'] = '#8800ff', + ['devuanCinnabarDark'] = '#310202', ['devuanCinnabarLight'] = '#510505', + ['devuanDarkPurpyDark'] = '#33313b', ['devuanDarkPurpyLight'] = '#3c3a45', + ['devuanDeepSeaDark'] = '#132f40', ['devuanDeepSeaLight'] = '#1a4562', + ['devuanSaphireDark'] = '#004489', ['devuanSaphireLight'] = '#00509f', favicon = 'nYAW_icon.png', logo = 'nYAW.png', header = '', --menu = '', history = '', footer = 'Powered by notYetAnotherWiki version 0.0.  ', } -- cgit v1.1