Skip to content

Commit

Permalink
feat: adding logo
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCiccarino committed Dec 20, 2024
1 parent e821761 commit 15701b5
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
A dark and light [Neovim](https://github.com/neovim/neovim) theme written in
[Lua](https://www.lua.org)

![logo](./extras/vscode/img/nekonight.png)

## Credits
[Visual Studio Code TokyoNight](https://github.com/enkia/tokyo-night-vscode-theme)
[tokyonight.nvim](https://github.com/folke/tokyonight.nvim)
[shades of purple](https://github.com/ahmadawais/shades-of-purple-vscode)
- [Visual Studio Code TokyoNight](https://github.com/enkia/tokyo-night-vscode-theme)
- [tokyonight.nvim](https://github.com/folke/tokyonight.nvim)
- [shades of purple](https://github.com/ahmadawais/shades-of-purple-vscode)

> [!NOTE]
> This theme is a fork of folke/tokyonight.nvim all rights reserved
Expand Down
Binary file removed img/nekonight.png
Binary file not shown.
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "nekonight",
"version": "0.0.1",
"description": "an super megapack of colorschemes",
"main": "index.js",
"directories": {
"test": "tests",
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrunoCiccarino/nekonight.git"
},
"author": "BrunoCiccarino",
"license": "MIT",
"bugs": {
"url": "https://github.com/BrunoCiccarino/nekonight/issues"
},
"homepage": "https://github.com/BrunoCiccarino/nekonight#readme"
}

0 comments on commit 15701b5

Please sign in to comment.