vault backup: 2025-01-30 09:27:31
This commit is contained in:
4
.obsidian/themes/Material Flat/manifest.json
vendored
Normal file → Executable file
4
.obsidian/themes/Material Flat/manifest.json
vendored
Normal file → Executable file
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Material Flat",
|
||||
"version": "1.4.0",
|
||||
"minAppVersion": "0.16.0",
|
||||
"version": "1.4.3",
|
||||
"minAppVersion": "1.1.0",
|
||||
"author": "Threethan, Joschua",
|
||||
"authorUrl": "https://github.com/Threethan/"
|
||||
}
|
||||
|
55
.obsidian/themes/Material Flat/theme.css
vendored
Normal file → Executable file
55
.obsidian/themes/Material Flat/theme.css
vendored
Normal file → Executable file
@@ -1,11 +1,11 @@
|
||||
@charset "UTF-8";
|
||||
body {
|
||||
/* ## Fonts */
|
||||
--font-text-theme: Roboto, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
|
||||
--font-text-theme: "Inter", Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI",
|
||||
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
||||
"Segoe UI Symbol", "Microsoft YaHei Light", sans-serif;
|
||||
--font-monospace-theme: "Roboto Mono", monospace, Menlo, SFMono-Regular, Consolas;
|
||||
--font-interface-theme: var(--font-text-theme);
|
||||
--font-interface-theme: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Inter", sans-serif ;
|
||||
}
|
||||
|
||||
:root {
|
||||
@@ -38,6 +38,9 @@ body {
|
||||
--elevation3: 0.11;
|
||||
--elevation4: 0.12;
|
||||
--elevation5: 0.14;
|
||||
--titlebar-text-color-focused: var(--text-normal);
|
||||
--link-color-hover: hsl(var(--accent-h), calc(var(--accent-s) * 0.8), 80%) !important;
|
||||
--link-external-color-hover: hsl(var(--accent-h), calc(var(--accent-s) * 0.8), 80%) !important;
|
||||
}
|
||||
|
||||
.theme-light {
|
||||
@@ -1013,6 +1016,10 @@ body:not(.is-phone).fab-enabled-desktop.custom-page-header body:not(:not(.advanc
|
||||
}
|
||||
}
|
||||
|
||||
body:not(.is-phone).fab-enabled-desktop.custom-page-header:has(.titlebar) .view-action:first-child {
|
||||
top: calc(100vh - 48px - 44px - 16px - 40px);
|
||||
}
|
||||
|
||||
/* Pencil SVG */
|
||||
svg.pencil > path {
|
||||
display: none;
|
||||
@@ -1696,8 +1703,9 @@ body {
|
||||
background: var(--tab-background-active) !important;
|
||||
}
|
||||
|
||||
.workspace-tab-header-container {
|
||||
.workspace-tab-header-container, .mod-sidedock, .workspace-sidedock-vault-profile {
|
||||
background: none;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.workspace-tab-header-container-inner {
|
||||
@@ -2074,9 +2082,6 @@ body.tab-drag-desktop .mod-root .workspace-tab-header.is-active .workspace-tab-h
|
||||
border-color: var(--hr-color);
|
||||
margin: 11px 0;
|
||||
}
|
||||
.markdown-reading-view br {
|
||||
display: none;
|
||||
}
|
||||
.markdown-reading-view table {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@@ -2216,9 +2221,22 @@ body.button-shapes-mobile.is-phone .nav-action-button {
|
||||
padding-bottom: 9px !important;
|
||||
}
|
||||
|
||||
div.titlebar {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
div.titlebar .titlebar-text {
|
||||
opacity: 1;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
body.mod-windows {
|
||||
--frame-right-space: 142px !important;
|
||||
}
|
||||
body.mod-windows .titlebar-text {
|
||||
justify-content: start;
|
||||
padding-left: 50px;
|
||||
padding-top: 4px;
|
||||
}
|
||||
body.mod-windows .titlebar-button-container .titlebar-button {
|
||||
width: 46px;
|
||||
}
|
||||
@@ -2355,19 +2373,22 @@ body.mod-windows.win-menu.enable-mica.theme-dark div.menu {
|
||||
}
|
||||
|
||||
body:not(.vibrant).theme-dark {
|
||||
--color-accent: hsl(var(--accent-h), calc(var(--accent-s) * 0.4), 70%) !important;
|
||||
--primary: hsl(var(--accent-h), calc(var(--accent-s) * 0.4), 70%) !important;
|
||||
--color-accent: hsl(var(--accent-h), calc(var(--accent-s) * 0.6), 70%) !important;
|
||||
--color-accent-1: hsl(var(--accent-h), calc(var(--accent-s) * 0.7), 80%) !important;
|
||||
--color-accent-2: hsl(var(--accent-h), calc(var(--accent-s) * 0.8), 90%) !important;
|
||||
--primary: hsl(var(--accent-h), calc(var(--accent-s) * 0.75), 80%) !important;
|
||||
--secondary: hsl(var(--accent-h), calc(var(--accent-s) * 0.4), 70%) !important;
|
||||
--text-accent: hsl(var(--accent-h), calc(var(--accent-s) * 0.4), 90%) !important;
|
||||
--link-color-hover: hsl(var(--accent-h), calc(var(--accent-s) * 0.4), 90%) !important;
|
||||
--text-accent: hsl(var(--accent-h), calc(var(--accent-s) * 0.4), 90%) !important;
|
||||
}
|
||||
|
||||
body:not(.vibrant).theme-light {
|
||||
--color-accent: hsl(var(--accent-h), calc(var(--accent-s) * 0.6), 70%) !important;
|
||||
--primary: hsl(var(--accent-h), calc(var(--accent-s) * 0.6), 70%) !important;
|
||||
--color-accent: hsl(var(--accent-h), calc(var(--accent-s) * 0.8), 75%) !important;
|
||||
--color-accent-1: hsl(var(--accent-h), calc(var(--accent-s) * 0.7), 80%) !important;
|
||||
--color-accent-2: hsl(var(--accent-h), calc(var(--accent-s) * 0.6), 85%) !important;
|
||||
--primary: hsl(var(--accent-h), calc(var(--accent-s) * 0.86), 73%) !important;
|
||||
--secondary: hsl(var(--accent-h), calc(var(--accent-s) * 0.6), 70%) !important;
|
||||
--text-accent: hsl(var(--accent-h), calc(var(--accent-s) * 0.6), 50%) !important;
|
||||
--link-color-hover: hsl(var(--accent-h), calc(var(--accent-s) * 0.4), 10%) !important;
|
||||
}
|
||||
|
||||
body.theme-dark {
|
||||
@@ -2407,10 +2428,10 @@ body.theme-light {
|
||||
--secondary: var(--color-accent-2);
|
||||
--background: #fff;
|
||||
--on-background: #111;
|
||||
--surface: hsl(var(--accent-h), calc(var(--accent-s) * 0.25), 95%);
|
||||
--surface-variant: hsl(var(--accent-h), 0, 85%);
|
||||
--surface: #FFF;
|
||||
--surface-variant: hsl(var(--accent-h), calc(var(--accent-s) * 0.75), 93%);
|
||||
--surface-mid: hsl(var(--accent-h), calc(var(--accent-s) * 0.35), 93%);
|
||||
--on-surface-variant: hsl(var(--accent-h), calc(var(--accent-s) * 0.30), 23%);
|
||||
--on-surface-variant: hsl(var(--accent-h), calc(var(--accent-s) * 0.30), 20%);
|
||||
--outline: hsl(var(--accent-h), calc(var(--accent-s) * 0.5), 85%);
|
||||
--inverse-on-surface: #EEE;
|
||||
--inverse-surface: #111;
|
||||
@@ -2504,9 +2525,9 @@ settings:
|
||||
-
|
||||
id: no-top-space
|
||||
title: Remove top padding (Desktop)
|
||||
description: Removes the bit of space above the tabs. Useful if using system titlebars.
|
||||
description: Removes the bit of space above the tabs.
|
||||
type: class-toggle
|
||||
default: false
|
||||
default: true
|
||||
-
|
||||
id: hide-sidebar-header
|
||||
title: Hide sidebar header (Mobile)
|
||||
|
Reference in New Issue
Block a user