slide-em-up 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,70 +1,70 @@
1
- .hll { background-color: #404040 }
2
- .c { color: #999999; font-style: italic } /* Comment */
3
- .err { color: #a61717; background-color: #e3d2d2 } /* Error */
4
- .g { color: #d0d0d0 } /* Generic */
5
- .k { color: #6ab825; font-weight: bold } /* Keyword */
6
- .l { color: #d0d0d0 } /* Literal */
7
- .n { color: #d0d0d0 } /* Name */
8
- .o { color: #d0d0d0 } /* Operator */
9
- .x { color: #d0d0d0 } /* Other */
10
- .p { color: #d0d0d0 } /* Punctuation */
11
- .cm { color: #999999; font-style: italic } /* Comment.Multiline */
12
- .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
13
- .c1 { color: #999999; font-style: italic } /* Comment.Single */
14
- .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
15
- .gd { color: #d22323 } /* Generic.Deleted */
16
- .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
17
- .gr { color: #d22323 } /* Generic.Error */
18
- .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
19
- .gi { color: #589819 } /* Generic.Inserted */
20
- .go { color: #cccccc } /* Generic.Output */
21
- .gp { color: #aaaaaa } /* Generic.Prompt */
22
- .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
23
- .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
24
- .gt { color: #d22323 } /* Generic.Traceback */
25
- .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */
26
- .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */
27
- .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */
28
- .kp { color: #6ab825 } /* Keyword.Pseudo */
29
- .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */
30
- .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */
31
- .ld { color: #d0d0d0 } /* Literal.Date */
32
- .m { color: #3677a9 } /* Literal.Number */
33
- .s { color: #ed9d13 } /* Literal.String */
34
- .na { color: #bbbbbb } /* Name.Attribute */
35
- .nb { color: #24909d } /* Name.Builtin */
36
- .nc { color: #447fcf; text-decoration: underline } /* Name.Class */
37
- .no { color: #40ffff } /* Name.Constant */
38
- .nd { color: #ffa500 } /* Name.Decorator */
39
- .ni { color: #d0d0d0 } /* Name.Entity */
40
- .ne { color: #bbbbbb } /* Name.Exception */
41
- .nf { color: #447fcf } /* Name.Function */
42
- .nl { color: #d0d0d0 } /* Name.Label */
43
- .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */
44
- .nx { color: #d0d0d0 } /* Name.Other */
45
- .py { color: #d0d0d0 } /* Name.Property */
46
- .nt { color: #6ab825; font-weight: bold } /* Name.Tag */
47
- .nv { color: #40ffff } /* Name.Variable */
48
- .ow { color: #6ab825; font-weight: bold } /* Operator.Word */
49
- .w { color: #666666 } /* Text.Whitespace */
50
- .mf { color: #3677a9 } /* Literal.Number.Float */
51
- .mh { color: #3677a9 } /* Literal.Number.Hex */
52
- .mi { color: #3677a9 } /* Literal.Number.Integer */
53
- .mo { color: #3677a9 } /* Literal.Number.Oct */
54
- .sb { color: #ed9d13 } /* Literal.String.Backtick */
55
- .sc { color: #ed9d13 } /* Literal.String.Char */
56
- .sd { color: #ed9d13 } /* Literal.String.Doc */
57
- .s2 { color: #ed9d13 } /* Literal.String.Double */
58
- .se { color: #ed9d13 } /* Literal.String.Escape */
59
- .sh { color: #ed9d13 } /* Literal.String.Heredoc */
60
- .si { color: #ed9d13 } /* Literal.String.Interpol */
61
- .sx { color: #ffa500 } /* Literal.String.Other */
62
- .sr { color: #ed9d13 } /* Literal.String.Regex */
63
- .s1 { color: #ed9d13 } /* Literal.String.Single */
64
- .ss { color: #ed9d13 } /* Literal.String.Symbol */
65
- .bp { color: #24909d } /* Name.Builtin.Pseudo */
66
- .vc { color: #40ffff } /* Name.Variable.Class */
67
- .vg { color: #40ffff } /* Name.Variable.Global */
68
- .vi { color: #40ffff } /* Name.Variable.Instance */
69
- .il { color: #3677a9 } /* Literal.Number.Integer.Long */
70
-
1
+ code .hll { background-color: #404040 }
2
+ code { background: #202020; color: #d0d0d0 }
3
+ code .c { color: #999999; font-style: italic } /* Comment */
4
+ code .err { color: #a61717; background-color: #e3d2d2 } /* Error */
5
+ code .g { color: #d0d0d0 } /* Generic */
6
+ code .k { color: #6ab825; font-weight: bold } /* Keyword */
7
+ code .l { color: #d0d0d0 } /* Literal */
8
+ code .n { color: #d0d0d0 } /* Name */
9
+ code .o { color: #d0d0d0 } /* Operator */
10
+ code .x { color: #d0d0d0 } /* Other */
11
+ code .p { color: #d0d0d0 } /* Punctuation */
12
+ code .cm { color: #999999; font-style: italic } /* Comment.Multiline */
13
+ code .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
14
+ code .c1 { color: #999999; font-style: italic } /* Comment.Single */
15
+ code .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
16
+ code .gd { color: #d22323 } /* Generic.Deleted */
17
+ code .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
18
+ code .gr { color: #d22323 } /* Generic.Error */
19
+ code .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
20
+ code .gi { color: #589819 } /* Generic.Inserted */
21
+ code .go { color: #cccccc } /* Generic.Output */
22
+ code .gp { color: #aaaaaa } /* Generic.Prompt */
23
+ code .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
24
+ code .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
25
+ code .gt { color: #d22323 } /* Generic.Traceback */
26
+ code .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */
27
+ code .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */
28
+ code .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */
29
+ code .kp { color: #6ab825 } /* Keyword.Pseudo */
30
+ code .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */
31
+ code .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */
32
+ code .ld { color: #d0d0d0 } /* Literal.Date */
33
+ code .m { color: #3677a9 } /* Literal.Number */
34
+ code .s { color: #ed9d13 } /* Literal.String */
35
+ code .na { color: #bbbbbb } /* Name.Attribute */
36
+ code .nb { color: #24909d } /* Name.Builtin */
37
+ code .nc { color: #447fcf; text-decoration: underline } /* Name.Class */
38
+ code .no { color: #40ffff } /* Name.Constant */
39
+ code .nd { color: #ffa500 } /* Name.Decorator */
40
+ code .ni { color: #d0d0d0 } /* Name.Entity */
41
+ code .ne { color: #bbbbbb } /* Name.Exception */
42
+ code .nf { color: #447fcf } /* Name.Function */
43
+ code .nl { color: #d0d0d0 } /* Name.Label */
44
+ code .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */
45
+ code .nx { color: #d0d0d0 } /* Name.Other */
46
+ code .py { color: #d0d0d0 } /* Name.Property */
47
+ code .nt { color: #6ab825; font-weight: bold } /* Name.Tag */
48
+ code .nv { color: #40ffff } /* Name.Variable */
49
+ code .ow { color: #6ab825; font-weight: bold } /* Operator.Word */
50
+ code .w { color: #666666 } /* Text.Whitespace */
51
+ code .mf { color: #3677a9 } /* Literal.Number.Float */
52
+ code .mh { color: #3677a9 } /* Literal.Number.Hex */
53
+ code .mi { color: #3677a9 } /* Literal.Number.Integer */
54
+ code .mo { color: #3677a9 } /* Literal.Number.Oct */
55
+ code .sb { color: #ed9d13 } /* Literal.String.Backtick */
56
+ code .sc { color: #ed9d13 } /* Literal.String.Char */
57
+ code .sd { color: #ed9d13 } /* Literal.String.Doc */
58
+ code .s2 { color: #ed9d13 } /* Literal.String.Double */
59
+ code .se { color: #ed9d13 } /* Literal.String.Escape */
60
+ code .sh { color: #ed9d13 } /* Literal.String.Heredoc */
61
+ code .si { color: #ed9d13 } /* Literal.String.Interpol */
62
+ code .sx { color: #ffa500 } /* Literal.String.Other */
63
+ code .sr { color: #ed9d13 } /* Literal.String.Regex */
64
+ code .s1 { color: #ed9d13 } /* Literal.String.Single */
65
+ code .ss { color: #ed9d13 } /* Literal.String.Symbol */
66
+ code .bp { color: #24909d } /* Name.Builtin.Pseudo */
67
+ code .vc { color: #40ffff } /* Name.Variable.Class */
68
+ code .vg { color: #40ffff } /* Name.Variable.Global */
69
+ code .vi { color: #40ffff } /* Name.Variable.Instance */
70
+ code .il { color: #3677a9 } /* Literal.Number.Integer.Long */
@@ -0,0 +1,66 @@
1
+ code .hll { background-color: #ffffcc }
2
+ code { background: #eee8d5; color: #586e75 }
3
+ code .c { color: #93a1a1; font-style: italic } /* Comment */
4
+ code .g { color: #d33682 } /* Generic */
5
+ code .k { color: #859900 } /* Keyword */
6
+ code .l { color: #2aa198 } /* Literal */
7
+ code .n { color: #268bd2 } /* Name */
8
+ code .cm { color: #93a1a1; font-style: italic } /* Comment.Multiline */
9
+ code .cp { color: #93a1a1; font-style: italic } /* Comment.Preproc */
10
+ code .c1 { color: #93a1a1; font-style: italic } /* Comment.Single */
11
+ code .cs { color: #93a1a1; font-style: italic } /* Comment.Special */
12
+ code .gd { color: #d33682 } /* Generic.Deleted */
13
+ code .ge { color: #d33682 } /* Generic.Emph */
14
+ code .gr { color: #d33682 } /* Generic.Error */
15
+ code .gh { color: #d33682 } /* Generic.Heading */
16
+ code .gi { color: #d33682 } /* Generic.Inserted */
17
+ code .go { color: #d33682 } /* Generic.Output */
18
+ code .gp { color: #d33682 } /* Generic.Prompt */
19
+ code .gs { color: #d33682 } /* Generic.Strong */
20
+ code .gu { color: #d33682 } /* Generic.Subheading */
21
+ code .gt { color: #d33682 } /* Generic.Traceback */
22
+ code .kc { color: #859900; font-weight: bold } /* Keyword.Constant */
23
+ code .kd { color: #859900 } /* Keyword.Declaration */
24
+ code .kn { color: #dc322f; font-weight: bold } /* Keyword.Namespace */
25
+ code .kp { color: #859900 } /* Keyword.Pseudo */
26
+ code .kr { color: #859900 } /* Keyword.Reserved */
27
+ code .kt { color: #859900; font-weight: bold } /* Keyword.Type */
28
+ code .ld { color: #2aa198 } /* Literal.Date */
29
+ code .m { color: #2aa198; font-weight: bold } /* Literal.Number */
30
+ code .s { color: #2aa198 } /* Literal.String */
31
+ code .na { color: #268bd2 } /* Name.Attribute */
32
+ code .nb { color: #cb4b16 } /* Name.Builtin */
33
+ code .nc { color: #cb4b16 } /* Name.Class */
34
+ code .no { color: #268bd2 } /* Name.Constant */
35
+ code .nd { color: #268bd2 } /* Name.Decorator */
36
+ code .ni { color: #268bd2 } /* Name.Entity */
37
+ code .ne { color: #268bd2 } /* Name.Exception */
38
+ code .nf { color: #268bd2 } /* Name.Function */
39
+ code .nl { color: #268bd2 } /* Name.Label */
40
+ code .nn { color: #268bd2 } /* Name.Namespace */
41
+ code .nx { color: #268bd2 } /* Name.Other */
42
+ code .py { color: #268bd2 } /* Name.Property */
43
+ code .nt { color: #268bd2; font-weight: bold } /* Name.Tag */
44
+ code .nv { color: #268bd2 } /* Name.Variable */
45
+ code .ow { color: #859900 } /* Operator.Word */
46
+ code .w { color: #586e75 } /* Text.Whitespace */
47
+ code .mf { color: #2aa198; font-weight: bold } /* Literal.Number.Float */
48
+ code .mh { color: #2aa198; font-weight: bold } /* Literal.Number.Hex */
49
+ code .mi { color: #2aa198; font-weight: bold } /* Literal.Number.Integer */
50
+ code .mo { color: #2aa198; font-weight: bold } /* Literal.Number.Oct */
51
+ code .sb { color: #2aa198 } /* Literal.String.Backtick */
52
+ code .sc { color: #2aa198 } /* Literal.String.Char */
53
+ code .sd { color: #2aa198 } /* Literal.String.Doc */
54
+ code .s2 { color: #2aa198 } /* Literal.String.Double */
55
+ code .se { color: #2aa198 } /* Literal.String.Escape */
56
+ code .sh { color: #2aa198 } /* Literal.String.Heredoc */
57
+ code .si { color: #2aa198 } /* Literal.String.Interpol */
58
+ code .sx { color: #2aa198 } /* Literal.String.Other */
59
+ code .sr { color: #2aa198 } /* Literal.String.Regex */
60
+ code .s1 { color: #2aa198 } /* Literal.String.Single */
61
+ code .ss { color: #2aa198 } /* Literal.String.Symbol */
62
+ code .bp { color: #cb4b16 } /* Name.Builtin.Pseudo */
63
+ code .vc { color: #268bd2 } /* Name.Variable.Class */
64
+ code .vg { color: #268bd2 } /* Name.Variable.Global */
65
+ code .vi { color: #268bd2 } /* Name.Variable.Instance */
66
+ code .il { color: #2aa198; font-weight: bold } /* Literal.Number.Integer.Long */
@@ -0,0 +1,5 @@
1
+ This theme is based on CSSS by Lea Verou:
2
+ https://github.com/LeaVerou/CSSS
3
+
4
+ Colors are taken from the Solaired project by Ethan Schoonover:
5
+ http://ethanschoonover.com/solarized
@@ -0,0 +1,25 @@
1
+ /* Droid Sans Mono */
2
+ @font-face {
3
+ font-family: 'Droid Sans Mono';
4
+ src: local('Droid Sans Mono'),
5
+ url(../fonts/DroidSansMono.ttf) format('truetype'),
6
+ url(../fonts/DroidSansMono.svg#DroidSansMono) format('svg');
7
+ }
8
+
9
+ /* Yanone Kaffeesatz */
10
+ @font-face {
11
+ font-family: 'Yanone Kaffeesatz';
12
+ font-style: normal;
13
+ font-weight: 400;
14
+ src: local('Yanone Kaffeesatz Regular'),
15
+ local('YanoneKaffeesatz-Regular'),
16
+ url('../fonts/YanoneKaffeesatz-Regular.woff') format('woff');
17
+ }
18
+ @font-face {
19
+ font-family: 'Yanone Kaffeesatz';
20
+ font-style: normal;
21
+ font-weight: 700;
22
+ src: local('Yanone Kaffeesatz Bold'),
23
+ local('YanoneKaffeesatz-Bold'),
24
+ url('../fonts/YanoneKaffeesatz-Bold.woff') format('woff');
25
+ }
@@ -0,0 +1,145 @@
1
+ /**
2
+ Basic CSS so that the slideshow script functions as a slideshow
3
+ @author Lea Verou
4
+ @version 1.0
5
+ */
6
+
7
+ /**
8
+ * "Variables"
9
+ */
10
+ .slide,
11
+ .delayed,
12
+ .delayed-children > * {
13
+ -webkit-transition:1s;
14
+ -ms-transition:1s;
15
+ -moz-transition:1s;
16
+ -o-transition:1s;
17
+ transition:1s;
18
+ -moz-transition-property: -webkit-transform, opacity, left, top, right, bottom;
19
+ -ms-transition-property: -webkit-transform, opacity, left, top, right, bottom;
20
+ -o-transition-property: -webkit-transform, opacity, left, top, right, bottom;
21
+ -webkit-transition-property: -webkit-transform, opacity, left, top, right, bottom;
22
+ transition-property: -webkit-transform, opacity, left, top, right, bottom;
23
+ }
24
+
25
+ /**
26
+ * Styles
27
+ */
28
+
29
+ html, body {
30
+ height: 100%;
31
+ }
32
+
33
+ body {
34
+ counter-reset: slide;
35
+ margin: 0;
36
+ }
37
+
38
+ .slide {
39
+ visibility: hidden;
40
+ position:absolute;
41
+ top:0;
42
+ right:0;
43
+ bottom:0;
44
+ left:0;
45
+ z-index:1;
46
+
47
+ font-size:250%;
48
+ line-height:1.6;
49
+
50
+ opacity:0;
51
+ height:0;
52
+ width:0;
53
+ overflow:hidden;
54
+
55
+ counter-increment: slide;
56
+ }
57
+
58
+ .slide:target {
59
+ visibility: visible;
60
+ z-index:100;
61
+ opacity:1;
62
+ height:auto;
63
+ width: auto;
64
+ overflow: visible;
65
+ }
66
+
67
+ /**
68
+ Slide numbers
69
+ */
70
+ .slide:target::before {
71
+ content: counter(slide);
72
+ position: absolute;
73
+ top: .05in;
74
+ right: .5em;
75
+ z-index: 1010;
76
+
77
+ font-size: .15in;
78
+ font-weight: 900;
79
+ text-shadow: .05em .05em .1em black;
80
+ text-align: center;
81
+ padding: .1em .3em 0;
82
+ min-width: 1.6em;
83
+ -moz-box-sizing: border-box;
84
+ -webkit-box-sizing: border-box;
85
+ box-sizing: border-box;
86
+
87
+ -moz-border-radius: 999px;
88
+ -webkit-border-radius: 999px;
89
+ border-radius: 999px;
90
+ }
91
+
92
+ /* If there's nothing selected, show the first */
93
+ .slide:first-child {
94
+ z-index:2;
95
+ }
96
+
97
+ /* Delayed items that are shown incrementally after the slide is */
98
+ .delayed,
99
+ .delayed-children > * {
100
+ opacity: 0;
101
+ }
102
+
103
+ .delayed.displayed,
104
+ .delayed-children > .displayed {
105
+ opacity: .3;
106
+ }
107
+
108
+ .delayed.current,
109
+ .delayed-children > .current,
110
+ .delayed.displayed.non-dismissable,
111
+ .delayed-children > .displayed.non-dismissable {
112
+ opacity: 1;
113
+ }
114
+
115
+ /* Timer */
116
+
117
+ #timer {
118
+ position:absolute;
119
+ top:0;
120
+ left:0;
121
+ z-index:101;
122
+ width:0%;
123
+ height:16px;
124
+ line-height: 16px;
125
+ padding: 0 5px;
126
+ background:rgba(0,0,0,.5);
127
+ overflow: hidden;
128
+ text-align: right;
129
+
130
+ -moz-box-sizing: border-box;
131
+ -webkit-box-sizing: border-box;
132
+ box-sizing: border-box;
133
+ }
134
+
135
+ #timer:before {
136
+ content: 'Progress ';
137
+ text-transform: uppercase;
138
+ color: white;
139
+ font-size: 12px;
140
+ letter-spacing: 0;
141
+ }
142
+
143
+ #timer.end {
144
+ width: 100%;
145
+ }
@@ -0,0 +1,154 @@
1
+ * {
2
+ padding:0;
3
+ margin:0;
4
+ font:inherit;
5
+ color:inherit;
6
+ }
7
+
8
+ html {
9
+ background: #fdf6e3;
10
+ color: #073642;
11
+ }
12
+
13
+ body {
14
+ font-family: 'Yanone Kaffeesatz', sans-serif;
15
+ letter-spacing: .2em;
16
+ }
17
+
18
+ button {
19
+ padding:.2em .5em;
20
+ }
21
+
22
+ a:hover {
23
+ text-shadow: 0 0 .5em white, 0 0 1em white;
24
+ }
25
+
26
+ code, pre, style, textarea, input {
27
+ font-family: 'Droid Sans Mono', monospace;
28
+ background: #eee8d5;
29
+ text-shadow: none;
30
+ letter-spacing: -0.02em;
31
+ }
32
+
33
+ pre, style, textarea {
34
+ padding: .3em;
35
+ margin: 0 -0.2em;
36
+ border: 3px solid #002b36;
37
+ }
38
+
39
+ textarea {
40
+ width: 100%;
41
+ -moz-box-sizing: border-box;
42
+ box-sizing: border-box;
43
+ }
44
+
45
+ strong, b {
46
+ font-weight: bold;
47
+ }
48
+
49
+ pre strong {
50
+ text-shadow: 0 0 .6em white;
51
+ }
52
+
53
+ .slide {
54
+ padding:0 2.5% 2%;
55
+ text-shadow:.05em .05em .1em rgba(0,0,0,.4);
56
+ border:30px solid transparent;
57
+ }
58
+
59
+ section.slide h1 {
60
+ font-weight: bold;
61
+ font-size: 1.4in;
62
+ }
63
+
64
+ .slide h2 {
65
+ font-weight: bold;
66
+ font-size: 1in;
67
+ }
68
+
69
+ .slide p,
70
+ .slide li {
71
+ font-weight: bold;
72
+ }
73
+
74
+ .slide > ul {
75
+ list-style:none;
76
+ }
77
+
78
+ .slide ol {
79
+ margin-left:2em;
80
+ }
81
+
82
+ .slide > ul ul {
83
+ margin-left:2em;
84
+ list-style: none;
85
+ }
86
+
87
+ .slide li li {
88
+ font-size:80%;
89
+ }
90
+
91
+ .slide li {
92
+ margin:.2em 0;
93
+ }
94
+
95
+ .slide > ul > li:before {
96
+ content:'\2714';
97
+ color: #2aa198;
98
+ padding-right: .2em;
99
+ }
100
+
101
+ .slide li li:before {
102
+ content: '\279C';
103
+ color: #268bd2;
104
+ padding-right: .2em;
105
+ }
106
+
107
+ section > header.slide > h1 {
108
+ position: absolute;
109
+ top: 50%;
110
+ left: 0;
111
+ right: 0;
112
+ margin-top: -1.2em;
113
+ font-size: 400%;
114
+ line-height: 1;
115
+ text-align: center;
116
+ }
117
+
118
+ .white { color: #ffffff; }
119
+ .light3 { color: #fdf6e3; }
120
+ .light2 { color: #eee8d5; }
121
+ .light1 { color: #93a1a1; }
122
+ .light0 { color: #839496; }
123
+ .yellow { color: #b58900; }
124
+ .orange { color: #cb4b16; }
125
+ .red { color: #dc322f; }
126
+ .magenta { color: #d33682; }
127
+ .violet { color: #6c71c4; }
128
+ .blue { color: #268bd2; }
129
+ .cyan { color: #2aa198; }
130
+ .green { color: #859900; }
131
+ .dark0 { color: #657b83; }
132
+ .dark1 { color: #586e75; }
133
+ .dark2 { color: #073642; }
134
+ .dark3 { color: #002b36; }
135
+ .black { color: #000000; }
136
+
137
+ .on_white { background-color: #ffffff; }
138
+ .on_light3 { background-color: #fdf6e3; }
139
+ .on_light2 { background-color: #eee8d5; }
140
+ .on_light1 { background-color: #93a1a1; }
141
+ .on_light0 { background-color: #839496; }
142
+ .on_yellow { background-color: #b58900; }
143
+ .on_orange { background-color: #cb4b16; }
144
+ .on_red { background-color: #dc322f; }
145
+ .on_magenta { background-color: #d33682; }
146
+ .on_violet { background-color: #6c71c4; }
147
+ .on_blue { background-color: #268bd2; }
148
+ .on_cyan { background-color: #2aa198; }
149
+ .on_green { background-color: #859900; }
150
+ .on_dark0 { background-color: #657b83; }
151
+ .on_dark1 { background-color: #586e75; }
152
+ .on_dark2 { background-color: #073642; }
153
+ .on_dark3 { background-color: #002b36; }
154
+ .on_black { background-color: #000000; }