Skip to content

Commit

Permalink
Remove conoline customization
Browse files Browse the repository at this point in the history
  • Loading branch information
tarebyte committed Oct 22, 2023
1 parent 9755823 commit bfcf35a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .config/nvim/lua/plugins/colorscheme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ return {
vim.api.nvim_set_hl(0, "CmpItemAbbr", { fg = vim.g.base16_gui05, bg = vim.g.base16_gui00 })
vim.api.nvim_set_hl(0, "CmpItemKindCopilot", { fg = vim.g.base16_gui0B })

-- Hide away on insert.
vim.g.conoline_color_insert_dark = string.format("guibg=%s", vim.g.base16_gui00)
vim.g.conoline_color_insert_nr_dark = string.format("guibg=%s guifg=%s", vim.g.base16_gui00, vim.g.base16_gui07)

-- Telescope
vim.api.nvim_set_hl(0, "TelescopeBorder", { fg = darker_black, bg = darker_black })
vim.api.nvim_set_hl(0, "TelescopePromptBorder", { fg = darker_black, bg = darker_black })
Expand Down

0 comments on commit bfcf35a

Please sign in to comment.