Add prism plugin

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2023-03-25 21:58:54 +05:30
parent cad0c0b61e
commit 4668163f86
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5
6 changed files with 18830 additions and 1 deletions

View file

@ -1,3 +1,4 @@
{
"accentColor": ""
"accentColor": "",
"cssTheme": "Prism"
}

File diff suppressed because one or more lines are too long

View 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
}

File diff suppressed because one or more lines are too long

7
.obsidian/themes/Prism/manifest.json vendored Normal file
View 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

File diff suppressed because one or more lines are too long