Add prism plugin
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
cad0c0b61e
commit
4668163f86
6 changed files with 18830 additions and 1 deletions
3
.obsidian/appearance.json
vendored
3
.obsidian/appearance.json
vendored
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
"accentColor": ""
|
"accentColor": "",
|
||||||
|
"cssTheme": "Prism"
|
||||||
}
|
}
|
9818
.obsidian/plugins/obsidian-style-settings/main.js
vendored
Normal file
9818
.obsidian/plugins/obsidian-style-settings/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-style-settings/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-style-settings/manifest.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"id": "obsidian-style-settings",
|
||||||
|
"name": "Style Settings",
|
||||||
|
"version": "1.0.3",
|
||||||
|
"minAppVersion": "0.11.5",
|
||||||
|
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
|
||||||
|
"author": "mgmeyers",
|
||||||
|
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
243
.obsidian/plugins/obsidian-style-settings/styles.css
vendored
Normal file
243
.obsidian/plugins/obsidian-style-settings/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
.obsidian/themes/Prism/manifest.json
vendored
Normal file
7
.obsidian/themes/Prism/manifest.json
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"name": "Prism",
|
||||||
|
"version": "3.2.1",
|
||||||
|
"minAppVersion": "1.1.9",
|
||||||
|
"author": "Damian Korcz",
|
||||||
|
"authorUrl": "https://github.com/damiankorcz"
|
||||||
|
}
|
8750
.obsidian/themes/Prism/theme.css
vendored
Normal file
8750
.obsidian/themes/Prism/theme.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue