Skip to content

Commit

Permalink
Merge pull request #55 from eduardosgs/soft-theme
Browse files Browse the repository at this point in the history
#12 Soft-Theme
  • Loading branch information
TerabyteTiger authored Oct 17, 2019
2 parents 22ee830 + 9643ca9 commit 1a63449
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/assets/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,14 @@ Pull Requests will require passing at least WCAG AA requirements to be accepted
--text: #FCFCFC;
}

.soft-theme {
--primary: #523489;
--secondary: #F0F2F9;
--accent: #D5D7E6;
--link: #2700B0;
--text: #301E52;
}

.brazil {
--primary: #002561;
--secondary: #12D221;
Expand Down
3 changes: 2 additions & 1 deletion src/components/ThemePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<wbr>new theme
</h1>
<div class="wrapper">
<Theme theme-name="brazil" display-name="Brazil" contributor="matheusuehara"/>
<Theme theme-name="default-light" display-name="Default Light" contributor="12vanblart"/>
<Theme theme-name="default-dark" display-name="Default Dark" contributor="12vanblart"/>
<Theme theme-name="roseGold" display-name="Rose Gold" contributor="stroudn1"/>
Expand Down Expand Up @@ -59,8 +58,10 @@
<Theme theme-name="maybe-brown" display-name="Maybe brown" contributor="saurabhsabharwal"/>
<Theme theme-name="skyblue-theme" display-name="skyblue-theme" contributor="LRK1696"/>
<Theme theme-name="ninja-theme" display-name="Ninja Theme" contributor="shekhar677"/>
<Theme theme-name="soft-theme" display-name="Soft Theme" contributor="eduardosgs"/>
<Theme theme-name="pink-black" display-name="Pink Black" contributor="tummala-manasa"/>
<Theme theme-name="pcc-theme" display-name="PCC Theme" contributor="paulo-filho-dev"/>
<Theme theme-name="brazil" display-name="Brazil" contributor="matheusuehara"/>
</div>
</div>
</template>
Expand Down

0 comments on commit 1a63449

Please sign in to comment.