Compare commits

...
2 Commits
Author SHA1 Message Date
thread 5d8ec77f80 theme: chadracula 2026-07-17 13:45:21 -04:00
thread 920840db85 theme set: <leader>th 2026-07-17 13:45:21 -04:00
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ local M = {}
M.base46 = {
theme = "wombat",
theme = "chadracula",
-- hl_override = {
-- Comment = { italic = true },
+5 -5
View File
@@ -63,11 +63,11 @@ map("n", "<leader>e", "<cmd>NvimTreeFocus<CR>", { desc = "nvimtree focus window"
-- map("n", "<leader>cm", "<cmd>Telescope git_commits<CR>", { desc = "telescope git commits" })
-- map("n", "<leader>gt", "<cmd>Telescope git_status<CR>", { desc = "telescope git status" })
-- map("n", "<leader>pt", "<cmd>Telescope terms<CR>", { desc = "telescope pick hidden term" })
--
-- map("n", "<leader>th", function()
-- require("nvchad.themes").open()
-- end, { desc = "telescope nvchad themes" })
--
map("n", "<leader>th", function()
require("nvchad.themes").open()
end, { desc = "telescope nvchad themes" })
-- map("n", "<leader>ff", "<cmd>Telescope find_files<cr>", { desc = "telescope find files" })
-- map(
-- "n",