Skip to content

Commit 8f28ed5

Browse files
committed
Add theme thorn.nvim
1 parent 79c4f9f commit 8f28ed5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

lua/plugin_specs.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ local plugin_specs = {
164164
{ "ember-theme/nvim", name = "ember", priority = 1000 },
165165
{ "yonatanperel/lake-dweller.nvim", priority = 1000 },
166166
{ "dchinmay2/alabaster.nvim", priority = 1000 },
167+
{ "jpwol/thorn.nvim", priority = 1000 },
167168

168169
-- plugins to provide nerdfont icons
169170
{

lua/ui.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ M.colorscheme_conf = {
117117
alabaster = function()
118118
use_theme("alabaster")
119119
end,
120+
thorn = function()
121+
use_theme("thorn")
122+
end,
120123
}
121124

122125
--- Use a random colorscheme from the pre-defined list of colorschemes.

0 commit comments

Comments
 (0)