Skip to content

Commit

Permalink
feat: update logo and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Jul 1, 2018
1 parent 12ce0e0 commit a83bf07
Show file tree
Hide file tree
Showing 22 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion _includes/svg/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 14 additions & 14 deletions _sass/skins/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
///

// main colors
$main-color-1: #ffbf00;
$text-color-1: rgba(#fff, .95);
$main-color-1: #FF9500;
$text-color-1: rgba(#fff, .8);

$main-color-2: #ff3366;
$text-color-2: rgba(#fff, .95);
$main-color-2: #FF3B30;
$text-color-2: rgba(#fff, .8);

$main-color-3: #21252b;
$text-color-3: rgba(#fff, .95);
$main-color-3: #202020;
$text-color-3: rgba(#fff, .8);

// background colors
$background-color: #2e3744;
$background-color: #121212;
// text colors
$text-color-theme-light-d: #000;
$text-color-theme-light: #222;
$text-color-theme-light-l: #888;

$text-color-theme-dark-d: #fff;
$text-color-theme-dark: rgba(#fff, .95);
$text-color-theme-dark-l: rgba(#fff, .85);
$text-color-theme-dark-d: rgba(#fff, .8);
$text-color-theme-dark: rgba(#fff, .7);
$text-color-theme-dark-l: rgba(#fff, .5);

$text-color-d: $text-color-theme-dark-d;
$text-color: $text-color-theme-dark;
Expand All @@ -39,10 +39,10 @@ $mask-color: rgba(#fff, .8);
$select-color: rgba($main-color-1, .5);

// function colors
$green: #98c379;
$blue: #56b6c2;
$yellow: #e5c07b;
$red: #e06c75;
$green: #5c7829;
$blue: #087099;
$yellow: #b7b327;
$red: #cc3333;
$text-color-function: rgba(#fff, .9);

// logo colors
Expand Down
Binary file modified assets/android-chrome-192x192.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 assets/android-chrome-512x512.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 assets/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="assets/mstile-150x150.png"/>
<TileColor>#ffc40d</TileColor>
<TileColor>#b91d47</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified assets/favicon-16x16.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 assets/favicon-32x32.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 assets/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/images/logo/logo.svg
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 assets/mstile-144x144.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 assets/mstile-150x150.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 assets/mstile-310x150.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 assets/mstile-310x310.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 assets/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- title: Fully Responsive
description: This theme will look great on any device, no matter the size!
image:
src: https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/docs/assets/images/TeXt-responsive.png
src: https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/TeXt-responsive.png
- title: Super Customizable
description: Everything from the menus, sidebars, comments, and more can be configured or set with YAML Front Matter.
actions:
Expand All @@ -33,6 +33,8 @@
actions:
- text: Learn More
url: /docs/en/layouts
image:
src: https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/TeXt-layouts.png
- title: Enhanced User Experience
children:
- title: Additional styles
Expand Down
Binary file modified favicon.ico
Binary file not shown.
Binary file modified screenshots/TeXt-details.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 screenshots/TeXt-home.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 screenshots/TeXt-layouts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file modified screenshots/TeXt.sketch
Binary file not shown.

0 comments on commit a83bf07

Please sign in to comment.