Updated 7. Example Custom Plugins (markdown)

Asep Komarudin 2024-03-11 15:02:11 +07:00
parent 597fcac357
commit b9e669a6bd

@ -1676,13 +1676,17 @@ return {
require("onedarkpro").setup({
colors = {
-- red = "#FF0000",
bg_statusline = "#282c34",
},
options = {
cursorline = true,
transparency = false,
terminal_colors = true,
},
highlights = {
-- overide cursor line fill colors
LineNr = { fg = "${fg}" }, -- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is set.
CursorLineNr = { fg = "${fg}" }, -- Like LineNr when 'cursorline' or 'relativenumber' is set for the cursor line.
CursorLine = { bg = "#333842" },
Cursor = { fg = "${bg}", bg = "${fg}" }, -- character under the cursor
lCursor = { fg = "${bg}", bg = "${fg}" }, -- the character under the cursor when |language-mapping| is used (see 'guicursor')