Compare commits

..

2 Commits

Author SHA1 Message Date
5a671c3ece feat(nvim): nvim-colorizer 2025-10-18 12:57:59 +08:00
f2111f7771 feat(noctalia): customize color theme 2025-10-18 12:57:07 +08:00
2 changed files with 24 additions and 2 deletions

View File

@@ -62,6 +62,11 @@ local plugins = {
require("ibl").setup(require("plugins.indent-blankline")) require("ibl").setup(require("plugins.indent-blankline"))
end, end,
}, },
{
"norcalli/nvim-colorizer.lua",
event = "VeryLazy",
opt = {},
},
{ {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
dependencies = { "hrsh7th/cmp-nvim-lsp" }, dependencies = { "hrsh7th/cmp-nvim-lsp" },

View File

@@ -87,6 +87,25 @@ in
programs.noctalia-shell = { programs.noctalia-shell = {
enable = true; enable = true;
# modified from official Tokyo-Night theme
colors = {
mError = "#f7768e";
mOnError = "#16161e";
mOnPrimary = "#16161e";
mOnSecondary = "#16161e";
mOnSurface = "#c0caf5";
mOnSurfaceVariant = "#9aa5ce";
mOnTertiary = "#16161e";
mOutline = "#565f89";
mPrimary = "#7aa2f7";
mSecondary = "#9a9ef7";
mTertiary = "#bb9af7";
# mSecondary = "#bb9af7";
# mTertiary = "#9ece6a";
mShadow = "#15161e";
mSurface = "#1a1b26";
mSurfaceVariant = "#24283b";
};
settings = { settings = {
audio.mprisBlacklist = [ audio.mprisBlacklist = [
"firefox" "firefox"
@@ -162,8 +181,6 @@ in
]; ];
}; };
}; };
# FIXME: Customize
colorSchemes.predefinedScheme = "Tokyo-Night";
controlCenter = { controlCenter = {
cards = [ cards = [
{ {