diff options
author | dvs1 | 2025-01-09 17:00:56 +1000 |
---|---|---|
committer | dvs1 | 2025-01-09 17:00:56 +1000 |
commit | baed60889880a14663c2d446eb607a1f353ee26e (patch) | |
tree | 9e4aa1fec9118ef84b5d4d5d2c9b5b2bd099ea19 /notYetAnotherWiki.lua | |
parent | Add some default page names from the other wikis. (diff) | |
download | notYetAnotherWiki-baed60889880a14663c2d446eb607a1f353ee26e.zip notYetAnotherWiki-baed60889880a14663c2d446eb607a1f353ee26e.tar.gz notYetAnotherWiki-baed60889880a14663c2d446eb607a1f353ee26e.tar.bz2 notYetAnotherWiki-baed60889880a14663c2d446eb607a1f353ee26e.tar.xz |
Add the Devuan colours from desktop-base.
That's the grub background images.
Diffstat (limited to 'notYetAnotherWiki.lua')
-rwxr-xr-x | notYetAnotherWiki.lua | 6 |
1 files changed, 5 insertions, 1 deletions
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 | |||
8 | 8 | ||
9 | -- Some global data. | 9 | -- Some global data. |
10 | local globalData = { | 10 | local globalData = { |
11 | ['_'] = ' ', ['dlr'] = '$', ['karenpurple'] = '#8800ff', | 11 | ['_'] = ' ', ['dlr'] = '$', ['karenpurple'] = '#8800ff', |
12 | ['devuanCinnabarDark'] = '#310202', ['devuanCinnabarLight'] = '#510505', | ||
13 | ['devuanDarkPurpyDark'] = '#33313b', ['devuanDarkPurpyLight'] = '#3c3a45', | ||
14 | ['devuanDeepSeaDark'] = '#132f40', ['devuanDeepSeaLight'] = '#1a4562', | ||
15 | ['devuanSaphireDark'] = '#004489', ['devuanSaphireLight'] = '#00509f', | ||
12 | favicon = 'nYAW_icon.png', logo = 'nYAW.png', header = '', --menu = '', | 16 | favicon = 'nYAW_icon.png', logo = 'nYAW.png', header = '', --menu = '', |
13 | history = '', footer = 'Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> version 0.0. ', | 17 | history = '', footer = 'Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> version 0.0. ', |
14 | } | 18 | } |