2024-12-16 21:49:09 +02:00
|
|
|
/* Import the Next theme base style */
|
2024-12-22 15:42:15 +02:00
|
|
|
@import url(./theme-next/base.css);
|
2024-12-16 21:49:09 +02:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Color scheme
|
|
|
|
*/
|
|
|
|
:root {
|
|
|
|
--theme-style: light;
|
|
|
|
--native-titlebar-background: #ffffff00;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--main-background-color: white;
|
|
|
|
--main-text-color: black;
|
|
|
|
--main-border-color: #dbdbdb;
|
|
|
|
--subtle-border-color: rgba(0, 0, 0, 0.1);
|
|
|
|
--dropdown-border-color: #ccc;
|
2025-01-09 18:07:02 +02:00
|
|
|
--dropdown-shadow-opacity: 0.2;
|
2024-12-16 21:49:09 +02:00
|
|
|
--dropdown-item-icon-destructive-color: #ec5138;
|
|
|
|
--disabled-tooltip-icon-color: #004382;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
|
|
|
--accented-background-color: #f5f5f5;
|
|
|
|
|
2025-02-06 19:20:10 +02:00
|
|
|
--tool-dialog-background-color: white;
|
|
|
|
--tool-dialog-shadow-color: #00000070;
|
|
|
|
|
2025-01-29 21:20:31 +02:00
|
|
|
--button-text-color: currentColor;
|
|
|
|
|
2025-01-29 21:17:20 +02:00
|
|
|
--cmd-button-background-color: #0000000f;
|
|
|
|
--cmd-button-text-color: #000000ad;
|
|
|
|
--cmd-button-hover-background-color: #00000016;
|
|
|
|
--cmd-button-hover-text-color: #000;
|
|
|
|
--cmd-button-shadow-color: #00000040;
|
2025-01-29 23:14:27 +02:00
|
|
|
--cmd-button-icon-color: black;
|
2025-01-29 22:20:52 +02:00
|
|
|
--cmd-button-keyboard-shortcut-background: #00000017;
|
|
|
|
--cmd-button-keyboard-shortcut-color: black;
|
2025-03-02 20:47:57 +01:00
|
|
|
--cmd-button-disabled-opacity: 0.5;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2025-01-30 22:44:11 +02:00
|
|
|
--icon-button-color: currentColor;
|
|
|
|
--icon-button-hover-background: var(--hover-item-background-color);
|
|
|
|
--icon-button-hover-color: var(--hover-item-text-color);
|
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--muted-text-color: #666;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2025-01-13 14:51:23 +02:00
|
|
|
--input-background-color: #00000012;
|
2024-12-16 21:49:09 +02:00
|
|
|
--input-text-color: black;
|
2025-01-13 14:51:23 +02:00
|
|
|
--input-placeholder-color: #06060682;
|
|
|
|
--input-selection-background: gray;
|
|
|
|
--input-selection-text-color: white;
|
|
|
|
--input-hover-background: #00000020;
|
|
|
|
--input-hover-color: black;
|
|
|
|
--input-focus-outline-color: #00000063;
|
|
|
|
--input-focus-background: #ffffff80;
|
|
|
|
--input-focus-color: #000;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2025-01-14 01:46:28 +02:00
|
|
|
--input-action-button-color: #575757;
|
|
|
|
--input-action-button-hover: black;
|
|
|
|
|
2025-01-17 00:58:11 +02:00
|
|
|
--radio-checkbox-background: #0000002e;
|
|
|
|
--radio-checkbox-hover-background: #0000004f;
|
|
|
|
--radio-checkbox-indicator-color: black;
|
2025-01-16 23:39:18 +02:00
|
|
|
|
2025-01-14 21:40:05 +02:00
|
|
|
--select-focus-background: white;
|
|
|
|
--select-focus-text-color: var(--input-text-color);
|
|
|
|
--select-dropdown-text-color: var(--input-text-color);
|
2025-01-14 22:10:06 +02:00
|
|
|
--select-arrow-svg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='transparent' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
|
2025-01-14 22:39:30 +02:00
|
|
|
--select-group-heading-text-color: gray;
|
2025-01-14 21:40:05 +02:00
|
|
|
|
2025-01-24 10:21:50 +02:00
|
|
|
--link-hover-background: #00000012;
|
|
|
|
--link-hover-color: black;
|
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--hover-item-text-color: black;
|
|
|
|
--hover-item-background-color: #0000001a;
|
|
|
|
--hover-item-border-color: transparent;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--active-item-text-color: var(--left-pane-text-color);
|
|
|
|
--active-item-background-color: #ddd;
|
|
|
|
--active-item-border-color: transparent;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--menu-text-color: #272727;
|
|
|
|
--menu-background-color: #ffffffd9;
|
|
|
|
--menu-item-icon-color: #727272;
|
2025-02-06 16:31:38 +02:00
|
|
|
--menu-item-disabled-opacity: 0.6;
|
2024-12-16 21:49:09 +02:00
|
|
|
--menu-item-keyboard-shortcut-color: #666666a8;
|
|
|
|
--menu-item-arrow-color: #00000080;
|
|
|
|
--menu-item-delimiter-color: #00000030;
|
2025-02-08 02:37:57 +02:00
|
|
|
--menu-item-group-header-color: #00000061;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2025-03-06 02:28:19 +02:00
|
|
|
--modal-backdrop-color: #7c7c7c;
|
|
|
|
--modal-shadow-color: #00000033;
|
|
|
|
--modal-border-color: #797979;
|
2024-12-16 21:49:09 +02:00
|
|
|
--modal-background-color: white;
|
2025-03-06 02:28:19 +02:00
|
|
|
--modal-title-color: gray;
|
|
|
|
--modal-control-button-background: #0000001a;
|
|
|
|
--modal-control-button-color: #737373;
|
|
|
|
--modal-control-button-hover-color: white;
|
|
|
|
--modal-control-button-hover-background: gray;
|
|
|
|
--modal-close-button-hover-background: var(--tab-close-button-hover-background);
|
|
|
|
--modal-footer-background: #00000008;
|
|
|
|
--modal-footer-color: #00000085;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2025-03-12 13:31:04 +02:00
|
|
|
--toast-background: #00000099;
|
|
|
|
--toast-text-color: white;
|
|
|
|
--toast-close-button-background: #ffffff33;
|
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--quick-search-background: #00000012;
|
|
|
|
--quick-search-color: #06060682;
|
|
|
|
--quick-search-hover-background: #00000020;
|
|
|
|
--quick-search-focus-border: #00000029;
|
|
|
|
--quick-search-focus-background: #ffffff80;
|
|
|
|
--quick-search-focus-color: #000;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--left-pane-collapsed-border-color: #0000000d;
|
|
|
|
--left-pane-background-color: #f2f2f2;
|
|
|
|
--left-pane-text-color: #383838;
|
|
|
|
--left-pane-item-hover-background: #eaeaea;
|
|
|
|
--left-pane-item-selected-background: white;
|
|
|
|
--left-pane-item-selected-color: black;
|
2025-01-09 18:07:02 +02:00
|
|
|
--left-pane-item-selected-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
|
2024-12-16 21:49:09 +02:00
|
|
|
--left-pane-item-action-button-background: #d7d7d7;
|
|
|
|
--left-pane-item-action-button-color: inherit;
|
|
|
|
--left-pane-item-action-button-hover-background: white;
|
2025-01-09 18:07:02 +02:00
|
|
|
--left-pane-item-action-button-hover-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
|
|
|
|
--left-pane-item-selected-action-button-hover-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2025-03-19 17:30:30 +02:00
|
|
|
/* Deprecated: now local variables in #launcher, with the values dependent on the current layout. */
|
|
|
|
--launcher-pane-background-color: unset;
|
|
|
|
--launcher-pane-text-color: unset;
|
|
|
|
|
|
|
|
--launcher-pane-vert-background-color: #e8e8e8;
|
|
|
|
--launcher-pane-vert-text-color: #000000bd;
|
|
|
|
--launcher-pane-vert-button-hover-color: black;
|
|
|
|
--launcher-pane-vert-button-hover-background: white;
|
|
|
|
--launcher-pane-vert-button-hover-shadow: 4px 4px 4px rgba(0, 0, 0, 0.075);
|
2025-03-19 18:02:58 +02:00
|
|
|
--launcher-pane-vert-button-focus-outline-color: var(--input-focus-outline-color);
|
2025-03-19 17:30:30 +02:00
|
|
|
|
|
|
|
--launcher-pane-horiz-border-color: rgba(0, 0, 0, 0.1);
|
|
|
|
--launcher-pane-horiz-background-color: #fafafa;
|
|
|
|
--launcher-pane-horiz-button-hover-color: black;
|
2025-03-19 17:39:38 +02:00
|
|
|
--launcher-pane-horiz-button-hover-background: var(--icon-button-hover-background);
|
|
|
|
--launcher-pane-horiz-button-hover-shadow: unset;
|
2025-03-19 18:02:58 +02:00
|
|
|
--launcher-pane-horiz-button-focus-outline-color: var(--input-focus-outline-color);
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--protected-session-active-icon-color: #16b516;
|
|
|
|
--sync-status-error-pulse-color: #ff5528;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2025-03-13 04:04:08 +02:00
|
|
|
--right-pane-heading-color: gray;
|
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--root-background: var(--left-pane-background-color);
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--gutter-color: transparent;
|
|
|
|
--gutter-hover-color: #bfbfbf;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--tab-close-button-hover-background: #c95a5a;
|
|
|
|
--tab-close-button-hover-color: white;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--active-tab-background-color: white;
|
|
|
|
--active-tab-hover-background-color: var(--active-tab-background-color);
|
|
|
|
--active-tab-text-color: black;
|
2025-01-09 18:07:02 +02:00
|
|
|
--active-tab-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.05);
|
|
|
|
--active-tab-dragging-shadow: var(--active-tab-shadow), 0 0 20px rgba(0, 0, 0, 0.1);
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--inactive-tab-background-color: transparent;
|
|
|
|
--inactive-tab-hover-background-color: #00000016;
|
|
|
|
--inactive-tab-text-color: #4e4e4e;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2025-02-16 15:47:44 +02:00
|
|
|
--alert-bar-background: #32637b29;
|
|
|
|
|
2025-02-22 10:10:58 +02:00
|
|
|
--promoted-attribute-card-background-color: var(--card-background-color);
|
|
|
|
--promoted-attribute-card-shadow-color: #00000033;
|
|
|
|
|
2025-03-21 20:21:44 +02:00
|
|
|
--floating-button-shadow-color: #00000042;
|
|
|
|
--floating-button-background-color: #eaeaeacc;
|
|
|
|
--floating-button-color: #454545;
|
2025-03-21 03:17:43 +02:00
|
|
|
--floating-button-hover-background: #00000017;
|
|
|
|
--floating-button-hover-color: black;
|
2025-03-21 20:21:44 +02:00
|
|
|
--floating-button-show-button-background: var(--left-pane-item-action-button-background);
|
|
|
|
--floating-button-show-button-color: var(--left-pane-item-action-button-color);
|
|
|
|
--floating-button-show-button-shadow: none;
|
|
|
|
--floating-button-show-button-hover-background: var(--left-pane-item-action-button-hover-background);
|
|
|
|
--floating-button-show-button-hover-shadow: 0 2px 4px #00000068;
|
|
|
|
--floating-button-hide-button-background: #0000000d;
|
|
|
|
--floating-button-hide-button-color: gray;
|
2025-03-21 03:17:43 +02:00
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--new-tab-button-background: #d8d8d8;
|
|
|
|
--new-tab-button-color: #3a3a3a;
|
2025-01-09 18:07:02 +02:00
|
|
|
--new-tab-button-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
|
2024-12-16 21:49:09 +02:00
|
|
|
--new-tab-button-hover-background: white;
|
|
|
|
--new-tab-button-hover-color: black;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--right-pane-item-hover-background: #ececec;
|
|
|
|
--right-pane-item-hover-color: inherit;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2025-03-26 18:53:17 +02:00
|
|
|
--scrollbar-thumb-color: #0000005c;
|
2025-03-27 15:43:33 +02:00
|
|
|
--scrollbar-thumb-hover-color: #00000066;
|
2025-03-27 16:06:53 +02:00
|
|
|
--scrollbar-background-color: transparent;
|
2025-03-26 18:53:17 +02:00
|
|
|
--scrollbar-border-color: unset; /* Deprecated */
|
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--link-color: blue;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
|
|
|
--mermaid-theme: default;
|
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--code-block-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.2);
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--card-background-color: var(--accented-background-color);
|
|
|
|
--card-background-hover-color: #f9f9f9;
|
|
|
|
--card-background-press-color: #efefef;
|
|
|
|
--card-border-color: #eaeaea;
|
|
|
|
--card-shadow-color: rgba(0, 0, 0, 0.1);
|
|
|
|
--card-box-shadow: 0 0 12px var(--card-shadow-color);
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--calendar-color: var(--menu-text-color);
|
|
|
|
--calendar-weekday-labels-color: var(--muted-text-color);
|
|
|
|
--calendar-day-hover-color: var(--hover-item-text-color);
|
|
|
|
--calendar-day-hover-background: var(--active-item-background-color);
|
|
|
|
--calendar-day-highlight-background: #80808024;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--timeline-bullet-color: #a5a5a5;
|
|
|
|
--timeline-bullet-hover-color: black;
|
|
|
|
--timeline-connector-color: #f1f1f1;
|
|
|
|
--timeline-connector-active-color: #ddd;
|
|
|
|
--timeline-connector-hover-blend-mode: multiply;
|
2024-12-22 15:42:15 +02:00
|
|
|
|
2024-12-16 21:49:09 +02:00
|
|
|
--tooltip-background-color: rgba(255, 255, 255, 0.85);
|
|
|
|
--tooltip-foreground-color: #000000ba;
|
2025-01-09 18:07:02 +02:00
|
|
|
--tooltip-shadow-color: rgba(0, 0, 0, 0.15);
|
2025-01-09 00:12:31 +02:00
|
|
|
|
|
|
|
--help-background-color: #fffc;
|
|
|
|
--help-card-background: var(--card-background-color);
|
2025-01-09 18:07:02 +02:00
|
|
|
--help-card-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
|
2025-01-09 00:12:31 +02:00
|
|
|
--help-card-heading-color: #797979;
|
|
|
|
--help-kbd-shortcut-color: #3f3f3f;
|
|
|
|
--help-kbd-shortcut-background: white;
|
2025-01-09 18:07:02 +02:00
|
|
|
--help-kbd-shortcut-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
|
2025-01-09 00:12:31 +02:00
|
|
|
--help-code-color: black;
|
|
|
|
--help-code-background: #d7d5d5;
|
2025-04-18 10:39:40 +03:00
|
|
|
|
|
|
|
--ck-editor-popup-border-color: var(--dropdown-border-color);
|
2025-01-09 18:07:02 +02:00
|
|
|
}
|