macbook-pro-de-oscar.home 2026-1-15:0:10:2
This commit is contained in:
1
.obsidian/appearance.json
vendored
1
.obsidian/appearance.json
vendored
@@ -31,7 +31,6 @@
|
||||
"omts-[ui] Compact Sidebar",
|
||||
"omts-[editor] Compact Right Sidebar notes",
|
||||
"latex_mathjax",
|
||||
"embeds",
|
||||
"day_planner",
|
||||
"dataview",
|
||||
"omts-[ui] Compact Tab Header",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"lightStyle": "minimal-light-tonal",
|
||||
"darkStyle": "minimal-dark-tonal",
|
||||
"lightStyle": "minimal-light-white",
|
||||
"darkStyle": "minimal-dark",
|
||||
"lightScheme": "minimal-default-light",
|
||||
"darkScheme": "minimal-ayu-dark",
|
||||
"editorFont": "",
|
||||
@@ -16,7 +16,7 @@
|
||||
"iframeWidth": "iframe-default-width",
|
||||
"mapWidth": "map-default-width",
|
||||
"chartWidth": "chart-default-width",
|
||||
"colorfulHeadings": true,
|
||||
"colorfulHeadings": false,
|
||||
"colorfulFrame": false,
|
||||
"colorfulActiveStates": true,
|
||||
"trimNames": false,
|
||||
|
||||
@@ -5,12 +5,12 @@
|
||||
{
|
||||
"id": 2,
|
||||
"name": "memoire-L3",
|
||||
"lastUpdate": 1768160339758
|
||||
"lastUpdate": 1768431002018
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Ma bibliothèque",
|
||||
"lastUpdate": 1768160339909
|
||||
"lastUpdate": 1768431002030
|
||||
}
|
||||
],
|
||||
"renderCitations": true,
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
"supercharged-links@@7812-52e6-decoration": "initial",
|
||||
"supercharged-links@@ef64-500f-color": "#825AE1",
|
||||
"supercharged-links@@c309-a78f-color": "#825AE1",
|
||||
"minimal-style@@embed-strict": true,
|
||||
"minimal-style@@embed-strict": false,
|
||||
"list-callouts@@lc-bg-left": 35,
|
||||
"list-callouts@@lc-bg-opacity-light": 0.1,
|
||||
"list-callouts@@lc-bg-left-checkbox": 60,
|
||||
|
||||
22
.obsidian/snippets/headers.css
vendored
22
.obsidian/snippets/headers.css
vendored
@@ -1,27 +1,37 @@
|
||||
|
||||
.cm-header-1,
|
||||
.cm-header-1 span a{
|
||||
.cm-header-1 span a,
|
||||
.markdown-rendered h1 {
|
||||
color: #1b9419;
|
||||
}
|
||||
|
||||
.cm-header-2,
|
||||
.cm-header-2 span a{
|
||||
.cm-header-2 span a,
|
||||
.markdown-rendered h2 {
|
||||
color: #2967b3 !important;
|
||||
}
|
||||
|
||||
.cm-header-3,
|
||||
.cm-header-3 span a{
|
||||
.cm-header-3 span a,
|
||||
.markdown-rendered h3 {
|
||||
color: #c9893a;
|
||||
}
|
||||
|
||||
.cm-header-4,
|
||||
.cm-header-4 span a {
|
||||
.cm-header-4 span a,
|
||||
.markdown-rendered h4 {
|
||||
color: #6c9abb;
|
||||
}
|
||||
|
||||
.cm-header-5,
|
||||
.cm-header-5 span a {
|
||||
.cm-header-5 span a,
|
||||
.markdown-rendered h5 {
|
||||
color: #9d85c8;
|
||||
}
|
||||
|
||||
.cm-header-6,
|
||||
.cm-header-6 span a {
|
||||
.cm-header-6 span a,
|
||||
.markdown-rendered h6 {
|
||||
color: #789278;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user