Light theme inspired by Notepad++ with enhanced Lua support via LuaLS semantic tokens.
Features
Fold underlines — collapsed regions get a subtle bottom border
Semantic Lua highlighting — blue/purple coloring for globals, standard library namespaces, and aliases
Metamethod detection — __index, __call, __band etc. highlighted as blue bold in table constructors
Cross-file alias detection — T.floor = math.floor in one file makes floor purple everywhere
Instant color pass — regex-based highlighting fires immediately on file open, before LuaLS finishes loading
Unused code differentiation — multi-line unused blocks dimmed grey, single-line unused variables shown in red
Notepad++ bracket matching — red border around matching brackets
Dark Terminal option — when enabled, adds dark background/foreground/cursor to the terminal; selection and find-match colors are always active regardless of this setting