Skip to content

Commit

Permalink
feat: new grey colors (#13)
Browse files Browse the repository at this point in the history
* feat: new grey colors

* chore: increment version

* chore: build

Co-authored-by: Johnny Almonte <[email protected]>
  • Loading branch information
johnny243 and johnny243 authored Dec 27, 2021
1 parent ae650bd commit 937ebfe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 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-midnight",
"version": "1.2.4",
"version": "1.2.5",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
Expand Down
3 changes: 3 additions & 0 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@
--sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-info-color);

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

--sn-stylekit-grey-4-opacity-variant: #292937;
--sn-stylekit-grey-5: #313142;
}

0 comments on commit 937ebfe

Please sign in to comment.