vault backup: 2023-02-19 15:44:22
This commit is contained in:
162
.obsidian/plugins/theme-picker/main.js
vendored
Normal file
162
.obsidian/plugins/theme-picker/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/theme-picker/manifest.json
vendored
Normal file
10
.obsidian/plugins/theme-picker/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "theme-picker",
|
||||
"name": "Theme Picker",
|
||||
"version": "1.0.8",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "Quickly preview installed themes",
|
||||
"author": "kenset",
|
||||
"authorUrl": "https://github.com/kenset",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
11
.obsidian/plugins/theme-picker/styles.css
vendored
Normal file
11
.obsidian/plugins/theme-picker/styles.css
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
.theme-picker-modal {
|
||||
box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 25%);
|
||||
}
|
||||
|
||||
.theme-picker-color-scheme-icon > svg {
|
||||
fill: var(--text-muted);
|
||||
}
|
||||
|
||||
.theme-picker-color-scheme-icon:hover > svg {
|
||||
fill: var(--text-normal);
|
||||
}
|
||||
Reference in New Issue
Block a user