Skip to content

Commit

Permalink
πŸ› Fixxing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCiccarino committed Jan 4, 2025
1 parent 88b90cd commit c7eed88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colors/nekonight.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
require("nekonight").load({
style = vim.o.background == "light" and "day" or vim.o.background == "dark" and "night",
style = vim.o.background == "light" and "day"
})
2 changes: 1 addition & 1 deletion lua/nekonight/config.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local M = {}

M.version = "4.11.0" -- x-release-please-version
M.version = "0.0.4" -- x-release-please-version

---@class nekonight.Config
---@field on_colors fun(colors: ColorScheme)
Expand Down

0 comments on commit c7eed88

Please sign in to comment.