misc edits: foot, nvim, sway, qute

This commit is contained in:
Henrik Bakken
2026-03-30 16:01:46 +02:00
parent 4c362b4a71
commit 49dae6be39
4 changed files with 13 additions and 62 deletions
-8
View File
@@ -331,14 +331,6 @@ vim.api.nvim_create_user_command("ConvertEOL", function(opts)
})
end, { nargs = 1 })
-- fix diff colors on some color schemes
-- https://codeyarns.com/tech/2011-07-29-vim-chart-of-color-names.html
vim.api.nvim_create_user_command("FixColors", function()
vim.api.nvim_set_hl(0, "CustomCursor", { fg = "salmon1", bg = "cyan" })
vim.api.nvim_set_hl(0, "CustomICursor", { fg = "salmon1", bg = "cyan" })
vim.api.nvim_set_hl(0, "ColorColumn", { bg = "salmon4" })
end, {})
-- ----------------------------------------
-- SPECS
-- ----------------------------------------