Skip to content

Commit

Permalink
feat: adding package config file for publish in elpa
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCiccarino committed Dec 21, 2024
1 parent caa09ae commit a424a11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![logo](./img/logo.png)

![lua](https://img.shields.io/badge/made_with-lua-code?style=for-the-badge&logo=lua&color=%23789DBC) ![GitHub last commit](https://img.shields.io/github/last-commit/BrunoCiccarino/nekonight?style=for-the-badge&logo=lua&color=%238BCDCD) ![GitHub forks](https://img.shields.io/github/forks/BrunoCiccarino/nekonight?style=for-the-badge&logo=lua&color=%23a3be8c) ![GitHub Repo stars](https://img.shields.io/github/stars/BrunoCiccarino/nekonight?style=for-the-badge&logo=lua&color=%23624E88) ![Neovim](https://img.shields.io/badge/NeoVim-%2357A143.svg?&style=for-the-badge&logo=neovim&logoColor=white) [![Twitter](https://img.shields.io/badge/Follow_me-black?style=for-the-badge&logo=x&color=black)](https://x.com/brunociccarinoo)
![lua](https://img.shields.io/badge/made_with-lua-code?style=for-the-badge&logo=lua&color=%23789DBC) ![GitHub last commit](https://img.shields.io/github/last-commit/BrunoCiccarino/nekonight?style=for-the-badge&logo=lua&color=%238BCDCD) ![GitHub forks](https://img.shields.io/github/forks/BrunoCiccarino/nekonight?style=for-the-badge&logo=lua&color=%23a3be8c) ![GitHub Repo stars](https://img.shields.io/github/stars/BrunoCiccarino/nekonight?style=for-the-badge&logo=lua&color=%23624E88) ![Neovim](https://img.shields.io/badge/NeoVim-%2357A143.svg?&style=for-the-badge&logo=neovim&logoColor=white) ![Emacs](https://img.shields.io/badge/Emacs-%237F5AB6.svg?&style=for-the-badge&logo=gnu-emacs&logoColor=white) [![Twitter](https://img.shields.io/badge/Follow_me-black?style=for-the-badge&logo=x&color=black)](https://x.com/brunociccarinoo)


Looking for a theme that fits your vibe? Whether you're into dark mode, light mode, or something in between, this **NekoNight** has got you covered. Written in [Lua](https://www.lua.org) for snappy performance, it's a buffet of color schemes for every taste and mood. 🍭 Want to boost your productivity *and* look good while coding? We've got countless options to keep you inspired and in the zone. 🚀✨ If you love it (and we know you will), hit that ⭐ on our [official repo](https://github.com/BrunoCiccarino/nekonight). Your support means the world! 🌍
Expand Down
5 changes: 5 additions & 0 deletions nekonight-pkg.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(define-package "nekonight" "0.0.3" "A collection of themes including nekonight moon"
'((emacs "24.0"))
:url "https://github.com/BrunoCiccarino/nekonight"
:keywords '("themes" "nekonight" "moon"))

0 comments on commit a424a11

Please sign in to comment.