vault backup: 2026-05-31 00:34:29

This commit is contained in:
Dmitry
2026-05-31 00:34:29 +03:00
parent e9b86f37c3
commit c8fd01ddf3
6 changed files with 85 additions and 69 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"cssTheme": "Border",
"accentColor": "",
"cssTheme": "",
"accentColor": "#552db4",
"enabledCssSnippets": [
"math-blocks"
],
-7
View File
@@ -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"
}
File diff suppressed because one or more lines are too long
+7
View File
@@ -0,0 +1,7 @@
{
"name": "monochroYOU",
"version": "1.0.5",
"minAppVersion": "1.0.0",
"author": "GuiMar10",
"authorUrl": "https://github.com/GuiMar10"
}
+75
View File
@@ -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);
}
+1 -1
View File
@@ -110,7 +110,7 @@
}
],
"direction": "horizontal",
"width": 200
"width": 299.5
},
"right": {
"id": "38c591aa0966839e",