Various small changes from the last week or so

This commit is contained in:
2025-10-24 02:02:03 -05:00
parent 49be8f8393
commit 744ffd9ff7
14 changed files with 147 additions and 9 deletions

View File

@@ -1,5 +1,9 @@
{
"theme": "obsidian",
"accentColor": "#2f930e",
"baseFontSize": 18
"baseFontSize": 18,
"enabledCssSnippets": [
"theme-transparency"
],
"translucency": false
}

View File

@@ -0,0 +1,18 @@
.custom-frames-frame,
.view-header,
.view-header-title-container,
.workspace-leaf,
.is-focused .workspace-leaf.mod-active .view-header,
.workspace-split.mod-root,
.workspace-split.mod-root .view-content,
.workspace-split.mod-root .view-header,
.workspace-tab-header-container {
background: transparent !important;
}
.app-container {
background: rgba(0, 0, 0, 0.7) !important;
}
svg.canvas-background {
display: none !important;
}