Skip to content

Commit

Permalink
1.3.0 - Update screenshots and the styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Galardi committed Sep 28, 2017
1 parent 80dcbb6 commit 0068398
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
4 changes: 4 additions & 0 deletions data/com.github.lainsce.quilter.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
<caption>Focus Mode</caption>
<image>https://raw.githubusercontent.com/lainsce/quilter/master/data/images/shot-focused.png</image>
</screenshot>
<screenshot>
<caption>Preview Mode</caption>
<image>https://raw.githubusercontent.com/lainsce/quilter/master/data/images/shot-preview.png</image>
</screenshot>
</screenshots>
<custom>
<value key="x-appcenter-color-primary">#b8d2e2</value>
Expand Down
Binary file modified data/images/shot-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/images/shot-focused.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/shot-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/images/shot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 6 additions & 8 deletions src/Styles/quilter.vala
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ textarea {
}
body {
color: #222;
color: #232629;
font-family: 'Open Sans', Helvetica, sans-serif;
font-weight: 400;
margin-left: 80px;
Expand All @@ -116,26 +116,24 @@ img {
}
a,
a:visited {
color: #3498db;
}
a:visited,
a:hover,
a:focus,
a:active {
color: #2980b9;
color: #3daee9;
}
pre {
font-family: 'PT Mono', monospace;
background-color: #fafafa;
color: #4d4d4d;
padding: 1rem;
text-align: left;
}
blockquote {
margin: 0;
border-left: 5px solid #7a7a7a;
border-left: 5px solid #3daee9;
font-style: italic;
padding-left: .8rem;
text-align: left;
Expand All @@ -148,6 +146,6 @@ li {
}
p {
color: #444;
color: #232629;
}""";
}
20 changes: 9 additions & 11 deletions src/Styles/quilterdark.vala
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ max-width: 40%;
}
body {
color: #fff;
background-color: #333;
color: #eff0f1;
background-color: #232629;
font-family: 'Open Sans', Helvetica, sans-serif;
font-weight: 400;
margin-left: 80px;
margin-right: 80px;
margin-top: 40px;
max-width: 48rem;
max-width: 50rem;
text-align: left;
}
Expand All @@ -117,26 +117,24 @@ margin: 0 auto;
}
a,
a:visited {
color: #3498db;
}
a:visited,
a:hover,
a:focus,
a:active {
color: #2980b9;
color: #1d99f3;
}
pre {
font-family: 'PT Mono', monospace;
background-color: #fff;
background-color: #4D4D4D;
color: #7E8087;
padding: 1rem;
text-align: left;
}
blockquote {
margin: 0;
border-left: 5px solid #bbb;
border-left: 5px solid #1d99f3;
font-style: italic;
padding-left: .8rem;
text-align: left;
Expand All @@ -149,6 +147,6 @@ text-align: left;
}
p {
color: #eee;
color: #eff0f1;
}""";
}

0 comments on commit 0068398

Please sign in to comment.