Skip to content

Commit 8679a48

Browse files
authored
feat: new grey colors (#4)
* feat: new grey colors * chore: increment version * chore: build Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
1 parent 7e43420 commit 8679a48

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

dist/dist.css

Lines changed: 3 additions & 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.1",
3+
"version": "1.0.2",
44
"main": "dist/dist.css",
55
"devDependencies": {
66
"grunt": "^1.0.1",

src/main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
--sn-desktop-titlebar-border-color: var(--border-color);
5252
--sn-desktop-titlebar-ui-color: var(--foreground-color);
5353
--sn-desktop-titlebar-ui-hover-color: var(--highlight-color);
54+
55+
--sn-stylekit-grey-1: #a37337;
56+
--sn-stylekit-grey-4-opacity-variant: #c9995e3d;
57+
--sn-stylekit-grey-5: #e9d9c7;
5458
}
5559

5660
#notes-column .note.selected, .notes .note.selected {

0 commit comments

Comments
 (0)