Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/configuration-component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ export class ConfigurationComponent {
<option value="photon-dark">Photon Dark</option>
<option value="boxy-light">Boxy Light</option>
<option value="gruvbox-dark">Gruvbox Dark</option>
<option value="sakura">Sakura</option>
<option value="sakura-vader">Sakura Vader</option>
</select>

<h3 id="heading-enable">Enable Utterances</h3>
Expand Down
21 changes: 21 additions & 0 deletions src/stylesheets/themes/sakura-vader/button.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
@import "./variables";

.btn-primary {
background-color: $color-blossom;
border: 1px solid $color-blossom;
color: $color-bg;

.octicon{
color: $color-bg;
}
}

.btn-primary:hover {
background-color: $color-fade;
color: $color-bg;
outline: 0;
}

.btn-primary:disabled {
opacity: .5;
}
19 changes: 19 additions & 0 deletions src/stylesheets/themes/sakura-vader/index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@import "./variables";
@import "../../index";
@import "./syntax";
@import "./button.scss";

a {
text-decoration: none;
color: $color-blossom;

&:visited {
color: darken($color-blossom, 10%);
}

&:hover {
text-decoration: none;
color: $color-fade;
border-bottom: 2px solid $color-text;
}
}
13 changes: 13 additions & 0 deletions src/stylesheets/themes/sakura-vader/sakura-vader.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
$color-force: #DA4453;
$color-blossom: lighten($color-force, 20%);
$color-fade: $color-force;

$color-bg: #120c0e;
$color-bg-alt: #40363a;

/* $color-text: #dedce5; */
$color-text: #d9d8dc;
$font-size-base: 1.8rem;

$font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
$font-family-heading: $font-family-base;
1 change: 1 addition & 0 deletions src/stylesheets/themes/sakura-vader/syntax.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "github-syntax-dark/lib/github-dark";
21 changes: 21 additions & 0 deletions src/stylesheets/themes/sakura-vader/utterances.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
@import "./variables";
@import "../../utterances";
@import "./syntax";
@import "./button.scss";

.timeline-comment {
a {
text-decoration: none;
color: $color-blossom;

&:visited {
color: darken($color-blossom, 10%);
}

&:hover {
text-decoration: none;
color: $color-fade;
border-bottom: 2px solid $color-text;
}
}
}
22 changes: 22 additions & 0 deletions src/stylesheets/themes/sakura-vader/variables.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
@import "./sakura-vader.scss";

/* Icy-Dark overwrites */

$gray-000: $color-blossom;
$gray-100: $color-blossom;
$gray-200: $color-blossom;
$gray-300: $color-blossom;
$gray-400: $color-text;
$gray-600: $color-text;
$gray-700: $color-text;
$bg-white: $color-bg;
$bg-gray: $color-bg-alt;
$bg-gray-light: darken($bg-gray, 5%);
$border-gray: $color-bg-alt;
$border-gray-dark: $border-gray;
$text-gray: $color-text;
$text-gray-dark: $color-text;
$text-blue: $color-blossom;
$bg-blue-light: $color-blossom;
$black-fade-15: rgba(#fff, 0.15);
$black-fade-30: rgba(#fff, 0.3);
21 changes: 21 additions & 0 deletions src/stylesheets/themes/sakura/button.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
@import "./variables";

.btn-primary {
background-color: $color-blossom;
border: 1px solid $color-blossom;
color: $color-bg;

.octicon{
color: $color-bg;
}
}

.btn-primary:hover {
background-color: $color-fade;
color: $color-bg;
outline: 0;
}

.btn-primary:disabled {
opacity: .5;
}
19 changes: 19 additions & 0 deletions src/stylesheets/themes/sakura/index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@import "./variables";
@import "../../index";
@import "./syntax";
@import "./button.scss";

a {
text-decoration: none;
color: $color-blossom;

&:visited {
color: darken($color-blossom, 10%);
}

&:hover {
text-decoration: none;
color: $color-fade;
border-bottom: 2px solid $color-text;
}
}
11 changes: 11 additions & 0 deletions src/stylesheets/themes/sakura/sakura.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
$color-blossom: #1d7484;
$color-fade: #982c61;

$color-bg: #f9f9f9;
$color-bg-alt: #f1f1f1;

$color-text: #4a4a4a;
$font-size-base: 1.8rem;

$font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
$font-family-heading: $font-family-base;
1 change: 1 addition & 0 deletions src/stylesheets/themes/sakura/syntax.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "github-syntax-light/lib/github-light";
21 changes: 21 additions & 0 deletions src/stylesheets/themes/sakura/utterances.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
@import "./variables";
@import "../../utterances";
@import "./syntax";
@import "./button.scss";

.timeline-comment {
a {
text-decoration: none;
color: $color-blossom;

&:visited {
color: darken($color-blossom, 10%);
}

&:hover {
text-decoration: none;
color: $color-fade;
border-bottom: 2px solid $color-text;
}
}
}
22 changes: 22 additions & 0 deletions src/stylesheets/themes/sakura/variables.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
@import "./sakura.scss";

/* Icy-Dark overwrites */

$gray-000: $color-blossom;
$gray-100: $color-blossom;
$gray-200: $color-blossom;
$gray-300: $color-blossom;
$gray-400: $color-text;
$gray-600: $color-text;
$gray-700: $color-text;
$bg-white: $color-bg;
$bg-gray: $color-bg-alt;
$bg-gray-light: darken($bg-gray, 5%);
$border-gray: $color-bg-alt;
$border-gray-dark: $border-gray;
$text-gray: $color-text;
$text-gray-dark: $color-text;
$text-blue: $color-blossom;
$bg-blue-light: $color-blossom;
$black-fade-15: rgba(#fff, 0.15);
$black-fade-30: rgba(#fff, 0.3);