Remove unused NONE constant

This commit is contained in:
Iron_E 2020-09-05 11:57:26 -04:00
parent d2092e89d5
commit 49d520265e
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 2 additions and 2 deletions

View File

@ -183,11 +183,11 @@ local purple_light = {'#af60af', 63, 'magenta'}
]]
--[[ DO NOT EDIT `BG`, `FG`, or `NONE`.
Feel free to uncomment `BG`. It is not used by default so it is commented out.
Feel free to uncomment `BG` and `NONE`. They are not used by default so they are commented out.
]]
-- local BG = 'bg'
local FG = 'fg'
local NONE = 'NONE'
-- local NONE = 'NONE'
--[[ These are the ones you should edit. ]]
-- This is the only highlight that must be defined separately.