File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments