-
Notifications
You must be signed in to change notification settings - Fork 4
/
vosh.json
51 lines (51 loc) · 2.24 KB
/
vosh.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
{
"Author": "vosh",
"Author Tripcode": "!POMF.9waa",
"Background Image": "url('')",
"Background Attachment": "fixed",
"Background Position": "bottom left",
"Background Repeat": "no-repeat",
"Background Color": "rgb(37,38,39)",
"Dialog Background": "rgba(37,38,39,.98)",
"Dialog Border": "#618485",
"Thread Wrapper Background": "rgba(0,0,0,0)",
"Thread Wrapper Border": "rgba(0,0,0,0)",
"Reply Background": "rgba(37,38,39,1.0)",
"Reply Border": "#618485",
"Highlighted Reply Background": "rgba(41,42,43,1.0)",
"Highlighted Reply Border": "#618485",
"Backlinked Reply Outline": "#618485",
"Checkbox Background": "rgba(37,38,39,1.0)",
"Checkbox Border": "rgb(13,17,20)",
"Input Background": "rgba(37,38,39,1.0)",
"Input Border": "rgb(13,17,20)",
"Hovered Input Background": "rgba(53,54,55,1.0)",
"Hovered Input Border": "rgb(13,17,20)",
"Focused Input Background": "rgba(53,54,55,1.0)",
"Focused Input Border": "rgb(13,17,20)",
"Buttons Background": "rgba(37,38,39,1.0)",
"Buttons Border": "rgb(13,17,20)",
"Navigation Background": "rgba(37,38,39,0.8)",
"Navigation Border": "rgb(37,38,39)",
"Quotelinks": "#618485",
"Links": "#618485",
"Hovered Links": "#75314b",
"Navigation Links": "rgb(220,203,187)",
"Hovered Navigation Links": "#75314b",
"Subjects": "#75314b",
"Names": "#de9e4e",
"Sage": "#ededf7",
"Tripcodes": "#479ebb",
"Emails": "#618485",
"Post Numbers": "#618485",
"Text": "#ededf7",
"Backlinks": "#618485",
"Greentext": "#6D9E3F",
"Board Title": "#ededf7",
"Timestamps": "#c64552",
"Inputs": "#ededf7",
"Warnings": "#c64552",
"Shadow Color": "rbga(0,0,0,0.1)",
"Custom CSS": ".board {\npadding: 1px 2px;\n}\n.rice {\nbox-shadow:rgba(69,70,71,.3) 0 1px;\n}\ninput[type=password]:hover,\ninput[type=text]:not([disabled]):hover,\ninput#fs_search:hover,\ninput.field:hover,\ntextarea:hover,\n#options input:not([type=checkbox]):hover {\n box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;\n}\ninput[type=password]:focus,\ninput[type=text]:focus,\ninput#fs_search:focus,\ninput.field:focus,\ntextarea:focus,\n#options input:focus {\n box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;\n}\nbutton,\ninput,\ntextarea,\n.rice {\n transition:background .2s,box-shadow .2s;\n}\n ",
"Theme": "vosh bright"
}