kayessess 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a3bdab66d2bea522c506ae6c48341f6038734e0
4
- data.tar.gz: 68797e2a498932a72c8b40f8caec4e6f1fbfb247
3
+ metadata.gz: ccd70d9f24e87ae472bf504b9da0acaf3ebc6349
4
+ data.tar.gz: 48cded452649aaedabc6c4a0b1e5249ea30b7d75
5
5
  SHA512:
6
- metadata.gz: 25005258ab1f06e703f74d8eb93cb532c7e5c8f34fe5053e8d2b0d23fd99df5fea1a295ef726d8b6cf61270678aae28b5ebfe7febe80f9035b870c7f508d5e23
7
- data.tar.gz: 0f31d4d5dde76a6eacc50df74271ad1a360bc2b457d917b25e4d981bcc7ec302bb32dcbb129391ec01c8d9d461eb5c73e9027af252037fc084c824d896818c3f
6
+ metadata.gz: 3131a4ce8a9ab68357968bc212a3a0b0b87e50bbdd6c66fb51d096d593f9fbfa52ea2bbfa8becdb33e515915486a29efa20216da7d418e65c74b88c02d04ec23
7
+ data.tar.gz: 5500feb3cc82afbe7ccc5be3e2a7978e17b5877b65ca1c8ff91178039b5e7f008deee6583165db026624c50c6c2b566e3773a5779f3ae4f507370bee8a1b3d1a
@@ -1,73 +1,196 @@
1
- .kayessess__example__code > {
2
- .highlight, code {
3
- color: #4d4d4c;
1
+ [class*=kayessess] > .highlight{
2
+ pre,
3
+ code {
4
4
  font-family: Meslo, Menlo, monospace;
5
+ color: #333;
6
+ font-size: 12px;
7
+ }
8
+ .n { /* name */
9
+ color: #1b9af7;
10
+ }
11
+ .k { /* keyword */
12
+ color: #a5de37;
13
+ }
14
+ .o { /* operator */
15
+ color: #ed4694;
16
+ }
17
+ .p { /* punctuation */
18
+ }
19
+ .c { /* comment */
20
+ color: #888;
21
+ }
22
+ .err { /* error */
23
+ color: #ff4351;
24
+ }
25
+ .cm { /* comment.multiline */
26
+ color: #888;
27
+ }
28
+ .cp { /* comment.preproc */
29
+ color: #888;
30
+ }
31
+ .c1 { /* comment.single */
32
+ color: #888;
33
+ }
34
+ .cs { /* comment.special */
35
+ color: #888;
36
+ }
37
+ .gd { /* generic.deleted */
38
+ }
39
+ .gd .x { /* generic.deleted.specific */
40
+ }
41
+ .ge { /* generic.emph */
42
+ }
43
+ .gr { /* generic.error */
44
+ color: #ff4351;
45
+ }
46
+ .gh { /* generic.heading */
47
+ color: #888;
48
+ }
49
+ .gi { /* generic.inserted */
50
+ }
51
+ .gi .x { /* generic.inserted.specific */
52
+ }
53
+ .go { /* generic.output */
54
+ color: #888;
55
+ }
56
+ .gp { /* generic.prompt */
57
+ color: #888;
58
+ }
59
+ .gs { /* generic.strong */
60
+ }
61
+ .gu { /* generic.subheading */
62
+ color: #888;
63
+ }
64
+ .gt { /* generic.traceback */
65
+ color: #ff4351;
66
+ }
67
+ .kc { /* keyword.constant */
68
+ color: #1b9af7;
69
+ }
70
+ .kd { /* keyword.declaration */
71
+ color: #1b9af7;
72
+ }
73
+ .kp { /* keyword.pseudo */
74
+ color: #1b9af7;
75
+ }
76
+ .kr { /* keyword.reserved */
77
+ color: #1b9af7;
78
+ }
79
+ .kt { /* keyword.type */
80
+ color: #1b9af7;
81
+ }
82
+ .m { /* literal.number */
83
+ color: #ed4694;
84
+ }
85
+ .s { /* literal.string */
86
+ color: #fc880f;
87
+ }
88
+ .na { /* name.attribute */
89
+ color: #a5de37;
90
+ }
91
+ .nb { /* name.builtin */
92
+ color: #1b9af7;
93
+ }
94
+ .nc { /* name.class */
95
+ background-color: rgba(123,114,233,.05);
96
+ border-radius: 1px;
97
+ color: #7b72e9;
98
+ }
99
+ .no { /* name.constant */
100
+ color: #a5de37;
101
+ }
102
+ .ni { /* name.entity */
103
+ color: #7b72e9;
104
+ }
105
+ .ne { /* name.exception */
106
+ color: #ed4694;
107
+ }
108
+ .nf { /* name.function */
109
+ background-color: rgba(123,114,233,.05);
110
+ border-radius: 1px;
111
+ color: #7b72e9;
112
+ }
113
+ .nd { /* name.decorator */
114
+ color: #ed4694;
115
+ }
116
+ .nn { /* name.namespace */
117
+ color: #ed4694;
118
+ }
119
+ .nt { /* name.tag */
120
+ background-color: rgba(27,154,247,.05);
121
+ border-radius: 1px;
122
+ color: #1b9af7;
123
+ }
124
+ .nv { /* name.variable */
125
+ color: #ed4694;
126
+ }
127
+ .nx { /* name.other */
128
+ color: #ed4694;
129
+ }
130
+ .ow { /* operator.word */
131
+ color: #ed4694;
132
+ }
133
+ .w { /* text.whitespace */
134
+ color: #888;
135
+ }
136
+ .mf { /* literal.number.float */
137
+ color: #a5de37;
138
+ }
139
+ .mh { /* literal.number.hex */
140
+ color: #a5de37;
141
+ }
142
+ .mi { /* literal.number.integer */
143
+ color: #a5de37;
144
+ }
145
+ .mo { /* literal.number.oct */
146
+ color: #a5de37;
147
+ }
148
+ .sb { /* literal.string.backtick */
149
+ color: #fc880f;
150
+ }
151
+ .sc { /* literal.string.char */
152
+ color: #fc880f;
153
+ }
154
+ .sd { /* literal.string.doc */
155
+ color: #fc880f;
156
+ }
157
+ .s2 { /* literal.string.double */
158
+ color: #fc880f;
159
+ }
160
+ .se { /* literal.string.escape */
161
+ color: #fc880f;
162
+ }
163
+ .sh { /* literal.string.heredoc */
164
+ color: #fc880f;
165
+ }
166
+ .si { /* literal.string.interpol */
167
+ color: #fc880f;
168
+ }
169
+ .sx { /* literal.string.other */
170
+ color: #fc880f;
171
+ }
172
+ .sr { /* literal.string.regex */
173
+ color: #fc880f;
174
+ }
175
+ .s1 { /* literal.string.single */
176
+ color: #fc880f;
177
+ }
178
+ .ss { /* literal.string.symbol */
179
+ color: #db49d8;
180
+ }
181
+ .bp { /* name.builtin.pseudo */
182
+ color: #ed4694;
183
+ }
184
+ .vc { /* name.variable.class */
185
+ color: #a5de37;
186
+ }
187
+ .vg { /* name.variable.global */
188
+ color: #a5de37;
189
+ }
190
+ .vi { /* name.variable.instance */
191
+ color: #a5de37;
192
+ }
193
+ .il { /* literal.number.integer.long */
194
+ color: #a5de37;
5
195
  }
6
- }
7
-
8
- .kayessess__example__code > .highlight {
9
- .hll { background-color: #d6d6d6 }
10
- .c { color: #8e908c } /* Comment */
11
- .err { color: #c82829 } /* Error */
12
- .k { color: #8959a8 } /* Keyword */
13
- .l { color: #f5871f } /* Literal */
14
- .n { color: #4d4d4c } /* Name */
15
- .o { color: #3e999f } /* Operator */
16
- .p { color: #4d4d4c } /* Punctuation */
17
- .cm { color: #8e908c } /* Comment.Multiline */
18
- .cp { color: #8e908c } /* Comment.Preproc */
19
- .c1 { color: #8e908c } /* Comment.Single */
20
- .cs { color: #8e908c } /* Comment.Special */
21
- .gd { color: #c82829 } /* Generic.Deleted */
22
- .ge { font-style: italic } /* Generic.Emph */
23
- .gh { color: #4d4d4c; font-weight: bold } /* Generic.Heading */
24
- .gi { color: #718c00 } /* Generic.Inserted */
25
- .gp { color: #8e908c; font-weight: bold } /* Generic.Prompt */
26
- .gs { font-weight: bold } /* Generic.Strong */
27
- .gu { color: #3e999f; font-weight: bold } /* Generic.Subheading */
28
- .kc { color: #8959a8 } /* Keyword.Constant */
29
- .kd { color: #8959a8 } /* Keyword.Declaration */
30
- .kn { color: #3e999f } /* Keyword.Namespace */
31
- .kp { color: #8959a8 } /* Keyword.Pseudo */
32
- .kr { color: #8959a8 } /* Keyword.Reserved */
33
- .kt { color: #eab700 } /* Keyword.Type */
34
- .ld { color: #718c00 } /* Literal.Date */
35
- .m { color: #f5871f } /* Literal.Number */
36
- .s { color: #718c00 } /* Literal.String */
37
- .na { color: #4271ae } /* Name.Attribute */
38
- .nb { color: #4d4d4c } /* Name.Builtin */
39
- .nc { color: #eab700 } /* Name.Class */
40
- .no { color: #c82829 } /* Name.Constant */
41
- .nd { color: #3e999f } /* Name.Decorator */
42
- .ni { color: #4d4d4c } /* Name.Entity */
43
- .ne { color: #c82829 } /* Name.Exception */
44
- .nf { color: #4271ae } /* Name.Function */
45
- .nl { color: #4d4d4c } /* Name.Label */
46
- .nn { color: #eab700 } /* Name.Namespace */
47
- .nx { color: #4271ae } /* Name.Other */
48
- .py { color: #4d4d4c } /* Name.Property */
49
- .nt { color: #3e999f } /* Name.Tag */
50
- .nv { color: #c82829 } /* Name.Variable */
51
- .ow { color: #3e999f } /* Operator.Word */
52
- .w { color: #4d4d4c } /* Text.Whitespace */
53
- .mf { color: #f5871f } /* Literal.Number.Float */
54
- .mh { color: #f5871f } /* Literal.Number.Hex */
55
- .mi { color: #f5871f } /* Literal.Number.Integer */
56
- .mo { color: #f5871f } /* Literal.Number.Oct */
57
- .sb { color: #718c00 } /* Literal.String.Backtick */
58
- .sc { color: #4d4d4c } /* Literal.String.Char */
59
- .sd { color: #8e908c } /* Literal.String.Doc */
60
- .s2 { color: #718c00 } /* Literal.String.Double */
61
- .se { color: #f5871f } /* Literal.String.Escape */
62
- .sh { color: #718c00 } /* Literal.String.Heredoc */
63
- .si { color: #f5871f } /* Literal.String.Interpol */
64
- .sx { color: #718c00 } /* Literal.String.Other */
65
- .sr { color: #718c00 } /* Literal.String.Regex */
66
- .s1 { color: #718c00 } /* Literal.String.Single */
67
- .ss { color: #718c00 } /* Literal.String.Symbol */
68
- .bp { color: #4d4d4c } /* Name.Builtin.Pseudo */
69
- .vc { color: #c82829 } /* Name.Variable.Class */
70
- .vg { color: #c82829 } /* Name.Variable.Global */
71
- .vi { color: #c82829 } /* Name.Variable.Instance */
72
- .il { color: #f5871f } /* Literal.Number.Integer.Long */
73
196
  }
@@ -1,4 +1,4 @@
1
1
  module Kayessess
2
2
  PACKAGE = 'kayessess'
3
- VERSION = '0.2.7'
3
+ VERSION = '0.2.8'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kayessess
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Morris
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-13 00:00:00.000000000 Z
11
+ date: 2014-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bourbon