Skip to content

Commit

Permalink
fix: rename passive colors (#17)
Browse files Browse the repository at this point in the history
* fix: rename passive colors

* chore: increment version

Co-authored-by: Johnny Almonte <[email protected]>
  • Loading branch information
johnny243 and johnny243 authored May 24, 2022
1 parent 8679b68 commit cdaae54
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/midnight-theme",
"version": "1.2.7",
"version": "1.2.8",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
Expand All @@ -18,5 +18,9 @@
"scripts": {
"prepublishOnly": "npm run build",
"build": "grunt"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
10 changes: 5 additions & 5 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@

--sn-stylekit-menu-border: 1px solid #494965;

--sn-stylekit-grey-0: #94979e;
--sn-stylekit-grey-3: #2c2c39;
--sn-stylekit-grey-4: #313142;
--sn-stylekit-grey-4-opacity-variant: #292937;
--sn-stylekit-grey-5: #313142;
--sn-stylekit-passive-color-0: #94979e;
--sn-stylekit-passive-color-3: #2c2c39;
--sn-stylekit-passive-color-4: #313142;
--sn-stylekit-passive-color-4-opacity-variant: #292937;
--sn-stylekit-passive-color-5: #313142;
}

0 comments on commit cdaae54

Please sign in to comment.