Change appearance

This commit is contained in:
2024-06-22 14:56:39 +03:00
parent eaa79fe35e
commit 053848384f
9 changed files with 13985 additions and 24 deletions

View File

@ -1 +1,3 @@
{}
{
"cssTheme": "Catppuccin"
}

View File

@ -1,4 +1,5 @@
[
"webpage-html-export",
"obsidian-git"
"obsidian-git",
"obsidian-style-settings"
]

22
.obsidian/graph.json vendored
View File

@ -1,22 +0,0 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"close": true
}

View File

@ -0,0 +1,4 @@
{
"catppuccin-theme-settings@@catppuccin-theme-dark": "ctp-macchiato",
"catppuccin-theme-settings@@catppuccin-theme-accents": "ctp-accent-sapphire"
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
{
"id": "obsidian-style-settings",
"name": "Style Settings",
"version": "1.0.8",
"minAppVersion": "0.11.5",
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,7 @@
{
"name": "Catppuccin",
"version": "0.4.22",
"minAppVersion": "1.0.0",
"author": "Marshall Beckrich",
"authorUrl": "https://github.com/catppuccin/obsidian"
}

3858
.obsidian/themes/Catppuccin/theme.css vendored Normal file

File diff suppressed because one or more lines are too long