Skip to content

Commit

Permalink
fix(app): syntax highlightning / themes
Browse files Browse the repository at this point in the history
fix #123
  • Loading branch information
vogloblinsky committed Mar 19, 2017
1 parent 318d0c6 commit 0822550
Show file tree
Hide file tree
Showing 7 changed files with 182 additions and 41 deletions.
109 changes: 91 additions & 18 deletions dist/index-cli.js

Large diffs are not rendered by default.

109 changes: 91 additions & 18 deletions dist/index.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/resources/styles/laravel.css
Expand Up @@ -50,7 +50,6 @@ code {
display: inline-block;
padding: 0 5px;
background: #f0f2f1;
border: 1px solid #f0f4f7;
border-radius: 3px;
color: #b93d6a;
font-size: 13px;
Expand Down
1 change: 0 additions & 1 deletion src/resources/styles/postmark.css
Expand Up @@ -94,7 +94,6 @@ code {
white-space: nowrap;
max-width: 100%;
background: #F5F5F5;
border: solid 1px #e1e4e5;
padding: 2px 5px;
color: #666666;
overflow-x: auto;
Expand Down
1 change: 0 additions & 1 deletion src/resources/styles/readthedocs.css
Expand Up @@ -80,7 +80,6 @@ code {
white-space: nowrap;
max-width: 100%;
background: #fff;
border: solid 1px #e1e4e5;
padding: 2px 5px;
color: #E74C3C;
overflow-x: auto;
Expand Down
1 change: 0 additions & 1 deletion src/resources/styles/stripe.css
Expand Up @@ -48,7 +48,6 @@ code {
display: inline-block;
padding: 0 5px;
background: #fafcfc;
border: 1px solid #f0f4f7;
border-radius: 4px;
color: #b93d6a;
font-size: 13px;
Expand Down
1 change: 0 additions & 1 deletion src/resources/styles/vagrant.css
Expand Up @@ -79,7 +79,6 @@ code {
display: inline-block;
padding: 0 5px;
background: rgba(0,148,191,0.1);
border: 1px solid #f0f4f7;
border-radius: 3px;
color: #0094bf;
font-size: 13px;
Expand Down

0 comments on commit 0822550

Please sign in to comment.