vault backup: 2026-05-31 00:39:29
This commit is contained in:
Vendored
+2
-1
@@ -21,5 +21,6 @@
|
|||||||
"openBehavior": "file:AGENTS",
|
"openBehavior": "file:AGENTS",
|
||||||
"userIgnoreFilters": [
|
"userIgnoreFilters": [
|
||||||
"99 System/"
|
"99 System/"
|
||||||
]
|
],
|
||||||
|
"showInlineTitle": true
|
||||||
}
|
}
|
||||||
Vendored
+3
-2
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"cssTheme": "",
|
"cssTheme": "AnuPpuccin",
|
||||||
"accentColor": "#552db4",
|
"accentColor": "#552db4",
|
||||||
"enabledCssSnippets": [
|
"enabledCssSnippets": [
|
||||||
"math-blocks"
|
"math-blocks"
|
||||||
@@ -11,5 +11,6 @@
|
|||||||
"baseFontSize": 16,
|
"baseFontSize": 16,
|
||||||
"monospaceFontFamily": "",
|
"monospaceFontFamily": "",
|
||||||
"nativeMenus": false,
|
"nativeMenus": false,
|
||||||
"showRibbon": false
|
"showRibbon": false,
|
||||||
|
"showViewHeader": false
|
||||||
}
|
}
|
||||||
Vendored
-7
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "PLN",
|
|
||||||
"version": "1.18.1",
|
|
||||||
"minAppVersion": "1.7.7",
|
|
||||||
"author": "PipeItToDevNull",
|
|
||||||
"authorUrl": "https://docs.dev0.sh"
|
|
||||||
}
|
|
||||||
Vendored
-2573
File diff suppressed because it is too large
Load Diff
-7
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Shiba Inu",
|
|
||||||
"version": "1.0.8.1",
|
|
||||||
"minAppVersion": "1.1.9",
|
|
||||||
"author": "Farouk",
|
|
||||||
"authorUrl": "https://github.com/faroukx"
|
|
||||||
}
|
|
||||||
Vendored
-8615
File diff suppressed because it is too large
Load Diff
-7
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "monochroYOU",
|
|
||||||
"version": "1.0.5",
|
|
||||||
"minAppVersion": "1.0.0",
|
|
||||||
"author": "GuiMar10",
|
|
||||||
"authorUrl": "https://github.com/GuiMar10"
|
|
||||||
}
|
|
||||||
-75
@@ -1,75 +0,0 @@
|
|||||||
.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);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user