Skip to content

Commit

Permalink
refact: changing modules names
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCiccarino committed Dec 19, 2024
1 parent 6dbff01 commit e9db35b
Show file tree
Hide file tree
Showing 174 changed files with 4,934 additions and 366 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ body:
- type: markdown
attributes:
value: |
**Before** reporting an issue, make sure to read the [documentation](https://github.com/folke/tokyonight.nvim)
and search [existing issues](https://github.com/folke/tokyonight.nvim/issues).
**Before** reporting an issue, make sure to read the [documentation](https://github.com/BrunoCiccarino/nekonight)
and search [existing issues](https://github.com/BrunoCiccarino/nekonight/issues).
Usage questions such as ***"How do I...?"*** belong in [Discussions](https://github.com/folke/tokyonight.nvim/discussions) and will be closed.
Usage questions such as ***"How do I...?"*** belong in [Discussions](https://github.com/BrunoCiccarino/nekonight/discussions) and will be closed.
- type: checkboxes
attributes:
label: Did you check docs and existing issues?
description: Make sure you checked all of the below before submitting an issue
options:
- label: I have read all the tokyonight.nvim docs
- label: I have read all the nekonight docs
required: true
- label: I have updated the plugin to the latest version before submitting this issue
required: true
- label: I have searched the existing issues of tokyonight.nvim
- label: I have searched the existing issues of nekonight
required: true
- label: I have searched the existing issues of plugins related to this issue
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
url: https://github.com/folke/tokyonight.nvim/discussions
url: https://github.com/BrunoCiccarino/nekonight/discussions
about: Use Github discussions instead
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
label: Did you check the docs?
description: Make sure you read all the docs before submitting a feature request
options:
- label: I have read all the tokyonight.nvim docs
- label: I have read all the nekonight docs
required: true
- type: textarea
validations:
Expand Down
22 changes: 11 additions & 11 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
core:
- all:
- changed-files:
- any-glob-to-any-file: "lua/tokyonight/**"
- any-glob-to-any-file: "lua/nekonight/**"
- all-globs-to-all-files:
- "!lua/tokyonight/groups/**"
- "!lua/tokyonight/colors/**"
- "!lua/tokyonight/extra/**"
- "!lua/nekonight/groups/**"
- "!lua/nekonight/colors/**"
- "!lua/nekonight/extra/**"

extras:
- changed-files:
- any-glob-to-any-file: "lua/tokyonight/extra/**"
- any-glob-to-any-file: "lua/nekonight/extra/**"

groups:
- changed-files:
- any-glob-to-any-file: "lua/tokyonight/groups/**"
- any-glob-to-any-file: "lua/nekonight/groups/**"

base:
- changed-files:
- any-glob-to-any-file:
- "lua/tokyonight/groups/base.lua"
- "lua/tokyonight/groups/kinds.lua"
- "lua/tokyonight/groups/treesitter.lua"
- "lua/tokyonight/groups/semantic_tokens.lua"
- "lua/nekonight/groups/base.lua"
- "lua/nekonight/groups/kinds.lua"
- "lua/nekonight/groups/treesitter.lua"
- "lua/nekonight/groups/semantic_tokens.lua"

colors:
- changed-files:
- any-glob-to-any-file: "lua/tokyonight/colors/**"
- any-glob-to-any-file: "lua/nekonight/colors/**"
2 changes: 1 addition & 1 deletion .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": {
".": {
"release-type": "simple",
"extra-files": ["lua/tokyonight/config.lua"]
"extra-files": ["lua/nekonight/config.lua"]
}
}
}
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
uses: folke/github/.github/workflows/ci.yml@main
secrets: inherit
with:
plugin: tokyonight.nvim
repo: folke/tokyonight.nvim
plugin: nekonight
repo: BrunoCiccarino/nekonight
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# What's New?

## 0.x

#### Forked

On 12/19/2024 the tokyo night theme was forked for a colorschemes expansion, with the addition of a new color palette, now nekonight becomes a megapack of multi-platform themes.

## 4.x

**TokyoNight** creates almost 900 highlight groups, so it was about time to refactor the code :)
**tokyonight** creates almost 900 highlight groups, so it was about time to refactor the code :)

Support for plugins has been split in separate files and can be enabled/disabled via `opts`.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ TokyoNight](https://github.com/enkia/tokyo-night-vscode-theme) theme. Includes
[0.9.0](https://github.com/neovim/neovim/releases/tag/v0.9.0) features.
- Terminal colors.
- Supports all major plugins.
- Provides [TokyoNight](https://github.com/folke/tokyonight.nvim)
- Provides [NekoNight](https://github.com/BrunoCiccarino/nekonight)
[extras](#-extras) for numerous other applications.

<details>
Expand Down
Loading

0 comments on commit e9db35b

Please sign in to comment.