Skip to content

Commit f182ee4

Browse files
committed
Add theme ember
1 parent a892a19 commit f182ee4

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

lua/plugin_specs.lua

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,8 @@ local plugin_specs = {
160160
{ "vague2k/vague.nvim", priority = 1000 },
161161
{ "webhooked/kanso.nvim", priority = 1000 },
162162
{ "zootedb0t/citruszest.nvim", priority = 1000 },
163-
{
164-
"nyoom-engineering/oxocarbon.nvim",
165-
priority = 1000,
166-
},
163+
{ "nyoom-engineering/oxocarbon.nvim", priority = 1000 },
164+
{ "ember-theme/nvim", name = "ember", priority = 1000 },
167165

168166
-- plugins to provide nerdfont icons
169167
{

lua/ui.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ M.colorscheme_conf = {
104104
oxocarbon = function()
105105
use_theme("oxocarbon")
106106
end,
107+
ember = function()
108+
use_theme("ember")
109+
end,
107110
}
108111

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

0 commit comments

Comments
 (0)