Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Skin #1332

Closed
Pradhyo opened this issue Nov 4, 2017 · 1 comment
Closed

New Skin #1332

Pradhyo opened this issue Nov 4, 2017 · 1 comment

Comments

@Pradhyo
Copy link
Contributor

Pradhyo commented Nov 4, 2017

First of all, thank you so much for the awesome theme!
I see you recently released skins - I love the sunrise skin and plan to use it.

I played around with the colors a while ago and ended up with below results. Here is my main.scss:.

---
# Only the main Sass file needs front matter (the dashes are enough)
---

@charset "utf-8";

// CUSTOM
// For dark text light background
$gray                       : #1976d2 !default; //used most places- changed from #7a8288
$dark-gray                  : mix(#000, $gray, 40%) !default;
$darker-gray                : mix(#000, $gray, 60%) !default;
$light-gray                 : mix(#fff, $gray, 50%) !default;
$lighter-gray               : mix(#fff, $gray, 90%) !default;

$body-color                 : #fff !default; 
$background-color           : #f0fff0 !default; //honeydew color
$code-background-color      : $lighter-gray !default; //changed from #fafafa
$code-background-color-dark : $light-gray !default;
$text-color                 : $dark-gray !default;
$border-color               : $lighter-gray !default;

$primary-color              : $gray !default; //changed from #7a8288
$success-color              : #27ae60 !default;
$warning-color              : #e67e22 !default;
$danger-color               : #c0392b !default;
$info-color                 : #03a9f4 !default;

/* links */
$link-color                 : $info-color !default;
$link-color-hover           : mix(#000, $link-color, 25%) !default;
$link-color-visited         : mix(#fff, $link-color, 25%) !default;
$masthead-link-color        : $primary-color !default;
$masthead-link-color-hover  : mix(#000, $primary-color, 25%) !default;

@import "minimal-mistakes";

So I wanted to check if I could submit below as a new skin, maybe call it aqua, before throwing it away.

image

image

@mmistakes
Copy link
Owner

Looks good. A PR with this as a skin would be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants