diff options
| author | dvs1 | 2025-01-09 17:16:16 +1000 |
|---|---|---|
| committer | dvs1 | 2025-01-09 17:16:16 +1000 |
| commit | 5fb292922fa6bee385481619118d5486a5f7c073 (patch) | |
| tree | ce9d7371a50bb22da4983ef93e8f5f05301c40b7 /notYetAnotherWiki.lua | |
| parent | Add the Devuan colours from desktop-base. (diff) | |
| download | notYetAnotherWiki-5fb292922fa6bee385481619118d5486a5f7c073.zip notYetAnotherWiki-5fb292922fa6bee385481619118d5486a5f7c073.tar.gz notYetAnotherWiki-5fb292922fa6bee385481619118d5486a5f7c073.tar.bz2 notYetAnotherWiki-5fb292922fa6bee385481619118d5486a5f7c073.tar.xz | |
More messing with colours. I get my own. B-)
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 | } |
