3 { "rmehri01/onenord.nvim",
6 opts = function(_, opts)
7 local colors = require("onenord.colors").load()
8 opts = vim.tbl_extend("force", opts, {
10 ["@parameter"] = { fg = colors.fg },
11 ["@namespace"] = { fg = colors.fg },
12 ["@type"] = { fg = colors.fg },
13 ["@variable.builtin"] = { fg = colors.fg },
19 { name = "colorschemes",
20 -- this meta plugin can be used to install all colorschemes to test with telescope
29 -- https://github.com/catppuccin/nvim/discussions/323#discussioncomment-5760383
31 rosewater = "#BF616A",
62 "shaunsingh/nord.nvim",
64 vim.g.nord_contrats = true
65 vim.g.nord_borders = true
66 vim.g.nord_bold = false
67 vim.g.nord_uniform_diff_background = false
68 vim.g.nord_disable_background = false
71 -- conflicts with above
72 -- { "gbprod/nord.nvim"},