vault backup: 2026-05-31 00:49:30
This commit is contained in:
+6
-6
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"lastVersion": "3.2.7",
|
||||
"aestheticStyle": "tiny",
|
||||
"aestheticStyle": "glass",
|
||||
"positionStyle": "top",
|
||||
"menuCommands": [
|
||||
{
|
||||
@@ -1099,10 +1099,10 @@
|
||||
"viewTypeSettings": {},
|
||||
"appearanceByStyle": {
|
||||
"top": {
|
||||
"toolbarBackgroundColor": "#1A2F28",
|
||||
"toolbarIconColor": "#D4AF37",
|
||||
"toolbarBackgroundColor": "#2D3033",
|
||||
"toolbarIconColor": "#E2E8F0",
|
||||
"toolbarIconSize": 18,
|
||||
"aestheticStyle": "tiny"
|
||||
"aestheticStyle": "glass"
|
||||
},
|
||||
"following": {
|
||||
"toolbarBackgroundColor": "rgba(var(--background-secondary-rgb), 0.7)",
|
||||
@@ -1123,8 +1123,8 @@
|
||||
"aestheticStyle": "default"
|
||||
}
|
||||
},
|
||||
"toolbarBackgroundColor": "#1A2F28",
|
||||
"toolbarIconColor": "#D4AF37",
|
||||
"toolbarBackgroundColor": "#2D3033",
|
||||
"toolbarIconColor": "#E2E8F0",
|
||||
"toolbarIconSize": 18,
|
||||
"useCurrentLineForRegex": false,
|
||||
"commandIdsFixed": true
|
||||
|
||||
-98963
File diff suppressed because one or more lines are too long
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"id": "obsidian-emoji-toolbar",
|
||||
"name": "Emoji Toolbar",
|
||||
"version": "1.0.0",
|
||||
"description": "Quickly search for and insert emojis into your notes.",
|
||||
"author": "oliveryh",
|
||||
"authorUrl": "https://github.com/oliveryh/obsidian-emoji-toolbar",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
img.emoji {
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
margin: 0 0.05em 0 0.1em;
|
||||
vertical-align: -0.1em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#emoji-modal {
|
||||
padding: 0px;
|
||||
min-width: unset;
|
||||
width: unset !important;
|
||||
|
||||
.modal-header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: unset;
|
||||
border: 0px !important;
|
||||
box-shadow: 0px !important;
|
||||
}
|
||||
|
||||
.modal-close-button {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
+12
-2
@@ -44,7 +44,7 @@
|
||||
"anuppuccin-theme-settings@@anp-hide-borders": true,
|
||||
"anuppuccin-theme-settings@@anp-card-shadows": true,
|
||||
"anuppuccin-theme-settings@@anp-card-layout-actions": true,
|
||||
"anuppuccin-theme-settings@@anp-card-layout-filebrowser": false,
|
||||
"anuppuccin-theme-settings@@anp-card-layout-filebrowser": true,
|
||||
"pln@@font-ui-smaller": 12,
|
||||
"pln@@font-ui-small": 14,
|
||||
"pln@@font-ui-medium": 14,
|
||||
@@ -70,5 +70,15 @@
|
||||
"anuppuccin-theme-settings@@anp-toggle-preview": true,
|
||||
"anuppuccin-theme-settings@@file-margins": 60,
|
||||
"anuppuccin-theme-settings@@anp-preview-width-pct": 75,
|
||||
"anuppuccin-theme-settings@@anp-layout-select": "none"
|
||||
"anuppuccin-theme-settings@@anp-layout-select": "anp-card-layout",
|
||||
"anuppuccin-theme-settings@@anp-toggle-metadata": true,
|
||||
"anuppuccin-theme-settings@@anp-toggle-scrollbars": true,
|
||||
"anuppuccin-theme-settings@@anp-hide-status-bar": false,
|
||||
"anuppuccin-theme-settings@@anp-tooltip-toggle": true,
|
||||
"anuppuccin-theme-settings@@anp-hide-external-link-icon": true,
|
||||
"anuppuccin-theme-settings@@anp-cursor": "pointer",
|
||||
"anuppuccin-theme-settings@@anp-autohide-titlebar": true,
|
||||
"anuppuccin-theme-settings@@anp-print": false,
|
||||
"anuppuccin-theme-settings@@anp-button-metadata-toggle": true,
|
||||
"anuppuccin-theme-settings@@anp-color-transition-toggle": true
|
||||
}
|
||||
Reference in New Issue
Block a user