Skip to content

Commit d1be2f7

Browse files
authored
fix: add grey-0 color (#5)
* fix: add grey-0 color * chore: build * chore: increment version Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
1 parent 8679a48 commit d1be2f7

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

dist/dist.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dist.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sn-theme-autobiography",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "dist/dist.css",
55
"devDependencies": {
66
"grunt": "^1.0.1",

src/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
--sn-desktop-titlebar-ui-color: var(--foreground-color);
5353
--sn-desktop-titlebar-ui-hover-color: var(--highlight-color);
5454

55+
--sn-stylekit-grey-0: #7e582a;
5556
--sn-stylekit-grey-1: #a37337;
5657
--sn-stylekit-grey-4-opacity-variant: #c9995e3d;
5758
--sn-stylekit-grey-5: #e9d9c7;

0 commit comments

Comments
 (0)