Skip to content

Commit

Permalink
Update to use new theme system
Browse files Browse the repository at this point in the history
  • Loading branch information
skipadu committed Nov 10, 2024
1 parent 2b394d0 commit 220194b
Show file tree
Hide file tree
Showing 6 changed files with 1,086 additions and 38,517 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11
16
Binary file added bun.lockb
Binary file not shown.
23 changes: 10 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,29 @@
{
"name": "night-owl-dark-ui",
"description": "Night Owl dark UI Theme for Inkdrop",
"version": "1.0.0",
"version": "2.0.0",
"theme": "ui",
"styleSheets": [
"theme.min.css"
"theme.css",
"tokens.css"
],
"scripts": {
"run": "gulp",
"build": "gulp build"
},
"scripts": {},
"keywords": [
"inkdrop",
"markdown"
],
"repository": "https://github.com/skipadu/inkdrop-night-owl-ui",
"repository": {
"type": "git",
"url": "https://github.com/skipadu/inkdrop-night-owl-ui"
},
"author": {
"name": "Sami Korpela"
},
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"semantic-ui": "^2.4.2"
"@inkdropapp/theme-dev-helpers": "^0.3.7"
},
"browserslist": [
"Electron 7.1.13"
],
"engines": {
"inkdrop": "^5.x"
"inkdrop": "^5.9.0"
}
}
Loading

0 comments on commit 220194b

Please sign in to comment.