Skip to content

Commit eff680a

Browse files
committed
Updated public distribution with new theme structure.
1 parent ce4cab0 commit eff680a

File tree

58 files changed

+325
-198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+325
-198
lines changed

install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ themes:
66
- modern
77
- bright
88
# Enable minification
9-
# minify: true
9+
minify: true
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.syntax-theme-base .syntax .apache .tag {
2+
color: #0000cc; }
3+
.syntax-theme-base .syntax .apache .tag-name {
4+
color: blue; }
5+
.syntax-theme-base .syntax .apache .tag-name {
6+
font-weight: bold; }
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.syntax-theme-base .syntax .applescript {
2+
font-family: Geneva, Helvetica, sans-serif; }
3+
.syntax-theme-base .syntax .applescript .keyword {
4+
color: blue;
5+
font-weight: bold; }
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.syntax-theme-base .syntax .assembly .register {
2+
color: #3caa20;
3+
font-style: italic; }
4+
.syntax-theme-base .syntax .assembly .label {
5+
font-weight: bold;
6+
color: #2a85b3; }
7+
.syntax-theme-base .syntax .assembly .directive {
8+
color: #828a3d; }
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.syntax-theme-base .syntax .bash-script .function {
2+
font-weight: bold; }
3+
.syntax-theme-base .syntax .bash-script .option {
4+
color: #0033ff; }
5+
.syntax-theme-base .syntax .bash-script .env {
6+
font-style: italic; }
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.syntax .bash {
1+
.syntax-theme-base .syntax .bash {
22
color: #555555;
33
font-style: italic; }
4-
.syntax .bash .prompt {
4+
.syntax-theme-base .syntax .bash .prompt {
55
color: #00cc00;
66
font-weight: bold; }
7-
.syntax .bash .bash-script {
7+
.syntax-theme-base .syntax .bash .bash-script {
88
font-style: normal;
99
color: black; }
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.syntax-theme-base .syntax .preprocessor {
2+
color: #63381f;
3+
font-style: italic; }

public/jquery.syntax.brush.css.css renamed to public/base/jquery.syntax.brush.css.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
.syntax .css .selector {
1+
.syntax-theme-base .syntax .css .selector {
22
color: #445588;
33
font-weight: bold; }
4-
.syntax .css .property {
4+
.syntax-theme-base .syntax .css .property {
55
color: teal; }
6-
.syntax .css .color-box {
6+
.syntax-theme-base .syntax .css .color-box {
77
position: relative; }
8-
.syntax .css .color-box .sample {
8+
.syntax-theme-base .syntax .css .color-box .sample {
99
border: 1px solid black;
1010
position: absolute;
1111
left: 0.2em;
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.syntax-theme-base .syntax .add {
2+
color: green; }
3+
.syntax-theme-base .syntax .del {
4+
color: red; }
5+
.syntax-theme-base .syntax .insert {
6+
color: green; }
7+
.syntax-theme-base .syntax .insert-line {
8+
background-color: #ccffcc !important; }
9+
.syntax-theme-base .syntax .remove {
10+
color: red; }
11+
.syntax-theme-base .syntax .remove-line {
12+
background-color: #ffcccc !important; }
13+
.syntax-theme-base .syntax .offset {
14+
color: blue; }
15+
.syntax-theme-base .syntax .offset-line {
16+
background-color: #ccccff !important; }
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.syntax-theme-base .syntax .html .doctype {
2+
font-weight: bold;
3+
color: #993388; }
4+
.syntax-theme-base .syntax .html .javascript, .syntax-theme-base .syntax .html .css {
5+
font-style: italic; }
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.syntax .ocaml .operator {
2+
color: #0066cc;
3+
font-weight: bold; }
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.syntax .protobuf .variable {
2+
font-weight: bold; }
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.syntax-theme-base .syntax .python .decorator {
2+
color: #ffb600;
3+
font-weight: bold; }
4+
.syntax-theme-base .syntax .python .builtin {
5+
color: #3333ff;
6+
font-style: italic; }
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.syntax-theme-base .syntax .xml .cdata-content {
2+
color: #004466;
3+
border-radius: 0.5em; }
4+
.syntax-theme-base .syntax .xml .xml-tag, .syntax-theme-base .syntax .xml .cdata {
5+
color: #0000cc; }
6+
.syntax-theme-base .syntax .xml .tag-name, .syntax-theme-base .syntax .xml .cdata-tag {
7+
color: blue;
8+
font-weight: bold; }
9+
.syntax-theme-base .syntax .xml .namespace {
10+
color: #0000cc; }
11+
.syntax-theme-base .syntax .xml .attribute {
12+
color: #0000cc; }
13+
.syntax-theme-base .syntax .xml .instruction {
14+
color: #0000cc; }
15+
.syntax-theme-base .syntax .xml .entity, .syntax-theme-base .syntax .xml .percent-escape {
16+
color: #666666;
17+
background-color: #dddddd;
18+
border-radius: 0.5em; }

public/base/jquery.syntax.core.css

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
.syntax-theme-base .syntax {
2+
font-family: Menlo, Monaco, Consolas, monospace;
3+
line-height: 1.5em; }
4+
.syntax-theme-base .syntax .function {
5+
color: #3333ff; }
6+
.syntax-theme-base .syntax .keyword, .syntax-theme-base .syntax .access {
7+
color: #7a0968; }
8+
.syntax-theme-base .syntax .type {
9+
color: #3239d6; }
10+
.syntax-theme-base .syntax .comment {
11+
color: #66aacc; }
12+
.syntax-theme-base .syntax .constant {
13+
color: #1c00ce; }
14+
.syntax-theme-base .syntax .string, .syntax-theme-base .syntax .symbol {
15+
color: #c41a15; }
16+
.syntax-theme-base .syntax .string .escape {
17+
color: #ff9999; }
18+
.syntax-theme-base .syntax .operator {
19+
color: black; }
20+
.syntax-theme-base .syntax .href {
21+
color: #0e0eff;
22+
text-decoration: underline; }
23+
.syntax-theme-base .syntax .variable {
24+
color: #466997; }
25+
.syntax-theme-base .syntax .highlight {
26+
background-color: #fdfdba; }
27+
.syntax-theme-base .syntax pre {
28+
overflow: auto;
29+
font-family: inherit; }
30+
31+
.syntax-container.syntax-theme-base {
32+
position: relative; }
33+
.syntax-container.syntax-theme-base .toolbar {
34+
font-size: 80%;
35+
text-align: right;
36+
padding: 0 0.2em 0.2em; }
37+
.syntax-container.syntax-theme-base .toolbar a {
38+
margin-left: 1em; }
39+
.syntax-container.syntax-theme-base pre.raw {
40+
overflow: auto;
41+
padding: 0 0.4em 0 !important;
42+
margin: 0 !important;
43+
background-color: #f0f0f0;
44+
border: 1px solid #aaaaaa; }
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.syntax-container.syntax-theme-base div.editor.syntax {
2+
background-color: white;
3+
border: 1px inset #aaaaaa;
4+
padding: 0.2em !important;
5+
margin: 0 !important;
6+
white-space: pre; }
7+
.syntax-container.syntax-theme-base div.editor.syntax:focus {
8+
outline: none; }
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
div.fixed.syntax {
1+
.syntax-container.syntax-theme-base div.fixed.syntax {
22
background-color: #e3e3e3;
33
border: 1px solid #aaaaaa;
44
padding: 0 !important;
55
margin: 0 !important; }
6-
div.fixed.syntax .numbers-column {
6+
.syntax-container.syntax-theme-base div.fixed.syntax .numbers-column {
77
float: left;
88
text-align: right;
99
margin-right: 0em;
1010
width: 3em;
1111
color: #979797;
1212
background-color: #e3e3e3; }
13-
div.fixed.syntax .numbers-column div {
13+
.syntax-container.syntax-theme-base div.fixed.syntax .numbers-column div {
1414
padding: 0 0.4em 0 !important; }
15-
div.fixed.syntax .code-column {
15+
.syntax-container.syntax-theme-base div.fixed.syntax .code-column {
1616
border-left: 1px solid #aaaaaa;
1717
overflow: auto;
1818
background-color: #f0f0f0; }
19-
div.fixed.syntax .code-column table {
19+
.syntax-container.syntax-theme-base div.fixed.syntax .code-column table {
2020
border-collapse: collapse;
2121
width: 100%;
2222
white-space: pre; }
23-
div.fixed.syntax .code-column .source {
23+
.syntax-container.syntax-theme-base div.fixed.syntax .code-column .source {
2424
margin: auto !important;
2525
color: #333333;
2626
padding: 0 0.4em 0 !important; }
27-
div.fixed.syntax .code-column .source.alt {
27+
.syntax-container.syntax-theme-base div.fixed.syntax .code-column .source.alt {
2828
background-color: #f5f5f5; }
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.syntax-container.syntax-theme-base code.syntax {
2+
background-color: #f0f0f0; }
Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
ol.syntax {
1+
.syntax-container.syntax-theme-base ol.syntax {
22
background-color: #e3e3e3;
33
border: 1px solid #aaaaaa;
44
padding: 0 0 0 5em !important;
55
margin: 0 !important; }
6-
ol.syntax li {
6+
.syntax-container.syntax-theme-base ol.syntax li {
77
padding: 0 !important;
88
margin: 0 !important;
99
color: #979797;
@@ -16,22 +16,21 @@ ol.syntax {
1616
/* Internet Explorer 5.5+ */
1717
word-wrap: break-word;
1818
_white-space: pre; }
19-
ol.syntax li div.source {
19+
.syntax-container.syntax-theme-base ol.syntax li div.source {
2020
color: #333333;
2121
margin-left: -0.5em;
2222
border-left: 1px solid #aaaaaa;
2323
background-color: #f0f0f0;
2424
padding: 0 0.4em 0 !important; }
25-
ol.syntax li.alt div.source {
25+
.syntax-container.syntax-theme-base ol.syntax li.alt div.source {
2626
background-color: #f5f5f5; }
27-
28-
ul.syntax {
27+
.syntax-container.syntax-theme-base ul.syntax {
2928
background-color: #e3e3e3;
3029
border: 1px solid #aaaaaa;
3130
padding: 0 !important;
3231
margin: 0 !important;
3332
list-style-type: none; }
34-
ul.syntax li {
33+
.syntax-container.syntax-theme-base ul.syntax li {
3534
padding: 0 !important;
3635
margin: 0 !important;
3736
/* CSS2.1 */
@@ -43,10 +42,10 @@ ul.syntax {
4342
/* Internet Explorer 5.5+ */
4443
word-wrap: break-word;
4544
_white-space: pre; }
46-
ul.syntax li div.source {
45+
.syntax-container.syntax-theme-base ul.syntax li div.source {
4746
margin: 0 !important;
4847
color: #333333;
4948
background-color: #f0f0f0;
5049
padding: 0 0.4em 0 !important; }
51-
ul.syntax li.alt div.source {
50+
.syntax-container.syntax-theme-base ul.syntax li.alt div.source {
5251
background-color: #f5f5f5; }
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.syntax.plain {
1+
.syntax-container.syntax-theme-base .syntax.plain {
22
background-color: #f0f0f0;
33
padding: 0.6em;
44
border: 1px solid #aaaaaa; }
5-
.syntax.plain pre {
5+
.syntax-container.syntax-theme-base .syntax.plain pre {
66
margin: 0;
77
font-family: inherit;
88
overflow: auto; }

public/jquery.syntax.layout.table.css renamed to public/base/jquery.syntax.layout.table.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
.syntax-container table.syntax {
1+
.syntax-container.syntax-theme-base table.syntax {
22
border-collapse: collapse;
33
background-color: #f0f0f0;
44
border: 1px solid #aaaaaa;
55
padding: 0 !important;
66
margin: 0 !important;
77
width: 100%; }
8-
.syntax-container table.syntax tr.alt td.source {
8+
.syntax-container.syntax-theme-base table.syntax tr.alt td.source {
99
background-color: #f5f5f5; }
10-
.syntax-container table.syntax td.source {
10+
.syntax-container.syntax-theme-base table.syntax td.source {
1111
padding: 0 0.4em 0;
1212
color: #333333;
1313
/* CSS2.1 */
@@ -19,7 +19,7 @@
1919
/* Internet Explorer 5.5+ */
2020
word-wrap: break-word;
2121
_white-space: pre; }
22-
.syntax-container table.syntax td.number {
22+
.syntax-container.syntax-theme-base table.syntax td.number {
2323
padding: 0 0.4em 0;
2424
user-select: none;
2525
-moz-user-select: none;

public/base/theme.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Syntax.themes["base"] = []

public/bright/jquery.syntax.core.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.syntax-container.syntax-theme-bright .syntax {
2+
font-family: Menlo, Monaco, Consolas, monospace;
3+
line-height: 1.5em; }
4+
.syntax-container.syntax-theme-bright .syntax .function {
5+
color: #3333ff; }
6+
.syntax-container.syntax-theme-bright .syntax .keyword {
7+
color: #33cc33; }
8+
.syntax-container.syntax-theme-bright .syntax .access {
9+
color: #ffb600;
10+
font-weight: bold; }
11+
.syntax-container.syntax-theme-bright .syntax .type {
12+
color: #119911;
13+
font-weight: bold; }
14+
.syntax-container.syntax-theme-bright .syntax .comment {
15+
color: #66aacc;
16+
font-style: italic; }
17+
.syntax-container.syntax-theme-bright .syntax .string, .syntax-container.syntax-theme-bright .syntax .constant {
18+
color: #ff3333; }
19+
.syntax-container.syntax-theme-bright .syntax .string .escape {
20+
color: #ff9999; }
21+
.syntax-container.syntax-theme-bright .syntax .operator {
22+
color: #cc0000; }
23+
.syntax-container.syntax-theme-bright .syntax .href {
24+
color: blue;
25+
text-decoration: underline; }
26+
.syntax-container.syntax-theme-bright .syntax .variable {
27+
color: #2222cc; }

public/bright/theme.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Syntax.themes["bright"] = ["base"]

public/jquery.syntax.brush.apache.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

public/jquery.syntax.brush.applescript.css

Lines changed: 0 additions & 5 deletions
This file was deleted.

public/jquery.syntax.brush.assembly.css

Lines changed: 0 additions & 8 deletions
This file was deleted.

public/jquery.syntax.brush.bash-script.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

public/jquery.syntax.brush.bash-script.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/jquery.syntax.brush.bash.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/jquery.syntax.brush.clang.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/jquery.syntax.brush.clang.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)