Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sontungexpt committed Sep 22, 2023
1 parent 373614d commit 1b54dc7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,17 @@ require("url_open").setup({
highlight_url = {
all_urls = {
enabled = false,
fg = "#19d5ff", -- nil will use default color
bg = nil, -- transparent
fg = "#21d5ff", -- "text" or "#rrggbb"
-- fg = "text", -- text will set underline same color with text
bg = nil, -- nil or "#rrggbb"
underline = true,
-- more_customize via vim.api.nvim_set_hl
},
cursor_move = {
enabled = true,
fg = "#199eff", -- nil will use default color
bg = nil, -- transparent
fg = "#199eff", -- "text" or "#rrggbb"
-- fg = "text", -- text will set underline same color with text
bg = nil, -- nil or "#rrggbb"
underline = true,
-- more_customize via vim.api.nvim_set_hl
},
},
deep_pattern = false,
Expand Down

0 comments on commit 1b54dc7

Please sign in to comment.