-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvimium_c.json
54 lines (54 loc) · 1.56 KB
/
vimium_c.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "Vimium C",
"@time": "11/27/2024, 2:15:52 PM",
"time": 1732745752392,
"environment": {
"extension": "2.11.3",
"platform": "mac",
"chromium": 131
},
"exclusionRules": [],
"keyLayout": 2,
"keyMappings": [
"#!no-check",
"map f LinkHints.activate",
"map F LinkHints.activate",
"map gf LinkHints.activateHover",
"unmap r",
"unmap t",
"unmap x",
""
],
"userDefinedCss": [
"/* Vimium-C Hint Styling */",
"",
"/* Link hint boxes */",
".LH, .D>.LH {",
" background: linear-gradient(",
" hsla(56, 100%, 80%, 0.8), /* Light yellow gradient start with 90% opacity */",
" hsla(42, 100%, 50%, 0.7) /* Rich orange gradient end with 80% opacity */",
" );",
" color: #000000; /* Solid black text for maximum readability */",
" border: 1px solid hsla(50, 80%, 40%, 1); /* Semi-transparent border */",
" border-radius: 0.3em; /* Slightly rounded corners for a smaller look */",
" padding: 0.1em 0.25em; /* Reduced padding for a more compact design */",
" box-shadow: 0em 0.1em 0.6em 0.1em rgba(0, 0, 0, 0.4); /* Subtle shadow for better visibility */",
"}",
"",
"/* Link hint matching characters */",
".LH > .MC {",
" color: #ff0000; /* Bright red for highlighting matching characters */",
" font-weight: bold; /* Ensures contrast and visibility */",
"}",
"",
"/* Default hint text styling */",
".LH .MC {",
" font-size: 12px; /* Reduced font size for smaller boxes */",
" font-weight: 900;",
" opacity: 1; /* Ensure text is fully opaque */",
" text-shadow: none;",
"}",
""
],
"vimSync": true
}