mirror of
https://github.com/snelling-a/obsidian-base16.git
synced 2026-07-22 04:20:23 +00:00
36 lines
954 B
JSON
36 lines
954 B
JSON
{
|
|
"author": {
|
|
"name": "snelling-a",
|
|
"url": "https://github.com/snelling-a"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/snelling-a/obsidian-base16/issues"
|
|
},
|
|
"dependencies": {
|
|
"js-yaml": "4.1.1"
|
|
},
|
|
"description": "A Base16 theme for Obsidian. 200+ color schemes with automatic dark/light mode switching. Powered by tinted-theming.",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/snelling-a"
|
|
},
|
|
"homepage": "https://github.com/snelling-a/obsidian-base16",
|
|
"keywords": [
|
|
"obsidian",
|
|
"obsidian-theme",
|
|
"base16"
|
|
],
|
|
"license": "UNLICENSE",
|
|
"name": "obsidian-base16-theme",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/snelling-a/obsidian-base16.git"
|
|
},
|
|
"scripts": {
|
|
"build": "node src/build.js",
|
|
"fetch-schemes": "node src/fetch-schemes.js",
|
|
"update": "npm run fetch-schemes && npm run build"
|
|
},
|
|
"version": "0.1.8"
|
|
}
|