| 123456789101112 |
- -- Package metadata for doom-modeline
- return {
- name = "doom-modeline",
- version = "1.0.0",
- description = "Doom Emacs-inspired modeline styling with icons and color presets",
- author = "Lumacs Contributors",
- license = "MIT",
- homepage = "https://github.com/lumacs/packages",
- lumacs_version = ">=0.1.0",
- dependencies = {},
- keywords = {"modeline", "theme", "ui", "doom"},
- }
|