-
Notifications
You must be signed in to change notification settings - Fork 6
/
lynx.lss
97 lines (83 loc) · 3.56 KB
/
lynx.lss
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Lynx Stylesheet - originally designed for use with solarized dark, but may
# work reasonably well with other color schemes too
##
# Normal type styles correspond to HTML tags (tags are sorted and grouped
# according to https://html.spec.whatwg.org/multipage/index.html#toc-semantics)
##
# Document Metadata
title: normal: magenta
link: normal: brightwhite
# Sections
h1: bold: green
h2: bold: green
h3: bold: green
h4: bold: green
h5: bold: green
h6: bold: green
address: normal: magenta
# Grouping Content
hr: normal: yellow
pre: normal: cyan
blockquote: normal: brightmagenta
li: normal: brown
# Text-level semantics
a: bold: blue
em: bold: white
strong: bold: brightred
small: dim: default
cite: normal: brightmagenta
q: normal: brightmagenta
code: normal: cyan
var: normal: cyan
samp: normal: cyan
kbd: normal: cyan
sub: dim: yellow
sup: bold: yellow
i: bold: white
b: bold: brightred
br: normal: default
# Embedded content
img: dim: brown
# Tabular data
table: normal: brightcyan
caption: reverse: brown
tr: bold: brown
td: normal: default
# Forms
label: normal: magenta
##
# Special styles - not corresponding directly to HTML tags
# alert - status bar, when message begins "Alert".
# alink - active link
# normal - default attributes
# status - status bar
# whereis - whereis search target
##
alink: reverse: black: blue
status: normal: yellow
alert: bold: black: red
whereis: reverse+underline: black: cyan
menu.bg: normal: black: lightgray
menu.frame: normal: black: lightgray
menu.entry: normal: lightgray: black
menu.n: normal: red: gray
menu.active: normal: yellow: black
menu.sb: normal: brightred: lightgray
forwbackw.arrow:reverse
hot.paste: normal: brightred: gray
##
# View Source - styles that will be used when syntax highlighting is requested
# (commandline option -prettysrc).
##
span.htmlsrc_comment:normal: yellow
span.htmlsrc_tag:normal: normal
span.htmlsrc_attrib:normal: yellow
span.htmlsrc_attrval:normal: brown
span.htmlsrc_abracket:normal: yellow
span.htmlsrc_entity:normal: yellow
span.htmlsrc_href:normal: green
span.htmlsrc_entire:normal: magenta
#span.htmlsrc_badseq:normal: red
#span.htmlsrc_badtag:normal: red
#span.htmlsrc_badattr:normal: red
span.htmlsrc_sgmlspecial:normal: yellow