Obisidian vault auto-backup: 26-03-2025 11:27:31 on macbook-air-de-felix. 5 files edited

This commit is contained in:
Félix MARQUET
2025-03-26 11:27:31 +01:00
parent daf56d3bfd
commit e52ea7a1ba
5 changed files with 2243 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"accentColor": "",
"cssTheme": "Maple",
"cssTheme": "Minimal",
"theme": "system",
"baseFontSizeAction": false,
"baseFontSize": 17

View File

@@ -1,6 +1,6 @@
{
"name": "Catppuccin",
"version": "0.4.42",
"version": "0.4.43",
"minAppVersion": "1.0.0",
"author": "Marshall Beckrich",
"authorUrl": "https://github.com/catppuccin/obsidian"

View File

@@ -3695,6 +3695,16 @@ body:not(.is-grabbing) .tree-item-self.fn-is-active:hover {
color: var(--text-on-accent) !important;
}
/**
* 1. Dataview
* 2. Fix for #117
*/
.dataview.inline-field-standalone-value {
--nav-item-color-selected: var(--text-normal);
background-color: var(--background-primary);
font-size: var(--font-smaller);
}
/**
* 1. Checklist icons implemented for #91. This scss is from Kepano's Minimal Theme under its MIT License. Thanks Kepano!
*/

View File

@@ -0,0 +1,8 @@
{
"name": "Minimal",
"version": "7.7.19",
"minAppVersion": "1.6.1",
"author": "@kepano",
"authorUrl": "https://twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano"
}

2223
.obsidian/themes/Minimal/theme.css vendored Normal file

File diff suppressed because one or more lines are too long