Base sync backup: 2025-01-16 00:06:10

This commit is contained in:
Stitch505
2025-01-16 00:06:11 +04:00
parent a873a47b1c
commit dd236086a6
668 changed files with 145069 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<<<<<<< HEAD
{
"name": "Cyber Glow",
"version": "1.3.7",
"minAppVersion": "1.3.0",
"author": "TheEmperorArt",
"authorUrl": "https://github.com/ArtexJay/Obsidian-CyberGlow"
}
=======
{
"name": "Cyber Glow",
"version": "1.3.7",
"minAppVersion": "1.3.0",
"author": "TheEmperorArt",
"authorUrl": "https://github.com/ArtexJay/Obsidian-CyberGlow"
}
>>>>>>> 77abb6a0bf9452daf6706798b3a3b4cdd4d5f8a2

8698
.obsidian/themes/Cyber Glow/theme.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,17 @@
<<<<<<< HEAD
{
"name": "GitHub Theme",
"version": "1.1.5",
"minAppVersion": "1.0.0",
"author": "@krios2146",
"authorUrl": "https://github.com/krios2146"
}
=======
{
"name": "GitHub Theme",
"version": "1.1.5",
"minAppVersion": "1.0.0",
"author": "@krios2146",
"authorUrl": "https://github.com/krios2146"
}
>>>>>>> 77abb6a0bf9452daf6706798b3a3b4cdd4d5f8a2

2443
.obsidian/themes/GitHub Theme/theme.css vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
{
"name": "Mado Miniflow",
"version": "1.3.0",
"minAppVersion": "1.0.0",
"author": "hydescarf",
"authorUrl": "https://github.com/hydescarf/Obsidian-Theme-Mado-Miniflow"
}

3040
.obsidian/themes/Mado Miniflow/theme.css vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
{
"name": "Penumbra",
"version": "0.0.1",
"minAppVersion": "1.0.0",
"author": "Josef Bisits",
"authorUrl": "https://jbisits.github.io/"
}

409
.obsidian/themes/Penumbra/theme.css vendored Normal file
View File

@@ -0,0 +1,409 @@
.theme-dark {
--accent-h: 33;
--accent-s: 100%;
--accent-l: 96%;
--background-primary: #303338;
--background-primary-alt: #303338;
--background-secondary: #24272B;
--background-secondary-alt: #24272B;
--background-accent: #BEBEBE;
--background-modifier-border: #636363;
--background-modifier-form-field: #F2E6D4;
--background-modifier-form-field-highlighted: #636363;
--background-modifier-box-shadow: #636363;
--background-modifier-success: #539126;
--background-modifier-error: #3d0000;
--background-modifier-error-rgb: 61, 0, 0;
--background-modifier-error-hover: #470000;
--background-modifier-cover: rgba(0, 0, 0, 0.6);
--text-accent: #00A0BA;
--text-accent-hover: #00A0BA;
--text-normal: #8F8F8F;
--text-muted: #8F8F8F;
--text-faint: #636363;
--text-error: #e16d76;
--text-error-hover: #c9626a;
--text-highlight-bg: #F2E6D4;
--text-selection: #636363;
--text-on-accent: #636363;
--interactive-normal: #24272B;
--interactive-hover: #FFFDFB;
--interactive-accent: #F2E6D4;
--interactive-accent-hover: #FFFDFB;
--scrollbar-active-thumb-bg: #8F8F8F;
--scrollbar-bg: #303338;;
--scrollbar-thumb-bg: #303338;;
--panel-border-color: #F2E6D4;
--gray-1: #8F8F8F;
--gray-2: #636363;
--red: #CA7081;
--orange: #C27D40;
--green: #3EA57B;
--cyan: #00A0BA;
--purple: #AC78BD;
--blue: #6E8DD5;
--yellow: #92963A;
--background-modifier-hover: hsla(var(--accent-h), calc(var(--accent-s) - 35%), var(--accent-l), 0.06);
--divider-color-hover: #636363;
}
.theme-light {
--accent-h: 36;
--accent-s: 53%;
--accent-l: 89%;
--background-primary: #FFF7ED;
--background-primary-alt: #FFF7ED;
--background-secondary: #F2E6D4;
--background-secondary-alt: #F2E6D4;
--background-accent: #636363;
--background-modifier-border: #F2E6D4;
--background-modifier-form-field: #FFFDFB;
--background-modifier-form-field-highlighted: #FFFDFB;
--background-modifier-box-shadow: #FFFDFB;
--background-modifier-success: #539126;
--background-modifier-error: #3d0000;
--background-modifier-error-rgb: 61, 0, 0;
--background-modifier-error-hover: #470000;
--background-modifier-cover: rgba(0, 0, 0, 0.6);
--text-accent: #00A0BA;
--text-accent-hover: #00A0BA;
--text-normal: #8F8F8F;
--text-muted: #8F8F8F;
--text-faint: #BEBEBE;
--text-error: #e75545;
--text-error-hover: #f86959;
--text-highlight-bg: rgba(255, 255, 0, 0.4);
--text-selection: #FFFDFB;
--text-on-accent: #24272B;
--interactive-normal: #F2E6D4;
--interactive-hover: #BEBEBE;
--interactive-accent: #FFFDFB;
--interactive-accent-hover: hsl(var(--accent-h), calc(var(--accent-s) - 10%), calc(var(--accent-l) - 4%));
--scrollbar-active-thumb-bg: #F2E6D4;
--scrollbar-bg: #F2E6D4;
--scrollbar-thumb-bg: #F2E6D4;
--panel-border-color: #BEBEBE;
--gray-1: #8F8F8F;
--gray-2: #636363;
--red: #CA7081;
--orange: #C27D40;
--green: #3EA57B;
--cyan: #00A0BA;
--purple: #AC78BD;
--blue: #6E8DD5;
--yellow: #92963A;
}
.theme-dark, .theme-light {
--ribbon-background: var(--background-primary);
--drag-ghost-background: var(--background-secondary-alt);
--background-modifier-message: var(--background-secondary-alt);
--tab-outline-color: transparent;
--divider-color: transparent;
--prompt-border-color: var(--panel-border-color);
--modal-border-color: var(--panel-border-color);
--background-modifier-border-hover: var(--interactive-hover);
--background-modifier-border-focus: var(--interactive-hover);
--checkbox-color: var(--text-accent);
--checkbox-color-hover: var(--text-accent-hover);
--checklist-done-color: var(--text-faint);
--nav-item-background-active: var(--interactive-accent);
--nav-item-color-active: var(--interactice-hover);
--nav-item-color-hover: var(--background-accent);
--nav-item-color: var(--text-normal);
--nav-collapse-icon-color: var(--background-accent);
--icon-color: var(--text-normal);
--icon-color-hover: var(--background-accent);
--icon-color-focused: var(--background-accent);
--divider-color-hover: var(--interactive-accent-hover);
--metadata-property-background-active: var(--red);
--list-marker-color: var(--text-normal);
--link-color: var(--blue);
--link-color-hover: var(--blue);
--link-external-color: var(--blue);
--link-external-color-hover: var(--blue);
--drag-ghost-background: var(--background-secondary);
--drag-ghost-text-color: var(--red);
--tag-color: var(--yellow);
--tag-background: var(--background-primary-alt);
--tag-color-hover: var(--yellow);
--tag-background-hover: var(--background-primary-alt);
--tag-padding-x: 4px;
--tag-padding-y: 2px;
--tag-radius: 4px;
--inline-title-weight: var(--bold-weight);
--link-decoration: none;
--link-external-decoration: none;
--embed-padding: 0 0 0 var(--size-4-4);
--canvas-card-label-color: var(--text-normal);
--canvas-color-1: var(--red);
--canvas-color-2: var(--orange);
--canvas-color-3: var(--yellow);
--canvas-color-4: var(--green);
--canvas-color-5: var(--cyan);
--canvas-color-6: var(--purple);
--graph-text: var(--background-accent);
--graph-line: var(--text-faint);
--graph-node: var(--red);
--background-modifier-error-rgb: var(--color-red);
--background-modifier-error: var(--color-red);
--background-modifier-error-hover: var(--color-red);
--background-modifier-success-rgb: var(--color-green);
--background-modifier-success: var(--color-green);
--blockquote-background-color: var(--background-secondary);
--blockquote-border-color: var(--green);
--blockquote-font-style: italic;
--bold-color: var(--background-accent);
--code-background: var(--background-secondary);
--code-normal: var(--text-normal);
--code-comment: var(--text-faint);
--code-function: var(--purple);
--code-important: var(--red);
--code-keyword: var(--purple);
--code-operator: var(--blue) ;
--code-property: var(--red);
--code-punctuation: var(--green);
--code-string: var(--green) ;
--code-tag: var(--purple);
--code-value: var(--orange);
--h1-color: var(--background-accent);
--h2-color: var(--background-accent);
--h3-color: var(--background-accent);
--h4-color: var(--background-accent);
--h5-color: var(--background-accent);
--h6-color: var(--background-accent);
}
/* Search */
.search-result .search-result-file-title {
cursor: pointer;
}
.search-result .collapse-icon {
cursor: var(--cursor);
}
.search-result:not(.is-collapsed) .search-result-file-title {
color: var(--blue);
}
/* File tab separators */
.workspace .mod-root .workspace-tab-header-inner::after {
right: unset;
left: -0.5px;
}
.workspace .mod-root .workspace-tab-header:last-child .workspace-tab-header-inner::before {
position: absolute;
right: -0.5px;
width: 1px;
background-color: var(--tab-divider-color);
content: '';
height: 20px;
}
.workspace .mod-root .workspace-tab-header.is-active .workspace-tab-header-inner::after,
.workspace .mod-root .workspace-tab-header.is-active .workspace-tab-header-inner::before,
.workspace .mod-root .workspace-tab-header:first-child .workspace-tab-header-inner::after,
.workspace .mod-root .workspace-tab-header.is-active + .workspace-tab-header .workspace-tab-header-inner::after {
opacity: 0;
}
/* Editor and output */
.markdown-rendered blockquote {
padding: var(--embed-padding);
}
mjx-container {
text-align: center !important;
font-size: 1.1em;
}
.math-block {
font-size: 1.1em;
}
.theme-light :not(pre)>code,
.theme-light pre {
background: var(--background-primary);
box-shadow: inset 0 0 0 1px var(--background-primary-alt);
border-radius: 4px;
}
.markdown-preview-section > div h1,
.markdown-preview-section > div h2,
.markdown-preview-section > div h3,
.markdown-preview-section > div h4,
.markdown-preview-section > div h5,
.markdown-preview-section > div h6 {
margin-top: 40px;
}
.mod-header + div h1,
.mod-header + div h2,
.mod-header + div h3,
.mod-header + div h4,
.mod-header + div h5,
.mod-header + div h6 {
margin-top: 30px;
}
.cm-sizer > .inline-title {
margin-bottom: 20px;
}
/* Miscellaneous */
.theme-dark .dropdown:hover {
background-color: var(--background-modifier-form-field);
}
.tooltip {
color: var(--text-muted);
}
.nav-file, .nav-folder {
padding: 1px 2px;
}
body:not(.is-grabbing) .nav-file-title.is-being-dragged,
body:not(.is-grabbing) .nav-folder-title.is-being-dragged,
.nav-file-title.is-being-dragged,
.nav-folder-title.is-being-dragged {
background-color: var(--background-primary-alt);
color: var(--nav-item-color);
}
.view-header-title {
text-decoration: underline;
text-decoration-color: var(--text-muted);
text-underline-offset: 1.5px;
}
.status-bar {
border-color: var(--panel-border-color);
border-width: 1px;
padding: 4px 8px;
}
.theme-dark button.mod-warning {
--background-modifier-error: #d42020;
--background-modifier-error-hover: #b01515;
}
.theme-light button.mod-warning {
--background-modifier-error: #f23f3f;
--background-modifier-error-hover: #d72020;
}
/* Code syntax highlighting */
code[class*='language-'], pre[class*='language-'] {
text-align: left !important;
white-space: pre !important;
word-spacing: normal !important;
word-break: normal !important;
word-wrap: normal !important;
line-height: 1.5 !important;
tab-size: 4 !important;
hyphens: none !important;
}
/* Code blocks */
pre[class*='language-'] {
padding: 1em !important;
margin: .5em 0 !important;
overflow: auto !important;
background: var(--barckground-secondary);
}
/* Inline code */
:not(pre)>code[class*='language-'] {
padding: .1em !important;
border-radius: .3em !important;
white-space: normal !important;
background: var(--barckground-secondary);
}
.token.comment, .token.prolog, .token.doctype, .token.cdata,
.HyperMD-codeblock .cm-comment {
color: var(--gray-1) !important;
}
.token.punctuation,
.HyperMD-codeblock .cm-hmd-codeblock, .HyperMD-codeblock .cm-bracket {
color: var(--gray-2) !important;
}
.token.selector, .token.tag,
.HyperMD-codeblock .cm-tag, .HyperMD-codeblock .cm-property, .HyperMD-codeblock .cm-meta, .HyperMD-codeblock .cm-qualifier, .HyperMD-codeblock .cm-header, .HyperMD-codeblock .cm-quote, .HyperMD-codeblock .cm-hr, .HyperMD-codeblock .cm-link {
color: var(--red) !important;
}
.token.property, .token.boolean, .token.number, .token.constant, .token.symbol, .token.attr-name, .token.deleted,
.HyperMD-codeblock .cm-number, .HyperMD-codeblock .cm-atom, .HyperMD-codeblock .cm-attribute {
color: var(--orange) !important;
}
.token.string, .token.char, .token.attr-value, .token.builtin, .token.inserted,
.HyperMD-codeblock .cm-string, .HyperMD-codeblock .cm-builtin {
color: var(--green) !important;
}
.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string,
.HyperMD-codeblock .cm-string-2, .HyperMD-codeblock .cm-operator {
color: var(--cyan) !important;
}
.token.atrule, .token.keyword,
.HyperMD-codeblock .cm-keyword {
color: var(--purple) !important;
}
.token.function, .token.macro.property,
.HyperMD-codeblock .cm-def, .HyperMD-codeblock .cm-variable {
color: var(--blue) !important;
}
.token.class-name,
.HyperMD-codeblock .cm-variable-2, .HyperMD-codeblock .cm-variable-3 {
color: var(--yellow) !important;
}
.token.regex, .token.important, .token.variable {
color: var(--purple) !important;
}
.token.important, .token.bold {
font-weight: bold !important;
}
.token.italic {
font-style: italic !important;
}
.token.entity {
cursor: help !important;
}

View File

@@ -0,0 +1,7 @@
{
"name": "Solarized",
"version": "1.0.9-beta",
"minAppVersion": "1.0.0",
"author": "harmtemolder",
"authorUrl": "https://github.com/harmtemolder"
}

268
.obsidian/themes/Solarized/theme.css vendored Normal file
View File

@@ -0,0 +1,268 @@
:root {
--base03-rgb: 0, 43, 54;
--base03: rgb(var(--base03-rgb));
--base02-rgb: 7, 54, 66;
--base02: rgb(var(--base02-rgb));
--base01-rgb: 88, 110, 117;
--base01: rgb(var(--base01-rgb));
--base00-rgb: 101, 123, 131;
--base00: rgb(var(--base00-rgb));
--base0-rgb: 131, 148, 150;
--base0: rgb(var(--base0-rgb));
--base1-rgb: 147, 161, 161;
--base1: rgb(var(--base1-rgb));
--base2-rgb: 238, 232, 213;
--base2: rgb(var(--base2-rgb));
--base3-rgb: 253, 246, 227;
--base3: rgb(var(--base3-rgb));
--yellow-rgb: 181, 137, 0;
--yellow: rgb(var(--yellow-rgb));
--orange-rgb: 203, 75, 22;
--orange: rgb(var(--orange-rgb));
--red-rgb: 220, 50, 47;
--red: rgb(var(--red-rgb));
--magenta-rgb: 211, 54, 130;
--magenta: rgb(var(--magenta-rgb));
--violet-rgb: 108, 113, 196;
--violet: rgb(var(--violet-rgb));
--blue-rgb: 38, 139, 210;
--blue: rgb(var(--blue-rgb));
--cyan-rgb: 42, 161, 152;
--cyan: rgb(var(--cyan-rgb));
--green-rgb: 133, 153, 0;
--green: rgb(var(--green-rgb));
}
.theme-dark {
/* Overwrite default theme colors */
--color-base-00: #1e1e1e;
--color-base-10: #242424;
--color-base-20: #262626;
--color-base-25: var(--base03);
--color-base-30: var(--base02);
--color-base-35: var(--base02);
--color-base-40: var(--base0);
--color-base-50: #666;
--color-base-60: #999;
--color-base-70: #bababa;
--color-base-100: #dadada;
/* Background */
--background-primary: var(--base03);
--background-primary-alt: var(--base02);
/* Text */
--text-normal: var(--base0);
--text-muted: var(--base00);
--text-faint: var(--base01);
/* File explorer */
--active-bg: var(--nav-item-background-active);
}
.theme-light {
/* Overwrite default theme colors */
--color-base-00: var(--base2);
--color-base-05: #fcfcfc;
--color-base-10: var(--base2);
--color-base-20: #f6f6f6;
--color-base-25: #e3e3e3;
--color-base-30: var(--base2);
--color-base-35: var(--base2);
--color-base-40: var(--base00);
--color-base-50: #ababab;
--color-base-60: #707070;
--color-base-70: #5a5a5a;
--color-base-100: #222222;
/* Background */
--background-primary: var(--base3);
--background-primary-alt: var(--base2);
/* Text */
--text-normal: var(--base00);
--text-muted: var(--base0);
--text-faint: var(--base1);
/* File explorer */
--active-bg: hsla(var(--accent-h), var(--accent-s), var(--accent-l), 0.1);
--nav-item-background-active: var(--active-bg);
}
.theme-dark,
.theme-light {
/* Overwrite default theme colors */
--color-red-rgb: var(--red-rgb);
--color-red: var(--red);
--color-green-rgb: var(--green-rgb);
--color-green: var(--green);
--color-orange: var(--orange);
--color-yellow: var(--yellow);
--color-cyan: var(--cyan);
--color-blue: var(--blue);
--color-purple: var(--violet);
--color-pink: var(--magenta);
--accent-h: 18;
--accent-s: 80%;
--accent-l: 44%;
--interactive-accent: var(--color-accent);
/* Background */
--background-secondary: var(--background-primary);
--background-secondary-alt: var(--background-primary-alt);
/* Text */
--text-on-accent: var(--background-primary);
/* Headings */
--text-title: var(--cyan);
--heading-formatting: var(--text-title);
--h1-color: var(--text-title);
--h2-color: var(--text-title);
--h3-color: var(--text-title);
--h4-color: var(--text-title);
--h5-color: var(--text-title);
--h6-color: var(--text-title);
/* Links */
--link-color: var(--blue);
--link-color-hover: var(--link-color);
--link-decoration: none;
--link-decoration-hover: underline;
--link-external-color: var(--violet);
--link-external-color-hover: var(--link-external-color);
--link-external-decoration: none;
--link-external-decoration-hover: underline;
--link-unresolved-color: var(--red);
--link-unresolved-color-hover: var(--link-unresolved-color);
--link-unresolved-opacity: unset;
--link-unresolved-decoration-color: var(--link-unresolved-color);
/* Code */
--code-normal: var(--text-normal);
--code-comment: var(--cyan);
--code-function: var(--blue);
--code-important: var(--orange);
--code-keyword: var(--green);
--code-operator: var(--code-normal);
--code-property: var(--code-normal);
--code-punctuation: var(--code-normal);
--code-string: var(--cyan);
--code-tag: var(--red);
--code-value: var(--magenta);
/* Tables */
--table-header-size: inherit;
--table-header-weight: var(--font-bold);
--table-header-color: inherit;
/* Highlights */
--text-highlight-bg: var(--color-accent);
--text-highlight-bg-active: var(--color-accent);
/* Checkboxes in reading view */
--checkbox-border-color: var(--interactive-accent);
--checkbox-border-color-hover: var(--interactive-accent-hover);
/* Hashtags */
--tag-padding-x: var(--tag-padding-y);
/* Focus border */
--background-modifier-border-focus: var(--interactive-accent);
}
.cm-s-obsidian {
/* Checkboxes */
/* Links */
/* Tables */
/* Search results */
/* Code */
/* Highlights */
}
.cm-s-obsidian span.cm-formatting-task {
color: var(--checkbox-color);
}
.cm-s-obsidian span.cm-formatting-link {
color: var(--link-color);
}
.cm-s-obsidian span.cm-formatting-link.cm-strikethrough {
text-decoration-line: line-through;
}
.cm-s-obsidian span.cm-link {
color: var(--link-external-color) !important;
}
.cm-s-obsidian span.cm-url.cm-strikethrough {
text-decoration-line: line-through;
}
.cm-s-obsidian .HyperMD-table-row-0 {
font-weight: var(--font-bold);
}
.cm-s-obsidian span.obsidian-search-match-highlight {
box-shadow: unset;
mix-blend-mode: unset;
border-radius: unset;
background: var(--green);
color: var(--text-on-accent);
padding: 2px 0;
}
.cm-s-obsidian span.cm-comment {
color: var(--code-comment);
}
.cm-s-obsidian span.cm-inline-code {
padding: 2px 0;
}
.cm-s-obsidian span.cm-formatting-highlight,
.cm-s-obsidian span.cm-highlight {
color: var(--text-on-accent);
padding: 2px 0;
}
/* More code */
.cm-def {
color: var(--code-function);
}
.cm-atom {
color: var(--code-value);
}
.cm-hmd-frontmatter.cm-hmd-frontmatter.cm-atom,
.cm-hmd-frontmatter.cm-hmd-frontmatter.cm-def {
color: var(--interactive-accent);
}
/* Search results */
.is-flashing {
border-radius: unset;
}
.search-result-file-matched-text {
color: var(--text-on-accent);
padding: 2px 0;
}
.markdown-rendered .internal-link.is-unresolved:hover {
color: var(--link-unresolved-color-hover);
text-decoration-color: var(--link-unresolved-color-hover);
}
/* Highlight current line */
.cm-active {
background: var(--active-bg);
}
.cm-active.cm-gutterElement {
color: var(--color-accent);
}
/* Hashtags */
.cm-hashtag.cm-hashtag-begin, .cm-hashtag.cm-hashtag-end {
border: unset;
border-radius: unset;
}
/* https://github.com/nothingislost/obsidian-dynamic-highlights */
.cm-current-word,
.cm-matched-word,
.cm-current-string,
.cm-matched-string {
background: var(--yellow);
color: var(--text-on-accent);
text-decoration: none;
padding: 2px 0;
}
/* File explorer */
.is-flashing {
color: var(--text-on-accent) !important;
}
.workspace-leaf.mod-active .nav-folder.has-focus > .nav-folder-title,
.workspace-leaf.mod-active .nav-file.has-focus > .nav-file-title {
box-shadow: 0 0 0 2px var(--color-accent);
}
/*# sourceMappingURL=theme.css.map */