vault backup: 2022-11-25 13:18:18
This commit is contained in:
5
.obsidian/command-palette.json
vendored
Normal file
5
.obsidian/command-palette.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"pinned": [
|
||||
"obsidian-excalidraw-plugin:excalidraw-autocreate-and-embed-popout"
|
||||
]
|
||||
}
|
||||
1
.obsidian/community-plugins.json
vendored
1
.obsidian/community-plugins.json
vendored
@@ -16,6 +16,5 @@
|
||||
"emoji-shortcodes",
|
||||
"obsidian-excalidraw-plugin",
|
||||
"highlightr-plugin",
|
||||
"obsidian-livesync",
|
||||
"obsidian-git"
|
||||
]
|
||||
2
.obsidian/graph.json
vendored
2
.obsidian/graph.json
vendored
@@ -17,6 +17,6 @@
|
||||
"repelStrength": 10,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 250,
|
||||
"scale": 1,
|
||||
"scale": 0.6826227075497485,
|
||||
"close": true
|
||||
}
|
||||
@@ -10765,6 +10765,7 @@ SIK
|
||||
ScE
|
||||
SCb
|
||||
Sti
|
||||
Superpozycji
|
||||
Rect
|
||||
Re
|
||||
Resources
|
||||
@@ -21564,6 +21565,7 @@ uzK
|
||||
uez
|
||||
upa
|
||||
ubc
|
||||
układów
|
||||
Mh
|
||||
MediaBox
|
||||
MI
|
||||
|
||||
@@ -75,8 +75,10 @@
|
||||
"mdCSS": "",
|
||||
"scriptEngineSettings": {},
|
||||
"defaultTrayMode": false,
|
||||
"previousRelease": "1.7.29",
|
||||
"previousRelease": "1.8.0",
|
||||
"showReleaseNotes": true,
|
||||
"showNewVersionNotification": true,
|
||||
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js"
|
||||
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js",
|
||||
"taskboneEnabled": false,
|
||||
"taskboneAPIkey": ""
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-excalidraw-plugin",
|
||||
"name": "Excalidraw",
|
||||
"version": "1.7.29",
|
||||
"version": "1.8.0",
|
||||
"minAppVersion": "0.15.6",
|
||||
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
||||
"author": "Zsolt Viczian",
|
||||
|
||||
@@ -268,7 +268,7 @@ textarea.excalidraw-wysiwyg {
|
||||
}
|
||||
|
||||
.excalidraw .ToolIcon__keybinding {
|
||||
font-size: 0.5rem;
|
||||
font-size: 0.45rem !important;
|
||||
}
|
||||
|
||||
.Island > .Stack > .Stack {
|
||||
@@ -284,4 +284,8 @@ label.color-input-container > input {
|
||||
top: 10px !important;
|
||||
right: 10px !important;
|
||||
bottom: 10px !important;
|
||||
}
|
||||
|
||||
.excalidraw-hidden {
|
||||
display: none !important;
|
||||
}
|
||||
6
.obsidian/plugins/obsidian-git/data.json
vendored
6
.obsidian/plugins/obsidian-git/data.json
vendored
@@ -5,10 +5,10 @@
|
||||
"autoSaveInterval": 5,
|
||||
"autoPushInterval": 0,
|
||||
"autoPullInterval": 60,
|
||||
"autoPullOnBoot": false,
|
||||
"autoPullOnBoot": true,
|
||||
"disablePush": false,
|
||||
"pullBeforePush": true,
|
||||
"disablePopups": false,
|
||||
"disablePopups": true,
|
||||
"listChangedFilesInMessageBody": false,
|
||||
"showStatusBar": true,
|
||||
"updateSubmodules": false,
|
||||
@@ -19,7 +19,7 @@
|
||||
"refreshSourceControl": true,
|
||||
"basePath": "",
|
||||
"differentIntervalCommitAndPush": false,
|
||||
"changedFilesInStatusBar": false,
|
||||
"changedFilesInStatusBar": true,
|
||||
"showedMobileNotice": true,
|
||||
"refreshSourceControlTimer": 7000,
|
||||
"showBranchStatusBar": true
|
||||
|
||||
7
.obsidian/plugins/obsidian-linter/data.json
vendored
7
.obsidian/plugins/obsidian-linter/data.json
vendored
@@ -159,9 +159,6 @@
|
||||
"Space after list markers": {
|
||||
"There should be a single space after list markers and checkboxes.": false
|
||||
},
|
||||
"Space between Chinese and English or numbers": {
|
||||
"Ensures that Chinese and English or numbers are separated by a single space. Follows these [guidelines](https://github.com/sparanoid/chinese-copywriting-guidelines)": false
|
||||
},
|
||||
"Trailing spaces": {
|
||||
"Removes extra spaces after every line.": false,
|
||||
"Two Space Linebreak": false
|
||||
@@ -199,6 +196,9 @@
|
||||
},
|
||||
"Remove Multiple Blank Lines on Paste": {
|
||||
"Condenses multiple blank lines down into one blank line for the text to paste": false
|
||||
},
|
||||
"Space between Chinese Japanese or Korean and English or numbers": {
|
||||
"Ensures that Chinese, Japanese, or Korean and English or numbers are separated by a single space. Follows these [guidelines](https://github.com/sparanoid/chinese-copywriting-guidelines)": false
|
||||
}
|
||||
},
|
||||
"lintOnSave": false,
|
||||
@@ -207,6 +207,7 @@
|
||||
"linterLocale": "system-default",
|
||||
"logLevel": 4,
|
||||
"lintCommands": [],
|
||||
"customRegexes": [],
|
||||
"commonStyles": {
|
||||
"aliasArrayStyle": "single-line",
|
||||
"tagArrayStyle": "single-line",
|
||||
|
||||
324
.obsidian/plugins/obsidian-linter/main.js
vendored
324
.obsidian/plugins/obsidian-linter/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-linter",
|
||||
"name": "Linter",
|
||||
"version": "1.7.1",
|
||||
"version": "1.8.0",
|
||||
"minAppVersion": "0.15.6",
|
||||
"description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
|
||||
"author": "Victor Tao",
|
||||
|
||||
7
.obsidian/plugins/obsidian-linter/styles.css
vendored
7
.obsidian/plugins/obsidian-linter/styles.css
vendored
@@ -128,17 +128,16 @@
|
||||
/** Hide linter element css
|
||||
* Based on https://zellwk.com/blog/hide-content-accessibly/
|
||||
*/
|
||||
|
||||
.linter-navigation-item:not(.linter-navigation-item-selected) > span:nth-child(2),
|
||||
.linter-visually-hidden {
|
||||
border: 0;
|
||||
clip: rect(0 0 0 0);
|
||||
clip-path: rect(0 0 0 0);
|
||||
height: auto; /* new - was 1px */
|
||||
margin: 0; /* new - was -1px */
|
||||
height: auto;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
white-space: nowrap; /* 1 */
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
56
.obsidian/plugins/obsidian-livesync/data.json
vendored
56
.obsidian/plugins/obsidian-livesync/data.json
vendored
@@ -1,56 +0,0 @@
|
||||
{
|
||||
"couchDB_URI": "http://couchdb.patalong.pl:44404",
|
||||
"couchDB_USER": "peter",
|
||||
"couchDB_PASSWORD": "ZAQ!2wsx",
|
||||
"couchDB_DBNAME": "polsl-obsidian-teleinf",
|
||||
"liveSync": false,
|
||||
"syncOnSave": false,
|
||||
"syncOnStart": false,
|
||||
"savingDelay": 200,
|
||||
"lessInformationInLog": false,
|
||||
"gcDelay": 0,
|
||||
"versionUpFlash": "",
|
||||
"minimumChunkSize": 20,
|
||||
"longLineThreshold": 250,
|
||||
"showVerboseLog": false,
|
||||
"suspendFileWatching": false,
|
||||
"trashInsteadDelete": true,
|
||||
"periodicReplication": true,
|
||||
"periodicReplicationInterval": 30,
|
||||
"syncOnFileOpen": false,
|
||||
"encrypt": false,
|
||||
"passphrase": "",
|
||||
"workingEncrypt": false,
|
||||
"workingPassphrase": "",
|
||||
"doNotDeleteFolder": false,
|
||||
"resolveConflictsByNewerFile": false,
|
||||
"batchSave": false,
|
||||
"deviceAndVaultName": "",
|
||||
"usePluginSettings": false,
|
||||
"showOwnPlugins": false,
|
||||
"showStatusOnEditor": true,
|
||||
"usePluginSync": true,
|
||||
"autoSweepPlugins": false,
|
||||
"autoSweepPluginsPeriodic": false,
|
||||
"notifyPluginOrSettingUpdated": false,
|
||||
"checkIntegrityOnSave": false,
|
||||
"batch_size": 250,
|
||||
"batches_limit": 40,
|
||||
"useHistory": true,
|
||||
"disableRequestURI": true,
|
||||
"skipOlderFilesOnSync": true,
|
||||
"checkConflictOnlyOnOpen": true,
|
||||
"syncInternalFiles": false,
|
||||
"syncInternalFilesBeforeReplication": false,
|
||||
"syncInternalFilesIgnorePatterns": "\\/node_modules\\/, \\/\\.git\\/, \\/obsidian-livesync\\/",
|
||||
"syncInternalFilesInterval": 60,
|
||||
"additionalSuffixOfDatabaseName": "",
|
||||
"ignoreVersionCheck": false,
|
||||
"lastReadUpdates": 16,
|
||||
"deleteMetadataOfDeletedFiles": false,
|
||||
"syncIgnoreRegEx": "",
|
||||
"syncOnlyRegEx": "",
|
||||
"customChunkSize": 0,
|
||||
"readChunksOnline": true,
|
||||
"watchInternalFileChanges": true
|
||||
}
|
||||
15398
.obsidian/plugins/obsidian-livesync/main.js
vendored
15398
.obsidian/plugins/obsidian-livesync/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"id": "obsidian-livesync",
|
||||
"name": "Self-hosted LiveSync",
|
||||
"version": "0.16.6",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "Community implementation of self-hosted livesync. Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.",
|
||||
"author": "vorotamoroz",
|
||||
"authorUrl": "https://github.com/vrtmrz",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
252
.obsidian/plugins/obsidian-livesync/styles.css
vendored
252
.obsidian/plugins/obsidian-livesync/styles.css
vendored
@@ -1,252 +0,0 @@
|
||||
.added {
|
||||
color: var(--text-on-accent);
|
||||
background-color: var(--text-accent);
|
||||
}
|
||||
|
||||
.normal {
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
.deleted {
|
||||
color: var(--text-on-accent);
|
||||
background-color: var(--text-muted);
|
||||
}
|
||||
|
||||
.op-scrollable {
|
||||
overflow-y: scroll;
|
||||
/* min-height: 280px; */
|
||||
max-height: 280px;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.op-pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.op-warn {
|
||||
border: 1px solid salmon;
|
||||
padding: 2px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.op-warn::before {
|
||||
content: "Warning";
|
||||
font-weight: bold;
|
||||
color: salmon;
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.op-warn-info {
|
||||
border: 1px solid rgb(255, 209, 81);
|
||||
padding: 2px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.op-warn-info::before {
|
||||
content: "Notice";
|
||||
font-weight: bold;
|
||||
color: rgb(255, 209, 81);
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.syncstatusbar {
|
||||
-webkit-filter: grayscale(100%);
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
|
||||
.tcenter {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.sls-plugins-wrap {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
max-height: 50vh;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.sls-plugins-tbl {
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
width: 100%;
|
||||
max-height: 80%;
|
||||
}
|
||||
|
||||
.divider th {
|
||||
border-top: 1px solid var(--background-modifier-border);
|
||||
}
|
||||
|
||||
/* .sls-table-head{
|
||||
width:50%;
|
||||
}
|
||||
.sls-table-tail{
|
||||
width:50%;
|
||||
|
||||
} */
|
||||
|
||||
.sls-btn-left {
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
.sls-btn-right {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
.sls-header-button {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
.sls-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:root {
|
||||
--slsmessage: "";
|
||||
}
|
||||
|
||||
.CodeMirror-wrap::before,
|
||||
.cm-s-obsidian>.cm-editor::before {
|
||||
content: var(--slsmessage);
|
||||
text-align: right;
|
||||
white-space: pre-wrap;
|
||||
position: absolute;
|
||||
border-radius: 4px;
|
||||
/* border:1px solid --background-modifier-border; */
|
||||
display: inline-block;
|
||||
top: 8px;
|
||||
color: --text-normal;
|
||||
opacity: 0.5;
|
||||
font-size: 80%;
|
||||
-webkit-filter: grayscale(100%);
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
|
||||
.CodeMirror-wrap::before {
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
.cm-s-obsidian>.cm-editor::before {
|
||||
right: 16px;
|
||||
}
|
||||
|
||||
.sls-setting-tab {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.sls-setting-menu-btn {
|
||||
color: var(--text-normal);
|
||||
background-color: var(--background-secondary-alt);
|
||||
border-radius: 4px 4px 0 0;
|
||||
padding: 6px 10px;
|
||||
cursor: pointer;
|
||||
margin-right: 12px;
|
||||
font-family: "Inter", sans-serif;
|
||||
outline: none;
|
||||
user-select: none;
|
||||
flex-grow: 1;
|
||||
text-align: center;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.sls-setting-label.selected {
|
||||
/* order: 1; */
|
||||
flex-grow: 1;
|
||||
/* width: 100%; */
|
||||
}
|
||||
|
||||
.sls-setting-tab:hover~div.sls-setting-menu-btn,
|
||||
.sls-setting-label.selected .sls-setting-tab:checked~div.sls-setting-menu-btn {
|
||||
background-color: var(--interactive-accent);
|
||||
color: var(--text-on-accent);
|
||||
}
|
||||
|
||||
.sls-setting-menu {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
/* flex-wrap: wrap; */
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.sls-setting-label {
|
||||
flex-grow: 1;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.setting-collapsed {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sls-plugins-tbl-buttons {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.sls-plugins-tbl-buttons button {
|
||||
flex-grow: 0;
|
||||
padding: 6px 10px;
|
||||
}
|
||||
|
||||
.sls-plugins-tbl-device-head {
|
||||
background-color: var(--background-secondary-alt);
|
||||
color: var(--text-accent);
|
||||
}
|
||||
|
||||
.op-flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.op-flex input {
|
||||
display: inline-flex;
|
||||
flex-grow: 1;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.op-info {
|
||||
display: inline-flex;
|
||||
flex-grow: 1;
|
||||
border-bottom: 1px solid var(--background-modifier-border);
|
||||
width: 100%;
|
||||
margin-bottom: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.history-added {
|
||||
color: var(--text-on-accent);
|
||||
background-color: var(--text-accent);
|
||||
}
|
||||
|
||||
.history-normal {
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
.history-deleted {
|
||||
color: var(--text-on-accent);
|
||||
background-color: var(--text-muted);
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.ob-btn-config-fix label {
|
||||
margin-right: 40px;
|
||||
}
|
||||
|
||||
.ob-btn-config-info {
|
||||
border: 1px solid salmon;
|
||||
padding: 2px;
|
||||
margin: 1px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.ob-btn-config-head {
|
||||
padding: 2px;
|
||||
margin: 1px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.isWizard .wizardHidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sls-setting:not(.isWizard) .wizardOnly {
|
||||
display: none;
|
||||
}
|
||||
2
.obsidian/themes/Catppuccin/manifest.json
vendored
2
.obsidian/themes/Catppuccin/manifest.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Catppuccin",
|
||||
"version": "0.2.13",
|
||||
"version": "0.2.14",
|
||||
"minAppVersion": "1.0.0",
|
||||
"author": "Marshall Beckrich",
|
||||
"authorUrl": "https://github.com/catppuccin/obsidian"
|
||||
|
||||
106
.obsidian/themes/Catppuccin/theme.css
vendored
106
.obsidian/themes/Catppuccin/theme.css
vendored
@@ -1517,6 +1517,12 @@ del,
|
||||
--blockquote-color: rgb(var(--ctp-blockquote, var(--ctp-rosewater)));
|
||||
}
|
||||
|
||||
.cm-em.cm-strong,
|
||||
strong > em,
|
||||
em > strsong {
|
||||
color: rgb(var(--ctp-teal));
|
||||
}
|
||||
|
||||
h1,
|
||||
.markdown-rendered h1,
|
||||
.HyperMD-header-1,
|
||||
@@ -1755,7 +1761,7 @@ body {
|
||||
.clickable-icon:hover,
|
||||
.mod-left-split .workspace-tab-header:hover,
|
||||
.mod-right-split .workspace-tab-header:hover {
|
||||
background-color: rgb(var(--ctp-accent));
|
||||
--background-modifier-hover: rgb(var(--ctp-accent));
|
||||
color: var(--text-on-accent);
|
||||
}
|
||||
.clickable-icon:hover svg,
|
||||
@@ -1764,6 +1770,10 @@ body {
|
||||
color: var(--text-on-accent);
|
||||
}
|
||||
|
||||
.clickable-icon[aria-disabled=true]:hover {
|
||||
background-color: rgb(var(--ctp-accent));
|
||||
}
|
||||
|
||||
.clickable-icon.is-active,
|
||||
.mod-left-split .workspace-tab-header.has-active-menu,
|
||||
.mod-right-split .workspace-tab-header.has-active-menu,
|
||||
@@ -1814,6 +1824,11 @@ body {
|
||||
--opacity-icon-hover: 1;
|
||||
}
|
||||
|
||||
.search-input-clear-button:hover,
|
||||
.search-input-clear-button:active {
|
||||
color: rgb(var(--ctp-red));
|
||||
}
|
||||
|
||||
/*
|
||||
* Windows and Linux mini, max, and close buttons
|
||||
*/
|
||||
@@ -1975,17 +1990,36 @@ input[type=number]:focus-visible {
|
||||
|
||||
.is-flashing,
|
||||
.cm-s-obsidian .is-flashing .cm-url {
|
||||
--tag-color: var(--text-on-accent);
|
||||
color: var(--text-on-accent);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .is-flashing .cm-url .cm-underline:hover {
|
||||
color: var(--text-on-accent);
|
||||
.cm-s-obsidian .is-flashing .cm-url .cm-underline:hover,
|
||||
.cm-s-obsidian .is-flashing span.cm-url:hover {
|
||||
--link-external-color-hover: var(--text-on-accent);
|
||||
}
|
||||
|
||||
.community-item .suggestion-highlight {
|
||||
color: var(--text-on-accent);
|
||||
}
|
||||
|
||||
.community-item:hover {
|
||||
--background-modifier-border-hover: rgb(var(--ctp-accent));
|
||||
}
|
||||
|
||||
.community-item.is-selected, .community-item.is-selected:hover {
|
||||
--interactive-accent: rgb(var(--ctp-mauve));
|
||||
}
|
||||
|
||||
.status-bar-item {
|
||||
transition: var(--transition-hover-bg), var(--transition-hover-color);
|
||||
}
|
||||
|
||||
.status-bar-item.mod-clickable:hover {
|
||||
--background-modifier-hover: rgb(var(--ctp-accent));
|
||||
color: var(--text-on-accent);
|
||||
}
|
||||
|
||||
.view-header-title-parent .view-header-breadcrumb {
|
||||
transition: var(--transition-hover-bg), var(--transition-hover-color);
|
||||
}
|
||||
@@ -2073,6 +2107,32 @@ input[type=number]:focus-visible {
|
||||
transition: var(--transition-hover-bg), var(--transition-hover-color);
|
||||
}
|
||||
|
||||
/* Stacked tabs */
|
||||
/*TODO disentangle all the tabs css*/
|
||||
.mod-vertical .workspace-tabs.mod-stacked .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner {
|
||||
--background-modifier-hover: transparent;
|
||||
--background-modifier-active-hover: transparent;
|
||||
}
|
||||
.mod-vertical .workspace-tabs.mod-stacked .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner .workspace-tab-header-inner-title {
|
||||
color: rgb(var(--ctp-accent));
|
||||
}
|
||||
|
||||
.mod-vertical .workspace-tabs.mod-stacked .workspace-tab-header:not(.is-active) .workspace-tab-header-inner-close-button:hover svg {
|
||||
color: var(--text-on-accent);
|
||||
}
|
||||
|
||||
.mod-vertical .workspace-tabs.mod-stacked .workspace-tab-header:not(.is-active) .workspace-tab-header-inner svg {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.workspace .mod-root .workspace-tabs.mod-stacked .workspace-tab-header-inner:hover .workspace-tab-header-inner-title {
|
||||
color: rgb(var(--ctp-accent));
|
||||
}
|
||||
|
||||
.workspace .mod-root .workspace-tabs.mod-stacked .workspace-tab-container .workspace-tab-header-inner-icon:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.mod-settings input.slider {
|
||||
--slider-track-background: rgb(var(--ctp-accent));
|
||||
}
|
||||
@@ -2157,6 +2217,9 @@ button.mod-cta:hover {
|
||||
* Icons
|
||||
*/
|
||||
/*
|
||||
* Tabs
|
||||
*/
|
||||
/*
|
||||
* Prompts
|
||||
*/
|
||||
/*
|
||||
@@ -2311,10 +2374,40 @@ button.mod-cta:hover {
|
||||
.ctp-full-palette .mod-right-split .workspace-tab-header:hover svg {
|
||||
color: var(--text-on-accent);
|
||||
}
|
||||
.theme-dark:not(.css-settings-manager) .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner,
|
||||
.theme-light:not(.css-settings-manager) .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner,
|
||||
.ctp-full-palette .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner {
|
||||
--background-modifier-hover: rgb(var(--ctp-pink));
|
||||
}
|
||||
.theme-dark:not(.css-settings-manager) .workspace .mod-root .workspace-tabs.mod-stacked .workspace-tab-container .workspace-tab-header-inner-icon:hover,
|
||||
.theme-light:not(.css-settings-manager) .workspace .mod-root .workspace-tabs.mod-stacked .workspace-tab-container .workspace-tab-header-inner-icon:hover,
|
||||
.ctp-full-palette .workspace .mod-root .workspace-tabs.mod-stacked .workspace-tab-container .workspace-tab-header-inner-icon:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
.theme-dark:not(.css-settings-manager) .mod-vertical .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner svg,
|
||||
.theme-light:not(.css-settings-manager) .mod-vertical .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner svg,
|
||||
.ctp-full-palette .mod-vertical .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner svg {
|
||||
color: var(--icon-color);
|
||||
}
|
||||
.theme-dark:not(.css-settings-manager) .mod-vertical .workspace-tabs.mod-stacked .workspace-tab-header:not(.is-active) .workspace-tab-header-inner-close-button:hover svg,
|
||||
.theme-light:not(.css-settings-manager) .mod-vertical .workspace-tabs.mod-stacked .workspace-tab-header:not(.is-active) .workspace-tab-header-inner-close-button:hover svg,
|
||||
.ctp-full-palette .mod-vertical .workspace-tabs.mod-stacked .workspace-tab-header:not(.is-active) .workspace-tab-header-inner-close-button:hover svg {
|
||||
color: var(--text-on-accent);
|
||||
}
|
||||
.theme-dark:not(.css-settings-manager) .workspace .mod-root .workspace-tabs.mod-stacked .workspace-tab-header-inner:hover .workspace-tab-header-inner-title,
|
||||
.theme-light:not(.css-settings-manager) .workspace .mod-root .workspace-tabs.mod-stacked .workspace-tab-header-inner:hover .workspace-tab-header-inner-title,
|
||||
.ctp-full-palette .workspace .mod-root .workspace-tabs.mod-stacked .workspace-tab-header-inner:hover .workspace-tab-header-inner-title {
|
||||
color: rgb(var(--ctp-pink));
|
||||
}
|
||||
.theme-dark:not(.css-settings-manager) .mod-vertical .workspace-tabs.mod-stacked .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner .workspace-tab-header-inner-title,
|
||||
.theme-light:not(.css-settings-manager) .mod-vertical .workspace-tabs.mod-stacked .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner .workspace-tab-header-inner-title,
|
||||
.ctp-full-palette .mod-vertical .workspace-tabs.mod-stacked .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner .workspace-tab-header-inner-title {
|
||||
color: rgb(var(--ctp-pink));
|
||||
}
|
||||
.theme-dark:not(.css-settings-manager) .suggestion-item.is-selected,
|
||||
.theme-light:not(.css-settings-manager) .suggestion-item.is-selected,
|
||||
.ctp-full-palette .suggestion-item.is-selected {
|
||||
background-color: rgb(var(--ctp-lavender));
|
||||
--background-modifier-hover: rgb(var(--ctp-lavender));
|
||||
color: var(--text-on-accent);
|
||||
}
|
||||
.theme-dark:not(.css-settings-manager) .suggestion-item.is-selected:hover .suggestion-flair,
|
||||
@@ -2514,6 +2607,11 @@ button.mod-cta:hover {
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
/* Obsidian Git */
|
||||
.git-commit-msg .git-commit-msg-clear-button:hover {
|
||||
--search-clear-button-color: rgb(var(--ctp-red));
|
||||
}
|
||||
|
||||
/* cyrillic-ext */
|
||||
@font-face {
|
||||
font-family: Vollkorn;
|
||||
|
||||
1059
.obsidian/themes/theme.css
vendored
1059
.obsidian/themes/theme.css
vendored
File diff suppressed because it is too large
Load Diff
53
.obsidian/workspace.json
vendored
53
.obsidian/workspace.json
vendored
@@ -4,35 +4,20 @@
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "da7b72acdd5782c1",
|
||||
"id": "5fd071d68b5caec2",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "5c31f65df875fed7",
|
||||
"id": "cacdf1b6bcedb1c7",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"type": "excalidraw",
|
||||
"state": {
|
||||
"file": "AMiAL/Wykłady/Wykłady.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "3bc0e42c65536104",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "AMiAL/Wykłady/1 SEM/20221125083233.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
"file": "!Załączniki/20221014103322 2022-10-28 10.42.56.excalidraw.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 1
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
@@ -98,7 +83,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "AMiAL/Wykłady/1 SEM/20221125083233.md",
|
||||
"file": "!Załączniki/20221014103322 2022-10-28 10.42.56.excalidraw.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@@ -115,7 +100,7 @@
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "AMiAL/Wykłady/1 SEM/20221125083233.md",
|
||||
"file": "!Załączniki/20221014103322 2022-10-28 10.42.56.excalidraw.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
@@ -138,7 +123,7 @@
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "AMiAL/Wykłady/1 SEM/20221125083233.md"
|
||||
"file": "!Załączniki/20221014103322 2022-10-28 10.42.56.excalidraw.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -174,17 +159,17 @@
|
||||
"width": 300,
|
||||
"collapsed": true
|
||||
},
|
||||
"active": "3bc0e42c65536104",
|
||||
"active": "cacdf1b6bcedb1c7",
|
||||
"lastOpenFiles": [
|
||||
"AMiAL/!Materiały/w5_granica_funkcji.pdf",
|
||||
"AMiAL/Wykłady/1 SEM/20221125083233.md",
|
||||
"AMiAL/Wykłady/1 SEM/20221123083519.md",
|
||||
"AMiAL/Wykłady/1 SEM/20221104082939.md",
|
||||
"AMiAL/Wykłady/1 SEM/20221021083844.md",
|
||||
"AMiAL/Wykłady/1 SEM/20221014083923.md",
|
||||
"AMiAL/Wykłady/Wykłady.md",
|
||||
"AMiAL/Ćwiczenia/1 SEM/20221123123903.md",
|
||||
"PI/Wykłady/1 SEM/20221014134528.md",
|
||||
"PI/Ćwiczenia/20221010123607.md"
|
||||
"!Załączniki/Excalidraw/Drawing 2022-11-25 13.17.16.excalidraw.md",
|
||||
"AMiAL/AMiAL.md",
|
||||
"Elektrotechnika/Ćwiczenia/20221123102116.md",
|
||||
"!Załączniki/20221125102535 2022-11-25 11.29.59.excalidraw.md",
|
||||
"Elektrotechnika/Ćwiczenia/20221125102535.md",
|
||||
"!Załączniki/20221125102535 2022-11-25 11.07.21.excalidraw.md",
|
||||
"!Załączniki/20221125102535 2022-11-25 10.58.27.excalidraw.md",
|
||||
"!Załączniki/20221125102535 2022-11-25 10.39.55.excalidraw.md",
|
||||
"!Załączniki/20221125102535 2022-11-25 10.26.06.excalidraw.md",
|
||||
"AMiAL/Wykłady/Wykłady.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user