|
|
|
@ -12,27 +12,30 @@
|
|
|
|
|
--dialog-border-color: var(--color-gray-20);
|
|
|
|
|
--dropdown-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="292.4" height="292.4" viewBox="0 0 292 292"><path d="M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z"/></svg>');
|
|
|
|
|
--focus-highlight-color: #{$oc-blue-2};
|
|
|
|
|
--icon-fill-color: var(--color-gray-80);
|
|
|
|
|
--icon-fill-color: var(--color-on-surface);
|
|
|
|
|
--icon-green-fill-color: #{$oc-green-9};
|
|
|
|
|
--default-bg-color: #{$oc-white};
|
|
|
|
|
--input-bg-color: #{$oc-white};
|
|
|
|
|
--input-border-color: #{$oc-gray-4};
|
|
|
|
|
--input-hover-bg-color: #{$oc-gray-1};
|
|
|
|
|
--input-label-color: #{$oc-gray-7};
|
|
|
|
|
--island-bg-color: rgba(255, 255, 255, 0.96);
|
|
|
|
|
--island-bg-color: #ffffff;
|
|
|
|
|
--keybinding-color: var(--color-gray-40);
|
|
|
|
|
--link-color: #{$oc-blue-7};
|
|
|
|
|
--overlay-bg-color: #{transparentize($oc-white, 0.12)};
|
|
|
|
|
--popup-bg-color: #{$oc-white};
|
|
|
|
|
--popup-bg-color: var(--island-bg-color);
|
|
|
|
|
--popup-secondary-bg-color: #{$oc-gray-1};
|
|
|
|
|
--popup-text-color: #{$oc-black};
|
|
|
|
|
--popup-text-inverted-color: #{$oc-white};
|
|
|
|
|
--select-highlight-color: #{$oc-blue-5};
|
|
|
|
|
--shadow-island: 0px 7px 14px rgba(0, 0, 0, 0.05),
|
|
|
|
|
0px 0px 3.12708px rgba(0, 0, 0, 0.0798),
|
|
|
|
|
0px 0px 0.931014px rgba(0, 0, 0, 0.1702);
|
|
|
|
|
--button-hover-bg: var(--color-gray-10);
|
|
|
|
|
--default-border-color: var(--color-gray-30);
|
|
|
|
|
--shadow-island: 0px 0px 0.9310142993927002px 0px rgba(0, 0, 0, 0.17),
|
|
|
|
|
0px 0px 3.1270833015441895px 0px rgba(0, 0, 0, 0.08),
|
|
|
|
|
0px 7px 14px 0px rgba(0, 0, 0, 0.05);
|
|
|
|
|
|
|
|
|
|
--button-hover-bg: var(--color-surface-high);
|
|
|
|
|
--button-active-bg: var(--color-surface-high);
|
|
|
|
|
--button-active-border: var(--color-brand-active);
|
|
|
|
|
--default-border-color: var(--color-surface-high);
|
|
|
|
|
|
|
|
|
|
--default-button-size: 2rem;
|
|
|
|
|
--default-icon-size: 1rem;
|
|
|
|
@ -63,14 +66,14 @@
|
|
|
|
|
0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
|
|
|
|
|
0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
|
|
|
|
|
0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
|
|
|
|
|
--sidebar-border-color: var(--color-gray-20);
|
|
|
|
|
--sidebar-bg-color: #fff;
|
|
|
|
|
--sidebar-border-color: var(--color-surface-high);
|
|
|
|
|
--sidebar-bg-color: var(--island-bg-color);
|
|
|
|
|
--library-dropdown-shadow: 0px 15px 6px rgba(0, 0, 0, 0.01),
|
|
|
|
|
0px 8px 5px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.09),
|
|
|
|
|
0px 1px 2px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
|
|
|
|
--space-factor: 0.25rem;
|
|
|
|
|
--text-primary-color: var(--color-gray-80);
|
|
|
|
|
--text-primary-color: var(--color-on-surface);
|
|
|
|
|
|
|
|
|
|
--color-selection: #6965db;
|
|
|
|
|
|
|
|
|
@ -132,6 +135,19 @@
|
|
|
|
|
--border-radius-md: 0.375rem;
|
|
|
|
|
--border-radius-lg: 0.5rem;
|
|
|
|
|
|
|
|
|
|
--color-surface-high: hsl(244, 100%, 97%);
|
|
|
|
|
--color-surface-mid: hsl(240 25% 96%);
|
|
|
|
|
--color-surface-low: hsl(240 25% 94%);
|
|
|
|
|
--color-surface-lowest: #ffffff;
|
|
|
|
|
--color-on-surface: #1b1b1f;
|
|
|
|
|
--color-brand-hover: #5753d0;
|
|
|
|
|
--color-on-primary-container: #030064;
|
|
|
|
|
--color-surface-primary-container: #e0dfff;
|
|
|
|
|
--color-brand-active: #4440bf;
|
|
|
|
|
--color-border-outline: #767680;
|
|
|
|
|
--color-border-outline-variant: #c5c5d0;
|
|
|
|
|
--color-surface-primary-container: #e0dfff;
|
|
|
|
|
|
|
|
|
|
&.theme--dark {
|
|
|
|
|
&.theme--dark-background-none {
|
|
|
|
|
background: none;
|
|
|
|
@ -150,29 +166,24 @@
|
|
|
|
|
--dialog-border-color: var(--color-gray-80);
|
|
|
|
|
--dropdown-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="292.4" height="292.4" viewBox="0 0 292 292"><path fill="%23ced4da" d="M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z"/></svg>');
|
|
|
|
|
--focus-highlight-color: #{$oc-blue-6};
|
|
|
|
|
--icon-fill-color: var(--color-gray-40);
|
|
|
|
|
--icon-green-fill-color: #{$oc-green-4};
|
|
|
|
|
--default-bg-color: #121212;
|
|
|
|
|
--input-bg-color: #121212;
|
|
|
|
|
--input-border-color: #2e2e2e;
|
|
|
|
|
--input-hover-bg-color: #181818;
|
|
|
|
|
--input-label-color: #{$oc-gray-2};
|
|
|
|
|
--island-bg-color: #262627;
|
|
|
|
|
--island-bg-color: #232329;
|
|
|
|
|
--keybinding-color: var(--color-gray-60);
|
|
|
|
|
--link-color: #{$oc-blue-4};
|
|
|
|
|
--overlay-bg-color: #{transparentize($oc-gray-8, 0.88)};
|
|
|
|
|
--popup-bg-color: #2c2c2c;
|
|
|
|
|
--popup-secondary-bg-color: #222;
|
|
|
|
|
--popup-text-color: #{$oc-gray-4};
|
|
|
|
|
--popup-text-inverted-color: #2c2c2c;
|
|
|
|
|
--select-highlight-color: #{$oc-blue-4};
|
|
|
|
|
--text-primary-color: var(--color-gray-40);
|
|
|
|
|
--button-hover-bg: var(--color-gray-80);
|
|
|
|
|
--default-border-color: var(--color-gray-80);
|
|
|
|
|
--shadow-island: 0px 13px 33px rgba(0, 0, 0, 0.07),
|
|
|
|
|
0px 4.13px 9.94853px rgba(0, 0, 0, 0.0456112),
|
|
|
|
|
0px 1.13px 4.13211px rgba(0, 0, 0, 0.035),
|
|
|
|
|
0px 0.769896px 1.4945px rgba(0, 0, 0, 0.0243888);
|
|
|
|
|
--shadow-island: 0px 0px 0.9310142993927002px 0px rgba(0, 0, 0, 0.17),
|
|
|
|
|
0px 0px 3.1270833015441895px 0px rgba(0, 0, 0, 0.08),
|
|
|
|
|
0px 7px 14px 0px rgba(0, 0, 0, 0.05);
|
|
|
|
|
|
|
|
|
|
--modal-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07),
|
|
|
|
|
0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
|
|
|
|
|
0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275),
|
|
|
|
@ -180,8 +191,6 @@
|
|
|
|
|
0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
|
|
|
|
|
0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
|
|
|
|
|
--avatar-border-color: var(--color-gray-85);
|
|
|
|
|
--sidebar-border-color: var(--color-gray-85);
|
|
|
|
|
--sidebar-bg-color: #191919;
|
|
|
|
|
|
|
|
|
|
--scrollbar-thumb: #{$oc-gray-8};
|
|
|
|
|
--scrollbar-thumb-hover: #{$oc-gray-7};
|
|
|
|
@ -224,5 +233,18 @@
|
|
|
|
|
--color-promo: #d297ff;
|
|
|
|
|
|
|
|
|
|
--color-logo-text: #e2dfff;
|
|
|
|
|
|
|
|
|
|
--color-surface-high: hsl(245, 10%, 21%);
|
|
|
|
|
--color-surface-low: hsl(240, 8%, 15%);
|
|
|
|
|
--color-surface-mid: hsl(240 6% 10%);
|
|
|
|
|
--color-surface-lowest: hsl(0, 0%, 7%);
|
|
|
|
|
--color-on-surface: #e3e3e8;
|
|
|
|
|
--color-brand-hover: #bbb8ff;
|
|
|
|
|
--color-on-primary-container: #e0dfff;
|
|
|
|
|
--color-surface-primary-container: #403e6a;
|
|
|
|
|
--color-brand-active: #d0ccff;
|
|
|
|
|
--color-border-outline: #8e8d9c;
|
|
|
|
|
--color-border-outline-variant: #46464f;
|
|
|
|
|
--color-surface-primary-container: #403e6a;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|