Skip to content

Commit

Permalink
Ajustes de cores
Browse files Browse the repository at this point in the history
  • Loading branch information
luanacmoura committed Dec 20, 2021
1 parent ddf9fbd commit 64662e0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/dist.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sn-theme-soft-rainbow",
"name": "sn-theme-cherry-light",
"version": "1.2.1",
"main": "dist/dist.css",
"devDependencies": {
Expand All @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:luanacmoura/sn-theme-soft-rainbow.git"
"url": "git@github.com:luanacmoura/sn-theme-cherry-light.git"
},
"dependencies": {
"standard": "^16.0.4"
Expand Down
4 changes: 2 additions & 2 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--blue: #86BBD8;
--light-gray: #f6f6f6;
--sn-stylekit-shadow-color: var(--light-gray);
--sn-stylekit-foreground-color: var(--soft-black);
--sn-stylekit-foreground-color: var(--soft-white);
--sn-stylekit-info-color: var(--blue);
--sn-stylekit-info-contrast-color: var(--soft-black);
--sn-stylekit-neutral-color: #7c7c7c;
Expand All @@ -22,7 +22,7 @@
--sn-stylekit-editor-foreground-color: var(--soft-black);
--sn-stylekit-border-color: var(--light-gray);
--sn-stylekit-contrast-background-color: var(--light-gray);
--sn-stylekit-contrast-foreground-color: var(--soft-black);
--sn-stylekit-contrast-foreground-color: var(--blue);
--sn-stylekit-contrast-border-color: 0;
--sn-stylekit-secondary-background-color: var(--soft-black);
--sn-stylekit-secondary-foreground-color: var(--soft-white);
Expand Down

0 comments on commit 64662e0

Please sign in to comment.