Switch to carbonfox theme

This commit is contained in:
Filippo Berto 2025-03-25 14:38:04 +01:00
parent 5377003ff5
commit b49429ddab
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 35 additions and 49 deletions

View file

@ -59,7 +59,7 @@
};
};
settings = {
theme = "nightfox";
theme = "carbonfox";
editor = {
lsp.display-messages = true;
lsp.display-inlay-hints = true;

View file

@ -141,7 +141,7 @@ in
plugin = vp.nightfox-nvim;
type = "lua";
config = ''
vim.cmd [[colorscheme nightfox]]
vim.cmd [[colorscheme carbonfox]]
'';
}
@ -154,7 +154,7 @@ in
require("lualine").setup({
options = {
icons_enabled = false,
theme = "nightfox",
theme = "carbonfox",
component_separators = "|",
section_separators = "",
},