vault backup: 2026-05-31 00:34:29
This commit is contained in:
Vendored
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"cssTheme": "Border",
|
"cssTheme": "",
|
||||||
"accentColor": "",
|
"accentColor": "#552db4",
|
||||||
"enabledCssSnippets": [
|
"enabledCssSnippets": [
|
||||||
"math-blocks"
|
"math-blocks"
|
||||||
],
|
],
|
||||||
|
|||||||
-7
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Red Graphite",
|
|
||||||
"version": "1.0.5",
|
|
||||||
"minAppVersion": "1.0.0",
|
|
||||||
"author": "Sean Williams",
|
|
||||||
"authorUrl": "https://github.com/seanwcom/Red-Graphite-for-Obsidian"
|
|
||||||
}
|
|
||||||
-59
File diff suppressed because one or more lines are too long
+7
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"name": "monochroYOU",
|
||||||
|
"version": "1.0.5",
|
||||||
|
"minAppVersion": "1.0.0",
|
||||||
|
"author": "GuiMar10",
|
||||||
|
"authorUrl": "https://github.com/GuiMar10"
|
||||||
|
}
|
||||||
+75
@@ -0,0 +1,75 @@
|
|||||||
|
.theme-light {
|
||||||
|
/* Material You Tokens - Light Mode ✨☀️ */
|
||||||
|
--colorPrimary: hsl(var(--accent-h), 100%, 31%);
|
||||||
|
--colorPrimaryContainer: hsl(var(--accent-h), 100%, 93%);
|
||||||
|
--colorPrimaryContainerVariant: hsl(var(--accent-h), 100%, 85%);
|
||||||
|
--colorPrimaryContainerVariantHover: hsl(var(--accent-h), 100%, 91%);
|
||||||
|
--colorOnPrimary: white;
|
||||||
|
--colorBackgroundPrimary: hsl(var(--accent-h), 100%, 97%);
|
||||||
|
--colorBackgroundSecondary: hsla(
|
||||||
|
var(--accent-h),
|
||||||
|
var(--accent-s),
|
||||||
|
var(--accent-l),
|
||||||
|
2%
|
||||||
|
);
|
||||||
|
|
||||||
|
/* Navigation Items - Light Mode ✨☀️ */
|
||||||
|
--nav-item-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-dark {
|
||||||
|
/* Material You Tokens - Dark Mode ✨🌝 */
|
||||||
|
--colorPrimary: hsl(var(--accent-h), 100%, 80%);
|
||||||
|
--colorPrimaryContainer: hsl(var(--accent-h), 100%, 10%);
|
||||||
|
--colorPrimaryContainerVariant: hsl(var(--accent-h), 100%, 20%);
|
||||||
|
--colorPrimaryContainerVariantHover: hsl(var(--accent-h), 100%, 10%);
|
||||||
|
--colorOnPrimary: var(--colorBackgroundSecondary);
|
||||||
|
--colorBackgroundPrimary: hsl(var(--accent-h), 20%, 7%);
|
||||||
|
--colorBackgroundSecondary: hsl(var(--accent-h), 30%, 12%);
|
||||||
|
|
||||||
|
/* Navigation Items - Dark Mode ✨🌝 */
|
||||||
|
--nav-item-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* Interactive */
|
||||||
|
--interactive-normal: hsl(var(--accent-h), 100%, 90%);
|
||||||
|
--interactive-accent: var(--colorPrimary);
|
||||||
|
--interactive-accent-hover: var(--colorPrimary);
|
||||||
|
|
||||||
|
/* Background */
|
||||||
|
--background-primary: var(--colorBackgroundPrimary);
|
||||||
|
--background-secondary: var(--colorBackgroundSecondary);
|
||||||
|
--background-modifier-border: transparent;
|
||||||
|
--titlebar-background-focused: var(--colorBackgroundSecondary);
|
||||||
|
|
||||||
|
/* Navigation */
|
||||||
|
--tab-background-active: var(--colorPrimaryContainerVariant);
|
||||||
|
--nav-item-background-hover: var(--colorPrimaryContainerVariantHover);
|
||||||
|
--nav-item-background-active: var(--colorPrimaryContainerVariant);
|
||||||
|
--text-highlight-bg: var(--colorPrimaryContainerVariant);
|
||||||
|
|
||||||
|
/* Code */
|
||||||
|
--code-background: var(--colorPrimaryContainer);
|
||||||
|
--code-normal: var(--colorPrimary);
|
||||||
|
|
||||||
|
/* Link */
|
||||||
|
--link-external-color: var(--colorPrimary);
|
||||||
|
--link-external-color-hover: var(--colorPrimary);
|
||||||
|
|
||||||
|
/* Tags */
|
||||||
|
--tag-color: var(--colorPrimary);
|
||||||
|
--tag-background: var(--colorPrimaryContainerVariant);
|
||||||
|
--tag-background-hover: var(--colorPrimaryContainerVariant);
|
||||||
|
|
||||||
|
/* Radius */
|
||||||
|
--button-radius: 100px;
|
||||||
|
--radius-s: 100px;
|
||||||
|
|
||||||
|
/* Toggle */
|
||||||
|
--toggle-thumb-color: var(--colorOnPrimary);
|
||||||
|
|
||||||
|
/* On accent */
|
||||||
|
--text-on-accent: var(--colorOnPrimary);
|
||||||
|
--text-on-accent-inverted: var(--colorOnPrimary);
|
||||||
|
}
|
||||||
Vendored
+1
-1
@@ -110,7 +110,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 200
|
"width": 299.5
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"id": "38c591aa0966839e",
|
"id": "38c591aa0966839e",
|
||||||
|
|||||||
Reference in New Issue
Block a user