diff --git a/packages/components/dist/assets/org.standardnotes.theme-autobiography/dist/dist.css b/packages/components/dist/assets/org.standardnotes.theme-autobiography/dist/dist.css index 1d3c3d2d3..cf9a8ab04 100644 --- a/packages/components/dist/assets/org.standardnotes.theme-autobiography/dist/dist.css +++ b/packages/components/dist/assets/org.standardnotes.theme-autobiography/dist/dist.css @@ -1 +1,50 @@ -:root{--background-1: #ede4da;--background-2: #e8d9c8;--foreground-color: #5c3f27;--border-color: #d9c6b1;--highlight-color: #d68420;--highlight-contrast: #e3ae74;--sn-stylekit-info-color: #a37337;--sn-stylekit-info-contrast-color: #ebcdaa;--sn-stylekit-neutral-color: #a47c5b;--sn-stylekit-neutral-contrast-color: #e7ddd2;--sn-stylekit-success-color: #9f4e03;--sn-stylekit-success-contrast-color: #ebcdaa;--sn-stylekit-warning-color: #b87a02;--sn-stylekit-warning-contrast-color: #ebcdaa;--sn-stylekit-danger-color: #a71428;--sn-stylekit-danger-contrast-color: #ebcdaa;--sn-stylekit-shadow-color: var(--background-2);--sn-stylekit-background-color: var(--background-1);--sn-stylekit-foreground-color: var(--foreground-color);--sn-stylekit-border-color: var(--border-color);--sn-stylekit-paragraph-text-color: var(--foreground-color);--sn-stylekit-contrast-background-color: var(--background-2);--sn-stylekit-contrast-foreground-color: var(--foreground-color);--sn-stylekit-contrast-border-color: var(--border-color);--sn-stylekit-secondary-background-color: var(--background-1);--sn-stylekit-secondary-foreground-color: var(--foreground-color);--sn-stylekit-secondary-border-color: var(--border-color);--sn-stylekit-secondary-contrast-background-color: var(--background-2);--sn-stylekit-secondary-contrast-foreground-color: var(--foreground-color);--sn-stylekit-secondary-contrast-border-color: var(--border-color);--sn-stylekit-editor-background-color: var(--sn-stylekit-background-color);--sn-stylekit-editor-foreground-color: var(--sn-stylekit-foreground-color);--sn-stylekit-scrollbar-track-border-color: var(--border-color);--sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-info-color);--sn-desktop-titlebar-bg-color: var(--background-1);--sn-desktop-titlebar-border-color: var(--border-color);--sn-desktop-titlebar-ui-color: var(--foreground-color);--sn-desktop-titlebar-ui-hover-color: var(--highlight-color);--sn-stylekit-passive-color-0: #7e582a;--sn-stylekit-passive-color-1: #a37337;--sn-stylekit-passive-color-4-opacity-variant: #c9995e3d;--sn-stylekit-passive-color-5: #e9d9c7}#notes-column .note.selected,.notes .note.selected{background-color:#e9d9c7;color:var(--sn-stylekit-contrast-foreground-color)} +:root { + --background-1: #ede4da; + --background-2: #e8d9c8; + --foreground-color: #5c3f27; + --border-color: #d9c6b1; + --highlight-color: #d68420; + --highlight-contrast: #e3ae74; + --sn-stylekit-info-color: #a37337; + --sn-stylekit-info-contrast-color: #ebcdaa; + --sn-stylekit-neutral-color: #a47c5b; + --sn-stylekit-neutral-contrast-color: #e7ddd2; + --sn-stylekit-success-color: #9f4e03; + --sn-stylekit-success-contrast-color: #ebcdaa; + --sn-stylekit-warning-color: #b87a02; + --sn-stylekit-warning-contrast-color: #ebcdaa; + --sn-stylekit-danger-color: #a71428; + --sn-stylekit-danger-contrast-color: #ebcdaa; + --sn-stylekit-shadow-color: var(--background-2); + --sn-stylekit-background-color: var(--background-1); + --sn-stylekit-foreground-color: var(--foreground-color); + --sn-stylekit-border-color: var(--border-color); + --sn-stylekit-paragraph-text-color: var(--foreground-color); + --sn-stylekit-contrast-background-color: var(--background-2); + --sn-stylekit-contrast-foreground-color: var(--foreground-color); + --sn-stylekit-contrast-border-color: var(--border-color); + --sn-stylekit-secondary-background-color: var(--background-1); + --sn-stylekit-secondary-foreground-color: var(--foreground-color); + --sn-stylekit-secondary-border-color: var(--border-color); + --sn-stylekit-secondary-contrast-background-color: var(--background-2); + --sn-stylekit-secondary-contrast-foreground-color: var(--foreground-color); + --sn-stylekit-secondary-contrast-border-color: var(--border-color); + --sn-stylekit-editor-background-color: var(--sn-stylekit-background-color); + --sn-stylekit-editor-foreground-color: var(--sn-stylekit-foreground-color); + --sn-stylekit-scrollbar-track-border-color: var(--border-color); + --sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-info-color); + --sn-desktop-titlebar-bg-color: var(--background-1); + --sn-desktop-titlebar-border-color: var(--border-color); + --sn-desktop-titlebar-ui-color: var(--foreground-color); + --sn-desktop-titlebar-ui-hover-color: var(--highlight-color); + --sn-stylekit-passive-color-0: #7e582a; + --sn-stylekit-passive-color-1: #a37337; + --sn-stylekit-passive-color-4-opacity-variant: #c9995e3d; + --sn-stylekit-passive-color-5: #e9d9c7; +} + +#notes-column .note.selected, +.notes .note.selected { + background-color: #e9d9c7; + color: var(--sn-stylekit-contrast-foreground-color); +} diff --git a/packages/components/dist/assets/org.standardnotes.theme-dynamic/dist/dist.css b/packages/components/dist/assets/org.standardnotes.theme-dynamic/dist/dist.css index 49277329c..495de23c4 100644 --- a/packages/components/dist/assets/org.standardnotes.theme-dynamic/dist/dist.css +++ b/packages/components/dist/assets/org.standardnotes.theme-dynamic/dist/dist.css @@ -1 +1,29 @@ -#navigation.section,.section.tags,navigation{flex:none !important;width:190px !important;transition:width .25s}#navigation.section:hover,.section.tags:hover,navigation:hover{flex:initial;width:250px !important;transition:width .25s}.section.notes,notes-view{flex:none !important;width:270px !important;transition:width .25s}.section.notes:hover,notes-view:hover{flex:initial;width:420px !important;transition:width .25s} +#navigation.section, +.section.tags, +navigation { + flex: none !important; + width: 190px !important; + transition: width 0.25s; +} + +#navigation.section:hover, +.section.tags:hover, +navigation:hover { + flex: initial; + width: 250px !important; + transition: width 0.25s; +} + +.section.notes, +notes-view { + flex: none !important; + width: 270px !important; + transition: width 0.25s; +} + +.section.notes:hover, +notes-view:hover { + flex: initial; + width: 420px !important; + transition: width 0.25s; +} diff --git a/packages/components/dist/assets/org.standardnotes.theme-focus/dist/dist.css b/packages/components/dist/assets/org.standardnotes.theme-focus/dist/dist.css index 3b04b281d..dce654c61 100644 --- a/packages/components/dist/assets/org.standardnotes.theme-focus/dist/dist.css +++ b/packages/components/dist/assets/org.standardnotes.theme-focus/dist/dist.css @@ -1 +1,48 @@ -:root{--foreground-color: #eeeeee;--background-color: #0f1011;--highlight-color: #a464c2;--border-color: #0f1011;--sn-component-foreground-color: var(--foreground-color);--sn-component-background-color: transparent;--sn-component-foreground-highlight-color: var(--highlight-color);--sn-component-outer-border-color: transparent;--sn-component-inner-border-color: var(--foreground-color);--sn-stylekit-shadow-color: #000000;--sn-stylekit-info-color: var(--highlight-color);--sn-stylekit-info-contrast-color: var(--foreground-color);--sn-stylekit-neutral-color: #7c7c7c;--sn-stylekit-neutral-contrast-color: #ffffff;--sn-stylekit-success-color: #2b9612;--sn-stylekit-success-contrast-color: #ffffff;--sn-stylekit-warning-color: #f6a200;--sn-stylekit-warning-contrast-color: #ffffff;--sn-stylekit-danger-color: #f80324;--sn-stylekit-danger-contrast-color: #ffffff;--sn-stylekit-editor-background-color: var(--sn-stylekit-background-color);--sn-stylekit-editor-foreground-color: var(--sn-stylekit-foreground-color);--sn-stylekit-background-color: var(--background-color);--sn-stylekit-foreground-color: var(--foreground-color);--sn-stylekit-border-color: #000000;--sn-stylekit-contrast-background-color: #000000;--sn-stylekit-contrast-foreground-color: #ffffff;--sn-stylekit-contrast-border-color: #000000;--sn-stylekit-secondary-background-color: #0f1011;--sn-stylekit-secondary-foreground-color: #ffffff;--sn-stylekit-secondary-border-color: #000000;--sn-stylekit-secondary-contrast-background-color: #000000;--sn-stylekit-secondary-contrast-foreground-color: #ffffff;--sn-stylekit-secondary-contrast-border-color: #ffffff;--sn-stylekit-paragraph-text-color: #ffffff;--sn-desktop-titlebar-bg-color: var(--background-color);--sn-desktop-titlebar-border-color: var(--border-color);--sn-desktop-titlebar-ui-color: var(--foreground-color);--sn-desktop-titlebar-ui-hover-color: var(--highlight-color);--sn-stylekit-scrollbar-track-border-color: var(--border-color);--sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-info-color);--sn-stylekit-menu-border: 1px solid #424242;--sn-stylekit-passive-color-0: #999999;--sn-stylekit-passive-color-3: #28292b;--sn-stylekit-passive-color-4: #1c1d1e;--sn-stylekit-passive-color-5: #1d1f20} +:root { + --foreground-color: #eeeeee; + --background-color: #0f1011; + --highlight-color: #a464c2; + --border-color: #0f1011; + --sn-component-foreground-color: var(--foreground-color); + --sn-component-background-color: transparent; + --sn-component-foreground-highlight-color: var(--highlight-color); + --sn-component-outer-border-color: transparent; + --sn-component-inner-border-color: var(--foreground-color); + --sn-stylekit-shadow-color: #000000; + --sn-stylekit-info-color: var(--highlight-color); + --sn-stylekit-info-contrast-color: var(--foreground-color); + --sn-stylekit-neutral-color: #7c7c7c; + --sn-stylekit-neutral-contrast-color: #ffffff; + --sn-stylekit-success-color: #2b9612; + --sn-stylekit-success-contrast-color: #ffffff; + --sn-stylekit-warning-color: #f6a200; + --sn-stylekit-warning-contrast-color: #ffffff; + --sn-stylekit-danger-color: #f80324; + --sn-stylekit-danger-contrast-color: #ffffff; + --sn-stylekit-editor-background-color: var(--sn-stylekit-background-color); + --sn-stylekit-editor-foreground-color: var(--sn-stylekit-foreground-color); + --sn-stylekit-background-color: var(--background-color); + --sn-stylekit-foreground-color: var(--foreground-color); + --sn-stylekit-border-color: #000000; + --sn-stylekit-contrast-background-color: #000000; + --sn-stylekit-contrast-foreground-color: #ffffff; + --sn-stylekit-contrast-border-color: #000000; + --sn-stylekit-secondary-background-color: #0f1011; + --sn-stylekit-secondary-foreground-color: #ffffff; + --sn-stylekit-secondary-border-color: #000000; + --sn-stylekit-secondary-contrast-background-color: #000000; + --sn-stylekit-secondary-contrast-foreground-color: #ffffff; + --sn-stylekit-secondary-contrast-border-color: #ffffff; + --sn-stylekit-paragraph-text-color: #ffffff; + --sn-desktop-titlebar-bg-color: var(--background-color); + --sn-desktop-titlebar-border-color: var(--border-color); + --sn-desktop-titlebar-ui-color: var(--foreground-color); + --sn-desktop-titlebar-ui-hover-color: var(--highlight-color); + --sn-stylekit-scrollbar-track-border-color: var(--border-color); + --sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-info-color); + --sn-stylekit-menu-border: 1px solid #424242; + --sn-stylekit-passive-color-0: #999999; + --sn-stylekit-passive-color-3: #28292b; + --sn-stylekit-passive-color-4: #1c1d1e; + --sn-stylekit-passive-color-5: #1d1f20; +} diff --git a/packages/components/dist/assets/org.standardnotes.theme-futura/dist/dist.css b/packages/components/dist/assets/org.standardnotes.theme-futura/dist/dist.css index 2143d356b..5ae83f4fa 100644 --- a/packages/components/dist/assets/org.standardnotes.theme-futura/dist/dist.css +++ b/packages/components/dist/assets/org.standardnotes.theme-futura/dist/dist.css @@ -1 +1,44 @@ -:root{--foreground-color: #a9aabe;--background-color: #20202b;--highlight-color: #fca429;--border-color: #20222c;--sn-stylekit-shadow-color: var(--border-color);--sn-stylekit-info-color: var(--highlight-color);--sn-stylekit-info-contrast-color: var(--background-color);--sn-stylekit-neutral-color: #7c7c7c;--sn-stylekit-neutral-contrast-color: #ffffff;--sn-stylekit-success-color: #2b9612;--sn-stylekit-success-contrast-color: #ffffff;--sn-stylekit-warning-color: #f6a200;--sn-stylekit-warning-contrast-color: #ffffff;--sn-stylekit-danger-color: #f80324;--sn-stylekit-danger-contrast-color: #ffffff;--sn-stylekit-editor-background-color: var(--sn-stylekit-background-color);--sn-stylekit-editor-foreground-color: var(--sn-stylekit-foreground-color);--sn-stylekit-background-color: #20202b;--sn-stylekit-foreground-color: #a9aabe;--sn-stylekit-border-color: #0f1116;--sn-stylekit-contrast-background-color: #272734;--sn-stylekit-contrast-foreground-color: #a9aabe;--sn-stylekit-contrast-border-color: #0f1116;--sn-stylekit-secondary-background-color: #20202b;--sn-stylekit-secondary-foreground-color: #a9aabe;--sn-stylekit-secondary-border-color: #20222c;--sn-stylekit-secondary-contrast-background-color: #272734;--sn-stylekit-secondary-contrast-foreground-color: #a9aabe;--sn-stylekit-secondary-contrast-border-color: #272734;--sn-stylekit-paragraph-text-color: var(--foreground-color);--sn-stylekit-scrollbar-track-border-color: var(--border-color);--sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-info-color);--sn-desktop-titlebar-bg-color: var(--background-color);--sn-desktop-titlebar-border-color: var(--border-color);--sn-desktop-titlebar-ui-color: var(--foreground-color);--sn-desktop-titlebar-ui-hover-color: var(--highlight-color);--sn-stylekit-menu-border: 1px solid #434b60;--sn-stylekit-passive-color-0: #a4a5b3;--sn-stylekit-passive-color-3: #3a3a48;--sn-stylekit-passive-color-4: #2c2c39;--sn-stylekit-passive-color-4-opacity-variant: #292937;--sn-stylekit-passive-color-5: #2e2e3e} +:root { + --foreground-color: #a9aabe; + --background-color: #20202b; + --highlight-color: #fca429; + --border-color: #20222c; + --sn-stylekit-shadow-color: var(--border-color); + --sn-stylekit-info-color: var(--highlight-color); + --sn-stylekit-info-contrast-color: var(--background-color); + --sn-stylekit-neutral-color: #7c7c7c; + --sn-stylekit-neutral-contrast-color: #ffffff; + --sn-stylekit-success-color: #2b9612; + --sn-stylekit-success-contrast-color: #ffffff; + --sn-stylekit-warning-color: #f6a200; + --sn-stylekit-warning-contrast-color: #ffffff; + --sn-stylekit-danger-color: #f80324; + --sn-stylekit-danger-contrast-color: #ffffff; + --sn-stylekit-editor-background-color: var(--sn-stylekit-background-color); + --sn-stylekit-editor-foreground-color: var(--sn-stylekit-foreground-color); + --sn-stylekit-background-color: #20202b; + --sn-stylekit-foreground-color: #a9aabe; + --sn-stylekit-border-color: #0f1116; + --sn-stylekit-contrast-background-color: #272734; + --sn-stylekit-contrast-foreground-color: #a9aabe; + --sn-stylekit-contrast-border-color: #0f1116; + --sn-stylekit-secondary-background-color: #20202b; + --sn-stylekit-secondary-foreground-color: #a9aabe; + --sn-stylekit-secondary-border-color: #20222c; + --sn-stylekit-secondary-contrast-background-color: #272734; + --sn-stylekit-secondary-contrast-foreground-color: #a9aabe; + --sn-stylekit-secondary-contrast-border-color: #272734; + --sn-stylekit-paragraph-text-color: var(--foreground-color); + --sn-stylekit-scrollbar-track-border-color: var(--border-color); + --sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-info-color); + --sn-desktop-titlebar-bg-color: var(--background-color); + --sn-desktop-titlebar-border-color: var(--border-color); + --sn-desktop-titlebar-ui-color: var(--foreground-color); + --sn-desktop-titlebar-ui-hover-color: var(--highlight-color); + --sn-stylekit-menu-border: 1px solid #434b60; + --sn-stylekit-passive-color-0: #a4a5b3; + --sn-stylekit-passive-color-3: #3a3a48; + --sn-stylekit-passive-color-4: #2c2c39; + --sn-stylekit-passive-color-4-opacity-variant: #292937; + --sn-stylekit-passive-color-5: #2e2e3e; +} diff --git a/packages/components/dist/assets/org.standardnotes.theme-midnight/dist/dist.css b/packages/components/dist/assets/org.standardnotes.theme-midnight/dist/dist.css index 5ccf383dd..fafcb8d21 100644 --- a/packages/components/dist/assets/org.standardnotes.theme-midnight/dist/dist.css +++ b/packages/components/dist/assets/org.standardnotes.theme-midnight/dist/dist.css @@ -1 +1,45 @@ -:root{--primary-bg-color: #292937;--secondary-bg-color: #313142;--editor-bg-color: #202020;--border-color: #13131a;--ui-text-color: #d8d8d8;--sn-stylekit-info-color: #4ca3ff;--sn-stylekit-info-contrast-color: white;--sn-stylekit-neutral-color: #7c7c7c;--sn-stylekit-neutral-contrast-color: white;--sn-stylekit-success-color: #01be79;--sn-stylekit-success-contrast-color: white;--sn-stylekit-warning-color: #f6a200;--sn-stylekit-warning-contrast-color: white;--sn-stylekit-danger-color: #f80324;--sn-stylekit-danger-contrast-color: white;--sn-desktop-titlebar-bg-color: var(--primary-bg-color);--sn-desktop-titlebar-border-color: var(--border-color);--sn-desktop-titlebar-ui-color: var(--ui-text-color);--sn-desktop-titlebar-ui-hover-color: var(--sn-stylekit-info-color);--sn-stylekit-shadow-color: #20202b;--sn-stylekit-background-color: #20202b;--sn-stylekit-border-color: var(--border-color);--sn-stylekit-foreground-color: var(--ui-text-color);--sn-stylekit-contrast-background-color: var(--secondary-bg-color);--sn-stylekit-contrast-foreground-color: var(--ui-text-color);--sn-stylekit-contrast-border-color: var(--border-color);--sn-stylekit-secondary-background-color: #292937;--sn-stylekit-secondary-foreground-color: var(--ui-text-color);--sn-stylekit-secondary-border-color: var(--border-color);--sn-stylekit-secondary-contrast-background-color: #45445a;--sn-stylekit-secondary-contrast-foreground-color: var(--ui-text-color);--sn-stylekit-secondary-contrast-border-color: var(--border-color);--sn-stylekit-editor-background-color: var(--sn-stylekit-background-color);--sn-stylekit-editor-foreground-color: var(--sn-stylekit-foreground-color);--sn-stylekit-paragraph-text-color: var(--ui-text-color);--sn-stylekit-scrollbar-track-border-color: var(--border-color);--sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-info-color);--sn-stylekit-menu-border: 1px solid #494965;--sn-stylekit-passive-color-0: #94979e;--sn-stylekit-passive-color-3: #2c2c39;--sn-stylekit-passive-color-4: #313142;--sn-stylekit-passive-color-4-opacity-variant: #292937;--sn-stylekit-passive-color-5: #313142} +:root { + --primary-bg-color: #292937; + --secondary-bg-color: #313142; + --editor-bg-color: #202020; + --border-color: #13131a; + --ui-text-color: #d8d8d8; + --sn-stylekit-info-color: #4ca3ff; + --sn-stylekit-info-contrast-color: white; + --sn-stylekit-neutral-color: #7c7c7c; + --sn-stylekit-neutral-contrast-color: white; + --sn-stylekit-success-color: #01be79; + --sn-stylekit-success-contrast-color: white; + --sn-stylekit-warning-color: #f6a200; + --sn-stylekit-warning-contrast-color: white; + --sn-stylekit-danger-color: #f80324; + --sn-stylekit-danger-contrast-color: white; + --sn-desktop-titlebar-bg-color: var(--primary-bg-color); + --sn-desktop-titlebar-border-color: var(--border-color); + --sn-desktop-titlebar-ui-color: var(--ui-text-color); + --sn-desktop-titlebar-ui-hover-color: var(--sn-stylekit-info-color); + --sn-stylekit-shadow-color: #20202b; + --sn-stylekit-background-color: #20202b; + --sn-stylekit-border-color: var(--border-color); + --sn-stylekit-foreground-color: var(--ui-text-color); + --sn-stylekit-contrast-background-color: var(--secondary-bg-color); + --sn-stylekit-contrast-foreground-color: var(--ui-text-color); + --sn-stylekit-contrast-border-color: var(--border-color); + --sn-stylekit-secondary-background-color: #292937; + --sn-stylekit-secondary-foreground-color: var(--ui-text-color); + --sn-stylekit-secondary-border-color: var(--border-color); + --sn-stylekit-secondary-contrast-background-color: #45445a; + --sn-stylekit-secondary-contrast-foreground-color: var(--ui-text-color); + --sn-stylekit-secondary-contrast-border-color: var(--border-color); + --sn-stylekit-editor-background-color: var(--sn-stylekit-background-color); + --sn-stylekit-editor-foreground-color: var(--sn-stylekit-foreground-color); + --sn-stylekit-paragraph-text-color: var(--ui-text-color); + --sn-stylekit-scrollbar-track-border-color: var(--border-color); + --sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-info-color); + --sn-stylekit-menu-border: 1px solid #494965; + --sn-stylekit-passive-color-0: #94979e; + --sn-stylekit-passive-color-3: #2c2c39; + --sn-stylekit-passive-color-4: #313142; + --sn-stylekit-passive-color-4-opacity-variant: #292937; + --sn-stylekit-passive-color-5: #313142; +} diff --git a/packages/components/dist/assets/org.standardnotes.theme-solarized-dark/dist/dist.css b/packages/components/dist/assets/org.standardnotes.theme-solarized-dark/dist/dist.css index b370e3dfa..8c91f8b17 100644 --- a/packages/components/dist/assets/org.standardnotes.theme-solarized-dark/dist/dist.css +++ b/packages/components/dist/assets/org.standardnotes.theme-solarized-dark/dist/dist.css @@ -1 +1,60 @@ -:root{--background-1: #002b36;--background-2: #083642;--foreground-color: #fdf6e3;--highlight-color: #2aa198;--border-color: #00252e;--pre-color: #d6dbdb;--content-1: #586d75;--content-2: #667a83;--content-3: #839496;--content-4: #93a1a1;--footer-bar-border-top-color: 0;--menu-item-sep-color: rgba(0, 0, 0, 0.1);--sn-component-foreground-color: var(--content-1);--sn-component-background-color: var(--border-color);--sn-component-foreground-highlight-color: var(--highlight-color);--sn-component-outer-border-color: transparent;--sn-component-inner-border-color: var(--highlight-color);--sn-stylekit-info-color: var(--highlight-color);--sn-stylekit-info-contrast-color: var(--foreground-color);--sn-stylekit-neutral-color: #7c7c7c;--sn-stylekit-neutral-contrast-color: white;--sn-stylekit-success-color: #2b9612;--sn-stylekit-success-contrast-color: white;--sn-stylekit-warning-color: #f6a200;--sn-stylekit-warning-contrast-color: white;--sn-stylekit-danger-color: #f80324;--sn-stylekit-danger-contrast-color: white;--sn-stylekit-shadow-color: var(--background-2);--sn-stylekit-background-color: var(--background-1);--sn-stylekit-foreground-color: var(--foreground-color);--sn-stylekit-border-color: var(--border-color);--sn-stylekit-paragraph-text-color: var(--foreground-color);--sn-stylekit-contrast-background-color: var(--background-2);--sn-stylekit-contrast-foreground-color: var(--foreground-color);--sn-stylekit-contrast-border-color: var(--border-color);--sn-stylekit-secondary-background-color: var(--background-1);--sn-stylekit-secondary-foreground-color: var(--foreground-color);--sn-stylekit-secondary-border-color: var(--border-color);--sn-stylekit-secondary-contrast-background-color: var(--background-2);--sn-stylekit-secondary-contrast-foreground-color: var(--foreground-color);--sn-stylekit-secondary-contrast-border-color: var(--border-color);--sn-stylekit-editor-background-color: var(--sn-stylekit-background-color);--sn-stylekit-editor-foreground-color: var(--sn-stylekit-foreground-color);--sn-stylekit-scrollbar-track-border-color: var(--border-color);--sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-info-color);--sn-desktop-titlebar-bg-color: var(--background-1);--sn-desktop-titlebar-border-color: var(--border-color);--sn-desktop-titlebar-ui-color: var(--foreground-color);--sn-desktop-titlebar-ui-hover-color: var(--highlight-color);--sn-stylekit-menu-border: 1px solid #1f5461;--sn-stylekit-passive-color-0: #a8bdbd;--sn-stylekit-passive-color-1: #93a1a1;--sn-stylekit-passive-color-3: #0d4f60;--sn-stylekit-passive-color-4: #083642;--sn-stylekit-passive-color-4-opacity-variant: #2aa1983d;--sn-stylekit-passive-color-5: #003542} +:root { + --background-1: #002b36; + --background-2: #083642; + --foreground-color: #fdf6e3; + --highlight-color: #2aa198; + --border-color: #00252e; + --pre-color: #d6dbdb; + --content-1: #586d75; + --content-2: #667a83; + --content-3: #839496; + --content-4: #93a1a1; + /* Footer */ + --footer-bar-border-top-color: 0; + /* Column Menus */ + --menu-item-sep-color: rgba(0, 0, 0, 0.1); + --sn-component-foreground-color: var(--content-1); + --sn-component-background-color: var(--border-color); + --sn-component-foreground-highlight-color: var(--highlight-color); + --sn-component-outer-border-color: transparent; + --sn-component-inner-border-color: var(--highlight-color); + --sn-stylekit-info-color: var(--highlight-color); + --sn-stylekit-info-contrast-color: var(--foreground-color); + --sn-stylekit-neutral-color: #7c7c7c; + --sn-stylekit-neutral-contrast-color: white; + --sn-stylekit-success-color: #2b9612; + --sn-stylekit-success-contrast-color: white; + --sn-stylekit-warning-color: #f6a200; + --sn-stylekit-warning-contrast-color: white; + --sn-stylekit-danger-color: #f80324; + --sn-stylekit-danger-contrast-color: white; + --sn-stylekit-shadow-color: var(--background-2); + --sn-stylekit-background-color: var(--background-1); + --sn-stylekit-foreground-color: var(--foreground-color); + --sn-stylekit-border-color: var(--border-color); + --sn-stylekit-paragraph-text-color: var(--foreground-color); + --sn-stylekit-contrast-background-color: var(--background-2); + --sn-stylekit-contrast-foreground-color: var(--foreground-color); + --sn-stylekit-contrast-border-color: var(--border-color); + --sn-stylekit-secondary-background-color: var(--background-1); + --sn-stylekit-secondary-foreground-color: var(--foreground-color); + --sn-stylekit-secondary-border-color: var(--border-color); + --sn-stylekit-secondary-contrast-background-color: var(--background-2); + --sn-stylekit-secondary-contrast-foreground-color: var(--foreground-color); + --sn-stylekit-secondary-contrast-border-color: var(--border-color); + --sn-stylekit-editor-background-color: var(--sn-stylekit-background-color); + --sn-stylekit-editor-foreground-color: var(--sn-stylekit-foreground-color); + --sn-stylekit-scrollbar-track-border-color: var(--border-color); + --sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-info-color); + --sn-desktop-titlebar-bg-color: var(--background-1); + --sn-desktop-titlebar-border-color: var(--border-color); + --sn-desktop-titlebar-ui-color: var(--foreground-color); + --sn-desktop-titlebar-ui-hover-color: var(--highlight-color); + --sn-stylekit-menu-border: 1px solid #1f5461; + --sn-stylekit-passive-color-0: #a8bdbd; + --sn-stylekit-passive-color-1: #93a1a1; + --sn-stylekit-passive-color-3: #0d4f60; + --sn-stylekit-passive-color-4: #083642; + --sn-stylekit-passive-color-4-opacity-variant: #2aa1983d; + --sn-stylekit-passive-color-5: #003542; +} diff --git a/packages/components/dist/assets/org.standardnotes.theme-titanium/dist/dist.css b/packages/components/dist/assets/org.standardnotes.theme-titanium/dist/dist.css index c2d2b24ec..0c79c4f4a 100644 --- a/packages/components/dist/assets/org.standardnotes.theme-titanium/dist/dist.css +++ b/packages/components/dist/assets/org.standardnotes.theme-titanium/dist/dist.css @@ -1 +1,41 @@ -:root{--foreground-color: #3d3c40;--background-color: #663399;--highlight-color: #c9cccf;--border-color: var(--highlight-color);--sn-stylekit-shadow-color: var(--highlight-color);--sn-stylekit-info-color: var(--background-color);--sn-stylekit-info-contrast-color: #e6e6e6;--sn-stylekit-neutral-color: #7c7c7c;--sn-stylekit-neutral-contrast-color: #ffffff;--sn-stylekit-success-color: #2b9612;--sn-stylekit-success-contrast-color: #ffffff;--sn-stylekit-warning-color: #f6a200;--sn-stylekit-warning-contrast-color: #ffffff;--sn-stylekit-danger-color: #f80324;--sn-stylekit-danger-contrast-color: #ffffff;--sn-stylekit-background-color: #d9dbde;--sn-stylekit-foreground-color: #3d3c40;--sn-stylekit-border-color: #c9cccf;--sn-stylekit-contrast-background-color: #e7e7e7;--sn-stylekit-contrast-foreground-color: #3d3c40;--sn-stylekit-contrast-border-color: #c9cccf;--sn-stylekit-secondary-background-color: #d8d9de;--sn-stylekit-secondary-foreground-color: #3d3c40;--sn-stylekit-secondary-border-color: #c9cccf;--sn-stylekit-secondary-contrast-background-color: #e7e7e7;--sn-stylekit-secondary-contrast-foreground-color: #3d3c40;--sn-stylekit-secondary-contrast-border-color: #c9cccf;--sn-stylekit-editor-background-color: var(--sn-stylekit-background-color);--sn-stylekit-editor-foreground-color: var(--sn-stylekit-foreground-color);--sn-stylekit-paragraph-text-color: #3d3c40;--sn-stylekit-scrollbar-track-border-color: var(--border-color);--sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-neutral-color);--sn-desktop-titlebar-bg-color: #d9dbde;--sn-desktop-titlebar-border-color: var(--highlight-color);--sn-desktop-titlebar-ui-color: var(--foreground-color);--sn-desktop-titlebar-ui-hover-color: var(--background-color);--sn-stylekit-menu-border: 1px solid #b2b2b3;--sn-stylekit-passive-color-0: #626166;--sn-stylekit-passive-color-4-opacity-variant: #e9e9e9} +:root { + --foreground-color: #3d3c40; + --background-color: #663399; + --highlight-color: #c9cccf; + --border-color: var(--highlight-color); + --sn-stylekit-shadow-color: var(--highlight-color); + --sn-stylekit-info-color: var(--background-color); + --sn-stylekit-info-contrast-color: #e6e6e6; + --sn-stylekit-neutral-color: #7c7c7c; + --sn-stylekit-neutral-contrast-color: #ffffff; + --sn-stylekit-success-color: #2b9612; + --sn-stylekit-success-contrast-color: #ffffff; + --sn-stylekit-warning-color: #f6a200; + --sn-stylekit-warning-contrast-color: #ffffff; + --sn-stylekit-danger-color: #f80324; + --sn-stylekit-danger-contrast-color: #ffffff; + --sn-stylekit-background-color: #d9dbde; + --sn-stylekit-foreground-color: #3d3c40; + --sn-stylekit-border-color: #c9cccf; + --sn-stylekit-contrast-background-color: #e7e7e7; + --sn-stylekit-contrast-foreground-color: #3d3c40; + --sn-stylekit-contrast-border-color: #c9cccf; + --sn-stylekit-secondary-background-color: #d8d9de; + --sn-stylekit-secondary-foreground-color: #3d3c40; + --sn-stylekit-secondary-border-color: #c9cccf; + --sn-stylekit-secondary-contrast-background-color: #e7e7e7; + --sn-stylekit-secondary-contrast-foreground-color: #3d3c40; + --sn-stylekit-secondary-contrast-border-color: #c9cccf; + --sn-stylekit-editor-background-color: var(--sn-stylekit-background-color); + --sn-stylekit-editor-foreground-color: var(--sn-stylekit-foreground-color); + --sn-stylekit-paragraph-text-color: #3d3c40; + --sn-stylekit-scrollbar-track-border-color: var(--border-color); + --sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-neutral-color); + --sn-desktop-titlebar-bg-color: #d9dbde; + --sn-desktop-titlebar-border-color: var(--highlight-color); + --sn-desktop-titlebar-ui-color: var(--foreground-color); + --sn-desktop-titlebar-ui-hover-color: var(--background-color); + --sn-stylekit-menu-border: 1px solid #b2b2b3; + --sn-stylekit-passive-color-0: #626166; + --sn-stylekit-passive-color-4-opacity-variant: #e9e9e9; +} diff --git a/packages/components/dist/zips/checksums.json b/packages/components/dist/zips/checksums.json index 91299ed0d..d1b194ee4 100644 --- a/packages/components/dist/zips/checksums.json +++ b/packages/components/dist/zips/checksums.json @@ -1,38 +1,38 @@ { "org.standardnotes.theme-midnight": { "version": "1.2.12", - "base64": "1a8fc64078172a2a0f7bf808fdb90ec8f2d47f48582370ad9d535ddd866c4086", - "binary": "4f98916868213139c29a1feba8d2882812ac5931783cc334d5e9492eff7d33f8" + "base64": "2f64c6dd1dcabb8fa4544a59ef1b212dea367d711eb3ea268470499019efb838", + "binary": "e0e46a652f56e22a0a9dd9821e6e097c22446a161b8682bf0bab230236864b51" }, "org.standardnotes.theme-futura": { "version": "1.2.13", - "base64": "2a9cd4fac61ee2c29631b9f4ff415ecbc92dc3a791eb2025d5daa5b94343db2b", - "binary": "302b7e6fffe7002b194f46ba347d687e6e9e684f935c054927d57c5640c46072" + "base64": "fafb94b96b770d0a6717e4d4bed998ef7578d418ce8895609cca906f9837f3f3", + "binary": "1d2d2f8b1334a9baeefab4c8e775b793b642dbc35901e40e08927ba288b13351" }, "org.standardnotes.theme-solarized-dark": { "version": "1.2.11", - "base64": "120bae5c462a01c463a925a6ad6f2bb7075c14fc5538a254984eb0902667be9f", - "binary": "4ab5feebeee8513da3833f28fbe99ebc72b089af3b68626e461399d074ca127c" + "base64": "209639819560603cebe8a1a26880ebe5f4c1f6988e2800009c0276b5dcd66d10", + "binary": "125ee8fc27cac0e81cf534117c914951bff1bb51168867bf4d2954e84450be33" }, "org.standardnotes.theme-autobiography": { "version": "1.0.8", - "base64": "fccdc63673bd129108aea536d32f3f90165ea1eb5fad151ef8aa6e6c31318c90", - "binary": "a15b658d71ce95f3e6823ee4ff973a1af99b425153f0fa3d216a994df238ea5c" + "base64": "37a81f0ed59b600ba8a1aafba5cfe786fa47ce75c3737377e0893a7b70b6c617", + "binary": "e6e7d60576a7df0a45b96c495a2a82d945c54811fafef5a51f61152f64d89136" }, "org.standardnotes.theme-focus": { "version": "1.2.13", - "base64": "1e2442e0ff1d17955a48ca06d0136ad728cef63a54ab9e73476e6b43477c854f", - "binary": "bfe44615be25891118860b565ca80ab96e1e7b8d9f4ca0d4890933e63019c20c" + "base64": "52dcd28207d198a8bc7f6bdbd5ba32909f83a32c1aac4196100a2403836936a2", + "binary": "c88f43457f859c628e3823a7598bf4ad0b57944bd239650ea914281a71bb11c7" }, "org.standardnotes.theme-titanium": { "version": "1.2.12", - "base64": "3782d1873abc4cbd567d81bf1bea87caa9ac727217ef425df19ec4c2c1be465a", - "binary": "39a3f4ad07469182bda99c7538ee85312dceb7cf57147465ddd0c9f301fdee1f" + "base64": "a08938b6e0f4a7bd4d3021463d9b03e37518b31540e50a4de572d0c9357be4e4", + "binary": "bab1d4ae2cb1e92ca99c8fc0d91b119b30f714e946a5b31b06942aee1612f233" }, "org.standardnotes.theme-dynamic": { "version": "1.0.8", - "base64": "be0c35122af2637915e6e72ef2b52ab53d709b7e439c6ccccf579a123a985258", - "binary": "0d267d1cdcb390c17e3c5df7cc428af4a7338920abe646662b2da883cc82daa4" + "base64": "0f0232ab1bd65f562619fbd68ae593522e6127f359b5843956aaf99c9436c583", + "binary": "6f726e05c26f0e9feee775656513a034c6a437b22510e75fba863acc6342af24" }, "org.standardnotes.code-editor": { "version": "1.3.17", @@ -70,9 +70,9 @@ "binary": "a46750365327abb84748563f59316b17dba5f802ab6d92849f519a9dd3c63761" }, "org.standardnotes.markdown-visual-editor": { - "version": "1.0.11", - "base64": "38d190cbd25b6b85695d014acf9616aaefc0d08e8022208be35b14a002f9fbe7", - "binary": "c10ddfadac1b91847770c621b92ba46f1cd8a796eb91325fea7ca92d6b39b26d" + "version": "1.0.12-alpha.0", + "base64": "57e47587ac3318d89a7d770957128406bc4ca0c7f0c63ba50616f5d0169dd88f", + "binary": "eb6731df93c7c27c5d527a44be323874b3c34fd8675db4daa43efb9a80fe43a3" }, "org.standardnotes.simple-task-editor": { "version": "1.3.15", @@ -80,9 +80,9 @@ "binary": "8b35fad71be34d20f14af998aec6067eb92f05c967d19c448df8f061fb54af79" }, "org.standardnotes.token-vault": { - "version": "2.1.1", - "base64": "417de4790a63418bcac0da70dfa3981090ad76f0093bc18d553dd7953fa73379", - "binary": "d7ca65350e82b47459152e4b0ada2252b94987015ca30667c405142d2c47351e" + "version": "2.1.2-alpha.0", + "base64": "6beac22711a700785b9cb0d26335d16c83fe7ae1e5aba9a68a5044378d9c183a", + "binary": "0a1a3e669de816496c93789b8abcd25994f27145abbfe428326b51f8f94c4eae" }, "org.standardnotes.standard-sheets": { "version": "1.4.9", diff --git a/packages/components/dist/zips/org.standardnotes.markdown-visual-editor.zip b/packages/components/dist/zips/org.standardnotes.markdown-visual-editor.zip index c8a57f549..6bb629359 100644 Binary files a/packages/components/dist/zips/org.standardnotes.markdown-visual-editor.zip and b/packages/components/dist/zips/org.standardnotes.markdown-visual-editor.zip differ diff --git a/packages/components/dist/zips/org.standardnotes.theme-autobiography.zip b/packages/components/dist/zips/org.standardnotes.theme-autobiography.zip index 7699bbadc..d85c7782a 100644 Binary files a/packages/components/dist/zips/org.standardnotes.theme-autobiography.zip and b/packages/components/dist/zips/org.standardnotes.theme-autobiography.zip differ diff --git a/packages/components/dist/zips/org.standardnotes.theme-dynamic.zip b/packages/components/dist/zips/org.standardnotes.theme-dynamic.zip index 093998acb..fe943f208 100644 Binary files a/packages/components/dist/zips/org.standardnotes.theme-dynamic.zip and b/packages/components/dist/zips/org.standardnotes.theme-dynamic.zip differ diff --git a/packages/components/dist/zips/org.standardnotes.theme-focus.zip b/packages/components/dist/zips/org.standardnotes.theme-focus.zip index 94ce85b1a..b4836701b 100644 Binary files a/packages/components/dist/zips/org.standardnotes.theme-focus.zip and b/packages/components/dist/zips/org.standardnotes.theme-focus.zip differ diff --git a/packages/components/dist/zips/org.standardnotes.theme-futura.zip b/packages/components/dist/zips/org.standardnotes.theme-futura.zip index 0147a93b3..255d29509 100644 Binary files a/packages/components/dist/zips/org.standardnotes.theme-futura.zip and b/packages/components/dist/zips/org.standardnotes.theme-futura.zip differ diff --git a/packages/components/dist/zips/org.standardnotes.theme-midnight.zip b/packages/components/dist/zips/org.standardnotes.theme-midnight.zip index 412ad32db..45397cfc3 100644 Binary files a/packages/components/dist/zips/org.standardnotes.theme-midnight.zip and b/packages/components/dist/zips/org.standardnotes.theme-midnight.zip differ diff --git a/packages/components/dist/zips/org.standardnotes.theme-solarized-dark.zip b/packages/components/dist/zips/org.standardnotes.theme-solarized-dark.zip index 659db7f69..527174e37 100644 Binary files a/packages/components/dist/zips/org.standardnotes.theme-solarized-dark.zip and b/packages/components/dist/zips/org.standardnotes.theme-solarized-dark.zip differ diff --git a/packages/components/dist/zips/org.standardnotes.theme-titanium.zip b/packages/components/dist/zips/org.standardnotes.theme-titanium.zip index dffd2ba3c..4081ed06e 100644 Binary files a/packages/components/dist/zips/org.standardnotes.theme-titanium.zip and b/packages/components/dist/zips/org.standardnotes.theme-titanium.zip differ diff --git a/packages/components/dist/zips/org.standardnotes.token-vault.zip b/packages/components/dist/zips/org.standardnotes.token-vault.zip index b0e06c8b5..8a18332ac 100644 Binary files a/packages/components/dist/zips/org.standardnotes.token-vault.zip and b/packages/components/dist/zips/org.standardnotes.token-vault.zip differ