diff options
Diffstat (limited to 'notYetAnotherWiki.lua')
-rwxr-xr-x | notYetAnotherWiki.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
8 | 8 | ||
9 | -- Some global data. | 9 | -- Some global data. |
10 | local globalData = { | 10 | local globalData = { |
11 | ['_'] = ' ', ['dlr'] = '$', ['karenpurple'] = '#8800ff', | 11 | ['_'] = ' ', ['dlr'] = '$', |
12 | ['devuanCinnabarDark'] = '#310202', ['devuanCinnabarLight'] = '#510505', | 12 | ['devuanCinnabarDark'] = '#310202', ['devuanCinnabarLight'] = '#510505', |
13 | ['devuanDarkPurpyDark'] = '#33313b', ['devuanDarkPurpyLight'] = '#3c3a45', | 13 | ['devuanDarkPurpyDark'] = '#33313b', ['devuanDarkPurpyLight'] = '#3c3a45', |
14 | ['devuanDeepSeaDark'] = '#132f40', ['devuanDeepSeaLight'] = '#1a4562', | 14 | ['devuanDeepSeaDark'] = '#132f40', ['devuanDeepSeaLight'] = '#1a4562', |
15 | ['devuanSaphireDark'] = '#004489', ['devuanSaphireLight'] = '#00509f', | 15 | ['devuanSaphireDark'] = '#004489', ['devuanSaphireLight'] = '#00509f', |
16 | ['karenPurple'] = '#8800ff', ['onefangPurple'] = '#cc00ff', | ||
16 | favicon = 'nYAW_icon.png', logo = 'nYAW.png', header = '', --menu = '', | 17 | favicon = 'nYAW_icon.png', logo = 'nYAW.png', header = '', --menu = '', |
17 | history = '', footer = 'Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> version 0.0. ', | 18 | history = '', footer = 'Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> version 0.0. ', |
18 | } | 19 | } |