Skip to content

Commit

Permalink
Re update themes
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowFish085 committed May 2, 2020
1 parent db077b5 commit 3b679aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default class App extends Mixins(Vue, MixinChangeTheme) {
.theme-dark {
--color-header: 21,34,50;
--color-header-text: 160,170,197;
--color-background: 9,17,27;
--color-background: 11,22,34;
--color-foreground: 21,31,46;
--color-foreground-grey: 15,22,31;
--color-foreground-grey-dark: 6,12,19;
Expand All @@ -174,7 +174,7 @@ export default class App extends Mixins(Vue, MixinChangeTheme) {
--color-background-400: 81,97,112;
--color-background-300: 30,42,56;
--color-background-100: 21,31,46;
--color-background-200: 9,17,27;
--color-background-200: 11,22,34;
--color-gray-1200: 251,251,251;
--color-gray-1100: 240,243,246;
--color-gray-1000: 221,230,238;
Expand All @@ -186,7 +186,7 @@ export default class App extends Mixins(Vue, MixinChangeTheme) {
--color-gray-400: 81,97,112;
--color-gray-300: 30,42,56;
--color-gray-100: 21,31,46;
--color-gray-200: 9,17,27;
--color-gray-200: 11,22,34;
}
.theme-contrast {
Expand Down

0 comments on commit 3b679aa

Please sign in to comment.