Switch to carbonfox theme
This commit is contained in:
parent
5377003ff5
commit
b49429ddab
4 changed files with 35 additions and 49 deletions
|
|
@ -59,7 +59,7 @@
|
|||
};
|
||||
};
|
||||
settings = {
|
||||
theme = "nightfox";
|
||||
theme = "carbonfox";
|
||||
editor = {
|
||||
lsp.display-messages = true;
|
||||
lsp.display-inlay-hints = true;
|
||||
|
|
|
|||
|
|
@ -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 = "",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue