Skip to content

Commit

Permalink
feat: adding new colorschemes
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCiccarino committed Dec 20, 2024
1 parent 5f7d1f6 commit 107b6a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions colors/nekonight-fire-obsidian.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require("nekonight").load({ style = "fire-obsidian" })
1 change: 1 addition & 0 deletions colors/nekonight-onedark.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require("nekonight").load({ style = "onedark" })

0 comments on commit 107b6a9

Please sign in to comment.