aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/theme.lua
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-11-24 19:29:12 +0300
committerawy <awy@awy.one>2025-11-24 19:29:12 +0300
commitfa959bc51fa751e804c3fd4fdedb0d056c10bb8d (patch)
tree277e1537218ee3ecc26e7a72eb554c9b8408107b /.config/nvim/lua/plugins/theme.lua
parent775239c9a585307b71bbb68329e6ae39cbc48d92 (diff)
downloadhyprdots-fa959bc51fa751e804c3fd4fdedb0d056c10bb8d.tar.gz
yeeeeeeeeeeeeeeep
Diffstat (limited to '.config/nvim/lua/plugins/theme.lua')
-rw-r--r--.config/nvim/lua/plugins/theme.lua52
1 files changed, 26 insertions, 26 deletions
diff --git a/.config/nvim/lua/plugins/theme.lua b/.config/nvim/lua/plugins/theme.lua
index 8176b64..a4ae301 100644
--- a/.config/nvim/lua/plugins/theme.lua
+++ b/.config/nvim/lua/plugins/theme.lua
@@ -1,17 +1,17 @@
-return {
- {
- "neanias/everforest-nvim",
- priority = 1000,
- config = function()
- require("everforest").setup({
- on_highlights = function(hl, palette)
- hl.CursorLineNr = { fg = palette.yellow, bg = palette.none}
- end,
- })
- vim.cmd.colorscheme "everforest"
- end
- }
-}
+-- return {
+-- {
+-- "neanias/everforest-nvim",
+-- priority = 1000,
+-- config = function()
+-- require("everforest").setup({
+-- on_highlights = function(hl, palette)
+-- hl.CursorLineNr = { fg = palette.yellow, bg = palette.none}
+-- end,
+-- })
+-- vim.cmd.colorscheme "everforest"
+-- end
+-- }
+-- }
-- return {
-- {
@@ -29,15 +29,15 @@ return {
-- }
-- }
--
--- return {
--- {
--- "catppuccin/nvim",
--- priority = 1000,
--- config = function()
--- require("catppuccin").setup({
--- transparent_background = true,
--- })
--- vim.cmd.colorscheme "catppuccin"
--- end
--- }
--- }
+return {
+ {
+ "catppuccin/nvim",
+ priority = 1000,
+ config = function()
+ require("catppuccin").setup({
+ transparent_background = true,
+ })
+ vim.cmd.colorscheme "catppuccin"
+ end
+ }
+}