forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprism-theme.sass
More file actions
107 lines (93 loc) · 1.88 KB
/
prism-theme.sass
File metadata and controls
107 lines (93 loc) · 1.88 KB
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
98
99
100
101
102
103
104
105
106
.doc-code, .doc-code__inner
margin: 0
position: relative
font-size: 12px
color: $grey-9
background-color: #fdfdfd
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace
text-align: left
white-space: pre
word-spacing: normal
word-break: normal
word-wrap: normal
line-height: 1.5
tab-size: 4
hyphens: none
.doc-code
overflow: visible
padding: 0
border-radius: $generic-border-radius
&__inner
background-image: linear-gradient(transparent 50%, $code-color 50%)
background-size: 3em 3em
background-origin: content-box
background-attachment: local
max-height: inherit
height: inherit
padding: 1em
display: block
overflow: auto
&--prerendered
border-width: 1px 1px 1px 3px
border-style: solid
border-color: $separator-color
border-left-color: $primary
border-radius: $generic-border-radius
.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata
color: #7D8B99
.token
&.punctuation
color: #5F6364
&.important
font-weight: normal
&.bold
font-weight: bold
&.italic
font-style: italic
&.entity
cursor: help
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted
color: #c92c2c
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted
color: #2f9c0a
.token.operator,
.token.entity,
.token.url,
.token.variable
color: #a67f59
background: rgba(255, 255, 255, 0.5)
.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name
color: #1990b8
.token.regex,
.token.important
color: #e90
.language-css .token.string,
.style .token.string
color: #a67f59
background: rgba(255, 255, 255, 0.5)
.namespace
opacity: .7
.token.tab:not(:empty):before,
.token.cr:before,
.token.lf:before
color: #e0d7d1