Skip to content

Commit

Permalink
feat: new grey colors (#11)
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 9c717db commit e7c0511
Show file tree
Hide file tree
Showing 4 changed files with 5 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-focus",
"version": "1.2.5",
"version": "1.2.6",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
Expand Down
2 changes: 2 additions & 0 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@
--sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-info-color);

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

--sn-stylekit-grey-5: #1d1f20;
}

0 comments on commit e7c0511

Please sign in to comment.