vault backup: 2026-07-18 00:23:44
This commit is contained in:
+9
File diff suppressed because one or more lines are too long
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "folder-links",
|
||||
"name": "Folder Links",
|
||||
"version": "1.2.5",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Clicking a link to a folder makes it revealed in the navigation.",
|
||||
"author": "Stefan Rausch",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
|
||||
.is-resolved .is-unresolved .cm-underline {
|
||||
--link-unresolved-decoration-style: var(--link-decoration-style) !important;
|
||||
--link-unresolved-decoration-color: var(--link-decoration-color) !important;
|
||||
--link-unresolved-color: var(--link-color) !important;
|
||||
}
|
||||
|
||||
.is-resolved .is-unresolved,
|
||||
.is-resolved.is-unresolved {
|
||||
--link-unresolved-opacity: initial !important;
|
||||
--link-unresolved-decoration-style: var(--link-decoration-style) !important;
|
||||
--link-unresolved-decoration-color: var(--link-decoration-color) !important;
|
||||
--link-unresolved-color: var(--link-color) !important;
|
||||
}
|
||||
Vendored
+60
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"biggerIcons": "mobile",
|
||||
"clickableIcons": "desktop",
|
||||
"showAllFileIcons": false,
|
||||
"showAllFolderIcons": false,
|
||||
"minimalFolderIcons": true,
|
||||
"showMarkdownTabIcons": true,
|
||||
"showTitleIcons": true,
|
||||
"showTagPillIcons": false,
|
||||
"showMenuActions": true,
|
||||
"showSuggestionIcons": false,
|
||||
"showQuickSwitcherIcons": true,
|
||||
"showMoveFileIcons": true,
|
||||
"showItemName": "desktop",
|
||||
"biggerSearchResults": "mobile",
|
||||
"maxSearchResults": 50,
|
||||
"colorPicker1": "list",
|
||||
"colorPicker2": "rgb",
|
||||
"uncolorHover": false,
|
||||
"uncolorDrag": false,
|
||||
"uncolorSelect": false,
|
||||
"uncolorQuick": false,
|
||||
"maxBackups": 2,
|
||||
"dialogState": {
|
||||
"iconMode": true,
|
||||
"emojiMode": false,
|
||||
"rulePage": "file"
|
||||
},
|
||||
"appIcons": {},
|
||||
"tabIcons": {},
|
||||
"fileIcons": {
|
||||
"00 Inbox": {
|
||||
"icon": "lucide-inbox"
|
||||
},
|
||||
"10 Knowledge": {
|
||||
"icon": "lucide-school"
|
||||
},
|
||||
"20 Work": {
|
||||
"icon": "lucide-building"
|
||||
},
|
||||
"30 Personal Projects": {
|
||||
"icon": "lucide-user"
|
||||
},
|
||||
"40 Journal": {
|
||||
"icon": "lucide-pen-tool"
|
||||
},
|
||||
"50 Principles": {
|
||||
"icon": "lucide-star"
|
||||
},
|
||||
"90 Archives": {
|
||||
"icon": "lucide-archive"
|
||||
}
|
||||
},
|
||||
"bookmarkIcons": {},
|
||||
"tagIcons": {},
|
||||
"propertyIcons": {},
|
||||
"ribbonIcons": {},
|
||||
"fileRules": [],
|
||||
"folderRules": []
|
||||
}
|
||||
+38
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"biggerIcons": "mobile",
|
||||
"clickableIcons": "desktop",
|
||||
"showAllFileIcons": false,
|
||||
"showAllFolderIcons": false,
|
||||
"minimalFolderIcons": true,
|
||||
"showMarkdownTabIcons": true,
|
||||
"showTitleIcons": true,
|
||||
"showTagPillIcons": false,
|
||||
"showMenuActions": true,
|
||||
"showSuggestionIcons": false,
|
||||
"showQuickSwitcherIcons": true,
|
||||
"showMoveFileIcons": true,
|
||||
"showItemName": "desktop",
|
||||
"biggerSearchResults": "mobile",
|
||||
"maxSearchResults": 50,
|
||||
"colorPicker1": "list",
|
||||
"colorPicker2": "rgb",
|
||||
"uncolorHover": false,
|
||||
"uncolorDrag": false,
|
||||
"uncolorSelect": false,
|
||||
"uncolorQuick": false,
|
||||
"maxBackups": 2,
|
||||
"dialogState": {
|
||||
"iconMode": true,
|
||||
"emojiMode": false,
|
||||
"rulePage": "file"
|
||||
},
|
||||
"appIcons": {},
|
||||
"tabIcons": {},
|
||||
"fileIcons": {},
|
||||
"bookmarkIcons": {},
|
||||
"tagIcons": {},
|
||||
"propertyIcons": {},
|
||||
"ribbonIcons": {},
|
||||
"fileRules": [],
|
||||
"folderRules": []
|
||||
}
|
||||
Vendored
+11
File diff suppressed because one or more lines are too long
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "iconic",
|
||||
"name": "Iconic",
|
||||
"version": "1.1.9",
|
||||
"minAppVersion": "1.11.0",
|
||||
"description": "Customize your icons and their colors directly from the UI, including tabs, files & folders, bookmarks, tags, properties, and ribbon commands.",
|
||||
"author": "Holo",
|
||||
"authorUrl": "https://github.com/gfxholo",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
Vendored
+705
@@ -0,0 +1,705 @@
|
||||
body {
|
||||
--ltr-icons: .lucide-check, .lucide-help-circle, .sidebar-left, .sidebar-right;
|
||||
}
|
||||
|
||||
.iconic-icon > .iconic-emoji {
|
||||
display: inline-flex;
|
||||
flex-wrap: wrap;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
overflow: clip;
|
||||
overflow-clip-margin: 5px;
|
||||
width: var(--icon-size);
|
||||
height: var(--icon-size);
|
||||
font-size: calc(var(--icon-size) * 0.9);
|
||||
}
|
||||
|
||||
/* RGB converter */
|
||||
.iconic-rgb-converter {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Window controls */
|
||||
.titlebar-button.iconic-icon {
|
||||
padding: 0 13px;
|
||||
}
|
||||
|
||||
/* Right sidebar toggle */
|
||||
.sidebar-toggle-button.mod-right .clickable-icon.iconic-icon:not(:has(.sidebar-toggle-button-icon)) {
|
||||
transform: unset;
|
||||
}
|
||||
|
||||
/* Tabs */
|
||||
.iconic-markdown-tab-icons .workspace .mod-root .workspace-tab-header[data-type="markdown"] .workspace-tab-header-inner-icon,
|
||||
.workspace .mod-root .workspace-tab-header[data-type="empty"] .workspace-tab-header-inner-icon {
|
||||
display: flex;
|
||||
}
|
||||
.workspace .mod-stacked .workspace-tab-header-inner-icon > .iconic-emoji {
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
.iconic-bigger-icons .mod-root .workspace-tab-header-inner-icon.iconic-icon > * {
|
||||
--icon-size: var(--icon-s);
|
||||
--icon-stroke: var(--icon-s-stroke-width);
|
||||
}
|
||||
.iconic-clickable-icons .mod-root .workspace-tab-header-inner-icon.iconic-icon:hover {
|
||||
cursor: var(--cursor-link);
|
||||
filter: contrast(200%);
|
||||
}
|
||||
|
||||
/* List items */
|
||||
.tree-item-self > .iconic-icon > .iconic-emoji {
|
||||
--icon-size: var(--icon-xs);
|
||||
}
|
||||
.tree-item-self > .tree-item-icon.collapse-icon.iconic-icon > .svg-icon {
|
||||
width: var(--icon-size);
|
||||
height: var(--icon-size);
|
||||
stroke-width: var(--icon-stroke);
|
||||
color: unset;
|
||||
transform: unset;
|
||||
}
|
||||
.mod-rtl .tree-item-self > .tree-item-icon.collapse-icon.iconic-icon > .svg-icon:not(var(--ltr-icons)) {
|
||||
transform: scale(-1, 1);
|
||||
}
|
||||
.tree-item-self > .iconic-sidekick {
|
||||
display: flex;
|
||||
align-self: center;
|
||||
width: var(--size-4-4);
|
||||
margin-inline-end: var(--size-4-1);
|
||||
opacity: var(--icon-opacity);
|
||||
--icon-size: var(--icon-xs);
|
||||
--icon-stroke: var(--icon-s-stroke-width);
|
||||
}
|
||||
.iconic-bigger-icons .tree-item-self > .iconic-icon > .svg-icon {
|
||||
--icon-size: var(--icon-s);
|
||||
--icon-stroke: var(--icon-s-stroke-width);
|
||||
}
|
||||
.iconic-bigger-icons .tree-item-self > .iconic-icon > .iconic-emoji {
|
||||
--icon-size: var(--icon-s);
|
||||
}
|
||||
.iconic-bigger-icons .iconic-item > .tree-item-self > .tree-item-inner {
|
||||
margin-inline-start: 1.5px;
|
||||
}
|
||||
.is-mobile .iconic-bigger-icons .tree-item.iconic-item > .tree-item-self > .tree-item-inner {
|
||||
margin-inline-start: 3px;
|
||||
}
|
||||
.iconic-clickable-icons .tree-item-self > .iconic-icon:hover {
|
||||
cursor: var(--cursor-link);
|
||||
filter: contrast(200%);
|
||||
}
|
||||
|
||||
/* Tags */
|
||||
a.tag {
|
||||
--icon-size: var(--icon-xs);
|
||||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
align-items: center;
|
||||
gap: var(--size-4-1);
|
||||
}
|
||||
.multi-select-pill > .iconic-icon {
|
||||
display: flex;
|
||||
margin-inline-start: var(--size-4-2);
|
||||
margin-inline-end: var(--size-4-1);
|
||||
}
|
||||
.multi-select-pill > .iconic-icon + .multi-select-pill-content {
|
||||
margin-inline-start: 0;
|
||||
}
|
||||
.cm-hashtag-begin > .iconic-icon {
|
||||
--icon-size: var(--icon-xs);
|
||||
display: inline-block;
|
||||
margin-inline-end: var(--size-4-1);
|
||||
transform: translateY(1.5px);
|
||||
}
|
||||
.iconic-clickable-icons .tag > .iconic-icon:hover,
|
||||
.iconic-clickable-icons .multi-select-pill > .iconic-icon:hover,
|
||||
.iconic-clickable-icons .cm-hashtag-begin > .iconic-icon:hover {
|
||||
cursor: var(--cursor-link);
|
||||
filter: contrast(200%);
|
||||
}
|
||||
|
||||
/* Editor title */
|
||||
.iconic-title-wrapper {
|
||||
display: none;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 0.3em;
|
||||
font-size: var(--inline-title-size); /* Allow gap size to scale naturally */
|
||||
}
|
||||
.show-inline-title .iconic-title-wrapper {
|
||||
display: flex;
|
||||
}
|
||||
.iconic-title-wrapper > .iconic-icon {
|
||||
--icon-size: 1.25em;
|
||||
margin-block-end: var(--inline-title-margin-bottom);
|
||||
line-height: 0;
|
||||
}
|
||||
.iconic-clickable-icons .iconic-title-wrapper > .iconic-icon:hover {
|
||||
cursor: var(--cursor-link);
|
||||
filter: contrast(200%);
|
||||
}
|
||||
.is-mobile .iconic-title-wrapper > .iconic-icon {
|
||||
padding-top: 0.25em;
|
||||
}
|
||||
.iconic-title-wrapper > .inline-title {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Editor properties */
|
||||
.iconic-clickable-icons .metadata-property-icon.iconic-icon:hover {
|
||||
cursor: var(--cursor-link);
|
||||
filter: contrast(200%);
|
||||
}
|
||||
|
||||
/* Ribbon */
|
||||
.side-dock-ribbon-action.iconic-icon > .iconic-emoji {
|
||||
--icon-size: var(--icon-l);
|
||||
}
|
||||
.mobile-option-setting-item-option-icon.iconic-icon {
|
||||
cursor: var(--cursor-link);
|
||||
}
|
||||
|
||||
/* Suggestions */
|
||||
.suggestion-item.mod-complex.iconic-item {
|
||||
padding: var(--size-2-3) var(--size-4-2) var(--size-2-3) var(--size-4-1);
|
||||
justify-content: normal;
|
||||
}
|
||||
|
||||
/* Suggestion dialogs */
|
||||
.iconic-prompt .iconic-icon {
|
||||
height: var(--icon-size);
|
||||
}
|
||||
.iconic-prompt > .prompt-input-container > .prompt-input {
|
||||
padding-inline-start: calc(var(--icon-size) + var(--size-4-8));
|
||||
}
|
||||
.iconic-prompt .suggestion-item {
|
||||
align-items: center;
|
||||
}
|
||||
.iconic-prompt .suggestion-content {
|
||||
padding-inline-start: calc(var(--icon-size) + var(--size-4-2));
|
||||
}
|
||||
.iconic-prompt .iconic-icon + .suggestion-content {
|
||||
padding-inline-start: var(--size-4-2);
|
||||
}
|
||||
|
||||
/* Another Quick Switcher */
|
||||
.iconic-another-quick-switcher .iconic-icon {
|
||||
height: var(--icon-size);
|
||||
}
|
||||
.iconic-another-quick-switcher .another-quick-switcher__item {
|
||||
flex-direction: row;
|
||||
padding-inline-start: var(--size-4-5);
|
||||
}
|
||||
.iconic-another-quick-switcher .another-quick-switcher__starred_item,
|
||||
.iconic-another-quick-switcher .another-quick-switcher__phantom_item {
|
||||
padding-inline-start: var(--size-4-3);
|
||||
}
|
||||
.iconic-another-quick-switcher .another-quick-switcher__item > .another-quick-switcher__item__entry {
|
||||
padding-inline-start: calc(var(--icon-size) + var(--size-4-2));
|
||||
}
|
||||
.iconic-another-quick-switcher .another-quick-switcher__item > .iconic-icon + .another-quick-switcher__item__entry {
|
||||
padding-inline-start: var(--size-4-2);
|
||||
}
|
||||
.iconic-another-quick-switcher .another-quick-switcher__starred_item > .another-quick-switcher__item__entry,
|
||||
.iconic-another-quick-switcher .another-quick-switcher__phantom_item > .another-quick-switcher__item__entry {
|
||||
padding-inline-start: calc(var(--icon-size) + var(--size-4-2));
|
||||
}
|
||||
.iconic-another-quick-switcher .another-quick-switcher__item::before {
|
||||
margin-left: -1rem;
|
||||
margin-right: var(--size-4-2);
|
||||
}
|
||||
|
||||
/* Icon picker */
|
||||
.is-mobile .mod-confirmation > .modal.iconic-icon-picker {
|
||||
background-color: var(--modal-background);
|
||||
}
|
||||
.iconic-icon-picker .callout + .setting-item {
|
||||
border-top: none;
|
||||
}
|
||||
.iconic-icon-picker .setting-item-control input[type="color"] {
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
.iconic-icon-picker .setting-item-control input[type="text"] {
|
||||
width: 100%;
|
||||
}
|
||||
.iconic-icon-picker .setting-item-control .search-input-container {
|
||||
width: 100%;
|
||||
}
|
||||
.iconic-icon-picker .extra-setting-button:focus-visible {
|
||||
box-shadow: none;
|
||||
opacity: var(--icon-opacity-hover);
|
||||
color: var(--icon-color-hover);
|
||||
background-color: var(--background-modifier-hover);
|
||||
}
|
||||
.theme-dark .iconic-icon-picker .iconic-mode-selected {
|
||||
color: var(--interactive-accent-hover);
|
||||
}
|
||||
.theme-light .iconic-icon-picker .iconic-mode-selected {
|
||||
color: var(--interactive-accent);
|
||||
}
|
||||
.is-mobile .iconic-button-row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: var(--size-4-3);
|
||||
}
|
||||
.is-phone .iconic-button-row > button {
|
||||
width: 100%;
|
||||
}
|
||||
.is-tablet .iconic-button-row > button:not(.mod-destructive) {
|
||||
margin-inline-start: auto;
|
||||
}
|
||||
|
||||
/* Search results container */
|
||||
.iconic-search-results {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
.iconic-search-results > .setting-item-info {
|
||||
display: none;
|
||||
}
|
||||
.iconic-search-results > .setting-item-control {
|
||||
justify-content: center;
|
||||
}
|
||||
.iconic-search-results:focus-visible {
|
||||
box-shadow: 0 0 0 2px var(--background-modifier-border-focus);
|
||||
}
|
||||
.is-phone .iconic-search-results {
|
||||
flex-direction: row !important;
|
||||
}
|
||||
.is-phone .iconic-search-results > .setting-item-control {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
/* Search result */
|
||||
.iconic-search-result > * {
|
||||
height: var(--icon-size);
|
||||
--icon-size: calc(var(--icon-l) * 1.25);
|
||||
--icon-stroke: calc(var(--icon-l-stroke-width) * 6/7);
|
||||
}
|
||||
.iconic-bigger-search-results .iconic-search-result > * {
|
||||
--icon-size: var(--icon-xl);
|
||||
--icon-stroke: var(--icon-xl-stroke-width);
|
||||
}
|
||||
.is-mobile .iconic-search-result > * {
|
||||
--icon-size: var(--icon-l);
|
||||
--icon-stroke: var(--icon-l-stroke-width);
|
||||
}
|
||||
.is-mobile.iconic-bigger-search-results .iconic-search-result > * {
|
||||
--icon-size: var(--icon-xl);
|
||||
--icon-stroke: var(--icon-l-stroke-width);
|
||||
}
|
||||
|
||||
/* Rule picker */
|
||||
.is-mobile .mod-confirmation > .modal.iconic-rule-picker {
|
||||
background-color: var(--modal-background);
|
||||
}
|
||||
.iconic-rule-picker > .modal-content,
|
||||
.iconic-rule-editor > .modal-content {
|
||||
overflow: visible;
|
||||
}
|
||||
.iconic-scroller {
|
||||
overflow-y: auto;
|
||||
border-block: 1px solid var(--background-modifier-border);
|
||||
}
|
||||
.modal-container > .modal > .iconic-scroller > .setting-item:first-child,
|
||||
.modal-container > .modal > .iconic-scroller > .setting-item:last-child {
|
||||
padding-block: var(--size-4-4);
|
||||
}
|
||||
.iconic-rule,
|
||||
.iconic-condition {
|
||||
column-gap: var(--size-4-2);
|
||||
transition: background-color 0.25s ease, border-top-color 0.25s ease, border-radius 0.25s ease, box-shadow 0.25s ease;
|
||||
}
|
||||
.is-phone .iconic-rule,
|
||||
.is-phone .iconic-condition {
|
||||
flex-direction: row !important;
|
||||
align-items: center !important;
|
||||
padding: var(--size-4-4) !important;
|
||||
}
|
||||
.is-phone .iconic-rule > .setting-item-control,
|
||||
.is-phone .iconic-condition > .setting-item-control {
|
||||
width: auto !important;
|
||||
}
|
||||
.iconic-rule > *:first-child,
|
||||
.iconic-condition > *:first-child {
|
||||
margin-inline-end: 0;
|
||||
}
|
||||
.setting-item.iconic-rule {
|
||||
padding-inline-end: var(--size-4-2);
|
||||
}
|
||||
.iconic-rule > .clickable-icon {
|
||||
padding: var(--size-2-2);
|
||||
}
|
||||
.iconic-rule-picker .iconic-scroller .iconic-rule.has-active-menu {
|
||||
background-color: var(--background-modifier-hover);
|
||||
border-top-color: transparent;
|
||||
border-radius: var(--radius-s);
|
||||
box-shadow: 0 0 0 2px var(--background-modifier-border-focus);
|
||||
transition: none;
|
||||
}
|
||||
.iconic-rule-picker .iconic-scroller .iconic-rule.has-active-menu + .setting-item {
|
||||
border-top-color: transparent;
|
||||
border-top-left-radius: var(--radius-s);
|
||||
border-top-right-radius: var(--radius-s);
|
||||
}
|
||||
.iconic-rule > .setting-item-info > .setting-item-name {
|
||||
width: fit-content;
|
||||
min-width: var(--size-4-4);
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
.iconic-rule > .setting-item-info > .setting-item-name:hover,
|
||||
.iconic-rule > .setting-item-info > .setting-item-name[contenteditable="true"] {
|
||||
border: var(--input-border-width) solid var(--background-modifier-border);
|
||||
border-radius: var(--input-radius);
|
||||
margin: calc(-1 * var(--size-4-1) - var(--input-border-width)) calc(-1 * var(--size-4-2) - var(--input-border-width));
|
||||
padding: var(--size-4-1) var(--size-4-2);
|
||||
background: var(--background-modifier-form-field);
|
||||
color: var(--text-normal);
|
||||
}
|
||||
.iconic-grip {
|
||||
color: var(--text-faint);
|
||||
}
|
||||
.iconic-grip:hover {
|
||||
background-color: transparent;
|
||||
cursor: grab;
|
||||
}
|
||||
.iconic-grip:active {
|
||||
background-color: transparent;
|
||||
cursor: grabbing;
|
||||
}
|
||||
.iconic-add {
|
||||
transition: border-top-color 0.25s ease;
|
||||
}
|
||||
.iconic-add > .setting-item-control {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.iconic-rule-dragger,
|
||||
.iconic-condition-dragger {
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
.iconic-rule-dragger .iconic-rule,
|
||||
.iconic-condition-dragger .iconic-condition {
|
||||
padding: var(--size-4-4) 0;
|
||||
margin-bottom: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
.is-phone .iconic-rule-dragger .iconic-rule,
|
||||
.is-phone .iconic-condition-dragger .iconic-condition {
|
||||
gap: var(--size-4-4);
|
||||
}
|
||||
.iconic-rule-dragger .checkbox-container,
|
||||
.iconic-condition-dragger .checkbox-container {
|
||||
width: var(--toggle-width);
|
||||
height: calc(var(--toggle-thumb-height) + var(--toggle-border-width) * 2);
|
||||
}
|
||||
.iconic-rule-dragger .checkbox-container:after,
|
||||
.iconic-condition-dragger .checkbox-container:after {
|
||||
width: var(--toggle-thumb-width);
|
||||
height: var(--toggle-thumb-height);
|
||||
margin: var(--toggle-border-width) 0 0 0;
|
||||
transform: translate3d(calc(var(--toggle-width) - var(--toggle-thumb-width) - var(--toggle-border-width)), 0, 0);
|
||||
}
|
||||
.mod-rtl .iconic-rule-dragger,
|
||||
.mod-rtl .iconic-condition-dragger {
|
||||
direction: rtl;
|
||||
}
|
||||
.iconic-rule.drag-ghost-hidden,
|
||||
.iconic-condition.drag-ghost-hidden {
|
||||
border-top-color: transparent;
|
||||
}
|
||||
.iconic-rule-picker .iconic-rule.drag-ghost-hidden + .setting-item,
|
||||
.iconic-rule-editor .iconic-condition.drag-ghost-hidden + .setting-item {
|
||||
border-top-color: transparent;
|
||||
}
|
||||
|
||||
/* Rule editor */
|
||||
.is-mobile .mod-confirmation > .modal.iconic-rule-editor {
|
||||
background-color: var(--modal-background);
|
||||
}
|
||||
.iconic-rule-editor .setting-item:first-child input[type="text"] {
|
||||
width: 100%;
|
||||
}
|
||||
.setting-item-control > .iconic-button-selected {
|
||||
color: var(--text-on-accent);
|
||||
background-color: var(--interactive-accent);
|
||||
}
|
||||
.iconic-condition input[type="time"] {
|
||||
border: var(--input-border-width) solid var(--background-modifier-border);
|
||||
border-radius: var(--input-radius);
|
||||
padding: var(--size-4-1) var(--size-4-2);
|
||||
background: var(--background-modifier-form-field);
|
||||
color: var(--text-normal);
|
||||
font-size: var(--font-ui-small);
|
||||
font-family: inherit;
|
||||
}
|
||||
.iconic-condition > .setting-item-control > select.dropdown {
|
||||
width: 0;
|
||||
flex: 1 1 fit-content;
|
||||
height: var(--input-height);
|
||||
}
|
||||
.iconic-condition > .setting-item-control > input {
|
||||
width: 0;
|
||||
flex: 1 1 fit-content;
|
||||
}
|
||||
.iconic-condition .iconic-control-column > input {
|
||||
height: var(--input-height);
|
||||
}
|
||||
.iconic-condition .iconic-control-column {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--size-4-2);
|
||||
width: 100%;
|
||||
}
|
||||
.iconic-condition .iconic-dropdown-row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: var(--size-4-2);
|
||||
width: 100%;
|
||||
}
|
||||
.is-phone .iconic-condition input {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Rule checker */
|
||||
.is-mobile .mod-confirmation > .modal.iconic-rule-checker {
|
||||
background-color: var(--modal-background);
|
||||
}
|
||||
.iconic-rule-checker > .modal-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: auto;
|
||||
}
|
||||
.iconic-paths {
|
||||
padding-top: 0.75em;
|
||||
border-top: 1px solid var(--background-modifier-border);
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
.iconic-path {
|
||||
display: flex;
|
||||
gap: var(--size-4-2);
|
||||
padding: var(--size-4-1);
|
||||
white-space: nowrap;
|
||||
}
|
||||
.iconic-path .iconic-emoji {
|
||||
height: var(--icon-size);
|
||||
width: var(--icon-size);
|
||||
align-content: center;
|
||||
}
|
||||
.iconic-path-inner {
|
||||
flex-grow: 1;
|
||||
align-content: center;
|
||||
}
|
||||
.iconic-highlight-tree .iconic-path-tree,
|
||||
.iconic-highlight-name .iconic-path-name,
|
||||
.iconic-highlight-extension .iconic-path-extension {
|
||||
color: var(--text-accent);
|
||||
}
|
||||
|
||||
/* Delete checker */
|
||||
.iconic-delete-checker > .modal-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: auto;
|
||||
}
|
||||
.iconic-placeholder {
|
||||
color: var(--text-faint);
|
||||
}
|
||||
.iconic-placeholder > .extra-setting-button {
|
||||
color: var(--text-faint);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* Indicators */
|
||||
.iconic-indicator {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* Invisibility */
|
||||
.iconic-invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
.is-phone .iconic-reset-color.iconic-invisible {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Colorless settings */
|
||||
.iconic-uncolor-hover .workspace-tab-header:hover .iconic-icon > .svg-icon,
|
||||
.iconic-uncolor-hover .tree-item-self:hover > .tree-item-icon.iconic-icon > .svg-icon,
|
||||
.iconic-uncolor-hover .side-dock-ribbon-action.iconic-icon:hover > .svg-icon,
|
||||
.iconic-uncolor-hover .iconic-search-result:hover > .svg-icon {
|
||||
color: currentColor !important;
|
||||
}
|
||||
.iconic-uncolor-drag > .drag-ghost .svg-icon {
|
||||
color: currentColor !important;
|
||||
}
|
||||
.iconic-uncolor-select .workspace-tab-header.is-active .iconic-icon > .svg-icon,
|
||||
.iconic-uncolor-select .tree-item-self.is-active > .tree-item-icon.iconic-icon > .svg-icon {
|
||||
color: currentColor !important;
|
||||
}
|
||||
|
||||
/* Theme: Blue Topaz */
|
||||
body[data-theme="Blue Topaz"] .workspace-leaf-content[data-type="file-explorer"] .tree-item-icon:not(.collapse-icon) {
|
||||
margin-inline-start: 0;
|
||||
}
|
||||
body[data-theme="Blue Topaz"] .workspace-leaf-content[data-type="file-explorer"] .nav-file-title-content {
|
||||
margin-inline-start: var(--size-4-5);
|
||||
}
|
||||
body[data-theme="Blue Topaz"] .workspace-leaf-content[data-type="file-explorer"] .nav-file-title .nav-file-title-content:not(.mk-tree-text)::before {
|
||||
display: none;
|
||||
}
|
||||
body[data-theme="Blue Topaz"] .workspace-leaf-content[data-type="file-explorer"] .nav-folder-title:has(.collapse-icon.iconic-icon) > .collapse-icon::before {
|
||||
display: none;
|
||||
}
|
||||
body[data-theme="Blue Topaz"] .workspace-leaf-content[data-type="file-explorer"] .nav-folder-title:has(.collapse-icon.iconic-icon) > .collapse-icon > svg {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* Theme: Catppuccin */
|
||||
body[data-theme="Catppuccin"] .workspace-leaf-content[data-type="file-explorer"] .nav-folder-title-content::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Theme: Cyber Glow */
|
||||
body[data-theme="Cyber Glow"] .workspace-leaf-content[data-type="file-explorer"] .tree-item-self > .tree-item-inner::before {
|
||||
display: none;
|
||||
}
|
||||
body[data-theme="Cyber Glow"] .workspace-leaf-content[data-type="file-explorer"] .tree-item-icon.collapse-icon.nav-folder-collapse-indicator {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* Theme: Discordian */
|
||||
body[data-theme="Discordian"] .workspace-leaf-content[data-type="file-explorer"] .nav-file-title > .tree-item-icon {
|
||||
margin-inline-start: 0;
|
||||
}
|
||||
body[data-theme="Discordian"] .workspace-leaf-content[data-type="file-explorer"] .nav-file-title-content {
|
||||
margin-inline-start: var(--size-4-5);
|
||||
}
|
||||
|
||||
/* Theme: ITS Theme */
|
||||
body[data-theme="ITS Theme"] .tree-item-self > .tree-item-icon {
|
||||
margin-right: 6px;
|
||||
}
|
||||
body[data-theme="ITS Theme"] .workspace-leaf-content[data-type="file-explorer"] .tree-item-icon {
|
||||
position: absolute;
|
||||
}
|
||||
body[data-theme="ITS Theme"] .workspace-leaf-content[data-type="file-explorer"] .nav-file-title-content {
|
||||
margin-inline-start: var(--size-4-5);
|
||||
}
|
||||
body[data-theme="ITS Theme"] .workspace-leaf-content[data-type="file-explorer"] .nav-file-title-content::before,
|
||||
body[data-theme="ITS Theme"] .workspace-leaf-content[data-type="file-explorer"] .nav-folder-title-content::before {
|
||||
display: none;
|
||||
}
|
||||
body[data-theme="ITS Theme"] .workspace-leaf-content[data-type="file-explorer"] .nav-folder-collapse-indicator {
|
||||
display: flex;
|
||||
}
|
||||
body[data-theme="ITS Theme"] .workspace-leaf-content[data-type="file-explorer"] .nav-folder-title:not(:has(.iconic-sidekick)) > .nav-folder-title-content {
|
||||
margin-inline-start: var(--size-4-5);
|
||||
}
|
||||
body[data-theme="ITS Theme"] .workspace-leaf-content[data-type="file-explorer"] .iconic-sidekick {
|
||||
margin-inline-start: var(--size-4-5);
|
||||
}
|
||||
|
||||
/* Theme: LYT Mode */
|
||||
body[data-theme="LYT Mode"] .workspace-leaf-content:is([data-type="file-explorer"], [data-type="bookmarks"]) .tree-item-inner {
|
||||
padding-inline-start: var(--size-4-2);
|
||||
}
|
||||
body[data-theme="LYT Mode"] .workspace-leaf-content:is([data-type="file-explorer"], [data-type="bookmarks"]) .iconic-sidekick {
|
||||
margin-inline-start: var(--size-4-2);
|
||||
margin-inline-end: 0;
|
||||
}
|
||||
body[data-theme="LYT Mode"] .workspace-leaf-content:is([data-type="file-explorer"], [data-type="bookmarks"]) .tree-item-icon:not(.collapse-icon) {
|
||||
margin-inline-start: calc(-0.5 * var(--size-4-5));
|
||||
}
|
||||
body[data-theme="LYT Mode"] .workspace-leaf-content:is([data-type="file-explorer"], [data-type="bookmarks"]) .mod-collapsible:not(:has(.iconic-sidekick)) > .tree-item-inner {
|
||||
padding-inline-start: var(--size-4-2);
|
||||
margin-inline-start: var(--size-4-2);
|
||||
}
|
||||
body[data-theme="LYT Mode"] .workspace-leaf-content:is([data-type="file-explorer"], [data-type="bookmarks"]) :not(.mod-collapsible) > .tree-item-inner {
|
||||
margin-inline-start: var(--size-4-2);
|
||||
}
|
||||
body[data-theme="LYT Mode"] .workspace-leaf-content > :is(.nav-files-container, .view-content).node-insert-event {
|
||||
padding: var(--size-4-1) var(--size-4-3) var(--size-4-6) var(--size-4-3);
|
||||
}
|
||||
|
||||
/* Theme: Mado Miniflow */
|
||||
body[data-theme="Mado Miniflow"] .workspace-leaf-content:is([data-type="file-explorer"], [data-type="bookmarks"]) .tree-item:not(.mod-collapsible) {
|
||||
margin-inline-start: var(--size-4-2);
|
||||
}
|
||||
body[data-theme="Mado Miniflow"] .workspace-leaf-content[data-type="file-explorer"] .nav-folder-title > .collapse-icon {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* Theme: Minimal */
|
||||
body[data-theme="Minimal"] .markdown-source-view.is-readable-line-width .iconic-title-wrapper {
|
||||
margin-inline-start: var(--content-margin-start);
|
||||
}
|
||||
body[data-theme="Minimal"]:not(.is-mobile) .iconic-title-wrapper > .iconic-icon {
|
||||
padding-top: 16px;
|
||||
}
|
||||
|
||||
/* Theme: Minimal Edge */
|
||||
body[data-theme="Minimal Edge"] .tree-item-self .tree-item-icon {
|
||||
display: unset;
|
||||
}
|
||||
|
||||
/* Theme: Primary */
|
||||
body[data-theme="Primary"] .modal-container:has(+ .modal-container) {
|
||||
backdrop-filter: unset;
|
||||
}
|
||||
body[data-theme="Primary"] .modal-container:has(+ .modal-container) > .modal-bg {
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
/* Theme: Sanctum */
|
||||
body[data-theme="Sanctum"] .workspace-leaf-content[data-type="file-explorer"] .nav-folder-title:has(.iconic-sidekick) > .nav-folder-title-content::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Theme: Shiba Inu */
|
||||
body[data-theme="Shiba Inu"].theme-light:not(.default-light-theme, .lily-light, .ivory-light, .sky-light, .stone-light) {
|
||||
--color-red: rgb(240, 68, 114);
|
||||
--color-orange: rgb(249, 102, 50);
|
||||
--color-yellow: rgb(228, 147, 32);
|
||||
--color-green: rgb(64, 155, 40);
|
||||
--color-cyan: rgb(23, 146, 153);
|
||||
--color-blue: rgb(71, 143, 238);
|
||||
--color-purple: rgb(176, 110, 201);
|
||||
--color-pink: rgb(215, 125, 146);
|
||||
}
|
||||
body[data-theme="Shiba Inu"].theme-dark:not(.default-dark-theme, .Lilac-dark, .pure-dark, .warm-dark) {
|
||||
--color-red: rgb(255, 98, 107);
|
||||
--color-orange: rgb(247, 157, 124);
|
||||
--color-yellow: rgb(249, 226, 175);
|
||||
--color-green: rgb(56, 198, 141);
|
||||
--color-cyan: rgb(104, 188, 204);
|
||||
--color-blue: rgb(147, 183, 245);
|
||||
--color-purple: rgb(196, 167, 231);
|
||||
--color-pink: rgb(243, 137, 143);
|
||||
}
|
||||
body[data-theme="Shiba Inu"] .workspace-leaf-content[data-type="file-explorer"] .nav-file-title-content::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Theme: Sodalite */
|
||||
body[data-theme="Sodalite"] .workspace-leaf-content[data-type="file-explorer"] .nav-files-container {
|
||||
padding-inline-start: var(--size-4-3);
|
||||
padding-inline-end: var(--size-4-3);
|
||||
}
|
||||
body[data-theme="Sodalite"] .workspace-leaf-content[data-type="file-explorer"] .tree-item-inner::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Theme: Spectrum */
|
||||
body[data-theme="Spectrum"] .workspace-leaf-content[data-type="file-explorer"] .nav-folder-title > .nav-folder-title-content::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Theme: Terminal */
|
||||
body[data-theme="Terminal"] .workspace-leaf-content:is([data-type="file-explorer"], [data-type="bookmarks"]) .collapse-icon.iconic-icon::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Theme: Ukiyo */
|
||||
body[data-theme="Ukiyo"] .workspace-leaf > .workspace-leaf-content[data-type="file-explorer"] > .nav-files-container.node-insert-event {
|
||||
padding: var(--size-4-1) var(--size-4-3) var(--size-4-6) var(--size-4-3);
|
||||
}
|
||||
Reference in New Issue
Block a user