Skip to content

Commit

Permalink
feat: new grey colors (#9)
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 62a5026 commit 03e05fb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 3 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-solarized-dark",
"version": "1.2.3",
"version": "1.2.4",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
Expand Down
4 changes: 4 additions & 0 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,8 @@
--sn-desktop-titlebar-ui-hover-color: var(--highlight-color);

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

--sn-stylekit-grey-1: #93A1A1;
--sn-stylekit-grey-4-opacity-variant: #2AA1983d;
--sn-stylekit-grey-5: #003542;
}

0 comments on commit 03e05fb

Please sign in to comment.