summaryrefslogtreecommitdiffstats
path: root/.config/urlscan
diff options
context:
space:
mode:
authorYigit Sever2020-09-24 17:21:59 +0300
committerYigit Sever2020-09-24 17:21:59 +0300
commitae5f78afb4b2b3cce5637eb476660bbf2e0103e1 (patch)
treeae97feb1b003345ab31215974c3df85cdd08e877 /.config/urlscan
parent96935fcff72638d619166931d1ab0b618f29b432 (diff)
downloaddotfiles-ae5f78afb4b2b3cce5637eb476660bbf2e0103e1.tar.gz
dotfiles-ae5f78afb4b2b3cce5637eb476660bbf2e0103e1.tar.bz2
dotfiles-ae5f78afb4b2b3cce5637eb476660bbf2e0103e1.zip
tracking urlscan config
diffstat (limited to '.config/urlscan')
-rw-r--r--.config/urlscan/config.json140
1 files changed, 140 insertions, 0 deletions
diff --git a/.config/urlscan/config.json b/.config/urlscan/config.json
new file mode 100644
index 0000000..2ef80b2
--- /dev/null
+++ b/.config/urlscan/config.json
@@ -0,0 +1,140 @@
1{
2 "palettes": {
3 "default": [
4 [
5 "header",
6 "white",
7 "dark blue",
8 "standout"
9 ],
10 [
11 "footer",
12 "white",
13 "dark red",
14 "standout"
15 ],
16 [
17 "search",
18 "white",
19 "dark green",
20 "standout"
21 ],
22 [
23 "msgtext",
24 "",
25 ""
26 ],
27 [
28 "msgtext:ellipses",
29 "light gray",
30 "black"
31 ],
32 [
33 "urlref:number:braces",
34 "light gray",
35 "black"
36 ],
37 [
38 "urlref:number",
39 "yellow",
40 "black",
41 "standout"
42 ],
43 [
44 "urlref:url",
45 "white",
46 "black",
47 "standout"
48 ],
49 [
50 "url:sel",
51 "white",
52 "dark blue",
53 "bold"
54 ]
55 ],
56 "bw": [
57 [
58 "header",
59 "black",
60 "light gray",
61 "standout"
62 ],
63 [
64 "footer",
65 "black",
66 "light gray",
67 "standout"
68 ],
69 [
70 "search",
71 "black",
72 "light gray",
73 "standout"
74 ],
75 [
76 "msgtext",
77 "",
78 ""
79 ],
80 [
81 "msgtext:ellipses",
82 "white",
83 "black"
84 ],
85 [
86 "urlref:number:braces",
87 "white",
88 "black"
89 ],
90 [
91 "urlref:number",
92 "white",
93 "black",
94 "standout"
95 ],
96 [
97 "urlref:url",
98 "white",
99 "black",
100 "standout"
101 ],
102 [
103 "url:sel",
104 "black",
105 "light gray",
106 "bold"
107 ]
108 ]
109 },
110 "keys": {
111 "/": "search_key",
112 "0": "digits",
113 "1": "digits",
114 "2": "digits",
115 "3": "digits",
116 "4": "digits",
117 "5": "digits",
118 "6": "digits",
119 "7": "digits",
120 "8": "digits",
121 "9": "digits",
122 "C": "clipboard",
123 "c": "context",
124 "ctrl l": "clear_screen",
125 "f1": "help_menu",
126 "G": "bottom",
127 "g": "top",
128 "j": "down",
129 "k": "up",
130 "P": "clipboard_pri",
131 "l": "link_handler",
132 "p": "palette",
133 "Q": "quit",
134 "q": "quit",
135 "R": "reverse",
136 "S": "all_shorten",
137 "s": "shorten",
138 "u": "all_escape"
139 }
140} \ No newline at end of file