This commit is contained in:
Oscar Plaisant
2024-03-27 15:59:45 +01:00
parent bb9f9102c9
commit 871cbb94b4
200 changed files with 105447 additions and 159342 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "mrj-jump-to-link",
"name": "Jump to link",
"version": "0.4.4",
"version": "0.5.4",
"description": "This plugin allows open a link in current document or regex based navigation in editor mode using hotkey",
"isDesktopOnly": false,
"author": "MrJackphil",

View File

@@ -13,6 +13,11 @@
padding: 1px 3px;
border-radius: 3px;
}
.jl.popover.matched::first-letter {
color: rgb(143 107 7);
}
.theme-dark, .theme-light {
--jump-to-link-lightspeed-color: var(--text-muted);
}