Skip to content

Commit 1cc6774

Browse files
carbonfox theme
1 parent 3338d39 commit 1cc6774

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -881,11 +881,11 @@ require('lazy').setup({
881881
-- change the command in the config to whatever the name of that colorscheme is.
882882
--
883883
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
884-
'folke/tokyonight.nvim',
884+
'EdenEast/nightfox.nvim', -- 'folke/tokyonight.nvim',
885885
priority = 1000, -- Make sure to load this before all the other start plugins.
886886
config = function()
887887
---@diagnostic disable-next-line: missing-fields
888-
require('tokyonight').setup {
888+
require('nightfox').setup {
889889
styles = {
890890
comments = { italic = false }, -- Disable italics in comments
891891
},
@@ -894,7 +894,7 @@ require('lazy').setup({
894894
-- Load the colorscheme here.
895895
-- Like many other themes, this one has different styles, and you could load
896896
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
897-
vim.cmd.colorscheme 'tokyonight-night'
897+
vim.cmd.colorscheme 'carbonfox'
898898
end,
899899
},
900900

0 commit comments

Comments
 (0)