Compare commits
	
		
			No commits in common. "792c4d50cecd7b8829f947b7571463eb455b74b1" and "30efa5fd975c8600714067aa587ee721c48dd6c0" have entirely different histories.
		
	
	
		
			792c4d50ce
			...
			30efa5fd97
		
	
		
| @ -15,7 +15,7 @@ font-size = 14 | |||||||
| font-thicken = true | font-thicken = true | ||||||
| # font-variation = wdth=100 | # font-variation = wdth=100 | ||||||
| # theme = light:xcodelight,dark:xcodedark | # theme = light:xcodelight,dark:xcodedark | ||||||
| theme = light:dawnfox,dark:carbonfox | theme = light:nord-light,dark:nord | ||||||
| # theme = Monokai Classic | # theme = Monokai Classic | ||||||
| # window-decoration = false | # window-decoration = false | ||||||
| # gtk-adwaita = false | # gtk-adwaita = false | ||||||
|  | |||||||
| @ -29,7 +29,7 @@ require("lazy").setup({ | |||||||
|   }, |   }, | ||||||
|   -- Configure any other settings here. See the documentation for more details. |   -- Configure any other settings here. See the documentation for more details. | ||||||
|   -- colorscheme that will be used when installing plugins. |   -- colorscheme that will be used when installing plugins. | ||||||
|   -- install = { colorscheme = { "nord" } }, |   install = { colorscheme = { "nord" } }, | ||||||
|   -- automatically check for plugin updates |   -- automatically check for plugin updates | ||||||
|   checker = { enabled = false, notify = false }, |   checker = { enabled = false, notify = false }, | ||||||
| }) | }) | ||||||
|  | |||||||
| @ -65,7 +65,7 @@ vim.g.netrw_alto = 0 | |||||||
| 
 | 
 | ||||||
| vim.ui.select = Snacks.picker.select | vim.ui.select = Snacks.picker.select | ||||||
| 
 | 
 | ||||||
| -- vim.cmd('colorscheme carbonfox') | vim.cmd('colorscheme nord') | ||||||
| 
 | 
 | ||||||
| vim.lsp.config('lua_ls', { | vim.lsp.config('lua_ls', { | ||||||
|     settings = { |     settings = { | ||||||
|  | |||||||
| @ -137,27 +137,5 @@ return { | |||||||
|         lazy = true, |         lazy = true, | ||||||
|     }, |     }, | ||||||
| 
 | 
 | ||||||
|     { |  | ||||||
|         "EdenEast/nightfox.nvim", |  | ||||||
|         priority = 1000, |  | ||||||
|         lazy = true, |  | ||||||
|     }, |  | ||||||
| 
 |  | ||||||
|     { |  | ||||||
|         "f-person/auto-dark-mode.nvim", |  | ||||||
|         opts = { |  | ||||||
|             -- your configuration comes here |  | ||||||
|             -- or leave it empty to use the default settings |  | ||||||
|             -- refer to the configuration section below |  | ||||||
|             set_dark_mode = function() |  | ||||||
|                 vim.api.nvim_set_option_value("background", "dark", {}) |  | ||||||
|                 vim.cmd('colorscheme carbonfox') |  | ||||||
|             end, |  | ||||||
|             set_light_mode = function() |  | ||||||
|                 vim.api.nvim_set_option_value("background", "light", {}) |  | ||||||
|                 vim.cmd('colorscheme dawnfox') |  | ||||||
|             end, |  | ||||||
|         }, |  | ||||||
|     }, |  | ||||||
|     -- use 'xiyaowong/transparent.nvim' |     -- use 'xiyaowong/transparent.nvim' | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user