-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from daltonmenezes/variant/aura-dark-soft-text
Variant/aura dark soft text
- Loading branch information
Showing
12 changed files
with
1,012 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Aura Theme ChangeLog | ||
|
||
## 1.1.0 (August 16, 2020) | ||
|
||
- 🎉 Add Aura Dark Soft Text variant | ||
- 🎉 Add Aura Dark Plus Soft Text variant | ||
- 🎉 Add Aura Soft Dark Soft Text variant | ||
|
||
## 1.0.0 (August 16, 2020) | ||
|
||
- 🎉 Initial release 🎉 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
$accent0: #0f0f0f | ||
$accent1: #9479ce | ||
$accent2: #68bb9f | ||
$accent3: #ccba6d | ||
$accent4: #96d372 | ||
$accent5: #c76d6d | ||
$accent6: #bb74af | ||
$accent7: #c2c2c2 | ||
$accent8: #6d6d6d | ||
$accent9: #979797 | ||
$accent10: #adacae | ||
$accent11: #000000 | ||
$accent12: #15141b | ||
$accent13: #2d2d2d | ||
$accent14: #af8aff7f | ||
$accent15: #4d4d4d | ||
$accent16: #ffffff00 | ||
$accent17: #a394f033 | ||
$accent18: #a394f000 | ||
$accent19: #3ea7847f | ||
$accent20: #3d375e7f | ||
$accent21: #110f18 | ||
$accent22: #4d466e | ||
$accent23: #3b334b | ||
$accent24: #121016 | ||
$accent25: #49c29a | ||
$accent26: #00d89023 | ||
$accent27: #ff474720 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
$accent0: #0f0f0f | ||
$accent1: #9d7de0 | ||
$accent2: #67c9a8 | ||
$accent3: #d8c56f | ||
$accent4: #9adf72 | ||
$accent5: #d46a6a | ||
$accent6: #cf70bf | ||
$accent7: #dbdbdb | ||
$accent8: #6d6d6d | ||
$accent9: #b4b4b4 | ||
$accent10: #adacae | ||
$accent11: #111111 | ||
$accent12: #1c1b22 | ||
$accent13: #2d2d2d | ||
$accent14: #af8aff7f | ||
$accent15: #4d4d4d | ||
$accent16: #ffffff00 | ||
$accent17: #a394f033 | ||
$accent18: #a394f000 | ||
$accent19: #3ea7847f | ||
$accent20: #3d375e7f | ||
$accent21: #161616 | ||
$accent22: #4d466e | ||
$accent23: #3b334b | ||
$accent24: #181818 | ||
$accent25: #49c29a | ||
$accent26: #00d89023 | ||
$accent27: #ff474720 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
$accent0: #0f0f0f | ||
$accent1: #9d7de0 | ||
$accent2: #67c9a8 | ||
$accent3: #d8c56f | ||
$accent4: #9adf72 | ||
$accent5: #d46a6a | ||
$accent6: #cf70bf | ||
$accent7: #dbdbdb | ||
$accent8: #6d6d6d | ||
$accent9: #b4b4b4 | ||
$accent10: #adacae | ||
$accent11: #141414 | ||
$accent12: #21202e | ||
$accent13: #444444 | ||
$accent14: #af8aff7f | ||
$accent15: #4d4d4d | ||
$accent16: #ffffff00 | ||
$accent17: #a394f033 | ||
$accent18: #a394f000 | ||
$accent19: #3ea7847f | ||
$accent20: #3d375e7f | ||
$accent21: #1c1b22 | ||
$accent22: #4d466e | ||
$accent23: #3b334b | ||
$accent24: #1f1a27 | ||
$accent25: #49c29a | ||
$accent26: #00d89023 | ||
$accent27: #ff474720 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
const { createVirtualTheme, sassToJS, readStyleFile } = require('../functions') | ||
|
||
module.exports = createVirtualTheme({ | ||
name: 'Aura Dark Plus Soft Text', | ||
type: 'dark', | ||
colors: sassToJS(readStyleFile('aura-dark-plus-soft-text')), | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
const { createVirtualTheme, sassToJS, readStyleFile } = require('../functions') | ||
|
||
module.exports = createVirtualTheme({ | ||
name: 'Aura Dark Soft Text', | ||
type: 'dark', | ||
colors: sassToJS(readStyleFile('aura-dark-soft-text')), | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
const { createVirtualTheme, sassToJS, readStyleFile } = require('../functions') | ||
|
||
module.exports = createVirtualTheme({ | ||
name: 'Aura Soft Dark Soft Text', | ||
type: 'dark', | ||
colors: sassToJS(readStyleFile('aura-soft-dark-soft-text')), | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
module.exports = [ | ||
require('./aura-dark'), | ||
require('./aura-dark-soft-text'), | ||
require('./aura-dark-plus'), | ||
require('./aura-dark-plus-soft-text'), | ||
require('./aura-soft-dark'), | ||
require('./aura-soft-dark-soft-text'), | ||
] |
Oops, something went wrong.