Skip to content

Commit

Permalink
fix: add grey-0 color (#10)
Browse files Browse the repository at this point in the history
* fix: add grey-0 color

* chore: build

* chore: increment version

Co-authored-by: Johnny Almonte <[email protected]>
  • Loading branch information
johnny243 and johnny243 authored Feb 14, 2022
1 parent 03e05fb commit 1be2380
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 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 dist/dist.css.map

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sn-theme-solarized-dark",
"version": "1.2.4",
"version": "1.2.5",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
Expand Down
1 change: 1 addition & 0 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@

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

--sn-stylekit-grey-0: #a8bdbd;
--sn-stylekit-grey-1: #93A1A1;
--sn-stylekit-grey-4-opacity-variant: #2AA1983d;
--sn-stylekit-grey-5: #003542;
Expand Down

0 comments on commit 1be2380

Please sign in to comment.