Skip to content

Commit

Permalink
fix: rename passive colors (#13)
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 13ef539 commit f196935
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 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/solarized-dark-theme",
"version": "1.2.6",
"version": "1.2.7",
"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/"
}
}
12 changes: 6 additions & 6 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@

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

--sn-stylekit-grey-0: #a8bdbd;
--sn-stylekit-grey-1: #93A1A1;
--sn-stylekit-grey-3: #0d4f60;
--sn-stylekit-grey-4: #083642;
--sn-stylekit-grey-4-opacity-variant: #2AA1983d;
--sn-stylekit-grey-5: #003542;
--sn-stylekit-passive-color-0: #a8bdbd;
--sn-stylekit-passive-color-1: #93A1A1;
--sn-stylekit-passive-color-3: #0d4f60;
--sn-stylekit-passive-color-4: #083642;
--sn-stylekit-passive-color-4-opacity-variant: #2AA1983d;
--sn-stylekit-passive-color-5: #003542;
}

0 comments on commit f196935

Please sign in to comment.