@fibery/ui-kit 4.2.0 → 4.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/package.json +9 -11
- package/src/antd/input-number.tsx +4 -4
- package/src/antd/input.tsx +1 -1
- package/src/apca.lc-low.test.ts +1 -3
- package/src/apca.test.ts +42 -43
- package/src/apca.ts +38 -39
- package/src/app-icon-with-fallback.tsx +6 -2
- package/src/avatar-colors.ts +71 -0
- package/src/avatar.tsx +2 -10
- package/src/banner/banner.tsx +1 -2
- package/src/box.tsx +26 -16
- package/src/button/back-button.tsx +2 -2
- package/src/button/make-button-colors.ts +13 -13
- package/src/button/select-button.tsx +2 -2
- package/src/canvas-colors.ts +71 -118
- package/src/checkbox.tsx +3 -3
- package/src/collapsible-section.tsx +3 -3
- package/src/color-filter.test.ts +13 -0
- package/src/color-filter.ts +26 -3
- package/src/color-utils.ts +9 -2
- package/src/command-menu/nested-command-menu.tsx +2 -2
- package/src/date-picker/date-range-picker-popup-content.tsx +3 -2
- package/src/date-picker/date-range-picker.tsx +23 -1
- package/src/date-picker/relative-date-picker.tsx +3 -2
- package/src/date-picker/single-date-picker-popup-content.tsx +3 -2
- package/src/date-picker/single-date-picker.tsx +19 -2
- package/src/design-system/alpha-coefficients.ts +235 -0
- package/src/design-system/alpha.ts +10 -1
- package/src/design-system/colors-enum.dark.neutral.test.ts +168 -168
- package/src/design-system/colors-enum.dark.warm.test.ts +168 -168
- package/src/design-system/colors-enum.light.neutral.test.ts +168 -168
- package/src/design-system/colors-enum.light.warm.test.ts +168 -168
- package/src/design-system/colors.ts +231 -154
- package/src/design-system/fns.avatarPlaceholder.dark.neutral.test.ts +52 -0
- package/src/design-system/fns.avatarPlaceholder.dark.warm.test.ts +52 -0
- package/src/design-system/fns.avatarPlaceholder.light.neutral.test.ts +52 -0
- package/src/design-system/fns.avatarPlaceholder.light.warm.test.ts +52 -0
- package/src/design-system/fns.enum.ts +2 -0
- package/src/design-system/fns.icon.ts +1 -1
- package/src/design-system/fns.ts +43 -13
- package/src/design-system/theme.test.ts +4 -6
- package/src/design-system/theme.ts +22 -13
- package/src/design-system/vars.test.ts +2 -2
- package/src/design-system/vars.ts +3 -3
- package/src/design-system.ts +3 -1
- package/src/dot.tsx +1 -0
- package/src/double-apply.ts +2 -2
- package/src/emoji-picker/primitives/footer.tsx +1 -1
- package/src/emoji-picker/utils/frequently.ts +1 -1
- package/src/favorites-icon.tsx +2 -2
- package/src/fibermoji-placeholder.tsx +23 -56
- package/src/fibery-brand-logo.tsx +82 -0
- package/src/field-container.tsx +2 -2
- package/src/field-type-icon.tsx +18 -18
- package/src/file-item/file-menu-items.tsx +1 -1
- package/src/file-item/file-preview-actions.tsx +1 -1
- package/src/format-date-from-now.ts +10 -5
- package/src/header-layout.tsx +41 -24
- package/src/highlight-colors.test.ts +1 -1
- package/src/highlight-colors.ts +27 -0
- package/src/icons/ast/appearance-auto.ts +1 -1
- package/src/icons/ast/architect.ts +12 -0
- package/src/icons/ast/arrow-back.ts +12 -0
- package/src/icons/ast/arrow-down.ts +12 -0
- package/src/icons/ast/{send-arrow.ts → arrow-send.ts} +3 -3
- package/src/icons/ast/arrow-up.ts +12 -0
- package/src/icons/ast/avatar.ts +12 -0
- package/src/icons/ast/backlog.ts +12 -0
- package/src/icons/ast/{check-circle-filled.ts → circle-check-filled.ts} +3 -3
- package/src/icons/ast/{check-circle.ts → circle-check.ts} +3 -3
- package/src/icons/ast/{error-circle-filled.ts → circle-cross-filled.ts} +3 -3
- package/src/icons/ast/circle-cross.ts +12 -0
- package/src/icons/ast/{info-circle-filled.ts → circle-info-filled.ts} +3 -3
- package/src/icons/ast/{info-circle.ts → circle-info.ts} +3 -3
- package/src/icons/ast/circle-pause.ts +12 -0
- package/src/icons/ast/circle-play.ts +12 -0
- package/src/icons/ast/comments.ts +12 -0
- package/src/icons/ast/credits-filled.ts +1 -1
- package/src/icons/ast/{add-database.ts → database-add.ts} +3 -3
- package/src/icons/ast/database-outline.ts +12 -0
- package/src/icons/ast/eye-off.ts +12 -0
- package/src/icons/ast/favorites-filled.ts +12 -0
- package/src/icons/ast/{switch-to-mention.ts → field-units-large.ts} +3 -3
- package/src/icons/ast/files.ts +12 -0
- package/src/icons/ast/{smart-folder.ts → folder-smart.ts} +3 -3
- package/src/icons/ast/fullscreen-mode-off.ts +12 -0
- package/src/icons/ast/fullscreen-mode-on.ts +1 -1
- package/src/icons/ast/{add-group.ts → group-add.ts} +3 -3
- package/src/icons/ast/{image-xmark.ts → image-error.ts} +3 -3
- package/src/icons/ast/index.tsx +132 -217
- package/src/icons/ast/{add-integration.ts → integration-add.ts} +3 -3
- package/src/icons/ast/integration-discourse.ts +12 -0
- package/src/icons/ast/integration-fibery.ts +12 -0
- package/src/icons/ast/integration-figma.ts +12 -0
- package/src/icons/ast/integration-github.ts +12 -0
- package/src/icons/ast/integration-gitlab.ts +12 -0
- package/src/icons/ast/integration-google-drive.ts +12 -0
- package/src/icons/ast/integration-google-map.ts +12 -0
- package/src/icons/ast/integration-intercom.ts +12 -0
- package/src/icons/ast/integration-jira.ts +12 -0
- package/src/icons/ast/integration-loom.ts +12 -0
- package/src/icons/ast/integration-miro.ts +12 -0
- package/src/icons/ast/integration-mixpanel.ts +12 -0
- package/src/icons/ast/integration-slack.ts +12 -0
- package/src/icons/ast/{suggest-integration.ts → integration-suggest.ts} +3 -3
- package/src/icons/ast/integration-twitter.ts +12 -0
- package/src/icons/ast/integration-unsplash.ts +12 -0
- package/src/icons/ast/integration-youtube.ts +12 -0
- package/src/icons/ast/integration-zendesk.ts +12 -0
- package/src/icons/ast/limits.ts +12 -0
- package/src/icons/ast/lock-filled.ts +12 -0
- package/src/icons/ast/lock.ts +1 -1
- package/src/icons/ast/move-down.ts +12 -0
- package/src/icons/ast/move-up.ts +12 -0
- package/src/icons/ast/open-in-panel.ts +12 -0
- package/src/icons/ast/open-link.ts +12 -0
- package/src/icons/ast/people-all.ts +12 -0
- package/src/icons/ast/people-group-remove.ts +12 -0
- package/src/icons/ast/people-group.ts +12 -0
- package/src/icons/ast/{invite-people.ts → people-invite.ts} +3 -3
- package/src/icons/ast/{remove-people.ts → people-remove.ts} +3 -3
- package/src/icons/ast/people-role.ts +12 -0
- package/src/icons/ast/people-x.ts +12 -0
- package/src/icons/ast/plus.ts +12 -0
- package/src/icons/ast/preferences.ts +12 -0
- package/src/icons/ast/propagate.ts +12 -0
- package/src/icons/ast/{add-reactions.ts → reactions-add.ts} +3 -3
- package/src/icons/ast/redo.ts +12 -0
- package/src/icons/ast/references.ts +12 -0
- package/src/icons/ast/richeditor-block-callout.ts +1 -1
- package/src/icons/ast/richeditor-block-code.ts +1 -1
- package/src/icons/ast/richeditor-block-embed.ts +1 -1
- package/src/icons/ast/richeditor-block-entity.ts +1 -1
- package/src/icons/ast/richeditor-block-file.ts +1 -1
- package/src/icons/ast/richeditor-block-h1.ts +1 -1
- package/src/icons/ast/richeditor-block-h2.ts +1 -1
- package/src/icons/ast/richeditor-block-h3.ts +1 -1
- package/src/icons/ast/richeditor-block-h4.ts +1 -1
- package/src/icons/ast/richeditor-block-mention.ts +1 -1
- package/src/icons/ast/richeditor-block-paragraph.ts +1 -1
- package/src/icons/ast/richeditor-block-quote.ts +1 -1
- package/src/icons/ast/richeditor-checklist-create.ts +1 -1
- package/src/icons/ast/richeditor-image-align-center.ts +1 -1
- package/src/icons/ast/richeditor-image-align-left.ts +1 -1
- package/src/icons/ast/richeditor-image-align-right.ts +1 -1
- package/src/icons/ast/richeditor-image.ts +12 -0
- package/src/icons/ast/richeditor-linkedhighlight-create.ts +1 -1
- package/src/icons/ast/richeditor-list-bullet.ts +1 -1
- package/src/icons/ast/richeditor-list-indent.ts +1 -1
- package/src/icons/ast/richeditor-list-ordered.ts +1 -1
- package/src/icons/ast/richeditor-list-unindent.ts +1 -1
- package/src/icons/ast/richeditor-mark-code.ts +1 -1
- package/src/icons/ast/richeditor-mark-em.ts +1 -1
- package/src/icons/ast/richeditor-mark-highlight.ts +1 -1
- package/src/icons/ast/richeditor-mark-strike.ts +1 -1
- package/src/icons/ast/richeditor-mark-strong.ts +1 -1
- package/src/icons/ast/richeditor-mark-text-background-color.ts +1 -1
- package/src/icons/ast/richeditor-mark-underline.ts +1 -1
- package/src/icons/ast/richeditor-table-create.ts +1 -1
- package/src/icons/ast/richeditor-video-upload.ts +1 -1
- package/src/icons/ast/{bolt.ts → rule.ts} +3 -3
- package/src/icons/ast/simple-compass.ts +1 -1
- package/src/icons/ast/space-add.ts +12 -0
- package/src/icons/ast/{move-space.ts → space-move.ts} +3 -3
- package/src/icons/ast/type-button.ts +1 -1
- package/src/icons/ast/type-checkbox.ts +1 -1
- package/src/icons/ast/type-date.ts +1 -1
- package/src/icons/ast/type-email.ts +1 -1
- package/src/icons/ast/type-emoji.ts +1 -1
- package/src/icons/ast/type-formula.ts +1 -1
- package/src/icons/ast/type-location.ts +1 -1
- package/src/icons/ast/type-lookup.ts +1 -1
- package/src/icons/ast/type-money.ts +1 -1
- package/src/icons/ast/type-multi-select.ts +1 -1
- package/src/icons/ast/type-number.ts +1 -1
- package/src/icons/ast/type-percent.ts +1 -1
- package/src/icons/ast/type-phone.ts +1 -1
- package/src/icons/ast/type-relation.ts +1 -1
- package/src/icons/ast/type-rich-text.ts +1 -1
- package/src/icons/ast/type-single-select.ts +1 -1
- package/src/icons/ast/type-text.ts +1 -1
- package/src/icons/ast/undo.ts +12 -0
- package/src/icons/ast/units-avatar.ts +1 -1
- package/src/icons/ast/units-collection.ts +1 -1
- package/src/icons/ast/units-counter.ts +1 -1
- package/src/icons/ast/units-date.ts +1 -1
- package/src/icons/ast/units-field-icon-button.ts +1 -1
- package/src/icons/ast/units-field.ts +1 -1
- package/src/icons/ast/units-input.ts +1 -1
- package/src/icons/ast/units-normal.ts +12 -0
- package/src/icons/ast/units-progress-bar.ts +1 -1
- package/src/icons/ast/units-rich-text.ts +1 -1
- package/src/icons/ast/units-snippet.ts +1 -1
- package/src/icons/ast/unlock.ts +12 -0
- package/src/icons/ast/{clear-value.ts → value-clear.ts} +3 -3
- package/src/icons/ast/view-app.ts +12 -0
- package/src/icons/ast/workflow.ts +12 -0
- package/src/icons/react/{anthropic.tsx → architect.tsx} +5 -5
- package/src/icons/react/arrow-back.tsx +18 -0
- package/src/icons/react/arrow-down.tsx +18 -0
- package/src/icons/react/arrow-send.tsx +18 -0
- package/src/icons/react/{app-wiki.tsx → arrow-up.tsx} +5 -5
- package/src/icons/react/avatar.tsx +18 -0
- package/src/icons/react/backlog.tsx +18 -0
- package/src/icons/react/circle-check-filled.tsx +18 -0
- package/src/icons/react/{add-database.tsx → circle-check.tsx} +5 -5
- package/src/icons/react/circle-cross-filled.tsx +18 -0
- package/src/icons/react/circle-cross.tsx +18 -0
- package/src/icons/react/circle-info-filled.tsx +18 -0
- package/src/icons/react/circle-info.tsx +18 -0
- package/src/icons/react/circle-pause.tsx +18 -0
- package/src/icons/react/circle-play.tsx +18 -0
- package/src/icons/react/comments.tsx +18 -0
- package/src/icons/react/database-add.tsx +18 -0
- package/src/icons/react/database-outline.tsx +18 -0
- package/src/icons/react/{chat-ai.tsx → eye-off.tsx} +5 -5
- package/src/icons/react/favorites-filled.tsx +18 -0
- package/src/icons/react/field-units-large.tsx +18 -0
- package/src/icons/react/{apple.tsx → files.tsx} +5 -5
- package/src/icons/react/folder-smart.tsx +18 -0
- package/src/icons/react/fullscreen-mode-off.tsx +18 -0
- package/src/icons/react/{app-store.tsx → group-add.tsx} +5 -5
- package/src/icons/react/image-error.tsx +18 -0
- package/src/icons/react/index.tsx +132 -217
- package/src/icons/react/{add-integration.tsx → integration-add.tsx} +5 -5
- package/src/icons/react/integration-discourse.tsx +18 -0
- package/src/icons/react/integration-fibery.tsx +18 -0
- package/src/icons/react/integration-figma.tsx +18 -0
- package/src/icons/react/integration-github.tsx +18 -0
- package/src/icons/react/integration-gitlab.tsx +18 -0
- package/src/icons/react/integration-google-drive.tsx +18 -0
- package/src/icons/react/integration-google-map.tsx +18 -0
- package/src/icons/react/{automations-disabled.tsx → integration-intercom.tsx} +5 -5
- package/src/icons/react/integration-jira.tsx +18 -0
- package/src/icons/react/integration-loom.tsx +18 -0
- package/src/icons/react/integration-miro.tsx +18 -0
- package/src/icons/react/{extension-references.tsx → integration-mixpanel.tsx} +5 -5
- package/src/icons/react/integration-slack.tsx +18 -0
- package/src/icons/react/integration-suggest.tsx +18 -0
- package/src/icons/react/integration-twitter.tsx +18 -0
- package/src/icons/react/integration-unsplash.tsx +18 -0
- package/src/icons/react/integration-youtube.tsx +18 -0
- package/src/icons/react/integration-zendesk.tsx +18 -0
- package/src/icons/react/{notifications.tsx → limits.tsx} +5 -5
- package/src/icons/react/lock-filled.tsx +18 -0
- package/src/icons/react/{add-group.tsx → move-down.tsx} +5 -5
- package/src/icons/react/move-up.tsx +18 -0
- package/src/icons/react/open-in-panel.tsx +18 -0
- package/src/icons/react/{ai-search.tsx → open-link.tsx} +5 -5
- package/src/icons/react/people-all.tsx +18 -0
- package/src/icons/react/people-group-remove.tsx +18 -0
- package/src/icons/react/people-group.tsx +18 -0
- package/src/icons/react/{add-reactions.tsx → people-invite.tsx} +5 -5
- package/src/icons/react/people-remove.tsx +18 -0
- package/src/icons/react/people-role.tsx +18 -0
- package/src/icons/react/people-x.tsx +18 -0
- package/src/icons/react/{chat.tsx → plus.tsx} +5 -5
- package/src/icons/react/preferences.tsx +18 -0
- package/src/icons/react/propagate.tsx +18 -0
- package/src/icons/react/reactions-add.tsx +18 -0
- package/src/icons/react/{csv.tsx → redo.tsx} +5 -5
- package/src/icons/react/references.tsx +18 -0
- package/src/icons/react/richeditor-block-callout.tsx +1 -1
- package/src/icons/react/richeditor-block-code.tsx +1 -1
- package/src/icons/react/richeditor-block-embed.tsx +1 -1
- package/src/icons/react/richeditor-block-entity.tsx +1 -1
- package/src/icons/react/richeditor-block-file.tsx +1 -1
- package/src/icons/react/richeditor-block-h1.tsx +1 -1
- package/src/icons/react/richeditor-block-h2.tsx +1 -1
- package/src/icons/react/richeditor-block-h3.tsx +1 -1
- package/src/icons/react/richeditor-block-h4.tsx +1 -1
- package/src/icons/react/richeditor-block-mention.tsx +1 -1
- package/src/icons/react/richeditor-block-paragraph.tsx +1 -1
- package/src/icons/react/richeditor-block-quote.tsx +1 -1
- package/src/icons/react/richeditor-checklist-create.tsx +1 -1
- package/src/icons/react/richeditor-image-align-center.tsx +1 -1
- package/src/icons/react/richeditor-image-align-left.tsx +1 -1
- package/src/icons/react/richeditor-image-align-right.tsx +1 -1
- package/src/icons/react/richeditor-image.tsx +18 -0
- package/src/icons/react/richeditor-linkedhighlight-create.tsx +1 -1
- package/src/icons/react/richeditor-list-bullet.tsx +1 -1
- package/src/icons/react/richeditor-list-indent.tsx +1 -1
- package/src/icons/react/richeditor-list-ordered.tsx +1 -1
- package/src/icons/react/richeditor-list-unindent.tsx +1 -1
- package/src/icons/react/richeditor-mark-code.tsx +1 -1
- package/src/icons/react/richeditor-mark-em.tsx +1 -1
- package/src/icons/react/richeditor-mark-highlight.tsx +1 -1
- package/src/icons/react/richeditor-mark-strike.tsx +1 -1
- package/src/icons/react/richeditor-mark-strong.tsx +1 -1
- package/src/icons/react/richeditor-mark-text-background-color.tsx +1 -1
- package/src/icons/react/richeditor-mark-underline.tsx +1 -1
- package/src/icons/react/richeditor-table-create.tsx +1 -1
- package/src/icons/react/richeditor-video-upload.tsx +1 -1
- package/src/icons/react/{back.tsx → rule.tsx} +5 -5
- package/src/icons/react/{ai-avatar.tsx → space-add.tsx} +5 -5
- package/src/icons/react/space-move.tsx +18 -0
- package/src/icons/react/type-button.tsx +1 -1
- package/src/icons/react/type-checkbox.tsx +1 -1
- package/src/icons/react/type-date.tsx +1 -1
- package/src/icons/react/type-email.tsx +1 -1
- package/src/icons/react/type-emoji.tsx +1 -1
- package/src/icons/react/type-formula.tsx +1 -1
- package/src/icons/react/type-location.tsx +1 -1
- package/src/icons/react/type-lookup.tsx +1 -1
- package/src/icons/react/type-money.tsx +1 -1
- package/src/icons/react/type-multi-select.tsx +1 -1
- package/src/icons/react/type-number.tsx +1 -1
- package/src/icons/react/type-percent.tsx +1 -1
- package/src/icons/react/type-phone.tsx +1 -1
- package/src/icons/react/type-relation.tsx +1 -1
- package/src/icons/react/type-rich-text.tsx +1 -1
- package/src/icons/react/type-single-select.tsx +1 -1
- package/src/icons/react/type-text.tsx +1 -1
- package/src/icons/react/{bolt.tsx → undo.tsx} +5 -5
- package/src/icons/react/units-avatar.tsx +1 -1
- package/src/icons/react/units-collection.tsx +1 -1
- package/src/icons/react/units-counter.tsx +1 -1
- package/src/icons/react/units-date.tsx +1 -1
- package/src/icons/react/units-field-icon-button.tsx +1 -1
- package/src/icons/react/units-field.tsx +1 -1
- package/src/icons/react/units-input.tsx +1 -1
- package/src/icons/react/units-normal.tsx +18 -0
- package/src/icons/react/units-progress-bar.tsx +1 -1
- package/src/icons/react/units-rich-text.tsx +1 -1
- package/src/icons/react/units-snippet.tsx +1 -1
- package/src/icons/react/unlock.tsx +18 -0
- package/src/icons/react/value-clear.tsx +18 -0
- package/src/icons/react/view-app.tsx +18 -0
- package/src/icons/react/workflow.tsx +18 -0
- package/src/icons/svg/appearance-auto.svg +1 -1
- package/src/icons/svg/{arrow-bottom.svg → arrow-down.svg} +1 -1
- package/src/icons/svg/arrow-forward.svg +1 -1
- package/src/icons/svg/arrow-left.svg +1 -1
- package/src/icons/svg/arrow-right.svg +1 -1
- package/src/icons/svg/{arrow-top.svg → arrow-up.svg} +1 -1
- package/src/icons/svg/asterisk.svg +2 -2
- package/src/icons/svg/{automations-error.svg → circle-cross.svg} +1 -1
- package/src/icons/svg/{automations-not-started.svg → circle-pause.svg} +1 -1
- package/src/icons/svg/{automations-in-progress.svg → circle-play.svg} +1 -1
- package/src/icons/svg/collapse-all-horizontal.svg +1 -1
- package/src/icons/svg/collapse-all.svg +1 -1
- package/src/icons/svg/credits-filled.svg +1 -1
- package/src/icons/svg/entity-create.svg +1 -1
- package/src/icons/svg/expand-all-horizontal.svg +1 -1
- package/src/icons/svg/fullscreen-mode-on.svg +2 -3
- package/src/icons/svg/go-to.svg +1 -1
- package/src/icons/svg/integration-unsplash.svg +3 -0
- package/src/icons/svg/layout-double.svg +1 -1
- package/src/icons/svg/layout-single.svg +1 -1
- package/src/icons/svg/limits.svg +3 -0
- package/src/icons/svg/lock-filled.svg +4 -0
- package/src/icons/svg/lock.svg +5 -4
- package/src/icons/svg/page-regular-mode.svg +3 -3
- package/src/icons/svg/page-wide-mode.svg +3 -3
- package/src/icons/svg/{user-group.svg → people-group.svg} +1 -1
- package/src/icons/svg/{user-role.svg → people-role.svg} +1 -1
- package/src/icons/svg/{richeditor/list/indent.svg → richeditor-list-indent.svg} +1 -1
- package/src/icons/svg/richeditor-mark-code.svg +5 -0
- package/src/icons/svg/richeditor-mark-em.svg +3 -0
- package/src/icons/svg/richeditor-mark-highlight.svg +3 -0
- package/src/icons/svg/richeditor-mark-strike.svg +3 -0
- package/src/icons/svg/richeditor-mark-strong.svg +3 -0
- package/src/icons/svg/simple-compass.svg +2 -2
- package/src/icons/svg/space-app.svg +1 -1
- package/src/icons/svg/space-generate.svg +1 -1
- package/src/icons/svg/space-scratch.svg +1 -1
- package/src/icons/svg/space-template.svg +1 -1
- package/src/icons/svg/value-edit.svg +1 -1
- package/src/icons/svg/view-app.svg +6 -0
- package/src/icons/svg/view-gantt.svg +3 -3
- package/src/icons/svg/warning-triangle-filled.svg +1 -1
- package/src/images-gallery/slide-buttons.tsx +3 -3
- package/src/mobile-drawer.tsx +104 -0
- package/src/number-input/types.ts +1 -1
- package/src/palettes/common.ts +3 -3
- package/src/palettes/diff-colors.test.ts +134 -0
- package/src/palettes/diff-colors.ts +135 -1
- package/src/palettes/inspect.canvas-colors.test.ts +63 -63
- package/src/palettes/inspect.defs.colors.neutral-arch.test.ts +196 -64
- package/src/palettes/inspect.defs.colors.neutral-user.test.ts +196 -64
- package/src/palettes/inspect.defs.colors.warm-arch.test.ts +196 -64
- package/src/palettes/inspect.defs.colors.warm-user.test.ts +196 -64
- package/src/palettes/show-colors.test.ts +3 -3
- package/src/palettes/testkit.test.ts +6 -0
- package/src/palettes/testkit.ts +78 -22
- package/src/phone.ts +27 -0
- package/src/reactions/reaction-picker.tsx +3 -3
- package/src/rich-text-embed-error.tsx +2 -2
- package/src/root-theme-provider.test.tsx +2 -3
- package/src/select/select-in-popover.tsx +41 -25
- package/src/select/util.ts +1 -1
- package/src/thematic.tsx +10 -9
- package/src/theme-provider.test.tsx +18 -18
- package/src/theme-provider.tsx +3 -7
- package/src/theme-settings-core.ts +118 -0
- package/src/theme-settings.ts +2 -117
- package/src/theme-snapshots.test.ts +6 -7
- package/src/theming.build.ts +21 -15
- package/src/theming.generated.css +2162 -2034
- package/src/theming.generated.ts +2701 -2549
- package/src/toast/toast.tsx +1 -1
- package/src/toggle-button/round-toggle-button.tsx +28 -4
- package/src/toggle-button/toggle-button.tsx +69 -23
- package/src/toggle-on-off.tsx +0 -9
- package/src/use-is-phone.tsx +3 -27
- package/vitest.config.ts +1 -0
- package/src/icons/ast/ai-avatar.ts +0 -12
- package/src/icons/ast/ai-search.ts +0 -12
- package/src/icons/ast/anthropic.ts +0 -12
- package/src/icons/ast/app-details.ts +0 -12
- package/src/icons/ast/app-store-one-color.ts +0 -12
- package/src/icons/ast/app-store.ts +0 -12
- package/src/icons/ast/app-templates.ts +0 -12
- package/src/icons/ast/app-webhooks.ts +0 -12
- package/src/icons/ast/app-wiki.ts +0 -12
- package/src/icons/ast/apple.ts +0 -12
- package/src/icons/ast/arrow-bottom.ts +0 -12
- package/src/icons/ast/arrow-top.ts +0 -12
- package/src/icons/ast/automations-cancelled.ts +0 -12
- package/src/icons/ast/automations-disabled.ts +0 -12
- package/src/icons/ast/automations-error.ts +0 -12
- package/src/icons/ast/automations-in-progress.ts +0 -12
- package/src/icons/ast/automations-not-started.ts +0 -12
- package/src/icons/ast/automations-success.ts +0 -12
- package/src/icons/ast/back.ts +0 -12
- package/src/icons/ast/backlog-icon.ts +0 -12
- package/src/icons/ast/batch-actions-icon.ts +0 -12
- package/src/icons/ast/bell-filled.ts +0 -12
- package/src/icons/ast/chat-ai.ts +0 -12
- package/src/icons/ast/chat.ts +0 -12
- package/src/icons/ast/clean.ts +0 -12
- package/src/icons/ast/color-coding-filled.ts +0 -12
- package/src/icons/ast/create.ts +0 -12
- package/src/icons/ast/cross-circle.ts +0 -12
- package/src/icons/ast/csv.ts +0 -12
- package/src/icons/ast/database-off.ts +0 -12
- package/src/icons/ast/database-stroke.ts +0 -12
- package/src/icons/ast/demo.ts +0 -12
- package/src/icons/ast/dependency.ts +0 -12
- package/src/icons/ast/dividers.ts +0 -12
- package/src/icons/ast/document.ts +0 -12
- package/src/icons/ast/double-arrow-left.ts +0 -12
- package/src/icons/ast/double-arrow-right.ts +0 -12
- package/src/icons/ast/double-line.ts +0 -12
- package/src/icons/ast/drag-block-handle-single.ts +0 -12
- package/src/icons/ast/edit-value.ts +0 -12
- package/src/icons/ast/extension-assignments.ts +0 -12
- package/src/icons/ast/extension-avatar.ts +0 -12
- package/src/icons/ast/extension-comments.ts +0 -12
- package/src/icons/ast/extension-files.ts +0 -12
- package/src/icons/ast/extension-references.ts +0 -12
- package/src/icons/ast/extension-workflow.ts +0 -12
- package/src/icons/ast/favorites-checked.ts +0 -12
- package/src/icons/ast/fibery-desktop-app.ts +0 -12
- package/src/icons/ast/field-unit.ts +0 -12
- package/src/icons/ast/figma.ts +0 -12
- package/src/icons/ast/file-broken.ts +0 -12
- package/src/icons/ast/fullscreen-mode-off-icon.ts +0 -12
- package/src/icons/ast/fullscreen-mode-on-icon.ts +0 -12
- package/src/icons/ast/gauge.ts +0 -12
- package/src/icons/ast/github.ts +0 -12
- package/src/icons/ast/gitlab.ts +0 -12
- package/src/icons/ast/globe.ts +0 -12
- package/src/icons/ast/google-drive.ts +0 -12
- package/src/icons/ast/google-map.ts +0 -12
- package/src/icons/ast/hide.ts +0 -12
- package/src/icons/ast/integrations-integration-discourse-color.ts +0 -12
- package/src/icons/ast/integrations-integration-intercom-color.ts +0 -12
- package/src/icons/ast/integrations-integration-slack-color.ts +0 -12
- package/src/icons/ast/integrations-integration-zendesk-color.ts +0 -12
- package/src/icons/ast/intercom.ts +0 -12
- package/src/icons/ast/jira.ts +0 -12
- package/src/icons/ast/left-panel.ts +0 -12
- package/src/icons/ast/level-plus.ts +0 -12
- package/src/icons/ast/lock-outline.ts +0 -12
- package/src/icons/ast/loom.ts +0 -12
- package/src/icons/ast/loupe-zoom.ts +0 -12
- package/src/icons/ast/many-people.ts +0 -12
- package/src/icons/ast/message-plus-square.ts +0 -12
- package/src/icons/ast/miro.ts +0 -12
- package/src/icons/ast/mixpanel.ts +0 -12
- package/src/icons/ast/move-bottom.ts +0 -12
- package/src/icons/ast/move-top.ts +0 -12
- package/src/icons/ast/network-add.ts +0 -12
- package/src/icons/ast/network.ts +0 -12
- package/src/icons/ast/notifications.ts +0 -12
- package/src/icons/ast/open-ai.ts +0 -12
- package/src/icons/ast/open-as-page.ts +0 -12
- package/src/icons/ast/popup.ts +0 -12
- package/src/icons/ast/posts.ts +0 -12
- package/src/icons/ast/quick-filter-personal.ts +0 -12
- package/src/icons/ast/quick-filter.ts +0 -12
- package/src/icons/ast/reply.ts +0 -12
- package/src/icons/ast/restore.ts +0 -12
- package/src/icons/ast/richeditor-actions-more.ts +0 -12
- package/src/icons/ast/richeditor-comment-create.ts +0 -12
- package/src/icons/ast/richeditor-entity-link-create.ts +0 -12
- package/src/icons/ast/richeditor-history-redo.ts +0 -12
- package/src/icons/ast/richeditor-history-undo.ts +0 -12
- package/src/icons/ast/richeditor-image-upload.ts +0 -12
- package/src/icons/ast/richeditor-image-wrap-center.ts +0 -12
- package/src/icons/ast/richeditor-image-wrap-left.ts +0 -12
- package/src/icons/ast/richeditor-image-wrap-right.ts +0 -12
- package/src/icons/ast/richeditor-image-zoom.ts +0 -12
- package/src/icons/ast/richeditor-link-create.ts +0 -12
- package/src/icons/ast/richeditor-open-link.ts +0 -12
- package/src/icons/ast/richeditor-unlink.ts +0 -12
- package/src/icons/ast/right-panel.ts +0 -12
- package/src/icons/ast/rule-scheduled.ts +0 -12
- package/src/icons/ast/settings-off.ts +0 -12
- package/src/icons/ast/shared.ts +0 -12
- package/src/icons/ast/sidebar-fields-opened.ts +0 -12
- package/src/icons/ast/sidebar-fields.ts +0 -12
- package/src/icons/ast/sidebar.ts +0 -12
- package/src/icons/ast/slack-icon.ts +0 -12
- package/src/icons/ast/slack.ts +0 -12
- package/src/icons/ast/slide-menu-close.ts +0 -12
- package/src/icons/ast/slide-menu-open.ts +0 -12
- package/src/icons/ast/sort-on-bottom.ts +0 -12
- package/src/icons/ast/sort-on-top.ts +0 -12
- package/src/icons/ast/space-list.ts +0 -12
- package/src/icons/ast/success.ts +0 -12
- package/src/icons/ast/template.ts +0 -12
- package/src/icons/ast/thumbs-down.ts +0 -12
- package/src/icons/ast/thumbs-up.ts +0 -12
- package/src/icons/ast/twitter.ts +0 -12
- package/src/icons/ast/type-boolean.ts +0 -12
- package/src/icons/ast/type-function.ts +0 -12
- package/src/icons/ast/type-id.ts +0 -12
- package/src/icons/ast/type-rule.ts +0 -12
- package/src/icons/ast/type-url.ts +0 -12
- package/src/icons/ast/units-db-badge-abbr.ts +0 -12
- package/src/icons/ast/units-db-badge-full.ts +0 -12
- package/src/icons/ast/units-db-icon.ts +0 -12
- package/src/icons/ast/unlock-outline.ts +0 -12
- package/src/icons/ast/upgrade.ts +0 -12
- package/src/icons/ast/user-check.ts +0 -12
- package/src/icons/ast/user-group-remove.ts +0 -12
- package/src/icons/ast/user-group.ts +0 -12
- package/src/icons/ast/user-role.ts +0 -12
- package/src/icons/ast/user-x.ts +0 -12
- package/src/icons/ast/windows.ts +0 -12
- package/src/icons/ast/workspace-map.ts +0 -12
- package/src/icons/ast/youtube.ts +0 -12
- package/src/icons/ast/zoom-in.ts +0 -12
- package/src/icons/ast/zoom-out.ts +0 -12
- package/src/icons/react/app-details.tsx +0 -18
- package/src/icons/react/app-store-one-color.tsx +0 -18
- package/src/icons/react/app-templates.tsx +0 -18
- package/src/icons/react/app-webhooks.tsx +0 -18
- package/src/icons/react/arrow-bottom.tsx +0 -18
- package/src/icons/react/arrow-top.tsx +0 -18
- package/src/icons/react/automations-cancelled.tsx +0 -18
- package/src/icons/react/automations-error.tsx +0 -18
- package/src/icons/react/automations-in-progress.tsx +0 -18
- package/src/icons/react/automations-not-started.tsx +0 -18
- package/src/icons/react/automations-success.tsx +0 -18
- package/src/icons/react/backlog-icon.tsx +0 -18
- package/src/icons/react/batch-actions-icon.tsx +0 -18
- package/src/icons/react/bell-filled.tsx +0 -18
- package/src/icons/react/check-circle-filled.tsx +0 -18
- package/src/icons/react/check-circle.tsx +0 -18
- package/src/icons/react/clean.tsx +0 -18
- package/src/icons/react/clear-value.tsx +0 -18
- package/src/icons/react/color-coding-filled.tsx +0 -18
- package/src/icons/react/create.tsx +0 -18
- package/src/icons/react/cross-circle.tsx +0 -18
- package/src/icons/react/database-off.tsx +0 -18
- package/src/icons/react/database-stroke.tsx +0 -18
- package/src/icons/react/demo.tsx +0 -18
- package/src/icons/react/dependency.tsx +0 -18
- package/src/icons/react/dividers.tsx +0 -18
- package/src/icons/react/document.tsx +0 -18
- package/src/icons/react/double-arrow-left.tsx +0 -18
- package/src/icons/react/double-arrow-right.tsx +0 -18
- package/src/icons/react/double-line.tsx +0 -18
- package/src/icons/react/drag-block-handle-single.tsx +0 -18
- package/src/icons/react/edit-value.tsx +0 -18
- package/src/icons/react/error-circle-filled.tsx +0 -18
- package/src/icons/react/extension-assignments.tsx +0 -18
- package/src/icons/react/extension-avatar.tsx +0 -18
- package/src/icons/react/extension-comments.tsx +0 -18
- package/src/icons/react/extension-files.tsx +0 -18
- package/src/icons/react/extension-workflow.tsx +0 -18
- package/src/icons/react/favorites-checked.tsx +0 -18
- package/src/icons/react/fibery-desktop-app.tsx +0 -18
- package/src/icons/react/field-unit.tsx +0 -18
- package/src/icons/react/figma.tsx +0 -18
- package/src/icons/react/file-broken.tsx +0 -18
- package/src/icons/react/fullscreen-mode-off-icon.tsx +0 -18
- package/src/icons/react/fullscreen-mode-on-icon.tsx +0 -18
- package/src/icons/react/gauge.tsx +0 -18
- package/src/icons/react/github.tsx +0 -18
- package/src/icons/react/gitlab.tsx +0 -18
- package/src/icons/react/globe.tsx +0 -18
- package/src/icons/react/google-drive.tsx +0 -18
- package/src/icons/react/google-map.tsx +0 -18
- package/src/icons/react/hide.tsx +0 -18
- package/src/icons/react/image-xmark.tsx +0 -18
- package/src/icons/react/info-circle-filled.tsx +0 -18
- package/src/icons/react/info-circle.tsx +0 -18
- package/src/icons/react/integrations-integration-discourse-color.tsx +0 -18
- package/src/icons/react/integrations-integration-intercom-color.tsx +0 -18
- package/src/icons/react/integrations-integration-slack-color.tsx +0 -18
- package/src/icons/react/integrations-integration-zendesk-color.tsx +0 -18
- package/src/icons/react/intercom.tsx +0 -18
- package/src/icons/react/invite-people.tsx +0 -18
- package/src/icons/react/jira.tsx +0 -18
- package/src/icons/react/left-panel.tsx +0 -18
- package/src/icons/react/level-plus.tsx +0 -18
- package/src/icons/react/lock-outline.tsx +0 -18
- package/src/icons/react/loom.tsx +0 -18
- package/src/icons/react/loupe-zoom.tsx +0 -18
- package/src/icons/react/many-people.tsx +0 -18
- package/src/icons/react/message-plus-square.tsx +0 -18
- package/src/icons/react/miro.tsx +0 -18
- package/src/icons/react/mixpanel.tsx +0 -18
- package/src/icons/react/move-bottom.tsx +0 -18
- package/src/icons/react/move-space.tsx +0 -18
- package/src/icons/react/move-top.tsx +0 -18
- package/src/icons/react/network-add.tsx +0 -18
- package/src/icons/react/network.tsx +0 -18
- package/src/icons/react/open-ai.tsx +0 -18
- package/src/icons/react/open-as-page.tsx +0 -18
- package/src/icons/react/popup.tsx +0 -18
- package/src/icons/react/posts.tsx +0 -18
- package/src/icons/react/quick-filter-personal.tsx +0 -18
- package/src/icons/react/quick-filter.tsx +0 -18
- package/src/icons/react/remove-people.tsx +0 -18
- package/src/icons/react/reply.tsx +0 -18
- package/src/icons/react/restore.tsx +0 -18
- package/src/icons/react/richeditor-actions-more.tsx +0 -18
- package/src/icons/react/richeditor-comment-create.tsx +0 -18
- package/src/icons/react/richeditor-entity-link-create.tsx +0 -18
- package/src/icons/react/richeditor-history-redo.tsx +0 -18
- package/src/icons/react/richeditor-history-undo.tsx +0 -18
- package/src/icons/react/richeditor-image-upload.tsx +0 -18
- package/src/icons/react/richeditor-image-wrap-center.tsx +0 -18
- package/src/icons/react/richeditor-image-wrap-left.tsx +0 -18
- package/src/icons/react/richeditor-image-wrap-right.tsx +0 -18
- package/src/icons/react/richeditor-image-zoom.tsx +0 -18
- package/src/icons/react/richeditor-link-create.tsx +0 -18
- package/src/icons/react/richeditor-open-link.tsx +0 -18
- package/src/icons/react/richeditor-unlink.tsx +0 -18
- package/src/icons/react/right-panel.tsx +0 -18
- package/src/icons/react/rule-scheduled.tsx +0 -18
- package/src/icons/react/send-arrow.tsx +0 -18
- package/src/icons/react/settings-off.tsx +0 -18
- package/src/icons/react/shared.tsx +0 -18
- package/src/icons/react/sidebar-fields-opened.tsx +0 -18
- package/src/icons/react/sidebar-fields.tsx +0 -18
- package/src/icons/react/sidebar.tsx +0 -18
- package/src/icons/react/slack-icon.tsx +0 -18
- package/src/icons/react/slack.tsx +0 -18
- package/src/icons/react/slide-menu-close.tsx +0 -18
- package/src/icons/react/slide-menu-open.tsx +0 -18
- package/src/icons/react/smart-folder.tsx +0 -18
- package/src/icons/react/sort-on-bottom.tsx +0 -18
- package/src/icons/react/sort-on-top.tsx +0 -18
- package/src/icons/react/space-list.tsx +0 -18
- package/src/icons/react/success.tsx +0 -18
- package/src/icons/react/suggest-integration.tsx +0 -18
- package/src/icons/react/switch-to-mention.tsx +0 -18
- package/src/icons/react/template.tsx +0 -18
- package/src/icons/react/thumbs-down.tsx +0 -18
- package/src/icons/react/thumbs-up.tsx +0 -18
- package/src/icons/react/twitter.tsx +0 -18
- package/src/icons/react/type-boolean.tsx +0 -18
- package/src/icons/react/type-function.tsx +0 -18
- package/src/icons/react/type-id.tsx +0 -18
- package/src/icons/react/type-rule.tsx +0 -18
- package/src/icons/react/type-url.tsx +0 -18
- package/src/icons/react/units-db-badge-abbr.tsx +0 -18
- package/src/icons/react/units-db-badge-full.tsx +0 -18
- package/src/icons/react/units-db-icon.tsx +0 -18
- package/src/icons/react/unlock-outline.tsx +0 -18
- package/src/icons/react/upgrade.tsx +0 -18
- package/src/icons/react/user-check.tsx +0 -18
- package/src/icons/react/user-group-remove.tsx +0 -18
- package/src/icons/react/user-group.tsx +0 -18
- package/src/icons/react/user-role.tsx +0 -18
- package/src/icons/react/user-x.tsx +0 -18
- package/src/icons/react/windows.tsx +0 -18
- package/src/icons/react/workspace-map.tsx +0 -18
- package/src/icons/react/youtube.tsx +0 -18
- package/src/icons/react/zoom-in.tsx +0 -18
- package/src/icons/react/zoom-out.tsx +0 -18
- package/src/icons/svg/ai-avatar.svg +0 -3
- package/src/icons/svg/ai-search.svg +0 -3
- package/src/icons/svg/anthropic.svg +0 -3
- package/src/icons/svg/app-store-one-color.svg +0 -4
- package/src/icons/svg/app-store.svg +0 -4
- package/src/icons/svg/app-webhooks.svg +0 -2
- package/src/icons/svg/app-wiki.svg +0 -2
- package/src/icons/svg/apple.svg +0 -4
- package/src/icons/svg/automations-cancelled.svg +0 -3
- package/src/icons/svg/automations-disabled.svg +0 -3
- package/src/icons/svg/automations-success.svg +0 -3
- package/src/icons/svg/batch-actions-icon.svg +0 -4
- package/src/icons/svg/bell-filled.svg +0 -4
- package/src/icons/svg/chat-ai.svg +0 -5
- package/src/icons/svg/chat.svg +0 -3
- package/src/icons/svg/clean.svg +0 -6
- package/src/icons/svg/color-coding-filled.svg +0 -3
- package/src/icons/svg/create.svg +0 -3
- package/src/icons/svg/cross-circle.svg +0 -4
- package/src/icons/svg/csv.svg +0 -3
- package/src/icons/svg/database-off.svg +0 -3
- package/src/icons/svg/demo.svg +0 -2
- package/src/icons/svg/dependency.svg +0 -3
- package/src/icons/svg/document.svg +0 -4
- package/src/icons/svg/double-arrow-left.svg +0 -2
- package/src/icons/svg/double-arrow-right.svg +0 -2
- package/src/icons/svg/double-line.svg +0 -3
- package/src/icons/svg/drag-block-handle-single.svg +0 -5
- package/src/icons/svg/edit-value.svg +0 -5
- package/src/icons/svg/extension/assignments.svg +0 -7
- package/src/icons/svg/file-broken.svg +0 -3
- package/src/icons/svg/fullscreen-mode-on-icon.svg +0 -3
- package/src/icons/svg/gauge.svg +0 -5
- package/src/icons/svg/globe.svg +0 -3
- package/src/icons/svg/integrations/integration-slack-color.svg +0 -10
- package/src/icons/svg/intercom.svg +0 -3
- package/src/icons/svg/left-panel.svg +0 -11
- package/src/icons/svg/level-plus.svg +0 -4
- package/src/icons/svg/lock-outline.svg +0 -5
- package/src/icons/svg/loupe-zoom.svg +0 -3
- package/src/icons/svg/message-plus-square.svg +0 -4
- package/src/icons/svg/network-add.svg +0 -5
- package/src/icons/svg/notifications.svg +0 -2
- package/src/icons/svg/open-ai.svg +0 -3
- package/src/icons/svg/open-as-page.svg +0 -3
- package/src/icons/svg/posts.svg +0 -3
- package/src/icons/svg/quick-filter-personal.svg +0 -3
- package/src/icons/svg/quick-filter.svg +0 -3
- package/src/icons/svg/reply.svg +0 -2
- package/src/icons/svg/restore.svg +0 -2
- package/src/icons/svg/richeditor/actions/more.svg +0 -2
- package/src/icons/svg/richeditor/comment/create.svg +0 -5
- package/src/icons/svg/richeditor/entity-link/create.svg +0 -2
- package/src/icons/svg/richeditor/image/wrap-center.svg +0 -2
- package/src/icons/svg/richeditor/image/wrap-left.svg +0 -2
- package/src/icons/svg/richeditor/image/wrap-right.svg +0 -2
- package/src/icons/svg/richeditor/image/zoom.svg +0 -5
- package/src/icons/svg/richeditor/link/create.svg +0 -9
- package/src/icons/svg/richeditor/mark/code.svg +0 -5
- package/src/icons/svg/richeditor/mark/em.svg +0 -3
- package/src/icons/svg/richeditor/mark/highlight.svg +0 -3
- package/src/icons/svg/richeditor/mark/strike.svg +0 -3
- package/src/icons/svg/richeditor/mark/strong.svg +0 -3
- package/src/icons/svg/richeditor/unlink.svg +0 -10
- package/src/icons/svg/right-panel.svg +0 -11
- package/src/icons/svg/rule-scheduled.svg +0 -5
- package/src/icons/svg/settings-off.svg +0 -4
- package/src/icons/svg/shared.svg +0 -7
- package/src/icons/svg/sidebar-fields-opened.svg +0 -3
- package/src/icons/svg/sidebar-fields.svg +0 -6
- package/src/icons/svg/sidebar.svg +0 -2
- package/src/icons/svg/slack-icon.svg +0 -3
- package/src/icons/svg/slide-menu-close.svg +0 -4
- package/src/icons/svg/slide-menu-open.svg +0 -4
- package/src/icons/svg/sort-on-bottom.svg +0 -4
- package/src/icons/svg/sort-on-top.svg +0 -4
- package/src/icons/svg/space-list.svg +0 -4
- package/src/icons/svg/success.svg +0 -4
- package/src/icons/svg/template.svg +0 -3
- package/src/icons/svg/thumbs-down.svg +0 -3
- package/src/icons/svg/thumbs-up.svg +0 -3
- package/src/icons/svg/type/boolean.svg +0 -2
- package/src/icons/svg/type/function.svg +0 -2
- package/src/icons/svg/type/id.svg +0 -3
- package/src/icons/svg/type/rule.svg +0 -2
- package/src/icons/svg/type/url.svg +0 -9
- package/src/icons/svg/units/db-badge-abbr.svg +0 -4
- package/src/icons/svg/units/db-badge-full.svg +0 -4
- package/src/icons/svg/units/db-icon.svg +0 -4
- package/src/icons/svg/upgrade.svg +0 -2
- package/src/icons/svg/user-check.svg +0 -3
- package/src/icons/svg/windows.svg +0 -15
- package/src/icons/svg/workspace-map.svg +0 -3
- package/src/icons/svg/zoom-out.svg +0 -7
- /package/src/icons/svg/{dividers.svg → architect.svg} +0 -0
- /package/src/icons/svg/{back.svg → arrow-back.svg} +0 -0
- /package/src/icons/svg/{send-arrow.svg → arrow-send.svg} +0 -0
- /package/src/icons/svg/{extension/avatar.svg → avatar.svg} +0 -0
- /package/src/icons/svg/{backlog-icon.svg → backlog.svg} +0 -0
- /package/src/icons/svg/{check-circle-filled.svg → circle-check-filled.svg} +0 -0
- /package/src/icons/svg/{check-circle.svg → circle-check.svg} +0 -0
- /package/src/icons/svg/{error-circle-filled.svg → circle-cross-filled.svg} +0 -0
- /package/src/icons/svg/{info-circle-filled.svg → circle-info-filled.svg} +0 -0
- /package/src/icons/svg/{info-circle.svg → circle-info.svg} +0 -0
- /package/src/icons/svg/{extension/comments.svg → comments.svg} +0 -0
- /package/src/icons/svg/{add-database.svg → database-add.svg} +0 -0
- /package/src/icons/svg/{database-stroke.svg → database-outline.svg} +0 -0
- /package/src/icons/svg/{hide.svg → eye-off.svg} +0 -0
- /package/src/icons/svg/{favorites-checked.svg → favorites-filled.svg} +0 -0
- /package/src/icons/svg/{switch-to-mention.svg → field-units-large.svg} +0 -0
- /package/src/icons/svg/{extension/files.svg → files.svg} +0 -0
- /package/src/icons/svg/{smart-folder.svg → folder-smart.svg} +0 -0
- /package/src/icons/svg/{fullscreen-mode-off-icon.svg → fullscreen-mode-off.svg} +0 -0
- /package/src/icons/svg/{add-group.svg → group-add.svg} +0 -0
- /package/src/icons/svg/{image-xmark.svg → image-error.svg} +0 -0
- /package/src/icons/svg/{add-integration.svg → integration-add.svg} +0 -0
- /package/src/icons/svg/{integrations/integration-discourse-color.svg → integration-discourse.svg} +0 -0
- /package/src/icons/svg/{fibery-desktop-app.svg → integration-fibery.svg} +0 -0
- /package/src/icons/svg/{figma.svg → integration-figma.svg} +0 -0
- /package/src/icons/svg/{github.svg → integration-github.svg} +0 -0
- /package/src/icons/svg/{gitlab.svg → integration-gitlab.svg} +0 -0
- /package/src/icons/svg/{google-drive.svg → integration-google-drive.svg} +0 -0
- /package/src/icons/svg/{google-map.svg → integration-google-map.svg} +0 -0
- /package/src/icons/svg/{integrations/integration-intercom-color.svg → integration-intercom.svg} +0 -0
- /package/src/icons/svg/{jira.svg → integration-jira.svg} +0 -0
- /package/src/icons/svg/{loom.svg → integration-loom.svg} +0 -0
- /package/src/icons/svg/{miro.svg → integration-miro.svg} +0 -0
- /package/src/icons/svg/{mixpanel.svg → integration-mixpanel.svg} +0 -0
- /package/src/icons/svg/{slack.svg → integration-slack.svg} +0 -0
- /package/src/icons/svg/{suggest-integration.svg → integration-suggest.svg} +0 -0
- /package/src/icons/svg/{twitter.svg → integration-twitter.svg} +0 -0
- /package/src/icons/svg/{youtube.svg → integration-youtube.svg} +0 -0
- /package/src/icons/svg/{integrations/integration-zendesk-color.svg → integration-zendesk.svg} +0 -0
- /package/src/icons/svg/{move-bottom.svg → move-down.svg} +0 -0
- /package/src/icons/svg/{move-top.svg → move-up.svg} +0 -0
- /package/src/icons/svg/{popup.svg → open-in-panel.svg} +0 -0
- /package/src/icons/svg/{richeditor/open-link.svg → open-link.svg} +0 -0
- /package/src/icons/svg/{many-people.svg → people-all.svg} +0 -0
- /package/src/icons/svg/{user-group-remove.svg → people-group-remove.svg} +0 -0
- /package/src/icons/svg/{invite-people.svg → people-invite.svg} +0 -0
- /package/src/icons/svg/{remove-people.svg → people-remove.svg} +0 -0
- /package/src/icons/svg/{user-x.svg → people-x.svg} +0 -0
- /package/src/icons/svg/{zoom-in.svg → plus.svg} +0 -0
- /package/src/icons/svg/{app-details.svg → preferences.svg} +0 -0
- /package/src/icons/svg/{network.svg → propagate.svg} +0 -0
- /package/src/icons/svg/{add-reactions.svg → reactions-add.svg} +0 -0
- /package/src/icons/svg/{richeditor/history/redo.svg → redo.svg} +0 -0
- /package/src/icons/svg/{extension/references.svg → references.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/callout.svg → richeditor-block-callout.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/code.svg → richeditor-block-code.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/embed.svg → richeditor-block-embed.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/entity.svg → richeditor-block-entity.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/file.svg → richeditor-block-file.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/h1.svg → richeditor-block-h1.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/h2.svg → richeditor-block-h2.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/h3.svg → richeditor-block-h3.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/h4.svg → richeditor-block-h4.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/mention.svg → richeditor-block-mention.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/paragraph.svg → richeditor-block-paragraph.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/quote.svg → richeditor-block-quote.svg} +0 -0
- /package/src/icons/svg/{richeditor/checklist/create.svg → richeditor-checklist-create.svg} +0 -0
- /package/src/icons/svg/{richeditor/image/align-center.svg → richeditor-image-align-center.svg} +0 -0
- /package/src/icons/svg/{richeditor/image/align-left.svg → richeditor-image-align-left.svg} +0 -0
- /package/src/icons/svg/{richeditor/image/align-right.svg → richeditor-image-align-right.svg} +0 -0
- /package/src/icons/svg/{richeditor/image/upload.svg → richeditor-image.svg} +0 -0
- /package/src/icons/svg/{richeditor/linkedhighlight/create.svg → richeditor-linkedhighlight-create.svg} +0 -0
- /package/src/icons/svg/{richeditor/list/bullet.svg → richeditor-list-bullet.svg} +0 -0
- /package/src/icons/svg/{richeditor/list/ordered.svg → richeditor-list-ordered.svg} +0 -0
- /package/src/icons/svg/{richeditor/list/unindent.svg → richeditor-list-unindent.svg} +0 -0
- /package/src/icons/svg/{richeditor/mark/text-background-color.svg → richeditor-mark-text-background-color.svg} +0 -0
- /package/src/icons/svg/{richeditor/mark/underline.svg → richeditor-mark-underline.svg} +0 -0
- /package/src/icons/svg/{richeditor/table/create.svg → richeditor-table-create.svg} +0 -0
- /package/src/icons/svg/{richeditor/video/upload.svg → richeditor-video-upload.svg} +0 -0
- /package/src/icons/svg/{bolt.svg → rule.svg} +0 -0
- /package/src/icons/svg/{app-templates.svg → space-add.svg} +0 -0
- /package/src/icons/svg/{move-space.svg → space-move.svg} +0 -0
- /package/src/icons/svg/{type/button.svg → type-button.svg} +0 -0
- /package/src/icons/svg/{type/checkbox.svg → type-checkbox.svg} +0 -0
- /package/src/icons/svg/{type/date.svg → type-date.svg} +0 -0
- /package/src/icons/svg/{type/email.svg → type-email.svg} +0 -0
- /package/src/icons/svg/{type/emoji.svg → type-emoji.svg} +0 -0
- /package/src/icons/svg/{type/formula.svg → type-formula.svg} +0 -0
- /package/src/icons/svg/{type/location.svg → type-location.svg} +0 -0
- /package/src/icons/svg/{type/lookup.svg → type-lookup.svg} +0 -0
- /package/src/icons/svg/{type/money.svg → type-money.svg} +0 -0
- /package/src/icons/svg/{type/multi-select.svg → type-multi-select.svg} +0 -0
- /package/src/icons/svg/{type/number.svg → type-number.svg} +0 -0
- /package/src/icons/svg/{type/percent.svg → type-percent.svg} +0 -0
- /package/src/icons/svg/{type/phone.svg → type-phone.svg} +0 -0
- /package/src/icons/svg/{type/relation.svg → type-relation.svg} +0 -0
- /package/src/icons/svg/{type/rich-text.svg → type-rich-text.svg} +0 -0
- /package/src/icons/svg/{type/single-select.svg → type-single-select.svg} +0 -0
- /package/src/icons/svg/{type/text.svg → type-text.svg} +0 -0
- /package/src/icons/svg/{richeditor/history/undo.svg → undo.svg} +0 -0
- /package/src/icons/svg/{units/avatar.svg → units-avatar.svg} +0 -0
- /package/src/icons/svg/{units/collection.svg → units-collection.svg} +0 -0
- /package/src/icons/svg/{units/counter.svg → units-counter.svg} +0 -0
- /package/src/icons/svg/{units/date.svg → units-date.svg} +0 -0
- /package/src/icons/svg/{units/field-icon-button.svg → units-field-icon-button.svg} +0 -0
- /package/src/icons/svg/{units/field.svg → units-field.svg} +0 -0
- /package/src/icons/svg/{units/input.svg → units-input.svg} +0 -0
- /package/src/icons/svg/{field-unit.svg → units-normal.svg} +0 -0
- /package/src/icons/svg/{units/progress-bar.svg → units-progress-bar.svg} +0 -0
- /package/src/icons/svg/{units/rich-text.svg → units-rich-text.svg} +0 -0
- /package/src/icons/svg/{units/snippet.svg → units-snippet.svg} +0 -0
- /package/src/icons/svg/{unlock-outline.svg → unlock.svg} +0 -0
- /package/src/icons/svg/{clear-value.svg → value-clear.svg} +0 -0
- /package/src/icons/svg/{extension/workflow.svg → workflow.svg} +0 -0
|
@@ -1,2060 +1,2188 @@
|
|
|
1
|
-
/* Auto-generated by theme-snapshots.test.ts for
|
|
2
|
-
/* IDE DX only: lets editors resolve
|
|
1
|
+
/* Auto-generated by theme-snapshots.test.ts for namespace "fibery". */
|
|
2
|
+
/* IDE DX only: lets editors resolve vars by name. Not imported at runtime. */
|
|
3
3
|
:root {
|
|
4
|
-
--
|
|
5
|
-
--
|
|
6
|
-
--
|
|
7
|
-
--
|
|
8
|
-
--
|
|
9
|
-
--
|
|
10
|
-
--
|
|
11
|
-
--
|
|
12
|
-
--
|
|
13
|
-
--
|
|
14
|
-
--
|
|
4
|
+
--surfaceElevationS: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
|
|
5
|
+
--surfaceElevationM: 0 4px 8px 0 rgba(0, 0, 0, 0.09);
|
|
6
|
+
--surfaceElevationL: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
|
|
7
|
+
--shadow50: 0 0 0 1px rgba(23, 23, 23, 0.05);
|
|
8
|
+
--shadow100: 0 1px 4px 0 rgba(23, 23, 23, 0.05);
|
|
9
|
+
--shadow200: 0 2px 6px 0 rgba(23, 23, 23, 0.05);
|
|
10
|
+
--shadow300: 0 3px 6px -3px rgba(23, 23, 23, 0.1), 0 8px 20px -4px rgba(23, 23, 23, 0.15);
|
|
11
|
+
--shadow400: 0 0 1px 0 rgba(23, 23, 23, 0.2), 0 16px 40px 0 rgba(23, 23, 23, 0.15);
|
|
12
|
+
--shadow500: 0 0 1px 0 rgba(23, 23, 23, 0.2), 0 20px 50px 0 rgba(23, 23, 23, 0.15);
|
|
13
|
+
--shadow600: 0 0 1px 0 rgba(23, 23, 23, 0.2), 0 26px 80px 0 rgba(23, 23, 23, 0.2);
|
|
14
|
+
--actionMenuShadow:
|
|
15
15
|
0 0 2px 0 rgba(94, 94, 94, 0.3), 0 4px 6px 0 rgba(94, 94, 94, 0.05), 0 10px 26px 0 rgba(94, 94, 94, 0.15);
|
|
16
|
-
--
|
|
16
|
+
--shadowPopup:
|
|
17
17
|
0 0 2px 0 rgba(94, 94, 94, 0.3), 0 4px 6px 0 rgba(94, 94, 94, 0.05), 0 10px 26px 0 rgba(94, 94, 94, 0.15);
|
|
18
|
-
--
|
|
19
|
-
--
|
|
20
|
-
--
|
|
21
|
-
--
|
|
22
|
-
--
|
|
23
|
-
--
|
|
24
|
-
--
|
|
25
|
-
--
|
|
26
|
-
--
|
|
27
|
-
--
|
|
28
|
-
--
|
|
29
|
-
--
|
|
30
|
-
--
|
|
31
|
-
--
|
|
32
|
-
--
|
|
33
|
-
--
|
|
34
|
-
--
|
|
35
|
-
--
|
|
36
|
-
--
|
|
37
|
-
--
|
|
38
|
-
--
|
|
39
|
-
--
|
|
40
|
-
--
|
|
41
|
-
--
|
|
42
|
-
--
|
|
43
|
-
--
|
|
44
|
-
--
|
|
45
|
-
--
|
|
46
|
-
--
|
|
47
|
-
--
|
|
48
|
-
--
|
|
49
|
-
--
|
|
50
|
-
--
|
|
51
|
-
--
|
|
52
|
-
--
|
|
53
|
-
--
|
|
54
|
-
--
|
|
55
|
-
--
|
|
56
|
-
--
|
|
57
|
-
--
|
|
58
|
-
--
|
|
59
|
-
--
|
|
60
|
-
--
|
|
61
|
-
--
|
|
62
|
-
--
|
|
63
|
-
--
|
|
64
|
-
--
|
|
65
|
-
--
|
|
66
|
-
--
|
|
67
|
-
--
|
|
68
|
-
--
|
|
69
|
-
--
|
|
70
|
-
--
|
|
71
|
-
--
|
|
72
|
-
--
|
|
73
|
-
--
|
|
74
|
-
--
|
|
75
|
-
--
|
|
76
|
-
--
|
|
77
|
-
--
|
|
78
|
-
--
|
|
79
|
-
--
|
|
80
|
-
--
|
|
81
|
-
--
|
|
82
|
-
--
|
|
83
|
-
--
|
|
84
|
-
--
|
|
85
|
-
--
|
|
86
|
-
--
|
|
87
|
-
--
|
|
88
|
-
--
|
|
89
|
-
--
|
|
90
|
-
--
|
|
91
|
-
--
|
|
92
|
-
--
|
|
93
|
-
--
|
|
94
|
-
--
|
|
95
|
-
--
|
|
96
|
-
--
|
|
97
|
-
--
|
|
98
|
-
--
|
|
99
|
-
--
|
|
100
|
-
--
|
|
101
|
-
--
|
|
102
|
-
--
|
|
103
|
-
--
|
|
104
|
-
--
|
|
105
|
-
--
|
|
106
|
-
--
|
|
107
|
-
--
|
|
108
|
-
--
|
|
109
|
-
--
|
|
110
|
-
--
|
|
111
|
-
--
|
|
112
|
-
--
|
|
113
|
-
--
|
|
114
|
-
--
|
|
115
|
-
--
|
|
116
|
-
--
|
|
117
|
-
--
|
|
118
|
-
--
|
|
119
|
-
--
|
|
120
|
-
--
|
|
121
|
-
--
|
|
122
|
-
--
|
|
123
|
-
--
|
|
124
|
-
--
|
|
125
|
-
--
|
|
126
|
-
--
|
|
127
|
-
--
|
|
128
|
-
--
|
|
129
|
-
--
|
|
130
|
-
--
|
|
131
|
-
--
|
|
132
|
-
--
|
|
133
|
-
--
|
|
134
|
-
--
|
|
135
|
-
--
|
|
136
|
-
--
|
|
137
|
-
--
|
|
138
|
-
--
|
|
139
|
-
--
|
|
140
|
-
--
|
|
141
|
-
--
|
|
142
|
-
--
|
|
143
|
-
--
|
|
144
|
-
--
|
|
145
|
-
--
|
|
146
|
-
--
|
|
147
|
-
--
|
|
148
|
-
--
|
|
149
|
-
--
|
|
150
|
-
--
|
|
151
|
-
--
|
|
152
|
-
--
|
|
153
|
-
--
|
|
154
|
-
--
|
|
155
|
-
--
|
|
156
|
-
--
|
|
157
|
-
--
|
|
158
|
-
--
|
|
159
|
-
--
|
|
160
|
-
--
|
|
161
|
-
--
|
|
162
|
-
--
|
|
163
|
-
--
|
|
164
|
-
--
|
|
165
|
-
--
|
|
166
|
-
--
|
|
167
|
-
--
|
|
18
|
+
--shadowSidebar: -3px 0 10px 0 rgba(120, 120, 120, 0.1);
|
|
19
|
+
--highlightBgYellow: rgb(255, 236, 196);
|
|
20
|
+
--highlightFgYellow: rgb(167, 125, 0);
|
|
21
|
+
--highlightFgOnBgYellow: rgb(139, 104, 0);
|
|
22
|
+
--highlightBgGreen: rgb(218, 246, 202);
|
|
23
|
+
--highlightFgGreen: rgb(80, 147, 0);
|
|
24
|
+
--highlightFgOnBgGreen: rgb(66, 123, 0);
|
|
25
|
+
--highlightBgAquamarine: rgb(196, 249, 222);
|
|
26
|
+
--highlightFgAquamarine: rgb(0, 149, 104);
|
|
27
|
+
--highlightFgOnBgAquamarine: rgb(0, 123, 85);
|
|
28
|
+
--highlightBgAqua: rgb(186, 249, 240);
|
|
29
|
+
--highlightFgAqua: rgb(0, 147, 135);
|
|
30
|
+
--highlightFgOnBgAqua: rgb(0, 121, 111);
|
|
31
|
+
--highlightBgBlue: rgb(225, 238, 255);
|
|
32
|
+
--highlightFgBlue: rgb(0, 130, 243);
|
|
33
|
+
--highlightFgOnBgBlue: rgb(0, 106, 201);
|
|
34
|
+
--highlightBgPurple: rgb(245, 233, 255);
|
|
35
|
+
--highlightFgPurple: rgb(185, 76, 249);
|
|
36
|
+
--highlightFgOnBgPurple: rgb(160, 44, 221);
|
|
37
|
+
--highlightBgPink: rgb(255, 231, 243);
|
|
38
|
+
--highlightFgPink: rgb(232, 38, 172);
|
|
39
|
+
--highlightFgOnBgPink: rgb(196, 0, 142);
|
|
40
|
+
--highlightBgRed: rgb(255, 232, 230);
|
|
41
|
+
--highlightFgRed: rgb(250, 9, 44);
|
|
42
|
+
--highlightFgOnBgRed: rgb(207, 0, 33);
|
|
43
|
+
--highlightBgGrey: rgb(238, 238, 238);
|
|
44
|
+
--highlightFgGrey: rgb(132, 132, 132);
|
|
45
|
+
--highlightFgOnBgGrey: rgb(110, 110, 110);
|
|
46
|
+
--colorPickerCssFilter: none;
|
|
47
|
+
--colorAccentBgSubtle: rgba(73, 120, 212, 0.1);
|
|
48
|
+
--colorAccentBgMild: rgba(73, 120, 212, 0.15);
|
|
49
|
+
--colorAccentBgMedium: rgba(73, 120, 212, 0.2);
|
|
50
|
+
--colorAccentBgStrong: rgba(73, 120, 212, 0.3);
|
|
51
|
+
--colorAccentBgBold: rgba(73, 120, 212, 0.35);
|
|
52
|
+
--colorAccentBgVivid: rgba(73, 120, 212, 0.6);
|
|
53
|
+
--colorAccentStroke: rgba(73, 120, 212, 0.25);
|
|
54
|
+
--colorAccentStrokeHover: rgba(73, 120, 212, 0.4);
|
|
55
|
+
--colorAccentStrokeFocus: rgba(73, 120, 212, 0.5);
|
|
56
|
+
--colorAccentSolid: rgba(73, 120, 212, 0.8);
|
|
57
|
+
--colorAccent: #4978d4;
|
|
58
|
+
--darkenPrimary: rgb(62, 96, 161);
|
|
59
|
+
--whiteColor: rgb(255, 255, 255);
|
|
60
|
+
--blackColor: rgb(0, 0, 0);
|
|
61
|
+
--mainBg: rgb(245, 245, 245);
|
|
62
|
+
--panelBg: rgb(255, 255, 255);
|
|
63
|
+
--panelBorder: 0 0 0 1px rgba(199, 199, 199, 0.2);
|
|
64
|
+
--panelContentBg: rgb(247, 247, 247);
|
|
65
|
+
--dbSettingsSidebarBg: rgb(247, 247, 247);
|
|
66
|
+
--dbSettingsSidebarItemHover: rgb(237, 237, 237);
|
|
67
|
+
--dbSettingsSidebarIconBg: rgb(255, 255, 255);
|
|
68
|
+
--dbSettingsSidebarIconBorder: 0 1px 4px 0 rgba(94, 94, 94, 0.1), 0 0 0 0.5px rgba(232, 232, 232, 0.5);
|
|
69
|
+
--dbSettingsCardBg: rgb(247, 247, 247);
|
|
70
|
+
--dbSettingsCardBorder: 0 0 0 1px rgba(227, 227, 227, 0.8);
|
|
71
|
+
--colorBgRelationContainer: rgb(252, 252, 252);
|
|
72
|
+
--colorAI: #9d63d4;
|
|
73
|
+
--colorBgAI: rgba(157, 99, 212, 0.1);
|
|
74
|
+
--colorBgAIFloatingLauncher: rgb(252, 252, 252);
|
|
75
|
+
--colorBgAIFloatingPanelContent: rgb(252, 252, 252);
|
|
76
|
+
--colorBgAISidebarContent: rgb(252, 252, 252);
|
|
77
|
+
--colorBgFloatingPanel: rgb(255, 255, 255);
|
|
78
|
+
--shadowFloatingPanel: 0 0 0 1px rgba(120, 120, 120, 0.15), 0 3px 12px 0 rgba(94, 94, 94, 0.15);
|
|
79
|
+
--pageContentBg: rgb(255, 255, 255);
|
|
80
|
+
--colorBgPopup: rgb(255, 255, 255);
|
|
81
|
+
--menuBg: rgb(245, 245, 245);
|
|
82
|
+
--menuTextColor: rgb(23, 23, 23);
|
|
83
|
+
--menuItemHoverColor: rgb(232, 232, 232);
|
|
84
|
+
--menuSelectedTextColor: rgb(247, 247, 247);
|
|
85
|
+
--menuIconColor: rgba(23, 23, 23, 0.7);
|
|
86
|
+
--textColor: rgb(23, 23, 23);
|
|
87
|
+
--textSelectionColor: rgba(73, 120, 212, 0.2);
|
|
88
|
+
--accentTextColor: rgb(120, 120, 120);
|
|
89
|
+
--disabledTextColor: rgb(158, 158, 158);
|
|
90
|
+
--inversedTextColor: rgb(245, 245, 245);
|
|
91
|
+
--colorTextSecondary: rgba(23, 23, 23, 0.7);
|
|
92
|
+
--linkColor: #3869cc;
|
|
93
|
+
--linkBorder: 0.5px solid rgba(56, 105, 204, 0.4);
|
|
94
|
+
--linkHoverColor: #3869cc;
|
|
95
|
+
--linkBorderHover: 0.5px solid rgba(56, 105, 204, 0.75);
|
|
96
|
+
--codeColor: rgb(211, 62, 78);
|
|
97
|
+
--codeBgColor: rgb(245, 245, 245);
|
|
98
|
+
--codeBlockBgColor: rgb(245, 245, 245);
|
|
99
|
+
--addedDiffTextColor: rgb(0, 144, 130);
|
|
100
|
+
--removedDiffTextColor: rgb(175, 36, 56);
|
|
101
|
+
--entityNodeColor: rgb(36, 36, 36);
|
|
102
|
+
--entityNodeBorder: 0.5px solid rgba(36, 36, 36, 0.3);
|
|
103
|
+
--entityNodeHoverColor: rgb(61, 61, 61);
|
|
104
|
+
--entityNodeBorderHover: 0.5px solid rgba(94, 94, 94, 0.8);
|
|
105
|
+
--entityNodeBgColor: rgb(247, 247, 247);
|
|
106
|
+
--shortcutTextColor: rgb(158, 158, 158);
|
|
107
|
+
--shortcutBorder: 1px solid rgba(199, 199, 199, 0.5);
|
|
108
|
+
--shortcutBorderColor: rgba(199, 199, 199, 0.5);
|
|
109
|
+
--inputBgColor: rgb(255, 255, 255);
|
|
110
|
+
--inputDisabledBgColor: rgba(227, 227, 227, 0.3);
|
|
111
|
+
--inputDisabledBorderColor: 0 0 0 1px rgba(227, 227, 227, 0.6);
|
|
112
|
+
--inputCopyBgColor: rgb(245, 245, 245);
|
|
113
|
+
--inputBorderColor: 0 0 0 1px rgba(227, 227, 227, 0.8);
|
|
114
|
+
--inputBorderHoverColor: 0 0 0 1px rgb(219, 219, 219);
|
|
115
|
+
--inputBorderFocusColor: 0 0 0 1px rgb(199, 199, 199);
|
|
116
|
+
--inputBorderBlendMode: multiply;
|
|
117
|
+
--inputPlaceholderTextColor: rgb(158, 158, 158);
|
|
118
|
+
--inputErrorBorderColor: 0 0 0 1px rgb(175, 36, 56);
|
|
119
|
+
--inputErrorBorderHoverColor: 0 0 0 1px rgba(175, 36, 56, 0.4);
|
|
120
|
+
--inputErrorBorderFocusColor: 0 0 0 1px rgba(175, 36, 56, 0.25);
|
|
121
|
+
--inputErrorBorderFocusShadow: 0 0 0 3px rgba(175, 36, 56, 0.25);
|
|
122
|
+
--inputBorderWarningColor: 0 0 0 1px rgb(246, 217, 0);
|
|
123
|
+
--buttonPrimaryColor: #4978d4;
|
|
124
|
+
--buttonColor: rgb(120, 120, 120);
|
|
125
|
+
--buttonPrimaryTextColor: rgb(247, 247, 247);
|
|
126
|
+
--checkboxColor: rgba(23, 23, 23, 0.7);
|
|
127
|
+
--colorBorderBlockQuote: rgb(94, 94, 94);
|
|
128
|
+
--colorBgActionsMenu: rgb(255, 255, 255);
|
|
129
|
+
--colorBgActionsMenuItemHover: rgb(237, 237, 237);
|
|
130
|
+
--colorBgActionsMenuItemSelected: rgba(232, 239, 253, 0.8);
|
|
131
|
+
--colorBgActionsMenuItemSelectedHover: rgba(219, 229, 250, 0.8);
|
|
132
|
+
--colorBgActionsMenuItemDangerHover: rgba(211, 62, 78, 0.1);
|
|
133
|
+
--colorBgActionsMenuItemDangerActive: rgba(211, 62, 78, 0.8);
|
|
134
|
+
--actionMenuBg: rgb(255, 255, 255);
|
|
135
|
+
--actionMenuInnerBg: rgb(255, 255, 255);
|
|
136
|
+
--actionMenuHover: rgb(237, 237, 237);
|
|
137
|
+
--actionMenuInnerHover: rgb(237, 237, 237);
|
|
138
|
+
--actionMenuButtonColor: rgb(255, 255, 255);
|
|
139
|
+
--actionMenuButtonHoverColor: rgb(252, 252, 252);
|
|
140
|
+
--actionMenuButtonShadow: 0 0 0 1px rgba(120, 120, 120, 0.1), 0 2px 4px -4px rgba(120, 120, 120, 0.2);
|
|
141
|
+
--actionMenuSeparatorColor: rgba(0, 0, 0, 0.1);
|
|
142
|
+
--separatorColor: rgba(0, 0, 0, 0.1);
|
|
143
|
+
--separatorColorDimmed: rgba(0, 0, 0, 0.05);
|
|
144
|
+
--separatorBreadcrumbsColor: rgb(199, 199, 199);
|
|
145
|
+
--borderSeparatorDimmed: 0.5px solid rgba(0, 0, 0, 0.05);
|
|
146
|
+
--borderSeparator: 0.5px solid rgba(0, 0, 0, 0.1);
|
|
147
|
+
--borderSeparatorMedium: 0.5px solid rgba(0, 0, 0, 0.15);
|
|
148
|
+
--borderSeparatorStrong: 0.5px solid rgba(0, 0, 0, 0.25);
|
|
149
|
+
--borderMedia: 0.5px solid rgba(0, 0, 0, 0.14);
|
|
150
|
+
--borderSolidSeparator: 1px solid rgba(0, 0, 0, 0.1);
|
|
151
|
+
--borderSolidSeparatorDimmed: 1px solid rgba(0, 0, 0, 0.05);
|
|
152
|
+
--borderSolidFilterGroup: 1px solid rgba(0, 0, 0, 0.05);
|
|
153
|
+
--borderSolidGrid: 1px solid rgb(232, 232, 232);
|
|
154
|
+
--borderSolidOutlineNeutral: 1px solid rgb(199, 199, 199);
|
|
155
|
+
--borderSolidMedia: 1px solid rgba(0, 0, 0, 0.14);
|
|
156
|
+
--borderSolidCommentBubble: 1px solid rgb(255, 255, 255);
|
|
157
|
+
--borderBlockQuote: 3px solid rgb(94, 94, 94);
|
|
158
|
+
--shadowCardDefault: 0 0 0 1px rgba(227, 227, 227, 0.8), 0 1px 4px 0 rgba(23, 23, 23, 0.05);
|
|
159
|
+
--shadowCardHover: 0 0 0 1px rgba(227, 227, 227, 0.8), 0 2px 6px 0 rgba(23, 23, 23, 0.05);
|
|
160
|
+
--shadowCardInset: inset 0 0 0 1px rgba(227, 227, 227, 0.8);
|
|
161
|
+
--iconColor: rgba(23, 23, 23, 0.7);
|
|
162
|
+
--colorIconDestructive: rgb(175, 36, 56);
|
|
163
|
+
--appIconColor: rgba(247, 247, 247, 0.9);
|
|
164
|
+
--appIconBgColor: rgba(252, 252, 252, 0.9);
|
|
165
|
+
--mentionBgColor: rgba(219, 219, 219, 0.3);
|
|
166
|
+
--colorBgSelectMenu: rgb(252, 252, 252);
|
|
167
|
+
--shadowSelectMenu:
|
|
168
168
|
0 0 2px 0 rgba(94, 94, 94, 0.3), 0 4px 6px 0 rgba(94, 94, 94, 0.05), 0 10px 26px 0 rgba(94, 94, 94, 0.15);
|
|
169
|
-
--
|
|
170
|
-
--
|
|
171
|
-
--
|
|
172
|
-
--
|
|
173
|
-
--
|
|
174
|
-
--
|
|
175
|
-
--
|
|
176
|
-
--
|
|
177
|
-
--
|
|
178
|
-
--
|
|
179
|
-
--
|
|
180
|
-
--
|
|
181
|
-
--
|
|
182
|
-
--
|
|
183
|
-
--
|
|
184
|
-
--
|
|
185
|
-
--
|
|
186
|
-
--
|
|
187
|
-
--
|
|
188
|
-
--
|
|
189
|
-
--
|
|
190
|
-
--
|
|
191
|
-
--
|
|
192
|
-
--
|
|
193
|
-
--
|
|
194
|
-
--
|
|
195
|
-
--
|
|
196
|
-
--
|
|
197
|
-
--
|
|
198
|
-
--
|
|
199
|
-
--
|
|
200
|
-
--
|
|
201
|
-
|
|
202
|
-
--
|
|
203
|
-
--
|
|
204
|
-
|
|
205
|
-
--
|
|
206
|
-
--
|
|
207
|
-
--
|
|
208
|
-
--
|
|
209
|
-
--
|
|
210
|
-
--
|
|
211
|
-
--
|
|
212
|
-
--
|
|
213
|
-
--
|
|
214
|
-
--
|
|
215
|
-
--
|
|
216
|
-
--
|
|
217
|
-
--
|
|
218
|
-
--
|
|
219
|
-
--
|
|
220
|
-
--
|
|
221
|
-
--
|
|
222
|
-
--
|
|
223
|
-
--
|
|
224
|
-
--
|
|
225
|
-
--
|
|
226
|
-
--
|
|
227
|
-
--
|
|
228
|
-
--
|
|
229
|
-
--
|
|
230
|
-
--
|
|
231
|
-
--
|
|
232
|
-
--
|
|
233
|
-
--
|
|
234
|
-
--
|
|
235
|
-
--
|
|
236
|
-
--
|
|
237
|
-
--
|
|
238
|
-
--
|
|
239
|
-
--
|
|
240
|
-
--
|
|
241
|
-
--
|
|
242
|
-
--
|
|
243
|
-
--
|
|
244
|
-
--
|
|
245
|
-
--
|
|
246
|
-
--
|
|
247
|
-
--
|
|
248
|
-
--
|
|
249
|
-
--
|
|
250
|
-
--
|
|
251
|
-
--
|
|
252
|
-
--
|
|
253
|
-
--
|
|
254
|
-
--
|
|
255
|
-
--
|
|
256
|
-
--
|
|
257
|
-
--
|
|
258
|
-
--
|
|
259
|
-
--
|
|
260
|
-
--
|
|
261
|
-
--
|
|
262
|
-
--
|
|
263
|
-
--
|
|
264
|
-
--
|
|
265
|
-
--
|
|
266
|
-
--
|
|
267
|
-
--
|
|
268
|
-
--
|
|
269
|
-
--
|
|
270
|
-
--
|
|
271
|
-
--
|
|
272
|
-
--
|
|
273
|
-
--
|
|
274
|
-
--
|
|
275
|
-
--
|
|
276
|
-
--
|
|
277
|
-
--
|
|
278
|
-
--
|
|
279
|
-
--
|
|
280
|
-
--
|
|
281
|
-
--
|
|
282
|
-
--
|
|
283
|
-
--
|
|
284
|
-
--
|
|
285
|
-
--
|
|
286
|
-
--
|
|
287
|
-
--
|
|
288
|
-
--
|
|
289
|
-
--
|
|
290
|
-
--
|
|
291
|
-
--
|
|
292
|
-
--
|
|
293
|
-
--
|
|
294
|
-
--
|
|
295
|
-
--
|
|
296
|
-
--
|
|
297
|
-
--
|
|
298
|
-
--
|
|
299
|
-
--
|
|
300
|
-
--
|
|
301
|
-
--
|
|
302
|
-
--
|
|
303
|
-
--
|
|
304
|
-
--
|
|
305
|
-
--
|
|
306
|
-
--
|
|
307
|
-
--
|
|
308
|
-
--
|
|
309
|
-
--
|
|
310
|
-
--
|
|
311
|
-
--
|
|
312
|
-
--
|
|
313
|
-
--
|
|
314
|
-
--
|
|
315
|
-
--
|
|
316
|
-
--
|
|
317
|
-
--
|
|
318
|
-
--
|
|
319
|
-
--
|
|
320
|
-
--
|
|
321
|
-
--
|
|
322
|
-
--
|
|
323
|
-
--
|
|
324
|
-
--
|
|
325
|
-
--
|
|
326
|
-
--
|
|
327
|
-
--
|
|
328
|
-
--
|
|
329
|
-
--
|
|
330
|
-
--
|
|
331
|
-
--
|
|
332
|
-
--
|
|
333
|
-
--
|
|
334
|
-
--
|
|
335
|
-
--
|
|
336
|
-
--
|
|
337
|
-
--
|
|
338
|
-
--
|
|
339
|
-
--
|
|
340
|
-
--
|
|
341
|
-
--
|
|
342
|
-
--
|
|
343
|
-
--
|
|
344
|
-
--
|
|
345
|
-
--
|
|
346
|
-
--
|
|
347
|
-
--
|
|
348
|
-
--
|
|
349
|
-
--
|
|
350
|
-
--
|
|
351
|
-
--
|
|
352
|
-
--
|
|
353
|
-
--
|
|
354
|
-
--
|
|
355
|
-
--
|
|
356
|
-
--
|
|
357
|
-
--
|
|
358
|
-
--
|
|
359
|
-
--
|
|
360
|
-
--
|
|
361
|
-
--
|
|
362
|
-
--
|
|
363
|
-
--
|
|
364
|
-
--
|
|
365
|
-
--
|
|
366
|
-
--
|
|
367
|
-
--
|
|
368
|
-
--
|
|
369
|
-
--
|
|
370
|
-
--
|
|
371
|
-
--
|
|
372
|
-
--
|
|
373
|
-
--
|
|
374
|
-
--
|
|
375
|
-
--
|
|
376
|
-
--
|
|
377
|
-
--
|
|
378
|
-
--
|
|
379
|
-
--
|
|
380
|
-
--
|
|
381
|
-
--
|
|
382
|
-
--
|
|
383
|
-
--
|
|
384
|
-
--
|
|
385
|
-
--
|
|
386
|
-
--
|
|
387
|
-
--
|
|
388
|
-
--
|
|
389
|
-
--
|
|
390
|
-
--
|
|
391
|
-
--
|
|
392
|
-
--
|
|
393
|
-
--
|
|
394
|
-
--
|
|
395
|
-
--
|
|
396
|
-
--
|
|
397
|
-
--
|
|
398
|
-
--
|
|
399
|
-
--
|
|
400
|
-
--
|
|
401
|
-
--
|
|
402
|
-
--
|
|
403
|
-
--
|
|
404
|
-
--
|
|
405
|
-
--
|
|
406
|
-
--
|
|
407
|
-
--
|
|
408
|
-
--
|
|
409
|
-
--
|
|
410
|
-
--
|
|
411
|
-
--
|
|
412
|
-
--
|
|
413
|
-
--
|
|
414
|
-
--
|
|
415
|
-
--
|
|
416
|
-
--
|
|
417
|
-
--
|
|
418
|
-
--
|
|
419
|
-
--
|
|
420
|
-
--
|
|
421
|
-
--
|
|
422
|
-
--
|
|
423
|
-
--
|
|
424
|
-
--
|
|
425
|
-
--
|
|
426
|
-
--
|
|
427
|
-
--
|
|
428
|
-
--
|
|
429
|
-
--
|
|
430
|
-
--
|
|
431
|
-
--
|
|
432
|
-
--
|
|
433
|
-
--
|
|
434
|
-
--
|
|
435
|
-
--
|
|
436
|
-
--
|
|
437
|
-
--
|
|
438
|
-
--
|
|
439
|
-
--
|
|
440
|
-
--
|
|
441
|
-
--
|
|
442
|
-
--
|
|
443
|
-
--
|
|
444
|
-
--
|
|
445
|
-
--
|
|
446
|
-
--
|
|
447
|
-
--
|
|
448
|
-
--
|
|
169
|
+
--colorBgListItemGeneral: rgba(255, 255, 255, 0);
|
|
170
|
+
--colorBgListItemGeneralHover: rgb(245, 245, 245);
|
|
171
|
+
--colorBgListItemGeneralFocus: rgb(237, 237, 237);
|
|
172
|
+
--colorBgListItemGeneralSelected: #dbe5fa;
|
|
173
|
+
--colorBgListItemGeneralSelectedHover: #cad9f6;
|
|
174
|
+
--colorBgListItemGeneralSelectedFocus: #cad9f6;
|
|
175
|
+
--colorBgListItemGeneralDisabled: rgba(255, 255, 255, 0);
|
|
176
|
+
--colorTextListItemGeneralDisabled: rgb(158, 158, 158);
|
|
177
|
+
--colorBgListItemGeneralSelectedDisabled: #dbe5fa;
|
|
178
|
+
--opacityListItemGeneralDisabled: 0.4;
|
|
179
|
+
--colorSearchSubtitle: rgb(158, 158, 158);
|
|
180
|
+
--colorBgSearchPanel: rgb(255, 255, 255);
|
|
181
|
+
--colorBgSearchRowHover: rgb(237, 237, 237);
|
|
182
|
+
--colorBgSearchRowCreateHover: #e8effd;
|
|
183
|
+
--opacitySearchItemDone: 0.4;
|
|
184
|
+
--colorBgEntityBoxDefault: rgb(255, 255, 255);
|
|
185
|
+
--shadowStrokeEntityBoxDefault: 0 0 0 1px rgb(232, 232, 232);
|
|
186
|
+
--shadowEntityBoxDefault: 0 2px 4px 0 rgba(23, 23, 23, 0.05);
|
|
187
|
+
--colorBgEntityBoxDefaultHover: rgb(255, 255, 255);
|
|
188
|
+
--shadowEntityBoxDefaultHover: 0 4px 8px 0 rgba(23, 23, 23, 0.1);
|
|
189
|
+
--colorBgEntityBoxDefaultFocus: rgb(255, 255, 255);
|
|
190
|
+
--colorOverlayEntityBoxDefaultFocus: #4978d4;
|
|
191
|
+
--shadowStrokeEntityBoxDefaultFocus: 0 0 0 2px rgba(73, 120, 212, 0.4);
|
|
192
|
+
--colorBgEntityBoxDefaultFocusHover: rgb(255, 255, 255);
|
|
193
|
+
--colorOverlayEntityBoxDefaultFocusHover: #4978d4;
|
|
194
|
+
--shadowStrokeEntityBoxDefaultFocusHover: 0 0 0 2px rgba(73, 120, 212, 0.6);
|
|
195
|
+
--opacityEntityBoxDefaultDrag: 0.4;
|
|
196
|
+
--shadowEntityBoxDefaultDrag: 0 8px 12px 0 rgba(23, 23, 23, 0.1);
|
|
197
|
+
--colorBgEntityBoxSelected: #fafcff;
|
|
198
|
+
--shadowStrokeEntityBoxSelected: 0 0 0 1px rgba(73, 120, 212, 0.4), 0 0 0 3px rgba(73, 120, 212, 0.4);
|
|
199
|
+
--colorBgEntityBoxSelectedHover: #f1f5fe;
|
|
200
|
+
--shadowStrokeEntityBoxSelectedHover: 0 0 0 1px rgba(73, 120, 212, 0.6), 0 0 0 3px rgba(73, 120, 212, 0.4);
|
|
201
|
+
--colorBgEntityBoxSelectedDrag: #f1f5fe;
|
|
202
|
+
--shadowStrokeEntityBoxSelectedDrag: 0 0 0 1px rgba(73, 120, 212, 0.4), 0 0 0 3px rgba(73, 120, 212, 0.4);
|
|
203
|
+
--opacityEntityBoxDisabled: 0.65;
|
|
204
|
+
--opacityEntityBoxDisabledHover: 0.75;
|
|
205
|
+
--opacityEntityBoxDisabledFocus: 0.75;
|
|
206
|
+
--opacityEntityBoxDisabledDrag: 0.4;
|
|
207
|
+
--entityCardBgColor: rgb(255, 255, 255);
|
|
208
|
+
--entityCardSelectedColor: rgba(247, 247, 247, 0.8);
|
|
209
|
+
--entityCardHoverColor: rgba(247, 247, 247, 0.8);
|
|
210
|
+
--entityCardDoneColor: rgba(237, 237, 237, 0.3);
|
|
211
|
+
--entityCardShadow: 0 0 0 1px rgba(120, 120, 120, 0.1), 0 2px 4px -4px rgba(120, 120, 120, 0.2);
|
|
212
|
+
--entityCardShadowHover: 0 0 0 1px rgba(120, 120, 120, 0.1), 0 2px 4px -4px rgba(120, 120, 120, 0.2);
|
|
213
|
+
--colorBgSegmentedControl: rgba(232, 232, 232, 0.8);
|
|
214
|
+
--colorBgMenuHeaderAvatar: rgb(255, 255, 255);
|
|
215
|
+
--shadowMenuHeaderAvatar: 0 1px 4px 0 rgba(94, 94, 94, 0.1), 0 0 0 0.5px rgba(232, 232, 232, 0.5);
|
|
216
|
+
--opacityMenuItemDragged: 0.4;
|
|
217
|
+
--colorBgMenuItemSelectedDragged: #cad9f6;
|
|
218
|
+
--colorTextMenuItem: rgba(23, 23, 23, 0.9);
|
|
219
|
+
--colorBgMenuItem: rgba(255, 255, 255, 0);
|
|
220
|
+
--colorBgMenuItemHover: rgb(232, 232, 232);
|
|
221
|
+
--colorBgMenuItemFocus: rgb(227, 227, 227);
|
|
222
|
+
--colorBgMenuItemSelected: rgba(219, 229, 250, 0.8);
|
|
223
|
+
--colorBgMenuItemSelectedHover: rgba(202, 217, 246, 0.7);
|
|
224
|
+
--colorBgPinnedFieldsLabel: rgb(94, 94, 94);
|
|
225
|
+
--colorBgObjectEditorSeparator: rgb(23, 23, 23);
|
|
226
|
+
--colorBgMenuItemSelectedFocused: #cad9f6;
|
|
227
|
+
--colorBgFieldEditorContainer: rgb(247, 247, 247);
|
|
228
|
+
--colorBgFieldEditorLinkEqualSign: rgb(227, 227, 227);
|
|
229
|
+
--allowedDropColor: rgb(237, 237, 237);
|
|
230
|
+
--relationViewBgColor: rgb(247, 247, 247);
|
|
231
|
+
--mySpaceIconColor: rgb(122, 132, 142);
|
|
232
|
+
--mySpaceIconBg: rgba(106, 132, 155, 0.2);
|
|
233
|
+
--privateIconColor: rgb(105, 172, 94);
|
|
234
|
+
--privateIconBg: rgba(105, 172, 94, 0.2);
|
|
235
|
+
--favoritesIconColor: rgb(238, 166, 74);
|
|
236
|
+
--favoritesIconBg: rgba(251, 163, 47, 0.2);
|
|
237
|
+
--swatchDefault: #2978fb;
|
|
238
|
+
--unitBg: rgb(245, 245, 245);
|
|
239
|
+
--unitBgHover: rgb(237, 237, 237);
|
|
240
|
+
--colorBgBadgeNeutral: rgba(232, 232, 232, 0.7);
|
|
241
|
+
--colorBgBadgeAccent: rgba(219, 229, 250, 0.7);
|
|
242
|
+
--colorBgBadgeSuccess: rgb(214, 234, 230);
|
|
243
|
+
--colorBgBadgeWarning: rgb(255, 242, 160);
|
|
244
|
+
--colorBgBadgeError: rgb(253, 220, 219);
|
|
245
|
+
--colorTextBadgeNeutral: rgb(94, 94, 94);
|
|
246
|
+
--colorTextBadgeAccent: #345eb2;
|
|
247
|
+
--colorTextBadgeSuccess: rgb(0, 116, 104);
|
|
248
|
+
--colorTextBadgeWarning: rgb(129, 113, 0);
|
|
249
|
+
--colorTextBadgeError: rgb(175, 36, 56);
|
|
250
|
+
--badgeBgColor: rgba(120, 120, 120, 0.2);
|
|
251
|
+
--tooltipBgColor: rgb(46, 46, 46);
|
|
252
|
+
--todayMarkerColor: rgb(237, 150, 151);
|
|
253
|
+
--viewBgOverlayColor: rgba(199, 199, 199, 0.2);
|
|
254
|
+
--floatEditorMenuBg: rgb(252, 252, 252);
|
|
255
|
+
--floatEditorActiveColor: #345eb2;
|
|
256
|
+
--commentColor: rgba(247, 231, 135, 0.6);
|
|
257
|
+
--cellBackgroundColor: rgb(247, 247, 247);
|
|
258
|
+
--cellBackgroundHoverColor: rgba(227, 227, 227, 0.3);
|
|
259
|
+
--cellBorderColor: rgba(199, 199, 199, 0.5);
|
|
260
|
+
--cellPinnedBorderColor: rgba(199, 199, 199, 0.7);
|
|
261
|
+
--tableRowWarningColor: rgba(247, 231, 135, 0.6);
|
|
262
|
+
--errorBgColor: rgba(211, 62, 78, 0.2);
|
|
263
|
+
--errorTextColor: rgb(175, 36, 56);
|
|
264
|
+
--errorButtonColor: rgb(211, 62, 78);
|
|
265
|
+
--warningBgColor: rgba(247, 231, 135, 0.6);
|
|
266
|
+
--warningButtonColor: rgb(129, 113, 0);
|
|
267
|
+
--infoBox: rgba(255, 248, 185, 0.5);
|
|
268
|
+
--appCardBgColor: rgb(255, 255, 255);
|
|
269
|
+
--appCardHoverColor: rgba(252, 252, 252, 0.95);
|
|
270
|
+
--modalBg: rgba(94, 94, 94, 0.2);
|
|
271
|
+
--modalContentBg: rgb(255, 255, 255);
|
|
272
|
+
--progressIconBg: rgba(0, 0, 0, 0.14);
|
|
273
|
+
--progressIconFill: rgba(0, 0, 0, 0.57);
|
|
274
|
+
--formBg: rgb(247, 247, 247);
|
|
275
|
+
--formHeaderShadow: 0 0 6px 0 rgba(120, 120, 120, 0.1);
|
|
276
|
+
--formEditorFieldBg: rgb(245, 245, 245);
|
|
277
|
+
--filterGroup1Bg: rgb(247, 247, 247);
|
|
278
|
+
--filterGroup2Bg: rgb(245, 245, 245);
|
|
279
|
+
--filterGroupBorder: rgba(0, 0, 0, 0.05);
|
|
280
|
+
--colorBgNotificationHover: rgb(245, 245, 245);
|
|
281
|
+
--colorBgNotificationSelected: #f1f5fe;
|
|
282
|
+
--colorBgNotificationSelectedHover: #e8effd;
|
|
283
|
+
--disabledInversedTextColor: rgba(0, 0, 0, 0.25);
|
|
284
|
+
--success: rgb(0, 144, 130);
|
|
285
|
+
--danger: rgb(211, 62, 78);
|
|
286
|
+
--active: rgb(211, 62, 78);
|
|
287
|
+
--warning: rgb(246, 217, 0);
|
|
288
|
+
--cardBg: rgb(255, 255, 255);
|
|
289
|
+
--selectedImageBorder: rgba(0, 0, 0, 0.22);
|
|
290
|
+
--transparent: rgba(255, 255, 255, 0);
|
|
291
|
+
--progressBg: rgb(237, 237, 237);
|
|
292
|
+
--progressText: rgb(94, 94, 94);
|
|
293
|
+
--progressFillBg: rgb(94, 94, 94);
|
|
294
|
+
--progressFillText: rgb(255, 255, 255);
|
|
295
|
+
--progressBarFillNeutral: rgba(158, 158, 158, 0.2);
|
|
296
|
+
--progressBarFill: #4978d4;
|
|
297
|
+
--progressBarBg: rgba(73, 120, 212, 0.25);
|
|
298
|
+
--colorPickerSwatchBorder: rgba(0, 0, 0, 0.14);
|
|
299
|
+
--colorBorderRichTextMedia: rgba(0, 0, 0, 0.14);
|
|
300
|
+
--richTextTableBorder: rgba(0, 0, 0, 0.09);
|
|
301
|
+
--colorBgDropLine: #96b1e9;
|
|
302
|
+
--viewBg: rgb(252, 252, 252);
|
|
303
|
+
--colorBgViewMetaItem: rgb(255, 255, 255);
|
|
304
|
+
--collectionViewBg: rgb(252, 252, 252);
|
|
305
|
+
--collectionViewBorder: 0 0 0 1px rgba(227, 227, 227, 0.6);
|
|
306
|
+
--viewSecondaryBg: rgb(247, 247, 247);
|
|
307
|
+
--viewHighlightBg: #f1f5fe;
|
|
308
|
+
--boardBg: rgb(252, 252, 252);
|
|
309
|
+
--boardBgWithOpacity80: rgba(252, 252, 252, 0.8);
|
|
310
|
+
--boardAxisBgHover: rgb(237, 237, 237);
|
|
311
|
+
--gridHeaderBgColor: rgb(247, 247, 247);
|
|
312
|
+
--gridHeaderHoverBgColor: rgb(245, 245, 245);
|
|
313
|
+
--gridHeaderTextColor: rgb(120, 120, 120);
|
|
314
|
+
--gridCellBgColor: rgb(255, 255, 255);
|
|
315
|
+
--gridCellBorderColor: rgb(232, 232, 232);
|
|
316
|
+
--gridDisabledCellBgColor: rgb(247, 247, 247);
|
|
317
|
+
--gridSelectedCellBgColor: #f1f5fe;
|
|
318
|
+
--gridHighlightedCellBgColor: #e8effd;
|
|
319
|
+
--gridSelectedCellBorderColor: #cad9f6;
|
|
320
|
+
--gridSelectedPinnedCellBorderColor: #b2c7f0;
|
|
321
|
+
--gridDisabledSelectedCellBgColor: #e8effd;
|
|
322
|
+
--gridActiveCellBorderColor: #96b1e9;
|
|
323
|
+
--timelineEntityHandleColor: #b2c7f0;
|
|
324
|
+
--timelineDependencyHoverBgColor: #96b1e9;
|
|
325
|
+
--timelineDependencyOverlapBgColor: rgb(211, 62, 78);
|
|
326
|
+
--timelineDependencyOverlapHoverBgColor: rgb(175, 36, 56);
|
|
327
|
+
--timelineCellBgColor: rgb(252, 252, 252);
|
|
328
|
+
--timelineCellWeekendBgColor: rgb(247, 247, 247);
|
|
329
|
+
--timelineCellTodayBgColor: #e8effd;
|
|
330
|
+
--timelineCreateEntityPlaceholderBgColor: rgba(94, 94, 94, 0.2);
|
|
331
|
+
--colorBgButtonSolidAccentDefault: #4978d4;
|
|
332
|
+
--colorBgButtonSolidAccentHover: #345eb2;
|
|
333
|
+
--colorBgButtonSolidNeutralDefault: rgb(23, 23, 23);
|
|
334
|
+
--colorBgButtonSolidNeutralHover: rgba(23, 23, 23, 0.85);
|
|
335
|
+
--colorBgButtonSolidDestructiveDefault: rgb(211, 62, 78);
|
|
336
|
+
--colorBgButtonSolidDestructiveHover: rgb(175, 36, 56);
|
|
337
|
+
--colorTextButtonSolidAccent: rgb(255, 255, 255);
|
|
338
|
+
--colorTextButtonSolidAccentActive: rgba(255, 255, 255, 0.8);
|
|
339
|
+
--colorTextButtonSolidNeutral: rgb(255, 255, 255);
|
|
340
|
+
--colorTextButtonSolidNeutralActive: rgb(255, 255, 255);
|
|
341
|
+
--colorTextButtonSolidDestructive: rgb(255, 255, 255);
|
|
342
|
+
--colorTextButtonSolidDestructiveActive: rgba(255, 255, 255, 0.8);
|
|
343
|
+
--colorIconButtonSolidAccent: rgb(255, 255, 255);
|
|
344
|
+
--colorIconButtonSolidNeutral: rgb(255, 255, 255);
|
|
345
|
+
--colorIconButtonSolidDestructive: rgb(255, 255, 255);
|
|
346
|
+
--colorBorderButtonOutlineAccentDefault: #96b1e9;
|
|
347
|
+
--colorBorderButtonOutlineNeutralDefault: rgb(199, 199, 199);
|
|
348
|
+
--colorBorderButtonOutlineDestructiveDefault: rgb(244, 179, 179);
|
|
349
|
+
--colorBgButtonOutlineAccentDefault: rgb(255, 255, 255);
|
|
350
|
+
--colorBgButtonOutlineAccentHover: #f1f5fe;
|
|
351
|
+
--colorBgButtonOutlineNeutralDefault: rgb(255, 255, 255);
|
|
352
|
+
--colorBgButtonOutlineNeutralHover: rgb(237, 237, 237);
|
|
353
|
+
--colorBgButtonOutlineDestructiveDefault: rgb(255, 255, 255);
|
|
354
|
+
--colorBgButtonOutlineDestructiveHover: rgb(255, 232, 232);
|
|
355
|
+
--colorTextButtonOutlineAccent: #345eb2;
|
|
356
|
+
--colorTextButtonOutlineAccentActive: rgba(52, 94, 178, 0.8);
|
|
357
|
+
--colorTextButtonOutlineNeutral: rgb(94, 94, 94);
|
|
358
|
+
--colorTextButtonOutlineNeutralActive: rgba(23, 23, 23, 0.8);
|
|
359
|
+
--colorTextButtonOutlineDestructive: rgb(175, 36, 56);
|
|
360
|
+
--colorTextButtonOutlineDestructiveActive: rgba(175, 36, 56, 0.8);
|
|
361
|
+
--colorIconButtonOutlineAccent: #345eb2;
|
|
362
|
+
--colorIconButtonOutlineNeutral: rgb(94, 94, 94);
|
|
363
|
+
--colorIconButtonOutlineDestructive: rgb(175, 36, 56);
|
|
364
|
+
--colorBgButtonSoftAccentDefault: #f1f5fe;
|
|
365
|
+
--colorBgButtonSoftAccentHover: #dbe5fa;
|
|
366
|
+
--colorBgButtonSoftNeutralDefault: rgb(245, 245, 245);
|
|
367
|
+
--colorBgButtonSoftNeutralHover: rgb(219, 219, 219);
|
|
368
|
+
--colorBgButtonSoftDestructiveDefault: rgb(255, 232, 232);
|
|
369
|
+
--colorBgButtonSoftDestructiveHover: rgb(250, 203, 203);
|
|
370
|
+
--colorTextButtonSoftAccent: #345eb2;
|
|
371
|
+
--colorTextButtonSoftAccentActive: rgba(52, 94, 178, 0.8);
|
|
372
|
+
--colorTextButtonSoftNeutral: rgb(94, 94, 94);
|
|
373
|
+
--colorTextButtonSoftNeutralActive: rgba(94, 94, 94, 0.8);
|
|
374
|
+
--colorTextButtonSoftDestructive: rgb(175, 36, 56);
|
|
375
|
+
--colorTextButtonSoftDestructiveActive: rgba(175, 36, 56, 0.8);
|
|
376
|
+
--colorIconButtonSoftAccent: #345eb2;
|
|
377
|
+
--colorIconButtonSoftNeutral: rgb(94, 94, 94);
|
|
378
|
+
--colorIconButtonSoftDestructive: rgb(175, 36, 56);
|
|
379
|
+
--colorBgButtonGhostAccentDefault: rgba(255, 255, 255, 0);
|
|
380
|
+
--colorBgButtonGhostAccentHover: rgba(232, 239, 253, 0.8);
|
|
381
|
+
--colorBgButtonGhostNeutralDefault: rgba(255, 255, 255, 0);
|
|
382
|
+
--colorBgButtonGhostNeutralHover: rgba(219, 219, 219, 0.5);
|
|
383
|
+
--colorBgButtonGhostDestructiveDefault: rgba(255, 255, 255, 0);
|
|
384
|
+
--colorBgButtonGhostDestructiveHover: rgb(255, 232, 232);
|
|
385
|
+
--colorTextButtonGhostAccent: #345eb2;
|
|
386
|
+
--colorTextButtonGhostAccentActive: rgba(52, 94, 178, 0.8);
|
|
387
|
+
--colorTextButtonGhostNeutral: rgb(94, 94, 94);
|
|
388
|
+
--colorTextButtonGhostNeutralActive: rgba(94, 94, 94, 0.8);
|
|
389
|
+
--colorTextButtonGhostDestructive: rgb(175, 36, 56);
|
|
390
|
+
--colorTextButtonGhostDestructiveActive: rgba(175, 36, 56, 0.8);
|
|
391
|
+
--colorIconButtonGhostAccent: #345eb2;
|
|
392
|
+
--colorIconButtonGhostNeutral: rgb(94, 94, 94);
|
|
393
|
+
--colorIconButtonGhostDestructive: rgb(175, 36, 56);
|
|
394
|
+
--colorBorderAccentFocusRing: rgba(73, 120, 212, 0.3);
|
|
395
|
+
--colorBorderNeutralFocusRing: rgba(158, 158, 158, 0.3);
|
|
396
|
+
--colorBorderDestructiveFocusRing: rgba(211, 62, 78, 0.3);
|
|
397
|
+
--colorBgReactionsDefault: rgb(255, 255, 255);
|
|
398
|
+
--colorBgReactionsHover: rgb(245, 245, 245);
|
|
399
|
+
--colorBorderReactionsHover: rgb(199, 199, 199);
|
|
400
|
+
--colorBgReactionsSelectedDefault: #f1f5fe;
|
|
401
|
+
--colorBorderReactionsSelectedDefault: #96b1e9;
|
|
402
|
+
--colorBgReactionsSelectedHover: #fafcff;
|
|
403
|
+
--colorBorderReactionsSelectedHover: #4978d4;
|
|
404
|
+
--colorTextReactionsSelected: #3869cc;
|
|
405
|
+
--colorBgToggleButtonUnselectedNormal: rgb(255, 255, 255);
|
|
406
|
+
--colorBgToggleButtonUnselectedHover: rgb(245, 245, 245);
|
|
407
|
+
--colorBgToggleButtonSelectedNormal: #f1f5fe;
|
|
408
|
+
--colorBgToggleButtonSelectedHover: #fafcff;
|
|
409
|
+
--colorBorderToggleButtonUnselectedNormal: rgb(199, 199, 199);
|
|
410
|
+
--colorBorderToggleButtonUnselectedHover: rgb(199, 199, 199);
|
|
411
|
+
--colorBorderToggleButtonSelectedNormal: #96b1e9;
|
|
412
|
+
--colorBorderToggleButtonSelectedHover: #4978d4;
|
|
413
|
+
--colorTextToggleButtonUnselectedNormal: rgb(94, 94, 94);
|
|
414
|
+
--colorTextToggleButtonUnselectedHover: rgb(94, 94, 94);
|
|
415
|
+
--colorTextToggleButtonSelectedNormal: #3869cc;
|
|
416
|
+
--colorTextToggleButtonSelectedHover: #3869cc;
|
|
417
|
+
--colorIconToggleButtonUnselectedNormal: rgb(94, 94, 94);
|
|
418
|
+
--colorIconToggleButtonUnselectedHover: rgb(94, 94, 94);
|
|
419
|
+
--colorIconToggleButtonSelectedNormal: #345eb2;
|
|
420
|
+
--colorIconToggleButtonSelectedHover: #345eb2;
|
|
421
|
+
--colorBgRoundToggleButtonUnselectedNormal: rgb(255, 255, 255);
|
|
422
|
+
--colorBgRoundToggleButtonUnselectedHover: rgb(245, 245, 245);
|
|
423
|
+
--colorBgRoundToggleButtonSelectedNormal: #e8effd;
|
|
424
|
+
--colorBgRoundToggleButtonSelectedHover: #f1f5fe;
|
|
425
|
+
--colorBorderRoundToggleButtonUnselectedNormal: rgb(199, 199, 199);
|
|
426
|
+
--colorBorderRoundToggleButtonUnselectedHover: rgb(199, 199, 199);
|
|
427
|
+
--colorBorderRoundToggleButtonSelectedNormal: #96b1e9;
|
|
428
|
+
--colorBorderRoundToggleButtonSelectedHover: #4978d4;
|
|
429
|
+
--colorTextRoundToggleButtonUnselectedNormal: rgb(94, 94, 94);
|
|
430
|
+
--colorTextRoundToggleButtonUnselectedHover: rgb(94, 94, 94);
|
|
431
|
+
--colorTextRoundToggleButtonSelectedNormal: #3869cc;
|
|
432
|
+
--colorTextRoundToggleButtonSelectedHover: #3869cc;
|
|
433
|
+
--colorIconRoundToggleButtonUnselectedNormal: rgb(94, 94, 94);
|
|
434
|
+
--colorIconRoundToggleButtonUnselectedHover: rgb(94, 94, 94);
|
|
435
|
+
--colorIconRoundToggleButtonSelectedNormal: #345eb2;
|
|
436
|
+
--colorIconRoundToggleButtonSelectedHover: #345eb2;
|
|
437
|
+
--colorBgToastDefault: rgb(252, 252, 252);
|
|
438
|
+
--colorBgDbTabHover: rgb(245, 245, 245);
|
|
439
|
+
--colorBgDbTabFocus: rgb(227, 227, 227);
|
|
440
|
+
--colorBgTabHover: rgba(94, 94, 94, 0.1);
|
|
441
|
+
--colorBgMessageContainer: rgb(245, 245, 245);
|
|
442
|
+
--colorBgMessageContainerHover: rgb(237, 237, 237);
|
|
443
|
+
--colorBgEntityAvatarDefault: #fbfcfe;
|
|
444
|
+
--colorBgEntityAvatarHover: #f1f5fe;
|
|
445
|
+
--colorTextEntityAvatarDefault: #96b1e9;
|
|
446
|
+
--colorTextEntityAvatarHover: #4978d4;
|
|
447
|
+
--colorBgMessageHighlighted: rgb(255, 255, 255);
|
|
448
|
+
--colorBgCommentHover: rgb(247, 247, 247);
|
|
449
|
+
--colorBgCodeEditor: rgb(255, 255, 255);
|
|
450
|
+
--colorBgEditorImageZoomed: rgb(245, 245, 245);
|
|
451
|
+
--colorMermaidPrimaryColor: rgb(247, 247, 247);
|
|
452
|
+
--colorMermaidPrimaryBorderColor: rgb(158, 158, 158);
|
|
453
|
+
--colorMermaidLineColor: rgb(120, 120, 120);
|
|
454
|
+
--colorBgWhiteboard: rgb(255, 255, 255);
|
|
455
|
+
--colorGridDotWhiteboard: rgb(227, 227, 227);
|
|
456
|
+
--colorSelectionWhiteboardBorderEnabled: #96b1e9;
|
|
457
|
+
--colorHighlightWhiteboardSelection: #96b1e9;
|
|
458
|
+
--colorHighlightWhiteboardSelectionLocked: rgba(158, 158, 158, 0.5);
|
|
459
|
+
--colorSelectionWhiteboardBorderDisabled: rgba(158, 158, 158, 0.5);
|
|
460
|
+
--colorPlaceholderWhiteboardDefault: rgba(150, 177, 233, 0.2);
|
|
461
|
+
--colorLinkPointWhiteboardDefault: #96b1e9;
|
|
462
|
+
--colorLinkPointWhiteboardFillDefault: rgb(255, 255, 255);
|
|
463
|
+
--colorMapWhiteboardPreviewDefault: rgba(150, 177, 233, 0.4);
|
|
464
|
+
--colorCardWhiteboardShadowDefault: rgba(94, 94, 94, 0.05);
|
|
465
|
+
--colorCardWhiteboardBgDefault: rgb(255, 255, 255);
|
|
466
|
+
--colorCardWhiteboardBorderDefault: rgba(23, 23, 23, 0.2);
|
|
467
|
+
--colorUnitHeaderWhiteboardDefault: rgba(23, 23, 23, 0.6);
|
|
468
|
+
--colorUnitWhiteboardBgDefault: rgb(245, 245, 245);
|
|
469
|
+
--colorUnitWhiteboardBorderDefault: rgba(23, 23, 23, 0.2);
|
|
470
|
+
--colorSectionWhiteboardBgInactive: rgb(247, 247, 247);
|
|
471
|
+
--colorSectionWhiteboardBorderInactive: rgb(227, 227, 227);
|
|
472
|
+
--colorUploadPreviewBg: rgba(94, 94, 94, 0.65);
|
|
473
|
+
--colorEmbedWhiteboardEditBorder: rgba(134, 191, 181, 0.9);
|
|
474
|
+
--colorTextWhiteboardDefault: rgb(23, 23, 23);
|
|
475
|
+
--colorTextWhiteboardDisabled: rgb(158, 158, 158);
|
|
476
|
+
--colorTextWhiteboardAccent: rgba(23, 23, 23, 0.6);
|
|
477
|
+
--colorTextWhiteboardInversedDefault: rgb(255, 255, 255);
|
|
478
|
+
--instrumentsMenuBg: rgb(255, 255, 255);
|
|
479
|
+
--instrumentsMenuShadow:
|
|
449
480
|
0 0 1px 0 rgba(94, 94, 94, 0.2), 0 4px 6px 0 rgba(94, 94, 94, 0.05), 0 3px 12px 0 rgba(94, 94, 94, 0.1);
|
|
450
|
-
--
|
|
451
|
-
--
|
|
481
|
+
--commentBubbleBg: rgb(255, 255, 255);
|
|
482
|
+
--commentsPanelShadow:
|
|
452
483
|
0 0 1px 0 rgba(94, 94, 94, 0.2), 0 4px 6px 0 rgba(94, 94, 94, 0.05), 0 3px 12px 0 rgba(94, 94, 94, 0.1);
|
|
453
|
-
--
|
|
454
|
-
--
|
|
455
|
-
--
|
|
456
|
-
--
|
|
457
|
-
--
|
|
458
|
-
--
|
|
459
|
-
--
|
|
460
|
-
--
|
|
461
|
-
--
|
|
462
|
-
--
|
|
463
|
-
--
|
|
464
|
-
--
|
|
465
|
-
--
|
|
466
|
-
--
|
|
467
|
-
--
|
|
468
|
-
--
|
|
469
|
-
--
|
|
470
|
-
--
|
|
471
|
-
--
|
|
472
|
-
--
|
|
473
|
-
--
|
|
474
|
-
--
|
|
475
|
-
--
|
|
476
|
-
--
|
|
477
|
-
--
|
|
478
|
-
--
|
|
479
|
-
--
|
|
480
|
-
--
|
|
481
|
-
--
|
|
482
|
-
--
|
|
483
|
-
--
|
|
484
|
-
--
|
|
485
|
-
--
|
|
486
|
-
--
|
|
487
|
-
--
|
|
488
|
-
--
|
|
489
|
-
--
|
|
490
|
-
--
|
|
491
|
-
--
|
|
492
|
-
--
|
|
493
|
-
--
|
|
494
|
-
--
|
|
495
|
-
--
|
|
496
|
-
--
|
|
497
|
-
--
|
|
498
|
-
--
|
|
499
|
-
--
|
|
500
|
-
--
|
|
501
|
-
--
|
|
502
|
-
--
|
|
503
|
-
--
|
|
504
|
-
--
|
|
505
|
-
--
|
|
506
|
-
--
|
|
507
|
-
--
|
|
508
|
-
--
|
|
509
|
-
--
|
|
510
|
-
--
|
|
511
|
-
--
|
|
512
|
-
--
|
|
513
|
-
--
|
|
514
|
-
--
|
|
515
|
-
--
|
|
516
|
-
--
|
|
517
|
-
--
|
|
484
|
+
--searchFiltersBg: rgb(252, 252, 252);
|
|
485
|
+
--selectedColorBorder: rgba(227, 227, 227, 0.25);
|
|
486
|
+
--colorBgSegmentedControlDefault: rgb(245, 245, 245);
|
|
487
|
+
--colorBgSegmentedControlActive: rgb(252, 252, 252);
|
|
488
|
+
--colorBgSegmentedControlHover: rgb(232, 232, 232);
|
|
489
|
+
--colorBorderSegmentedControlDefault: rgb(227, 227, 227);
|
|
490
|
+
--colorBgBannerNeutral: rgb(245, 245, 245);
|
|
491
|
+
--colorBgBannerAccent: #f1f5fe;
|
|
492
|
+
--colorBgBannerWarning: rgb(255, 251, 207);
|
|
493
|
+
--colorBgBannerError: rgb(255, 241, 241);
|
|
494
|
+
--colorBgBannerSuccess: rgb(239, 247, 245);
|
|
495
|
+
--colorIconBannerNeutral: rgb(94, 94, 94);
|
|
496
|
+
--colorIconBannerAccent: #345eb2;
|
|
497
|
+
--colorIconBannerWarning: rgb(129, 113, 0);
|
|
498
|
+
--colorIconBannerError: rgb(175, 36, 56);
|
|
499
|
+
--colorIconBannerSuccess: rgb(0, 116, 104);
|
|
500
|
+
--colorTextBannerNeutral: rgb(23, 23, 23);
|
|
501
|
+
--colorTextBannerAccent: #345eb2;
|
|
502
|
+
--colorTextBannerWarning: rgb(129, 113, 0);
|
|
503
|
+
--colorTextBannerError: rgb(175, 36, 56);
|
|
504
|
+
--colorTextBannerSuccess: rgb(0, 116, 104);
|
|
505
|
+
--colorBgChargebeeInfoBox: rgb(245, 245, 245);
|
|
506
|
+
--newCommentHorizontalRulerColor: rgb(237, 150, 151);
|
|
507
|
+
--colorBgErrorMessage: rgb(237, 150, 151);
|
|
508
|
+
--colorBorderLogoGrid: rgb(237, 237, 237);
|
|
509
|
+
--colorBorderLogoGridSubtle: rgba(237, 237, 237, 0.2);
|
|
510
|
+
--colorBorderLogoGridMedium: rgba(237, 237, 237, 0.4);
|
|
511
|
+
--colorStrokeLogoDashed: rgb(227, 227, 227);
|
|
512
|
+
--colorBgLogoCardTransparent: rgb(255, 255, 255);
|
|
513
|
+
--colorBgLogoCardDark: rgb(199, 199, 199);
|
|
514
|
+
--colorBgLogoCardMedium: rgb(237, 237, 237);
|
|
515
|
+
--colorBgSkeletonFrom: rgba(255, 255, 255, 0.05);
|
|
516
|
+
--colorBgSkeletonTo: rgba(255, 255, 255, 0.1);
|
|
517
|
+
--colorShadowInsetEdge: rgba(255, 255, 255, 0.05);
|
|
518
|
+
--colorShadowBorder: rgba(255, 255, 255, 0.1);
|
|
519
|
+
--colorShadowElevation: rgba(0, 0, 0, 0.1);
|
|
520
|
+
--colorShadowOutline: rgba(0, 0, 0, 0.2);
|
|
521
|
+
--colorPlaceholder: rgba(255, 255, 255, 0.4);
|
|
522
|
+
--colorPlaceholderSubtle: rgba(255, 255, 255, 0.25);
|
|
523
|
+
--colorBgSubtleLight: rgba(255, 255, 255, 0.05);
|
|
524
|
+
--colorStrokeSurface: rgb(255, 255, 255);
|
|
525
|
+
--colorTextMilestone: rgba(0, 0, 0, 0.5);
|
|
526
|
+
--colorSpinnerIcon: rgba(0, 0, 0, 0.9);
|
|
527
|
+
--colorSpinnerBg: rgba(0, 0, 0, 0.1);
|
|
528
|
+
--colorBgLaneSubtle: rgba(0, 0, 0, 0.05);
|
|
529
|
+
--opacity15: 0.15;
|
|
530
|
+
--opacity20: 0.2;
|
|
531
|
+
--opacity25: 0.25;
|
|
532
|
+
--opacity30: 0.3;
|
|
533
|
+
--opacity40: 0.4;
|
|
534
|
+
--opacity50: 0.5;
|
|
535
|
+
--opacity60: 0.6;
|
|
536
|
+
--opacity65: 0.65;
|
|
537
|
+
--opacity70: 0.7;
|
|
538
|
+
--opacity75: 0.75;
|
|
539
|
+
--opacity80: 0.8;
|
|
540
|
+
--opacity85: 0.85;
|
|
541
|
+
--opacity90: 0.9;
|
|
542
|
+
--whiteA10: rgba(255, 255, 255, 0.1);
|
|
543
|
+
--whiteA40: rgba(255, 255, 255, 0.4);
|
|
544
|
+
--whiteA100: rgb(255, 255, 255);
|
|
545
|
+
--colorBgFileOverlay: rgba(0, 0, 0, 0.6);
|
|
546
|
+
--colorBgScrollFade: rgba(255, 255, 255, 0.15);
|
|
547
|
+
--colorStrokeSelectedOutline: rgba(0, 0, 0, 0.75);
|
|
548
|
+
--scrollbar: rgba(158, 158, 158, 0.5);
|
|
518
549
|
}
|
|
519
550
|
:root.dark-theme {
|
|
520
|
-
--
|
|
521
|
-
--
|
|
522
|
-
--
|
|
523
|
-
--
|
|
524
|
-
--
|
|
525
|
-
--
|
|
526
|
-
--
|
|
527
|
-
--
|
|
528
|
-
--
|
|
529
|
-
--
|
|
530
|
-
--
|
|
551
|
+
--surfaceElevationS: 0 2px 4px 0 rgba(23, 23, 23, 0.05);
|
|
552
|
+
--surfaceElevationM: 0 4px 8px 0 rgba(255, 255, 255, 0.09);
|
|
553
|
+
--surfaceElevationL: 0 8px 12px 0 rgba(255, 255, 255, 0.09);
|
|
554
|
+
--shadow50: 0 0 0 1px rgba(237, 237, 237, 0.1);
|
|
555
|
+
--shadow100: 0 1px 4px 0 rgba(23, 23, 23, 0.1);
|
|
556
|
+
--shadow200: 0 2px 6px 0 rgba(23, 23, 23, 0.1);
|
|
557
|
+
--shadow300: 0 3px 6px -3px rgba(23, 23, 23, 0.1), 0 8px 20px -4px rgba(23, 23, 23, 0.15);
|
|
558
|
+
--shadow400: 0 0 1px 0 rgba(23, 23, 23, 0.2), 0 16px 40px 0 rgba(23, 23, 23, 0.15);
|
|
559
|
+
--shadow500: 0 0 1px 0 rgba(23, 23, 23, 0.2), 0 20px 50px 0 rgba(23, 23, 23, 0.15);
|
|
560
|
+
--shadow600: 0 0 1px 0 rgba(23, 23, 23, 0.2), 0 26px 80px 0 rgba(23, 23, 23, 0.2);
|
|
561
|
+
--actionMenuShadow:
|
|
531
562
|
0 0 0 1px rgb(51, 51, 51), 0 4px 6px 0 rgba(23, 23, 23, 0.05), 0 10px 26px 0 rgba(23, 23, 23, 0.15);
|
|
532
|
-
--
|
|
563
|
+
--shadowPopup: 0 0 0 1px rgb(51, 51, 51), 0 4px 6px 0 rgba(23, 23, 23, 0.05), 0 10px 26px 0 rgba(23, 23, 23, 0.15);
|
|
564
|
+
--shadowSidebar: -3px 0 10px 0 rgba(23, 23, 23, 0.8);
|
|
565
|
+
--highlightBgYellow: rgb(81, 63, 19);
|
|
566
|
+
--highlightFgYellow: rgb(223, 182, 90);
|
|
567
|
+
--highlightFgOnBgYellow: rgb(239, 197, 106);
|
|
568
|
+
--highlightBgGreen: rgb(49, 71, 35);
|
|
569
|
+
--highlightFgGreen: rgb(152, 201, 121);
|
|
570
|
+
--highlightFgOnBgGreen: rgb(168, 217, 136);
|
|
571
|
+
--highlightBgAquamarine: rgb(23, 73, 53);
|
|
572
|
+
--highlightFgAquamarine: rgb(100, 206, 160);
|
|
573
|
+
--highlightFgOnBgAquamarine: rgb(117, 223, 176);
|
|
574
|
+
--highlightBgAqua: rgb(0, 73, 67);
|
|
575
|
+
--highlightFgAqua: rgb(66, 207, 192);
|
|
576
|
+
--highlightFgOnBgAqua: rgb(87, 224, 209);
|
|
577
|
+
--highlightBgBlue: rgb(40, 67, 99);
|
|
578
|
+
--highlightFgBlue: rgb(138, 191, 255);
|
|
579
|
+
--highlightFgOnBgBlue: rgb(167, 207, 255);
|
|
580
|
+
--highlightBgPurple: rgb(78, 57, 93);
|
|
581
|
+
--highlightFgPurple: rgb(215, 170, 250);
|
|
582
|
+
--highlightFgOnBgPurple: rgb(226, 189, 255);
|
|
583
|
+
--highlightBgPink: rgb(92, 53, 75);
|
|
584
|
+
--highlightFgPink: rgb(248, 160, 210);
|
|
585
|
+
--highlightFgOnBgPink: rgb(255, 182, 222);
|
|
586
|
+
--highlightBgRed: rgb(97, 52, 49);
|
|
587
|
+
--highlightFgRed: rgb(255, 163, 155);
|
|
588
|
+
--highlightFgOnBgRed: rgb(255, 186, 180);
|
|
589
|
+
--highlightBgGrey: rgb(66, 66, 66);
|
|
590
|
+
--highlightFgGrey: rgb(187, 187, 187);
|
|
591
|
+
--highlightFgOnBgGrey: rgb(203, 203, 203);
|
|
592
|
+
--colorPickerCssFilter: none;
|
|
593
|
+
--colorAccentBgSubtle: rgba(73, 120, 212, 0.1);
|
|
594
|
+
--colorAccentBgMild: rgba(73, 120, 212, 0.15);
|
|
595
|
+
--colorAccentBgMedium: rgba(73, 120, 212, 0.2);
|
|
596
|
+
--colorAccentBgStrong: rgba(73, 120, 212, 0.3);
|
|
597
|
+
--colorAccentBgBold: rgba(73, 120, 212, 0.35);
|
|
598
|
+
--colorAccentBgVivid: rgba(73, 120, 212, 0.6);
|
|
599
|
+
--colorAccentStroke: rgba(73, 120, 212, 0.25);
|
|
600
|
+
--colorAccentStrokeHover: rgba(73, 120, 212, 0.4);
|
|
601
|
+
--colorAccentStrokeFocus: rgba(73, 120, 212, 0.5);
|
|
602
|
+
--colorAccentSolid: rgba(73, 120, 212, 0.8);
|
|
603
|
+
--colorAccent: #4b74d2;
|
|
604
|
+
--darkenPrimary: rgb(62, 96, 161);
|
|
605
|
+
--whiteColor: rgb(255, 255, 255);
|
|
606
|
+
--blackColor: rgb(0, 0, 0);
|
|
607
|
+
--mainBg: rgb(36, 36, 36);
|
|
608
|
+
--panelBg: rgb(23, 23, 23);
|
|
609
|
+
--panelBorder: 0 0 0 1px rgba(82, 82, 82, 0.2);
|
|
610
|
+
--panelContentBg: rgb(23, 23, 23);
|
|
611
|
+
--dbSettingsSidebarBg: rgb(28, 28, 28);
|
|
612
|
+
--dbSettingsSidebarItemHover: rgb(41, 41, 41);
|
|
613
|
+
--dbSettingsSidebarIconBg: rgb(36, 36, 36);
|
|
614
|
+
--dbSettingsSidebarIconBorder: 0 0 0 1px rgba(112, 112, 112, 0.2);
|
|
615
|
+
--dbSettingsCardBg: rgb(28, 28, 28);
|
|
616
|
+
--dbSettingsCardBorder: 0 0 0 1px rgba(51, 51, 51, 0.6);
|
|
617
|
+
--colorBgRelationContainer: rgb(28, 28, 28);
|
|
618
|
+
--colorAI: #8349b6;
|
|
619
|
+
--colorBgAI: rgba(131, 73, 182, 0.1);
|
|
620
|
+
--colorBgAIFloatingLauncher: rgb(41, 41, 41);
|
|
621
|
+
--colorBgAIFloatingPanelContent: rgb(36, 36, 36);
|
|
622
|
+
--colorBgAISidebarContent: rgb(23, 23, 23);
|
|
623
|
+
--colorBgFloatingPanel: rgb(41, 41, 41);
|
|
624
|
+
--shadowFloatingPanel: 0 0 0 1px rgb(51, 51, 51), 0 3px 12px 0 rgba(23, 23, 23, 0.5);
|
|
625
|
+
--pageContentBg: rgb(28, 28, 28);
|
|
626
|
+
--colorBgPopup: rgb(36, 36, 36);
|
|
627
|
+
--menuBg: rgb(36, 36, 36);
|
|
628
|
+
--menuTextColor: rgb(237, 237, 237);
|
|
629
|
+
--menuItemHoverColor: rgb(51, 51, 51);
|
|
630
|
+
--menuSelectedTextColor: rgb(247, 247, 247);
|
|
631
|
+
--menuIconColor: rgba(237, 237, 237, 0.7);
|
|
632
|
+
--textColor: rgb(237, 237, 237);
|
|
633
|
+
--textSelectionColor: rgba(75, 116, 210, 0.4);
|
|
634
|
+
--accentTextColor: rgb(127, 127, 127);
|
|
635
|
+
--disabledTextColor: rgb(112, 112, 112);
|
|
636
|
+
--inversedTextColor: rgb(51, 51, 51);
|
|
637
|
+
--colorTextSecondary: rgba(237, 237, 237, 0.65);
|
|
638
|
+
--linkColor: #97b1ed;
|
|
639
|
+
--linkBorder: 0.5px solid rgba(151, 177, 237, 0.4);
|
|
640
|
+
--linkHoverColor: #97b1ed;
|
|
641
|
+
--linkBorderHover: 0.5px solid rgba(151, 177, 237, 0.75);
|
|
642
|
+
--codeColor: rgb(237, 150, 151);
|
|
643
|
+
--codeBgColor: rgb(41, 41, 41);
|
|
644
|
+
--codeBlockBgColor: rgb(41, 41, 41);
|
|
645
|
+
--addedDiffTextColor: rgb(127, 192, 182);
|
|
646
|
+
--removedDiffTextColor: rgb(244, 146, 148);
|
|
647
|
+
--entityNodeColor: rgb(199, 199, 199);
|
|
648
|
+
--entityNodeBorder: 0.5px solid rgba(199, 199, 199, 0.4);
|
|
649
|
+
--entityNodeHoverColor: rgb(219, 219, 219);
|
|
650
|
+
--entityNodeBorderHover: 0.5px solid rgba(219, 219, 219, 0.8);
|
|
651
|
+
--entityNodeBgColor: rgb(36, 36, 36);
|
|
652
|
+
--shortcutTextColor: rgb(161, 161, 161);
|
|
653
|
+
--shortcutBorder: 1px solid rgba(127, 127, 127, 0.2);
|
|
654
|
+
--shortcutBorderColor: rgba(127, 127, 127, 0.2);
|
|
655
|
+
--inputBgColor: rgb(23, 23, 23);
|
|
656
|
+
--inputDisabledBgColor: rgba(51, 51, 51, 0.3);
|
|
657
|
+
--inputDisabledBorderColor: 0 0 0 1px rgba(82, 82, 82, 0.3);
|
|
658
|
+
--inputCopyBgColor: rgb(41, 41, 41);
|
|
659
|
+
--inputBorderColor: 0 0 0 1px rgba(82, 82, 82, 0.4);
|
|
660
|
+
--inputBorderHoverColor: 0 0 0 1px rgb(61, 61, 61);
|
|
661
|
+
--inputBorderFocusColor: 0 0 0 1px rgb(112, 112, 112);
|
|
662
|
+
--inputBorderBlendMode: lighten;
|
|
663
|
+
--inputPlaceholderTextColor: rgb(112, 112, 112);
|
|
664
|
+
--inputErrorBorderColor: 0 0 0 1px rgb(244, 179, 179);
|
|
665
|
+
--inputErrorBorderHoverColor: 0 0 0 1px rgba(244, 179, 179, 0.4);
|
|
666
|
+
--inputErrorBorderFocusColor: 0 0 0 1px rgba(244, 179, 179, 0.25);
|
|
667
|
+
--inputErrorBorderFocusShadow: 0 0 0 3px rgba(244, 179, 179, 0.25);
|
|
668
|
+
--inputBorderWarningColor: 0 0 0 1px rgb(109, 95, 0);
|
|
669
|
+
--buttonPrimaryColor: #4b74d2;
|
|
670
|
+
--buttonColor: rgb(127, 127, 127);
|
|
671
|
+
--buttonPrimaryTextColor: rgb(227, 227, 227);
|
|
672
|
+
--checkboxColor: rgba(237, 237, 237, 0.7);
|
|
673
|
+
--colorBorderBlockQuote: rgb(161, 161, 161);
|
|
674
|
+
--colorBgActionsMenu: rgb(36, 36, 36);
|
|
675
|
+
--colorBgActionsMenuItemHover: rgb(46, 46, 46);
|
|
676
|
+
--colorBgActionsMenuItemSelected: rgba(28, 43, 79, 0.8);
|
|
677
|
+
--colorBgActionsMenuItemSelectedHover: rgba(41, 59, 102, 0.8);
|
|
678
|
+
--colorBgActionsMenuItemDangerHover: rgba(225, 78, 91, 0.1);
|
|
679
|
+
--colorBgActionsMenuItemDangerActive: rgba(225, 78, 91, 0.8);
|
|
680
|
+
--actionMenuBg: rgb(36, 36, 36);
|
|
681
|
+
--actionMenuInnerBg: rgb(41, 41, 41);
|
|
682
|
+
--actionMenuHover: rgb(46, 46, 46);
|
|
683
|
+
--actionMenuInnerHover: rgba(51, 51, 51, 0.5);
|
|
684
|
+
--actionMenuButtonColor: rgb(28, 28, 28);
|
|
685
|
+
--actionMenuButtonHoverColor: rgb(36, 36, 36);
|
|
686
|
+
--actionMenuButtonShadow: 0 0 0 1px rgba(28, 28, 28, 0.1), 0 2px 4px -4px rgba(28, 28, 28, 0.2);
|
|
687
|
+
--actionMenuSeparatorColor: rgba(255, 255, 255, 0.15);
|
|
688
|
+
--separatorColor: rgba(255, 255, 255, 0.1);
|
|
689
|
+
--separatorColorDimmed: rgba(255, 255, 255, 0.05);
|
|
690
|
+
--separatorBreadcrumbsColor: rgb(82, 82, 82);
|
|
691
|
+
--borderSeparatorDimmed: 0.5px solid rgba(255, 255, 255, 0.05);
|
|
692
|
+
--borderSeparator: 0.5px solid rgba(255, 255, 255, 0.1);
|
|
693
|
+
--borderSeparatorMedium: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
694
|
+
--borderSeparatorStrong: 0.5px solid rgba(255, 255, 255, 0.25);
|
|
695
|
+
--borderMedia: 0.5px solid rgba(0, 0, 0, 0.14);
|
|
696
|
+
--borderSolidSeparator: 1px solid rgba(255, 255, 255, 0.1);
|
|
697
|
+
--borderSolidSeparatorDimmed: 1px solid rgba(255, 255, 255, 0.05);
|
|
698
|
+
--borderSolidFilterGroup: 1px solid rgba(255, 255, 255, 0.03);
|
|
699
|
+
--borderSolidGrid: 1px solid rgb(51, 51, 51);
|
|
700
|
+
--borderSolidOutlineNeutral: 1px solid rgb(61, 61, 61);
|
|
701
|
+
--borderSolidMedia: 1px solid rgba(0, 0, 0, 0.14);
|
|
702
|
+
--borderSolidCommentBubble: 1px solid rgb(51, 51, 51);
|
|
703
|
+
--borderBlockQuote: 3px solid rgb(161, 161, 161);
|
|
704
|
+
--shadowCardDefault: 0 0 0 1px rgba(82, 82, 82, 0.4), 0 1px 4px 0 rgba(23, 23, 23, 0.1);
|
|
705
|
+
--shadowCardHover: 0 0 0 1px rgba(82, 82, 82, 0.4), 0 2px 6px 0 rgba(23, 23, 23, 0.1);
|
|
706
|
+
--shadowCardInset: inset 0 0 0 1px rgba(82, 82, 82, 0.4);
|
|
707
|
+
--iconColor: rgba(237, 237, 237, 0.7);
|
|
708
|
+
--colorIconDestructive: rgb(244, 146, 148);
|
|
709
|
+
--appIconColor: rgba(247, 247, 247, 0.7);
|
|
710
|
+
--appIconBgColor: rgba(247, 247, 247, 0.5);
|
|
711
|
+
--mentionBgColor: rgba(61, 61, 61, 0.4);
|
|
712
|
+
--colorBgSelectMenu: rgb(36, 36, 36);
|
|
713
|
+
--shadowSelectMenu:
|
|
533
714
|
0 0 0 1px rgb(51, 51, 51), 0 4px 6px 0 rgba(23, 23, 23, 0.05), 0 10px 26px 0 rgba(23, 23, 23, 0.15);
|
|
534
|
-
--
|
|
535
|
-
--
|
|
536
|
-
--
|
|
537
|
-
--
|
|
538
|
-
--
|
|
539
|
-
--
|
|
540
|
-
--
|
|
541
|
-
--
|
|
542
|
-
--
|
|
543
|
-
--
|
|
544
|
-
--
|
|
545
|
-
--
|
|
546
|
-
--
|
|
547
|
-
--
|
|
548
|
-
--
|
|
549
|
-
--
|
|
550
|
-
--
|
|
551
|
-
--
|
|
552
|
-
--
|
|
553
|
-
--
|
|
554
|
-
--
|
|
555
|
-
--
|
|
556
|
-
--
|
|
557
|
-
--
|
|
558
|
-
--
|
|
559
|
-
--
|
|
560
|
-
--
|
|
561
|
-
--
|
|
562
|
-
--
|
|
563
|
-
--
|
|
564
|
-
--
|
|
565
|
-
--
|
|
566
|
-
--
|
|
567
|
-
--
|
|
568
|
-
--
|
|
569
|
-
--
|
|
570
|
-
--
|
|
571
|
-
--
|
|
572
|
-
--
|
|
573
|
-
--
|
|
574
|
-
--
|
|
575
|
-
--
|
|
576
|
-
--
|
|
577
|
-
--
|
|
578
|
-
--
|
|
579
|
-
--
|
|
580
|
-
--
|
|
581
|
-
--
|
|
582
|
-
--
|
|
583
|
-
--
|
|
584
|
-
--
|
|
585
|
-
--
|
|
586
|
-
--
|
|
587
|
-
--
|
|
588
|
-
--
|
|
589
|
-
--
|
|
590
|
-
--
|
|
591
|
-
--
|
|
592
|
-
--
|
|
593
|
-
--
|
|
594
|
-
--
|
|
595
|
-
--
|
|
596
|
-
--
|
|
597
|
-
--
|
|
598
|
-
--
|
|
599
|
-
--
|
|
600
|
-
--
|
|
601
|
-
--
|
|
602
|
-
--
|
|
603
|
-
--
|
|
604
|
-
--
|
|
605
|
-
--
|
|
606
|
-
--
|
|
607
|
-
--
|
|
608
|
-
--
|
|
609
|
-
--
|
|
610
|
-
--
|
|
611
|
-
--
|
|
612
|
-
--
|
|
613
|
-
--
|
|
614
|
-
--
|
|
615
|
-
--
|
|
616
|
-
--
|
|
617
|
-
--
|
|
618
|
-
--
|
|
619
|
-
--
|
|
620
|
-
--
|
|
621
|
-
--
|
|
622
|
-
--
|
|
623
|
-
--
|
|
624
|
-
--
|
|
625
|
-
--
|
|
626
|
-
--
|
|
627
|
-
--
|
|
628
|
-
--
|
|
629
|
-
--
|
|
630
|
-
--
|
|
631
|
-
--
|
|
632
|
-
--
|
|
633
|
-
--
|
|
634
|
-
--
|
|
635
|
-
--
|
|
636
|
-
--
|
|
637
|
-
--
|
|
638
|
-
--
|
|
639
|
-
--
|
|
640
|
-
--
|
|
641
|
-
--
|
|
642
|
-
--
|
|
643
|
-
--
|
|
644
|
-
--
|
|
645
|
-
--
|
|
646
|
-
--
|
|
647
|
-
--
|
|
648
|
-
--
|
|
649
|
-
--
|
|
650
|
-
--
|
|
651
|
-
--
|
|
652
|
-
--
|
|
653
|
-
--
|
|
654
|
-
--
|
|
655
|
-
--
|
|
656
|
-
--
|
|
657
|
-
--
|
|
658
|
-
--
|
|
659
|
-
--
|
|
660
|
-
--
|
|
661
|
-
--
|
|
662
|
-
--
|
|
663
|
-
--
|
|
664
|
-
--
|
|
665
|
-
--
|
|
666
|
-
--
|
|
667
|
-
--
|
|
668
|
-
--
|
|
669
|
-
--
|
|
670
|
-
--
|
|
671
|
-
--
|
|
672
|
-
--
|
|
673
|
-
--
|
|
674
|
-
--
|
|
675
|
-
--
|
|
676
|
-
--
|
|
677
|
-
--
|
|
678
|
-
--
|
|
679
|
-
--
|
|
680
|
-
--
|
|
681
|
-
--
|
|
682
|
-
--
|
|
683
|
-
--
|
|
684
|
-
|
|
685
|
-
--
|
|
686
|
-
--
|
|
687
|
-
--
|
|
688
|
-
--
|
|
689
|
-
--
|
|
690
|
-
--
|
|
691
|
-
--
|
|
692
|
-
--
|
|
693
|
-
--
|
|
694
|
-
--
|
|
695
|
-
--
|
|
696
|
-
--
|
|
697
|
-
--
|
|
698
|
-
--
|
|
699
|
-
--
|
|
700
|
-
--
|
|
701
|
-
--
|
|
702
|
-
--
|
|
703
|
-
--
|
|
704
|
-
--
|
|
705
|
-
--
|
|
706
|
-
--
|
|
707
|
-
--
|
|
708
|
-
--
|
|
709
|
-
--
|
|
710
|
-
--
|
|
711
|
-
--
|
|
712
|
-
--
|
|
713
|
-
--
|
|
714
|
-
--
|
|
715
|
-
--
|
|
716
|
-
--
|
|
717
|
-
--
|
|
718
|
-
--
|
|
719
|
-
--
|
|
720
|
-
--
|
|
721
|
-
--
|
|
722
|
-
--
|
|
723
|
-
--
|
|
724
|
-
--
|
|
725
|
-
--
|
|
726
|
-
--
|
|
727
|
-
--
|
|
728
|
-
--
|
|
729
|
-
--
|
|
730
|
-
--
|
|
731
|
-
--
|
|
732
|
-
--
|
|
733
|
-
--
|
|
734
|
-
--
|
|
735
|
-
--
|
|
736
|
-
--
|
|
737
|
-
--
|
|
738
|
-
--
|
|
739
|
-
--
|
|
740
|
-
--
|
|
741
|
-
--
|
|
742
|
-
--
|
|
743
|
-
--
|
|
744
|
-
--
|
|
745
|
-
--
|
|
746
|
-
--
|
|
747
|
-
--
|
|
748
|
-
--
|
|
749
|
-
--
|
|
750
|
-
--
|
|
751
|
-
--
|
|
752
|
-
--
|
|
753
|
-
--
|
|
754
|
-
--
|
|
755
|
-
--
|
|
756
|
-
--
|
|
757
|
-
--
|
|
758
|
-
--
|
|
759
|
-
--
|
|
760
|
-
--
|
|
761
|
-
--
|
|
762
|
-
--
|
|
763
|
-
--
|
|
764
|
-
--
|
|
765
|
-
--
|
|
766
|
-
--
|
|
767
|
-
--
|
|
768
|
-
--
|
|
769
|
-
--
|
|
770
|
-
--
|
|
771
|
-
--
|
|
772
|
-
--
|
|
773
|
-
--
|
|
774
|
-
--
|
|
775
|
-
--
|
|
776
|
-
--
|
|
777
|
-
--
|
|
778
|
-
--
|
|
779
|
-
--
|
|
780
|
-
--
|
|
781
|
-
--
|
|
782
|
-
--
|
|
783
|
-
--
|
|
784
|
-
--
|
|
785
|
-
--
|
|
786
|
-
--
|
|
787
|
-
--
|
|
788
|
-
--
|
|
789
|
-
--
|
|
790
|
-
--
|
|
791
|
-
--
|
|
792
|
-
--
|
|
793
|
-
--
|
|
794
|
-
--
|
|
795
|
-
--
|
|
796
|
-
--
|
|
797
|
-
--
|
|
798
|
-
--
|
|
799
|
-
--
|
|
800
|
-
--
|
|
801
|
-
--
|
|
802
|
-
--
|
|
803
|
-
--
|
|
804
|
-
--
|
|
805
|
-
--
|
|
806
|
-
--
|
|
807
|
-
--
|
|
808
|
-
--
|
|
809
|
-
--
|
|
810
|
-
--
|
|
811
|
-
--
|
|
812
|
-
--
|
|
813
|
-
--
|
|
814
|
-
--
|
|
815
|
-
--
|
|
816
|
-
--
|
|
817
|
-
--
|
|
818
|
-
--
|
|
819
|
-
--
|
|
820
|
-
--
|
|
821
|
-
--
|
|
822
|
-
--
|
|
823
|
-
--
|
|
824
|
-
--
|
|
825
|
-
--
|
|
826
|
-
--
|
|
827
|
-
--
|
|
828
|
-
--
|
|
829
|
-
--
|
|
830
|
-
--
|
|
831
|
-
--
|
|
832
|
-
--
|
|
833
|
-
--
|
|
834
|
-
--
|
|
835
|
-
--
|
|
836
|
-
--
|
|
837
|
-
--
|
|
838
|
-
--
|
|
839
|
-
--
|
|
840
|
-
--
|
|
841
|
-
--
|
|
842
|
-
--
|
|
843
|
-
--
|
|
844
|
-
--
|
|
845
|
-
--fibery-color-timelineCellTodayBgColor: #151c2d;
|
|
846
|
-
--fibery-color-timelineCreateEntityPlaceholderBgColor: rgb(61, 61, 61);
|
|
847
|
-
--fibery-color-colorBgButtonSolidAccentDefault: #4b74d2;
|
|
848
|
-
--fibery-color-colorBgButtonSolidAccentHover: #5f85dd;
|
|
849
|
-
--fibery-color-colorBgButtonSolidNeutralDefault: rgb(237, 237, 237);
|
|
850
|
-
--fibery-color-colorBgButtonSolidNeutralHover: rgb(255, 255, 255);
|
|
851
|
-
--fibery-color-colorBgButtonSolidDestructiveDefault: rgb(213, 50, 72);
|
|
852
|
-
--fibery-color-colorBgButtonSolidDestructiveHover: rgb(225, 78, 91);
|
|
853
|
-
--fibery-color-colorTextButtonSolidAccent: rgb(255, 255, 255);
|
|
854
|
-
--fibery-color-colorTextButtonSolidAccentActive: rgba(255, 255, 255, 0.8);
|
|
855
|
-
--fibery-color-colorTextButtonSolidNeutral: rgb(28, 28, 28);
|
|
856
|
-
--fibery-color-colorTextButtonSolidNeutralActive: rgba(28, 28, 28, 0.8);
|
|
857
|
-
--fibery-color-colorTextButtonSolidDestructive: rgb(255, 255, 255);
|
|
858
|
-
--fibery-color-colorTextButtonSolidDestructiveActive: rgba(255, 255, 255, 0.8);
|
|
859
|
-
--fibery-color-colorIconButtonSolidAccent: rgb(255, 255, 255);
|
|
860
|
-
--fibery-color-colorIconButtonSolidNeutral: rgb(82, 82, 82);
|
|
861
|
-
--fibery-color-colorIconButtonSolidDestructive: rgb(255, 255, 255);
|
|
862
|
-
--fibery-color-colorBorderButtonOutlineAccentDefault: #3258ae;
|
|
863
|
-
--fibery-color-colorBorderButtonOutlineNeutralDefault: rgb(61, 61, 61);
|
|
864
|
-
--fibery-color-colorBorderButtonOutlineDestructiveDefault: rgb(135, 27, 42);
|
|
865
|
-
--fibery-color-colorBgButtonOutlineAccentDefault: rgb(23, 23, 23);
|
|
866
|
-
--fibery-color-colorBgButtonOutlineAccentHover: #1a2642;
|
|
867
|
-
--fibery-color-colorBgButtonOutlineNeutralDefault: rgb(23, 23, 23);
|
|
868
|
-
--fibery-color-colorBgButtonOutlineNeutralHover: rgb(41, 41, 41);
|
|
869
|
-
--fibery-color-colorBgButtonOutlineDestructiveDefault: rgb(23, 23, 23);
|
|
870
|
-
--fibery-color-colorBgButtonOutlineDestructiveHover: rgb(80, 21, 27);
|
|
871
|
-
--fibery-color-colorTextButtonOutlineAccent: #97b1ed;
|
|
872
|
-
--fibery-color-colorTextButtonOutlineAccentActive: rgba(151, 177, 237, 0.8);
|
|
873
|
-
--fibery-color-colorTextButtonOutlineNeutral: rgb(161, 161, 161);
|
|
874
|
-
--fibery-color-colorTextButtonOutlineNeutralActive: rgba(237, 237, 237, 0.8);
|
|
875
|
-
--fibery-color-colorTextButtonOutlineDestructive: rgb(244, 146, 148);
|
|
876
|
-
--fibery-color-colorTextButtonOutlineDestructiveActive: rgba(244, 146, 148, 0.8);
|
|
877
|
-
--fibery-color-colorIconButtonOutlineAccent: #97b1ed;
|
|
878
|
-
--fibery-color-colorIconButtonOutlineNeutral: rgb(161, 161, 161);
|
|
879
|
-
--fibery-color-colorIconButtonOutlineDestructive: rgb(244, 146, 148);
|
|
880
|
-
--fibery-color-colorBgButtonSoftAccentDefault: #1c2b4f;
|
|
881
|
-
--fibery-color-colorBgButtonSoftAccentHover: #293b66;
|
|
882
|
-
--fibery-color-colorBgButtonSoftNeutralDefault: rgb(36, 36, 36);
|
|
883
|
-
--fibery-color-colorBgButtonSoftNeutralHover: rgb(61, 61, 61);
|
|
884
|
-
--fibery-color-colorBgButtonSoftDestructiveDefault: rgb(80, 21, 27);
|
|
885
|
-
--fibery-color-colorBgButtonSoftDestructiveHover: rgb(104, 33, 39);
|
|
886
|
-
--fibery-color-colorTextButtonSoftAccent: #97b1ed;
|
|
887
|
-
--fibery-color-colorTextButtonSoftAccentActive: rgba(151, 177, 237, 0.8);
|
|
888
|
-
--fibery-color-colorTextButtonSoftNeutral: rgb(161, 161, 161);
|
|
889
|
-
--fibery-color-colorTextButtonSoftNeutralActive: rgba(161, 161, 161, 0.8);
|
|
890
|
-
--fibery-color-colorTextButtonSoftDestructive: rgb(244, 146, 148);
|
|
891
|
-
--fibery-color-colorTextButtonSoftDestructiveActive: rgba(244, 146, 148, 0.8);
|
|
892
|
-
--fibery-color-colorIconButtonSoftAccent: #97b1ed;
|
|
893
|
-
--fibery-color-colorIconButtonSoftNeutral: rgb(161, 161, 161);
|
|
894
|
-
--fibery-color-colorIconButtonSoftDestructive: rgb(244, 146, 148);
|
|
895
|
-
--fibery-color-colorBgButtonGhostAccentDefault: rgba(255, 255, 255, 0);
|
|
896
|
-
--fibery-color-colorBgButtonGhostAccentHover: rgba(28, 43, 79, 0.8);
|
|
897
|
-
--fibery-color-colorBgButtonGhostNeutralDefault: rgba(255, 255, 255, 0);
|
|
898
|
-
--fibery-color-colorBgButtonGhostNeutralHover: rgba(51, 51, 51, 0.8);
|
|
899
|
-
--fibery-color-colorBgButtonGhostDestructiveDefault: rgba(255, 255, 255, 0);
|
|
900
|
-
--fibery-color-colorBgButtonGhostDestructiveHover: rgb(80, 21, 27);
|
|
901
|
-
--fibery-color-colorTextButtonGhostAccent: #97b1ed;
|
|
902
|
-
--fibery-color-colorTextButtonGhostAccentActive: rgba(151, 177, 237, 0.8);
|
|
903
|
-
--fibery-color-colorTextButtonGhostNeutral: rgb(161, 161, 161);
|
|
904
|
-
--fibery-color-colorTextButtonGhostNeutralActive: rgba(161, 161, 161, 0.8);
|
|
905
|
-
--fibery-color-colorTextButtonGhostDestructive: rgb(244, 146, 148);
|
|
906
|
-
--fibery-color-colorTextButtonGhostDestructiveActive: rgba(244, 146, 148, 0.8);
|
|
907
|
-
--fibery-color-colorIconButtonGhostAccent: #97b1ed;
|
|
908
|
-
--fibery-color-colorIconButtonGhostNeutral: rgb(161, 161, 161);
|
|
909
|
-
--fibery-color-colorIconButtonGhostDestructive: rgb(244, 146, 148);
|
|
910
|
-
--fibery-color-colorBorderAccentFocusRing: rgba(73, 120, 212, 0.3);
|
|
911
|
-
--fibery-color-colorBorderNeutralFocusRing: rgba(158, 158, 158, 0.3);
|
|
912
|
-
--fibery-color-colorBorderDestructiveFocusRing: rgba(211, 62, 78, 0.3);
|
|
913
|
-
--fibery-color-colorBgReactionsDefault: rgb(28, 28, 28);
|
|
914
|
-
--fibery-color-colorBgReactionsHover: rgb(51, 51, 51);
|
|
915
|
-
--fibery-color-colorBorderReactionsHover: rgb(112, 112, 112);
|
|
916
|
-
--fibery-color-colorBgReactionsSelectedDefault: #3258ae;
|
|
917
|
-
--fibery-color-colorBorderReactionsSelectedDefault: #3258ae;
|
|
918
|
-
--fibery-color-colorBgReactionsSelectedHover: #3869cc;
|
|
919
|
-
--fibery-color-colorBorderReactionsSelectedHover: #3869cc;
|
|
920
|
-
--fibery-color-colorTextReactionsSelected: rgb(237, 237, 237);
|
|
921
|
-
--fibery-color-colorBgToastDefault: rgb(23, 23, 23);
|
|
922
|
-
--fibery-color-colorBgDbTabHover: rgb(41, 41, 41);
|
|
923
|
-
--fibery-color-colorBgDbTabFocus: rgb(51, 51, 51);
|
|
924
|
-
--fibery-color-colorBgTabHover: rgba(161, 161, 161, 0.1);
|
|
925
|
-
--fibery-color-colorBgMessageContainer: rgb(36, 36, 36);
|
|
926
|
-
--fibery-color-colorBgMessageContainerHover: rgb(41, 41, 41);
|
|
927
|
-
--fibery-color-colorBgEntityAvatarDefault: #131720;
|
|
928
|
-
--fibery-color-colorBgEntityAvatarHover: #1a2642;
|
|
929
|
-
--fibery-color-colorTextEntityAvatarDefault: #3258ae;
|
|
930
|
-
--fibery-color-colorTextEntityAvatarHover: #4b74d2;
|
|
931
|
-
--fibery-color-colorBgMessageHighlighted: rgb(28, 28, 28);
|
|
932
|
-
--fibery-color-colorBgCommentHover: rgb(28, 28, 28);
|
|
933
|
-
--fibery-color-colorBgCodeEditor: rgb(36, 36, 36);
|
|
934
|
-
--fibery-color-colorBgEditorImageZoomed: rgb(51, 51, 51);
|
|
935
|
-
--fibery-color-colorMermaidPrimaryColor: rgb(82, 82, 82);
|
|
936
|
-
--fibery-color-colorMermaidPrimaryBorderColor: rgb(112, 112, 112);
|
|
937
|
-
--fibery-color-colorMermaidLineColor: rgb(112, 112, 112);
|
|
938
|
-
--fibery-color-colorBgWhiteboard: rgb(23, 23, 23);
|
|
939
|
-
--fibery-color-colorGridDotWhiteboard: rgb(51, 51, 51);
|
|
940
|
-
--fibery-color-colorSelectionWhiteboardBorderEnabled: #3258ae;
|
|
941
|
-
--fibery-color-colorHighlightWhiteboardSelection: #3258ae;
|
|
942
|
-
--fibery-color-colorHighlightWhiteboardSelectionLocked: rgba(112, 112, 112, 0.5);
|
|
943
|
-
--fibery-color-colorSelectionWhiteboardBorderDisabled: rgba(112, 112, 112, 0.5);
|
|
944
|
-
--fibery-color-colorPlaceholderWhiteboardDefault: rgba(50, 88, 174, 0.2);
|
|
945
|
-
--fibery-color-colorLinkPointWhiteboardDefault: #3258ae;
|
|
946
|
-
--fibery-color-colorLinkPointWhiteboardFillDefault: #0d0d0d;
|
|
947
|
-
--fibery-color-colorMapWhiteboardPreviewDefault: rgba(50, 88, 174, 0.4);
|
|
948
|
-
--fibery-color-colorCardWhiteboardShadowDefault: rgba(161, 161, 161, 0.05);
|
|
949
|
-
--fibery-color-colorCardWhiteboardBgDefault: rgb(46, 46, 46);
|
|
950
|
-
--fibery-color-colorCardWhiteboardBorderDefault: rgba(237, 237, 237, 0.2);
|
|
951
|
-
--fibery-color-colorUnitHeaderWhiteboardDefault: rgba(237, 237, 237, 0.6);
|
|
952
|
-
--fibery-color-colorUnitWhiteboardBgDefault: rgb(51, 51, 51);
|
|
953
|
-
--fibery-color-colorUnitWhiteboardBorderDefault: rgba(237, 237, 237, 0.25);
|
|
954
|
-
--fibery-color-colorSectionWhiteboardBgInactive: rgb(28, 28, 28);
|
|
955
|
-
--fibery-color-colorSectionWhiteboardBorderInactive: rgb(51, 51, 51);
|
|
956
|
-
--fibery-color-colorEmbedWhiteboardEditBorder: rgba(0, 112, 99, 0.9);
|
|
957
|
-
--fibery-color-colorTextWhiteboardDefault: rgb(237, 237, 237);
|
|
958
|
-
--fibery-color-colorTextWhiteboardDisabled: rgb(112, 112, 112);
|
|
959
|
-
--fibery-color-colorTextWhiteboardAccent: rgba(23, 23, 23, 0.6);
|
|
960
|
-
--fibery-color-colorTextWhiteboardInversedDefault: rgb(255, 255, 255);
|
|
961
|
-
--fibery-color-instrumentsMenuBg: rgb(41, 41, 41);
|
|
962
|
-
--fibery-color-instrumentsMenuShadow:
|
|
715
|
+
--colorBgListItemGeneral: rgba(255, 255, 255, 0);
|
|
716
|
+
--colorBgListItemGeneralHover: rgb(41, 41, 41);
|
|
717
|
+
--colorBgListItemGeneralFocus: rgb(51, 51, 51);
|
|
718
|
+
--colorBgListItemGeneralSelected: #223259;
|
|
719
|
+
--colorBgListItemGeneralSelectedHover: #293b66;
|
|
720
|
+
--colorBgListItemGeneralSelectedFocus: #293b66;
|
|
721
|
+
--colorBgListItemGeneralDisabled: rgba(255, 255, 255, 0);
|
|
722
|
+
--colorTextListItemGeneralDisabled: rgb(112, 112, 112);
|
|
723
|
+
--colorBgListItemGeneralSelectedDisabled: #223259;
|
|
724
|
+
--opacityListItemGeneralDisabled: 0.4;
|
|
725
|
+
--colorSearchSubtitle: rgb(112, 112, 112);
|
|
726
|
+
--colorBgSearchPanel: rgb(28, 28, 28);
|
|
727
|
+
--colorBgSearchRowHover: rgb(36, 36, 36);
|
|
728
|
+
--colorBgSearchRowCreateHover: #1c2b4f;
|
|
729
|
+
--opacitySearchItemDone: 0.4;
|
|
730
|
+
--colorBgEntityBoxDefault: rgb(36, 36, 36);
|
|
731
|
+
--shadowStrokeEntityBoxDefault: 0 0 0 1px rgb(46, 46, 46);
|
|
732
|
+
--shadowEntityBoxDefault: 0 2px 4px 0 rgba(23, 23, 23, 0.05);
|
|
733
|
+
--colorBgEntityBoxDefaultHover: rgb(41, 41, 41);
|
|
734
|
+
--shadowEntityBoxDefaultHover: 0 4px 8px 0 rgba(23, 23, 23, 0.1);
|
|
735
|
+
--colorBgEntityBoxDefaultFocus: rgb(36, 36, 36);
|
|
736
|
+
--colorOverlayEntityBoxDefaultFocus: #4b74d2;
|
|
737
|
+
--shadowStrokeEntityBoxDefaultFocus: 0 0 0 2px rgba(75, 116, 210, 0.4);
|
|
738
|
+
--colorBgEntityBoxDefaultFocusHover: rgb(41, 41, 41);
|
|
739
|
+
--colorOverlayEntityBoxDefaultFocusHover: #4b74d2;
|
|
740
|
+
--shadowStrokeEntityBoxDefaultFocusHover: 0 0 0 2px rgba(75, 116, 210, 0.6);
|
|
741
|
+
--opacityEntityBoxDefaultDrag: 0.4;
|
|
742
|
+
--shadowEntityBoxDefaultDrag: 0 8px 12px 0 rgba(23, 23, 23, 0.1);
|
|
743
|
+
--colorBgEntityBoxSelected: #1a2642;
|
|
744
|
+
--shadowStrokeEntityBoxSelected: 0 0 0 1px #4b74d2, 0 0 0 3px rgba(75, 116, 210, 0.4);
|
|
745
|
+
--colorBgEntityBoxSelectedHover: #1a2642;
|
|
746
|
+
--shadowStrokeEntityBoxSelectedHover: 0 0 0 1px #4b74d2, 0 0 0 3px rgba(75, 116, 210, 0.4);
|
|
747
|
+
--colorBgEntityBoxSelectedDrag: #1a2642;
|
|
748
|
+
--shadowStrokeEntityBoxSelectedDrag: 0 0 0 1px #4b74d2, 0 0 0 3px rgba(75, 116, 210, 0.4);
|
|
749
|
+
--opacityEntityBoxDisabled: 0.65;
|
|
750
|
+
--opacityEntityBoxDisabledHover: 0.75;
|
|
751
|
+
--opacityEntityBoxDisabledFocus: 0.75;
|
|
752
|
+
--opacityEntityBoxDisabledDrag: 0.4;
|
|
753
|
+
--entityCardBgColor: rgb(46, 46, 46);
|
|
754
|
+
--entityCardSelectedColor: rgba(51, 51, 51, 0.5);
|
|
755
|
+
--entityCardHoverColor: rgba(51, 51, 51, 0.5);
|
|
756
|
+
--entityCardDoneColor: rgba(46, 46, 46, 0.3);
|
|
757
|
+
--entityCardShadow: 0 0 0 1px rgba(28, 28, 28, 0.1), 0 2px 4px -4px rgba(28, 28, 28, 0.2);
|
|
758
|
+
--entityCardShadowHover: 0 0 0 1px rgba(28, 28, 28, 0.1), 0 2px 4px -4px rgba(28, 28, 28, 0.2);
|
|
759
|
+
--colorBgSegmentedControl: rgba(28, 28, 28, 0.8);
|
|
760
|
+
--colorBgMenuHeaderAvatar: rgb(28, 28, 28);
|
|
761
|
+
--shadowMenuHeaderAvatar: 0 0 0 1px rgba(112, 112, 112, 0.2);
|
|
762
|
+
--opacityMenuItemDragged: 0.4;
|
|
763
|
+
--colorBgMenuItemSelectedDragged: #293b66;
|
|
764
|
+
--colorTextMenuItem: rgba(237, 237, 237, 0.9);
|
|
765
|
+
--colorBgMenuItem: rgba(255, 255, 255, 0);
|
|
766
|
+
--colorBgMenuItemHover: rgb(46, 46, 46);
|
|
767
|
+
--colorBgMenuItemFocus: rgb(51, 51, 51);
|
|
768
|
+
--colorBgMenuItemSelected: #1a2642;
|
|
769
|
+
--colorBgMenuItemSelectedHover: #223259;
|
|
770
|
+
--colorBgPinnedFieldsLabel: rgb(161, 161, 161);
|
|
771
|
+
--colorBgObjectEditorSeparator: rgb(237, 237, 237);
|
|
772
|
+
--colorBgMenuItemSelectedFocused: #223259;
|
|
773
|
+
--colorBgFieldEditorContainer: rgb(36, 36, 36);
|
|
774
|
+
--colorBgFieldEditorLinkEqualSign: rgb(28, 28, 28);
|
|
775
|
+
--allowedDropColor: rgb(41, 41, 41);
|
|
776
|
+
--relationViewBgColor: rgb(36, 36, 36);
|
|
777
|
+
--mySpaceIconColor: rgb(122, 132, 142);
|
|
778
|
+
--mySpaceIconBg: rgba(106, 132, 155, 0.2);
|
|
779
|
+
--privateIconColor: rgb(105, 172, 94);
|
|
780
|
+
--privateIconBg: rgba(105, 172, 94, 0.2);
|
|
781
|
+
--favoritesIconColor: rgb(238, 166, 74);
|
|
782
|
+
--favoritesIconBg: rgba(251, 163, 47, 0.2);
|
|
783
|
+
--swatchDefault: #2978fb;
|
|
784
|
+
--unitBg: rgb(51, 51, 51);
|
|
785
|
+
--unitBgHover: rgb(61, 61, 61);
|
|
786
|
+
--colorBgBadgeNeutral: rgba(41, 41, 41, 0.8);
|
|
787
|
+
--colorBgBadgeAccent: rgba(28, 43, 79, 0.8);
|
|
788
|
+
--colorBgBadgeSuccess: rgb(7, 61, 55);
|
|
789
|
+
--colorBgBadgeWarning: rgb(58, 50, 0);
|
|
790
|
+
--colorBgBadgeError: rgb(91, 26, 32);
|
|
791
|
+
--colorTextBadgeNeutral: rgb(161, 161, 161);
|
|
792
|
+
--colorTextBadgeAccent: #97b1ed;
|
|
793
|
+
--colorTextBadgeSuccess: rgb(127, 192, 182);
|
|
794
|
+
--colorTextBadgeWarning: rgb(225, 199, 0);
|
|
795
|
+
--colorTextBadgeError: rgb(244, 146, 148);
|
|
796
|
+
--badgeBgColor: rgba(120, 120, 120, 0.2);
|
|
797
|
+
--tooltipBgColor: rgb(51, 51, 51);
|
|
798
|
+
--todayMarkerColor: rgb(104, 33, 39);
|
|
799
|
+
--viewBgOverlayColor: rgba(23, 23, 23, 0.6);
|
|
800
|
+
--floatEditorMenuBg: rgb(51, 51, 51);
|
|
801
|
+
--floatEditorActiveColor: #97b1ed;
|
|
802
|
+
--commentColor: rgba(246, 217, 1, 0.4);
|
|
803
|
+
--cellBackgroundColor: rgb(28, 28, 28);
|
|
804
|
+
--cellBackgroundHoverColor: rgba(51, 51, 51, 0.3);
|
|
805
|
+
--cellBorderColor: rgba(112, 112, 112, 0.5);
|
|
806
|
+
--cellPinnedBorderColor: rgba(112, 112, 112, 0.7);
|
|
807
|
+
--tableRowWarningColor: rgba(246, 217, 1, 0.4);
|
|
808
|
+
--errorBgColor: rgba(213, 50, 72, 0.6);
|
|
809
|
+
--errorTextColor: rgb(244, 179, 179);
|
|
810
|
+
--errorButtonColor: rgb(225, 78, 91);
|
|
811
|
+
--warningBgColor: rgba(109, 95, 0, 0.6);
|
|
812
|
+
--warningButtonColor: rgb(225, 199, 0);
|
|
813
|
+
--infoBox: rgba(246, 217, 1, 0.2);
|
|
814
|
+
--appCardBgColor: rgb(28, 28, 28);
|
|
815
|
+
--appCardHoverColor: rgb(28, 28, 28);
|
|
816
|
+
--modalBg: rgba(28, 28, 28, 0.5);
|
|
817
|
+
--modalContentBg: rgb(36, 36, 36);
|
|
818
|
+
--progressIconBg: rgba(255, 255, 255, 0.18);
|
|
819
|
+
--progressIconFill: rgba(255, 255, 255, 0.59);
|
|
820
|
+
--formBg: rgb(28, 28, 28);
|
|
821
|
+
--formHeaderShadow: 0 0 6px 0 rgba(23, 23, 23, 0.4);
|
|
822
|
+
--formEditorFieldBg: rgb(41, 41, 41);
|
|
823
|
+
--filterGroup1Bg: rgb(51, 51, 51);
|
|
824
|
+
--filterGroup2Bg: rgb(61, 61, 61);
|
|
825
|
+
--filterGroupBorder: rgba(255, 255, 255, 0.03);
|
|
826
|
+
--colorBgNotificationHover: rgb(28, 28, 28);
|
|
827
|
+
--colorBgNotificationSelected: #151c2d;
|
|
828
|
+
--colorBgNotificationSelectedHover: #1a2642;
|
|
829
|
+
--disabledInversedTextColor: rgba(255, 255, 255, 0.25);
|
|
830
|
+
--success: rgb(0, 142, 128);
|
|
831
|
+
--danger: rgb(225, 78, 91);
|
|
832
|
+
--active: rgb(225, 78, 91);
|
|
833
|
+
--warning: rgb(109, 95, 0);
|
|
834
|
+
--cardBg: rgb(51, 51, 51);
|
|
835
|
+
--selectedImageBorder: rgba(255, 255, 255, 0.59);
|
|
836
|
+
--transparent: rgba(255, 255, 255, 0);
|
|
837
|
+
--progressBg: rgb(237, 237, 237);
|
|
838
|
+
--progressText: rgb(94, 94, 94);
|
|
839
|
+
--progressFillBg: rgb(94, 94, 94);
|
|
840
|
+
--progressFillText: rgb(255, 255, 255);
|
|
841
|
+
--progressBarFillNeutral: rgba(112, 112, 112, 0.2);
|
|
842
|
+
--progressBarFill: #5f85dd;
|
|
843
|
+
--progressBarBg: rgba(95, 133, 221, 0.25);
|
|
844
|
+
--colorPickerSwatchBorder: rgba(0, 0, 0, 0.14);
|
|
845
|
+
--colorBorderRichTextMedia: rgba(0, 0, 0, 0.14);
|
|
846
|
+
--richTextTableBorder: rgba(255, 255, 255, 0.18);
|
|
847
|
+
--colorBgDropLine: #3258ae;
|
|
848
|
+
--viewBg: rgb(23, 23, 23);
|
|
849
|
+
--colorBgViewMetaItem: rgb(28, 28, 28);
|
|
850
|
+
--collectionViewBg: rgb(28, 28, 28);
|
|
851
|
+
--collectionViewBorder: 0 0 0 1px rgba(82, 82, 82, 0.3);
|
|
852
|
+
--viewSecondaryBg: rgb(28, 28, 28);
|
|
853
|
+
--viewHighlightBg: #1a2642;
|
|
854
|
+
--boardBg: rgb(23, 23, 23);
|
|
855
|
+
--boardBgWithOpacity80: rgba(23, 23, 23, 0.8);
|
|
856
|
+
--boardAxisBgHover: rgb(41, 41, 41);
|
|
857
|
+
--gridHeaderBgColor: rgb(36, 36, 36);
|
|
858
|
+
--gridHeaderHoverBgColor: rgb(41, 41, 41);
|
|
859
|
+
--gridHeaderTextColor: rgb(161, 161, 161);
|
|
860
|
+
--gridCellBgColor: rgb(28, 28, 28);
|
|
861
|
+
--gridCellBorderColor: rgb(51, 51, 51);
|
|
862
|
+
--gridDisabledCellBgColor: rgb(36, 36, 36);
|
|
863
|
+
--gridSelectedCellBgColor: #1a2642;
|
|
864
|
+
--gridHighlightedCellBgColor: #223259;
|
|
865
|
+
--gridSelectedCellBorderColor: #2d4786;
|
|
866
|
+
--gridSelectedPinnedCellBorderColor: #2d4786;
|
|
867
|
+
--gridDisabledSelectedCellBgColor: #223259;
|
|
868
|
+
--gridActiveCellBorderColor: #4b74d2;
|
|
869
|
+
--timelineEntityHandleColor: #2d4786;
|
|
870
|
+
--timelineDependencyHoverBgColor: #3258ae;
|
|
871
|
+
--timelineDependencyOverlapBgColor: rgb(213, 50, 72);
|
|
872
|
+
--timelineDependencyOverlapHoverBgColor: rgb(244, 146, 148);
|
|
873
|
+
--timelineCellBgColor: rgb(23, 23, 23);
|
|
874
|
+
--timelineCellWeekendBgColor: rgb(28, 28, 28);
|
|
875
|
+
--timelineCellTodayBgColor: #151c2d;
|
|
876
|
+
--timelineCreateEntityPlaceholderBgColor: rgb(61, 61, 61);
|
|
877
|
+
--colorBgButtonSolidAccentDefault: #4b74d2;
|
|
878
|
+
--colorBgButtonSolidAccentHover: #5f85dd;
|
|
879
|
+
--colorBgButtonSolidNeutralDefault: rgb(237, 237, 237);
|
|
880
|
+
--colorBgButtonSolidNeutralHover: rgb(255, 255, 255);
|
|
881
|
+
--colorBgButtonSolidDestructiveDefault: rgb(213, 50, 72);
|
|
882
|
+
--colorBgButtonSolidDestructiveHover: rgb(225, 78, 91);
|
|
883
|
+
--colorTextButtonSolidAccent: rgb(255, 255, 255);
|
|
884
|
+
--colorTextButtonSolidAccentActive: rgba(255, 255, 255, 0.8);
|
|
885
|
+
--colorTextButtonSolidNeutral: rgb(28, 28, 28);
|
|
886
|
+
--colorTextButtonSolidNeutralActive: rgba(28, 28, 28, 0.8);
|
|
887
|
+
--colorTextButtonSolidDestructive: rgb(255, 255, 255);
|
|
888
|
+
--colorTextButtonSolidDestructiveActive: rgba(255, 255, 255, 0.8);
|
|
889
|
+
--colorIconButtonSolidAccent: rgb(255, 255, 255);
|
|
890
|
+
--colorIconButtonSolidNeutral: rgb(82, 82, 82);
|
|
891
|
+
--colorIconButtonSolidDestructive: rgb(255, 255, 255);
|
|
892
|
+
--colorBorderButtonOutlineAccentDefault: #3258ae;
|
|
893
|
+
--colorBorderButtonOutlineNeutralDefault: rgb(61, 61, 61);
|
|
894
|
+
--colorBorderButtonOutlineDestructiveDefault: rgb(135, 27, 42);
|
|
895
|
+
--colorBgButtonOutlineAccentDefault: rgb(23, 23, 23);
|
|
896
|
+
--colorBgButtonOutlineAccentHover: #1a2642;
|
|
897
|
+
--colorBgButtonOutlineNeutralDefault: rgb(23, 23, 23);
|
|
898
|
+
--colorBgButtonOutlineNeutralHover: rgb(41, 41, 41);
|
|
899
|
+
--colorBgButtonOutlineDestructiveDefault: rgb(23, 23, 23);
|
|
900
|
+
--colorBgButtonOutlineDestructiveHover: rgb(80, 21, 27);
|
|
901
|
+
--colorTextButtonOutlineAccent: #97b1ed;
|
|
902
|
+
--colorTextButtonOutlineAccentActive: rgba(151, 177, 237, 0.8);
|
|
903
|
+
--colorTextButtonOutlineNeutral: rgb(161, 161, 161);
|
|
904
|
+
--colorTextButtonOutlineNeutralActive: rgba(237, 237, 237, 0.8);
|
|
905
|
+
--colorTextButtonOutlineDestructive: rgb(244, 146, 148);
|
|
906
|
+
--colorTextButtonOutlineDestructiveActive: rgba(244, 146, 148, 0.8);
|
|
907
|
+
--colorIconButtonOutlineAccent: #97b1ed;
|
|
908
|
+
--colorIconButtonOutlineNeutral: rgb(161, 161, 161);
|
|
909
|
+
--colorIconButtonOutlineDestructive: rgb(244, 146, 148);
|
|
910
|
+
--colorBgButtonSoftAccentDefault: #1c2b4f;
|
|
911
|
+
--colorBgButtonSoftAccentHover: #293b66;
|
|
912
|
+
--colorBgButtonSoftNeutralDefault: rgb(36, 36, 36);
|
|
913
|
+
--colorBgButtonSoftNeutralHover: rgb(61, 61, 61);
|
|
914
|
+
--colorBgButtonSoftDestructiveDefault: rgb(80, 21, 27);
|
|
915
|
+
--colorBgButtonSoftDestructiveHover: rgb(104, 33, 39);
|
|
916
|
+
--colorTextButtonSoftAccent: #97b1ed;
|
|
917
|
+
--colorTextButtonSoftAccentActive: rgba(151, 177, 237, 0.8);
|
|
918
|
+
--colorTextButtonSoftNeutral: rgb(161, 161, 161);
|
|
919
|
+
--colorTextButtonSoftNeutralActive: rgba(161, 161, 161, 0.8);
|
|
920
|
+
--colorTextButtonSoftDestructive: rgb(244, 146, 148);
|
|
921
|
+
--colorTextButtonSoftDestructiveActive: rgba(244, 146, 148, 0.8);
|
|
922
|
+
--colorIconButtonSoftAccent: #97b1ed;
|
|
923
|
+
--colorIconButtonSoftNeutral: rgb(161, 161, 161);
|
|
924
|
+
--colorIconButtonSoftDestructive: rgb(244, 146, 148);
|
|
925
|
+
--colorBgButtonGhostAccentDefault: rgba(255, 255, 255, 0);
|
|
926
|
+
--colorBgButtonGhostAccentHover: rgba(28, 43, 79, 0.8);
|
|
927
|
+
--colorBgButtonGhostNeutralDefault: rgba(255, 255, 255, 0);
|
|
928
|
+
--colorBgButtonGhostNeutralHover: rgba(51, 51, 51, 0.8);
|
|
929
|
+
--colorBgButtonGhostDestructiveDefault: rgba(255, 255, 255, 0);
|
|
930
|
+
--colorBgButtonGhostDestructiveHover: rgb(80, 21, 27);
|
|
931
|
+
--colorTextButtonGhostAccent: #97b1ed;
|
|
932
|
+
--colorTextButtonGhostAccentActive: rgba(151, 177, 237, 0.8);
|
|
933
|
+
--colorTextButtonGhostNeutral: rgb(161, 161, 161);
|
|
934
|
+
--colorTextButtonGhostNeutralActive: rgba(161, 161, 161, 0.8);
|
|
935
|
+
--colorTextButtonGhostDestructive: rgb(244, 146, 148);
|
|
936
|
+
--colorTextButtonGhostDestructiveActive: rgba(244, 146, 148, 0.8);
|
|
937
|
+
--colorIconButtonGhostAccent: #97b1ed;
|
|
938
|
+
--colorIconButtonGhostNeutral: rgb(161, 161, 161);
|
|
939
|
+
--colorIconButtonGhostDestructive: rgb(244, 146, 148);
|
|
940
|
+
--colorBorderAccentFocusRing: rgba(73, 120, 212, 0.3);
|
|
941
|
+
--colorBorderNeutralFocusRing: rgba(158, 158, 158, 0.3);
|
|
942
|
+
--colorBorderDestructiveFocusRing: rgba(211, 62, 78, 0.3);
|
|
943
|
+
--colorBgReactionsDefault: rgb(28, 28, 28);
|
|
944
|
+
--colorBgReactionsHover: rgb(51, 51, 51);
|
|
945
|
+
--colorBorderReactionsHover: rgb(112, 112, 112);
|
|
946
|
+
--colorBgReactionsSelectedDefault: #3258ae;
|
|
947
|
+
--colorBorderReactionsSelectedDefault: #3258ae;
|
|
948
|
+
--colorBgReactionsSelectedHover: #3869cc;
|
|
949
|
+
--colorBorderReactionsSelectedHover: #3869cc;
|
|
950
|
+
--colorTextReactionsSelected: rgb(237, 237, 237);
|
|
951
|
+
--colorBgToggleButtonUnselectedNormal: rgb(28, 28, 28);
|
|
952
|
+
--colorBgToggleButtonUnselectedHover: rgb(51, 51, 51);
|
|
953
|
+
--colorBgToggleButtonSelectedNormal: #3258ae;
|
|
954
|
+
--colorBgToggleButtonSelectedHover: #3869cc;
|
|
955
|
+
--colorBorderToggleButtonUnselectedNormal: rgb(112, 112, 112);
|
|
956
|
+
--colorBorderToggleButtonUnselectedHover: rgb(112, 112, 112);
|
|
957
|
+
--colorBorderToggleButtonSelectedNormal: #3258ae;
|
|
958
|
+
--colorBorderToggleButtonSelectedHover: #3869cc;
|
|
959
|
+
--colorTextToggleButtonUnselectedNormal: rgb(161, 161, 161);
|
|
960
|
+
--colorTextToggleButtonUnselectedHover: rgb(161, 161, 161);
|
|
961
|
+
--colorTextToggleButtonSelectedNormal: rgb(237, 237, 237);
|
|
962
|
+
--colorTextToggleButtonSelectedHover: rgb(237, 237, 237);
|
|
963
|
+
--colorIconToggleButtonUnselectedNormal: rgb(161, 161, 161);
|
|
964
|
+
--colorIconToggleButtonUnselectedHover: rgb(161, 161, 161);
|
|
965
|
+
--colorIconToggleButtonSelectedNormal: #97b1ed;
|
|
966
|
+
--colorIconToggleButtonSelectedHover: #97b1ed;
|
|
967
|
+
--colorBgRoundToggleButtonUnselectedNormal: rgb(28, 28, 28);
|
|
968
|
+
--colorBgRoundToggleButtonUnselectedHover: rgb(51, 51, 51);
|
|
969
|
+
--colorBgRoundToggleButtonSelectedNormal: #3258ae;
|
|
970
|
+
--colorBgRoundToggleButtonSelectedHover: #3869cc;
|
|
971
|
+
--colorBorderRoundToggleButtonUnselectedNormal: rgb(112, 112, 112);
|
|
972
|
+
--colorBorderRoundToggleButtonUnselectedHover: rgb(112, 112, 112);
|
|
973
|
+
--colorBorderRoundToggleButtonSelectedNormal: #3258ae;
|
|
974
|
+
--colorBorderRoundToggleButtonSelectedHover: #3869cc;
|
|
975
|
+
--colorTextRoundToggleButtonUnselectedNormal: rgb(161, 161, 161);
|
|
976
|
+
--colorTextRoundToggleButtonUnselectedHover: rgb(161, 161, 161);
|
|
977
|
+
--colorTextRoundToggleButtonSelectedNormal: rgb(237, 237, 237);
|
|
978
|
+
--colorTextRoundToggleButtonSelectedHover: rgb(237, 237, 237);
|
|
979
|
+
--colorIconRoundToggleButtonUnselectedNormal: rgb(161, 161, 161);
|
|
980
|
+
--colorIconRoundToggleButtonUnselectedHover: rgb(161, 161, 161);
|
|
981
|
+
--colorIconRoundToggleButtonSelectedNormal: #97b1ed;
|
|
982
|
+
--colorIconRoundToggleButtonSelectedHover: #97b1ed;
|
|
983
|
+
--colorBgToastDefault: rgb(23, 23, 23);
|
|
984
|
+
--colorBgDbTabHover: rgb(41, 41, 41);
|
|
985
|
+
--colorBgDbTabFocus: rgb(51, 51, 51);
|
|
986
|
+
--colorBgTabHover: rgba(161, 161, 161, 0.1);
|
|
987
|
+
--colorBgMessageContainer: rgb(36, 36, 36);
|
|
988
|
+
--colorBgMessageContainerHover: rgb(41, 41, 41);
|
|
989
|
+
--colorBgEntityAvatarDefault: #131720;
|
|
990
|
+
--colorBgEntityAvatarHover: #1a2642;
|
|
991
|
+
--colorTextEntityAvatarDefault: #3258ae;
|
|
992
|
+
--colorTextEntityAvatarHover: #4b74d2;
|
|
993
|
+
--colorBgMessageHighlighted: rgb(28, 28, 28);
|
|
994
|
+
--colorBgCommentHover: rgb(28, 28, 28);
|
|
995
|
+
--colorBgCodeEditor: rgb(36, 36, 36);
|
|
996
|
+
--colorBgEditorImageZoomed: rgb(51, 51, 51);
|
|
997
|
+
--colorMermaidPrimaryColor: rgb(82, 82, 82);
|
|
998
|
+
--colorMermaidPrimaryBorderColor: rgb(112, 112, 112);
|
|
999
|
+
--colorMermaidLineColor: rgb(112, 112, 112);
|
|
1000
|
+
--colorBgWhiteboard: rgb(23, 23, 23);
|
|
1001
|
+
--colorGridDotWhiteboard: rgb(51, 51, 51);
|
|
1002
|
+
--colorSelectionWhiteboardBorderEnabled: #3258ae;
|
|
1003
|
+
--colorHighlightWhiteboardSelection: #3258ae;
|
|
1004
|
+
--colorHighlightWhiteboardSelectionLocked: rgba(112, 112, 112, 0.5);
|
|
1005
|
+
--colorSelectionWhiteboardBorderDisabled: rgba(112, 112, 112, 0.5);
|
|
1006
|
+
--colorPlaceholderWhiteboardDefault: rgba(50, 88, 174, 0.2);
|
|
1007
|
+
--colorLinkPointWhiteboardDefault: #3258ae;
|
|
1008
|
+
--colorLinkPointWhiteboardFillDefault: #0d0d0d;
|
|
1009
|
+
--colorMapWhiteboardPreviewDefault: rgba(50, 88, 174, 0.4);
|
|
1010
|
+
--colorCardWhiteboardShadowDefault: rgba(161, 161, 161, 0.05);
|
|
1011
|
+
--colorCardWhiteboardBgDefault: rgb(46, 46, 46);
|
|
1012
|
+
--colorCardWhiteboardBorderDefault: rgba(237, 237, 237, 0.2);
|
|
1013
|
+
--colorUnitHeaderWhiteboardDefault: rgba(237, 237, 237, 0.6);
|
|
1014
|
+
--colorUnitWhiteboardBgDefault: rgb(51, 51, 51);
|
|
1015
|
+
--colorUnitWhiteboardBorderDefault: rgba(237, 237, 237, 0.25);
|
|
1016
|
+
--colorSectionWhiteboardBgInactive: rgb(28, 28, 28);
|
|
1017
|
+
--colorSectionWhiteboardBorderInactive: rgb(51, 51, 51);
|
|
1018
|
+
--colorUploadPreviewBg: rgba(28, 28, 28, 0.85);
|
|
1019
|
+
--colorEmbedWhiteboardEditBorder: rgba(0, 112, 99, 0.9);
|
|
1020
|
+
--colorTextWhiteboardDefault: rgb(237, 237, 237);
|
|
1021
|
+
--colorTextWhiteboardDisabled: rgb(112, 112, 112);
|
|
1022
|
+
--colorTextWhiteboardAccent: rgba(23, 23, 23, 0.6);
|
|
1023
|
+
--colorTextWhiteboardInversedDefault: rgb(255, 255, 255);
|
|
1024
|
+
--instrumentsMenuBg: rgb(41, 41, 41);
|
|
1025
|
+
--instrumentsMenuShadow:
|
|
963
1026
|
0 0 1px 0 rgb(51, 51, 51), 0 4px 6px 0 rgba(23, 23, 23, 0.05), 0 3px 12px 0 rgba(23, 23, 23, 0.15);
|
|
964
|
-
--
|
|
965
|
-
--
|
|
1027
|
+
--commentBubbleBg: rgb(51, 51, 51);
|
|
1028
|
+
--commentsPanelShadow:
|
|
966
1029
|
0 0 1px 0 rgb(51, 51, 51), 0 4px 6px 0 rgba(23, 23, 23, 0.05), 0 3px 12px 0 rgba(23, 23, 23, 0.15);
|
|
967
|
-
--
|
|
968
|
-
--
|
|
969
|
-
--
|
|
970
|
-
--
|
|
971
|
-
--
|
|
972
|
-
--
|
|
973
|
-
--
|
|
974
|
-
--
|
|
975
|
-
--
|
|
976
|
-
--
|
|
977
|
-
--
|
|
978
|
-
--
|
|
979
|
-
--
|
|
980
|
-
--
|
|
981
|
-
--
|
|
982
|
-
--
|
|
983
|
-
--
|
|
984
|
-
--
|
|
985
|
-
--
|
|
986
|
-
--
|
|
987
|
-
--
|
|
988
|
-
--
|
|
989
|
-
--
|
|
990
|
-
--
|
|
991
|
-
--
|
|
992
|
-
--
|
|
993
|
-
--
|
|
994
|
-
--
|
|
995
|
-
--
|
|
996
|
-
--
|
|
997
|
-
--
|
|
998
|
-
--
|
|
999
|
-
--
|
|
1000
|
-
--
|
|
1001
|
-
--
|
|
1002
|
-
--
|
|
1003
|
-
--
|
|
1004
|
-
--
|
|
1005
|
-
--
|
|
1006
|
-
--
|
|
1007
|
-
--
|
|
1008
|
-
--
|
|
1009
|
-
--
|
|
1010
|
-
--
|
|
1011
|
-
--
|
|
1012
|
-
--
|
|
1013
|
-
--
|
|
1014
|
-
--
|
|
1015
|
-
--
|
|
1016
|
-
--
|
|
1017
|
-
--
|
|
1018
|
-
--
|
|
1019
|
-
--
|
|
1020
|
-
--
|
|
1021
|
-
--
|
|
1022
|
-
--
|
|
1023
|
-
--
|
|
1024
|
-
--
|
|
1025
|
-
--
|
|
1026
|
-
--
|
|
1027
|
-
--
|
|
1028
|
-
--
|
|
1029
|
-
--
|
|
1030
|
-
--
|
|
1031
|
-
--
|
|
1030
|
+
--searchFiltersBg: rgb(28, 28, 28);
|
|
1031
|
+
--selectedColorBorder: rgba(227, 227, 227, 0.25);
|
|
1032
|
+
--colorBgSegmentedControlDefault: rgb(23, 23, 23);
|
|
1033
|
+
--colorBgSegmentedControlActive: rgb(51, 51, 51);
|
|
1034
|
+
--colorBgSegmentedControlHover: rgb(41, 41, 41);
|
|
1035
|
+
--colorBorderSegmentedControlDefault: rgb(61, 61, 61);
|
|
1036
|
+
--colorBgBannerNeutral: rgb(36, 36, 36);
|
|
1037
|
+
--colorBgBannerAccent: #1a2642;
|
|
1038
|
+
--colorBgBannerWarning: rgb(42, 36, 0);
|
|
1039
|
+
--colorBgBannerError: rgb(67, 22, 25);
|
|
1040
|
+
--colorBgBannerSuccess: rgb(10, 46, 41);
|
|
1041
|
+
--colorIconBannerNeutral: rgb(161, 161, 161);
|
|
1042
|
+
--colorIconBannerAccent: #97b1ed;
|
|
1043
|
+
--colorIconBannerWarning: rgb(225, 199, 0);
|
|
1044
|
+
--colorIconBannerError: rgb(244, 146, 148);
|
|
1045
|
+
--colorIconBannerSuccess: rgb(127, 192, 182);
|
|
1046
|
+
--colorTextBannerNeutral: rgb(237, 237, 237);
|
|
1047
|
+
--colorTextBannerAccent: #97b1ed;
|
|
1048
|
+
--colorTextBannerWarning: rgb(225, 199, 0);
|
|
1049
|
+
--colorTextBannerError: rgb(244, 146, 148);
|
|
1050
|
+
--colorTextBannerSuccess: rgb(127, 192, 182);
|
|
1051
|
+
--colorBgChargebeeInfoBox: rgb(23, 23, 23);
|
|
1052
|
+
--newCommentHorizontalRulerColor: rgb(237, 150, 151);
|
|
1053
|
+
--colorBgErrorMessage: rgb(237, 150, 151);
|
|
1054
|
+
--colorBorderLogoGrid: rgb(41, 41, 41);
|
|
1055
|
+
--colorBorderLogoGridSubtle: rgb(41, 41, 41);
|
|
1056
|
+
--colorBorderLogoGridMedium: rgb(41, 41, 41);
|
|
1057
|
+
--colorStrokeLogoDashed: rgb(82, 82, 82);
|
|
1058
|
+
--colorBgLogoCardTransparent: rgb(28, 28, 28);
|
|
1059
|
+
--colorBgLogoCardDark: rgb(82, 82, 82);
|
|
1060
|
+
--colorBgLogoCardMedium: rgb(41, 41, 41);
|
|
1061
|
+
--colorBgSkeletonFrom: rgba(0, 0, 0, 0.05);
|
|
1062
|
+
--colorBgSkeletonTo: rgba(0, 0, 0, 0.1);
|
|
1063
|
+
--colorShadowInsetEdge: rgba(0, 0, 0, 0.05);
|
|
1064
|
+
--colorShadowBorder: rgba(0, 0, 0, 0.1);
|
|
1065
|
+
--colorShadowElevation: rgba(255, 255, 255, 0.1);
|
|
1066
|
+
--colorShadowOutline: rgba(255, 255, 255, 0.2);
|
|
1067
|
+
--colorPlaceholder: rgba(0, 0, 0, 0.4);
|
|
1068
|
+
--colorPlaceholderSubtle: rgba(0, 0, 0, 0.25);
|
|
1069
|
+
--colorBgSubtleLight: rgba(0, 0, 0, 0.05);
|
|
1070
|
+
--colorStrokeSurface: rgb(0, 0, 0);
|
|
1071
|
+
--colorTextMilestone: rgba(255, 255, 255, 0.5);
|
|
1072
|
+
--colorSpinnerIcon: rgba(255, 255, 255, 0.9);
|
|
1073
|
+
--colorSpinnerBg: rgba(255, 255, 255, 0.1);
|
|
1074
|
+
--colorBgLaneSubtle: rgba(255, 255, 255, 0.05);
|
|
1075
|
+
--opacity15: 0.15;
|
|
1076
|
+
--opacity20: 0.2;
|
|
1077
|
+
--opacity25: 0.25;
|
|
1078
|
+
--opacity30: 0.3;
|
|
1079
|
+
--opacity40: 0.4;
|
|
1080
|
+
--opacity50: 0.5;
|
|
1081
|
+
--opacity60: 0.6;
|
|
1082
|
+
--opacity65: 0.65;
|
|
1083
|
+
--opacity70: 0.7;
|
|
1084
|
+
--opacity75: 0.75;
|
|
1085
|
+
--opacity80: 0.8;
|
|
1086
|
+
--opacity85: 0.85;
|
|
1087
|
+
--opacity90: 0.9;
|
|
1088
|
+
--whiteA10: rgba(0, 0, 0, 0.1);
|
|
1089
|
+
--whiteA40: rgba(0, 0, 0, 0.4);
|
|
1090
|
+
--whiteA100: rgb(0, 0, 0);
|
|
1091
|
+
--colorBgFileOverlay: rgba(0, 0, 0, 0.6);
|
|
1092
|
+
--colorBgScrollFade: rgba(0, 0, 0, 0.15);
|
|
1093
|
+
--colorStrokeSelectedOutline: rgba(255, 255, 255, 0.75);
|
|
1094
|
+
--scrollbar: rgba(61, 61, 61, 0.5);
|
|
1032
1095
|
}
|
|
1033
1096
|
:root.warm-palette {
|
|
1034
|
-
--
|
|
1035
|
-
--
|
|
1036
|
-
--
|
|
1037
|
-
--
|
|
1038
|
-
--
|
|
1039
|
-
--
|
|
1040
|
-
--
|
|
1041
|
-
--
|
|
1042
|
-
--
|
|
1043
|
-
--
|
|
1044
|
-
--
|
|
1097
|
+
--surfaceElevationS: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
|
|
1098
|
+
--surfaceElevationM: 0 4px 8px 0 rgba(0, 0, 0, 0.09);
|
|
1099
|
+
--surfaceElevationL: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
|
|
1100
|
+
--shadow50: 0 0 0 1px rgba(27, 22, 17, 0.05);
|
|
1101
|
+
--shadow100: 0 1px 4px 0 rgba(27, 22, 17, 0.05);
|
|
1102
|
+
--shadow200: 0 2px 6px 0 rgba(27, 22, 17, 0.05);
|
|
1103
|
+
--shadow300: 0 3px 6px -3px rgba(27, 22, 17, 0.1), 0 8px 20px -4px rgba(27, 22, 17, 0.15);
|
|
1104
|
+
--shadow400: 0 0 1px 0 rgba(27, 22, 17, 0.2), 0 16px 40px 0 rgba(27, 22, 17, 0.15);
|
|
1105
|
+
--shadow500: 0 0 1px 0 rgba(27, 22, 17, 0.2), 0 20px 50px 0 rgba(27, 22, 17, 0.15);
|
|
1106
|
+
--shadow600: 0 0 1px 0 rgba(27, 22, 17, 0.2), 0 26px 80px 0 rgba(27, 22, 17, 0.2);
|
|
1107
|
+
--actionMenuShadow:
|
|
1045
1108
|
0 0 2px 0 rgba(99, 94, 87, 0.3), 0 4px 6px 0 rgba(99, 94, 87, 0.05), 0 10px 26px 0 rgba(99, 94, 87, 0.15);
|
|
1046
|
-
--
|
|
1109
|
+
--shadowPopup:
|
|
1047
1110
|
0 0 2px 0 rgba(99, 94, 87, 0.3), 0 4px 6px 0 rgba(99, 94, 87, 0.05), 0 10px 26px 0 rgba(99, 94, 87, 0.15);
|
|
1048
|
-
--
|
|
1049
|
-
--
|
|
1050
|
-
--
|
|
1051
|
-
--
|
|
1052
|
-
--
|
|
1053
|
-
--
|
|
1054
|
-
--
|
|
1055
|
-
--
|
|
1056
|
-
--
|
|
1057
|
-
--
|
|
1058
|
-
--
|
|
1059
|
-
--
|
|
1060
|
-
--
|
|
1061
|
-
--
|
|
1062
|
-
--
|
|
1063
|
-
--
|
|
1064
|
-
--
|
|
1065
|
-
--
|
|
1066
|
-
--
|
|
1067
|
-
--
|
|
1068
|
-
--
|
|
1069
|
-
--
|
|
1070
|
-
--
|
|
1071
|
-
--
|
|
1072
|
-
--
|
|
1073
|
-
--
|
|
1074
|
-
--
|
|
1075
|
-
--
|
|
1076
|
-
--
|
|
1077
|
-
--
|
|
1078
|
-
--
|
|
1079
|
-
--
|
|
1080
|
-
--
|
|
1081
|
-
--
|
|
1082
|
-
--
|
|
1083
|
-
--
|
|
1084
|
-
--
|
|
1085
|
-
--
|
|
1086
|
-
--
|
|
1087
|
-
--
|
|
1088
|
-
--
|
|
1089
|
-
--
|
|
1090
|
-
--
|
|
1091
|
-
--
|
|
1092
|
-
--
|
|
1093
|
-
--
|
|
1094
|
-
--
|
|
1095
|
-
--
|
|
1096
|
-
--
|
|
1097
|
-
--
|
|
1098
|
-
--
|
|
1099
|
-
--
|
|
1100
|
-
--
|
|
1101
|
-
--
|
|
1102
|
-
--
|
|
1103
|
-
--
|
|
1104
|
-
--
|
|
1105
|
-
--
|
|
1106
|
-
--
|
|
1107
|
-
--
|
|
1108
|
-
--
|
|
1109
|
-
--
|
|
1110
|
-
--
|
|
1111
|
-
--
|
|
1112
|
-
--
|
|
1113
|
-
--
|
|
1114
|
-
--
|
|
1115
|
-
--
|
|
1116
|
-
--
|
|
1117
|
-
--
|
|
1118
|
-
--
|
|
1119
|
-
--
|
|
1120
|
-
--
|
|
1121
|
-
--
|
|
1122
|
-
--
|
|
1123
|
-
--
|
|
1124
|
-
--
|
|
1125
|
-
--
|
|
1126
|
-
--
|
|
1127
|
-
--
|
|
1128
|
-
--
|
|
1129
|
-
--
|
|
1130
|
-
--
|
|
1131
|
-
--
|
|
1132
|
-
--
|
|
1133
|
-
--
|
|
1134
|
-
--
|
|
1135
|
-
--
|
|
1136
|
-
--
|
|
1137
|
-
--
|
|
1138
|
-
--
|
|
1139
|
-
--
|
|
1140
|
-
--
|
|
1141
|
-
--
|
|
1142
|
-
--
|
|
1143
|
-
--
|
|
1144
|
-
--
|
|
1145
|
-
--
|
|
1146
|
-
--
|
|
1147
|
-
--
|
|
1148
|
-
--
|
|
1149
|
-
--
|
|
1150
|
-
--
|
|
1151
|
-
--
|
|
1152
|
-
--
|
|
1153
|
-
--
|
|
1154
|
-
--
|
|
1155
|
-
--
|
|
1156
|
-
--
|
|
1157
|
-
--
|
|
1158
|
-
--
|
|
1159
|
-
--
|
|
1160
|
-
--
|
|
1161
|
-
--
|
|
1162
|
-
--
|
|
1163
|
-
--
|
|
1164
|
-
--
|
|
1165
|
-
--
|
|
1166
|
-
--
|
|
1167
|
-
--
|
|
1168
|
-
--
|
|
1169
|
-
--
|
|
1170
|
-
--
|
|
1171
|
-
--
|
|
1172
|
-
--
|
|
1173
|
-
--
|
|
1174
|
-
--
|
|
1175
|
-
--
|
|
1176
|
-
--
|
|
1177
|
-
--
|
|
1178
|
-
--
|
|
1179
|
-
--
|
|
1180
|
-
--
|
|
1181
|
-
--
|
|
1182
|
-
--
|
|
1183
|
-
--
|
|
1184
|
-
--
|
|
1185
|
-
--
|
|
1186
|
-
--
|
|
1187
|
-
--
|
|
1188
|
-
--
|
|
1189
|
-
--
|
|
1190
|
-
--
|
|
1191
|
-
--
|
|
1192
|
-
--
|
|
1193
|
-
--
|
|
1194
|
-
--
|
|
1195
|
-
--
|
|
1196
|
-
--
|
|
1197
|
-
--
|
|
1111
|
+
--shadowSidebar: -3px 0 10px 0 rgba(125, 119, 112, 0.1);
|
|
1112
|
+
--highlightBgYellow: rgb(254, 234, 191);
|
|
1113
|
+
--highlightFgYellow: rgb(156, 125, 38);
|
|
1114
|
+
--highlightFgOnBgYellow: rgb(130, 104, 30);
|
|
1115
|
+
--highlightBgGreen: rgb(218, 245, 202);
|
|
1116
|
+
--highlightFgGreen: rgb(93, 143, 39);
|
|
1117
|
+
--highlightFgOnBgGreen: rgb(76, 119, 31);
|
|
1118
|
+
--highlightBgAquamarine: rgb(196, 247, 221);
|
|
1119
|
+
--highlightFgAquamarine: rgb(55, 145, 100);
|
|
1120
|
+
--highlightFgOnBgAquamarine: rgb(43, 120, 82);
|
|
1121
|
+
--highlightBgAqua: rgb(186, 248, 238);
|
|
1122
|
+
--highlightFgAqua: rgb(46, 144, 127);
|
|
1123
|
+
--highlightFgOnBgAqua: rgb(36, 119, 105);
|
|
1124
|
+
--highlightBgBlue: rgb(223, 237, 255);
|
|
1125
|
+
--highlightFgBlue: rgb(76, 129, 213);
|
|
1126
|
+
--highlightFgOnBgBlue: rgb(60, 107, 177);
|
|
1127
|
+
--highlightBgPurple: rgb(244, 231, 255);
|
|
1128
|
+
--highlightFgPurple: rgb(176, 89, 226);
|
|
1129
|
+
--highlightFgOnBgPurple: rgb(151, 63, 199);
|
|
1130
|
+
--highlightBgPink: rgb(255, 229, 242);
|
|
1131
|
+
--highlightFgPink: rgb(212, 73, 166);
|
|
1132
|
+
--highlightFgOnBgPink: rgb(178, 56, 139);
|
|
1133
|
+
--highlightBgRed: rgb(254, 230, 227);
|
|
1134
|
+
--highlightFgRed: rgb(227, 70, 74);
|
|
1135
|
+
--highlightFgOnBgRed: rgb(191, 50, 55);
|
|
1136
|
+
--highlightBgGrey: rgb(236, 235, 235);
|
|
1137
|
+
--highlightFgGrey: rgb(135, 128, 128);
|
|
1138
|
+
--highlightFgOnBgGrey: rgb(111, 105, 104);
|
|
1139
|
+
--colorPickerCssFilter: none;
|
|
1140
|
+
--colorAccentBgSubtle: rgba(0, 138, 169, 0.1);
|
|
1141
|
+
--colorAccentBgMild: rgba(0, 138, 169, 0.15);
|
|
1142
|
+
--colorAccentBgMedium: rgba(0, 138, 169, 0.2);
|
|
1143
|
+
--colorAccentBgStrong: rgba(0, 138, 169, 0.3);
|
|
1144
|
+
--colorAccentBgBold: rgba(0, 138, 169, 0.35);
|
|
1145
|
+
--colorAccentBgVivid: rgba(0, 138, 169, 0.6);
|
|
1146
|
+
--colorAccentStroke: rgba(0, 138, 169, 0.25);
|
|
1147
|
+
--colorAccentStrokeHover: rgba(0, 138, 169, 0.4);
|
|
1148
|
+
--colorAccentStrokeFocus: rgba(0, 138, 169, 0.5);
|
|
1149
|
+
--colorAccentSolid: rgba(0, 138, 169, 0.8);
|
|
1150
|
+
--colorAccent: rgb(0, 138, 169);
|
|
1151
|
+
--darkenPrimary: rgb(46, 107, 126);
|
|
1152
|
+
--whiteColor: rgb(255, 253, 250);
|
|
1153
|
+
--blackColor: #1f1a18;
|
|
1154
|
+
--mainBg: rgb(250, 244, 236);
|
|
1155
|
+
--panelBg: rgb(255, 253, 250);
|
|
1156
|
+
--panelBorder: 0 0 0 1px rgba(204, 198, 191, 0.2);
|
|
1157
|
+
--panelContentBg: rgb(253, 246, 239);
|
|
1158
|
+
--dbSettingsSidebarBg: rgb(253, 246, 239);
|
|
1159
|
+
--dbSettingsSidebarItemHover: rgb(243, 236, 229);
|
|
1160
|
+
--dbSettingsSidebarIconBg: rgb(255, 253, 250);
|
|
1161
|
+
--dbSettingsSidebarIconBorder: 0 1px 4px 0 rgba(99, 94, 87, 0.1), 0 0 0 0.5px rgba(237, 231, 224, 0.5);
|
|
1162
|
+
--dbSettingsCardBg: rgb(253, 246, 239);
|
|
1163
|
+
--dbSettingsCardBorder: 0 0 0 1px rgba(232, 226, 219, 0.8);
|
|
1164
|
+
--colorBgRelationContainer: rgb(255, 251, 244);
|
|
1165
|
+
--colorAI: #9b6fc1;
|
|
1166
|
+
--colorBgAI: rgba(155, 111, 193, 0.1);
|
|
1167
|
+
--colorBgAIFloatingLauncher: rgb(255, 251, 244);
|
|
1168
|
+
--colorBgAIFloatingPanelContent: rgb(255, 251, 244);
|
|
1169
|
+
--colorBgAISidebarContent: rgb(255, 251, 244);
|
|
1170
|
+
--colorBgFloatingPanel: rgb(255, 253, 250);
|
|
1171
|
+
--shadowFloatingPanel: 0 0 0 1px rgba(125, 119, 112, 0.15), 0 3px 12px 0 rgba(99, 94, 87, 0.15);
|
|
1172
|
+
--pageContentBg: rgb(255, 253, 250);
|
|
1173
|
+
--colorBgPopup: rgb(255, 253, 250);
|
|
1174
|
+
--menuBg: rgb(250, 244, 236);
|
|
1175
|
+
--menuTextColor: rgb(27, 22, 17);
|
|
1176
|
+
--menuItemHoverColor: rgb(237, 231, 224);
|
|
1177
|
+
--menuSelectedTextColor: rgb(253, 246, 239);
|
|
1178
|
+
--menuIconColor: rgba(27, 22, 17, 0.7);
|
|
1179
|
+
--textColor: rgb(27, 22, 17);
|
|
1180
|
+
--textSelectionColor: rgba(0, 138, 169, 0.2);
|
|
1181
|
+
--accentTextColor: rgb(125, 119, 112);
|
|
1182
|
+
--disabledTextColor: rgb(163, 157, 150);
|
|
1183
|
+
--inversedTextColor: rgb(250, 244, 236);
|
|
1184
|
+
--colorTextSecondary: rgba(27, 22, 17, 0.7);
|
|
1185
|
+
--linkColor: #5371b4;
|
|
1186
|
+
--linkBorder: 0.5px solid rgba(83, 113, 180, 0.4);
|
|
1187
|
+
--linkHoverColor: #5371b4;
|
|
1188
|
+
--linkBorderHover: 0.5px solid rgba(83, 113, 180, 0.75);
|
|
1189
|
+
--codeColor: rgb(211, 62, 75);
|
|
1190
|
+
--codeBgColor: rgb(250, 244, 236);
|
|
1191
|
+
--codeBlockBgColor: rgb(250, 244, 236);
|
|
1192
|
+
--addedDiffTextColor: rgb(0, 144, 126);
|
|
1193
|
+
--removedDiffTextColor: rgb(175, 36, 54);
|
|
1194
|
+
--entityNodeColor: rgb(39, 35, 33);
|
|
1195
|
+
--entityNodeBorder: 0.5px solid rgba(39, 35, 33, 0.3);
|
|
1196
|
+
--entityNodeHoverColor: rgb(65, 60, 58);
|
|
1197
|
+
--entityNodeBorderHover: 0.5px solid rgba(99, 94, 87, 0.8);
|
|
1198
|
+
--entityNodeBgColor: rgb(253, 246, 239);
|
|
1199
|
+
--shortcutTextColor: rgb(163, 157, 150);
|
|
1200
|
+
--shortcutBorder: 1px solid rgba(204, 198, 191, 0.5);
|
|
1201
|
+
--shortcutBorderColor: rgba(204, 198, 191, 0.5);
|
|
1202
|
+
--inputBgColor: rgb(255, 253, 250);
|
|
1203
|
+
--inputDisabledBgColor: rgba(232, 226, 219, 0.3);
|
|
1204
|
+
--inputDisabledBorderColor: 0 0 0 1px rgba(232, 226, 219, 0.6);
|
|
1205
|
+
--inputCopyBgColor: rgb(250, 244, 236);
|
|
1206
|
+
--inputBorderColor: 0 0 0 1px rgba(232, 226, 219, 0.8);
|
|
1207
|
+
--inputBorderHoverColor: 0 0 0 1px rgb(225, 218, 211);
|
|
1208
|
+
--inputBorderFocusColor: 0 0 0 1px rgb(204, 198, 191);
|
|
1209
|
+
--inputBorderBlendMode: multiply;
|
|
1210
|
+
--inputPlaceholderTextColor: rgb(163, 157, 150);
|
|
1211
|
+
--inputErrorBorderColor: 0 0 0 1px rgb(175, 36, 54);
|
|
1212
|
+
--inputErrorBorderHoverColor: 0 0 0 1px rgba(175, 36, 54, 0.4);
|
|
1213
|
+
--inputErrorBorderFocusColor: 0 0 0 1px rgba(175, 36, 54, 0.25);
|
|
1214
|
+
--inputErrorBorderFocusShadow: 0 0 0 3px rgba(175, 36, 54, 0.25);
|
|
1215
|
+
--inputBorderWarningColor: 0 0 0 1px rgb(247, 217, 0);
|
|
1216
|
+
--buttonPrimaryColor: rgb(0, 138, 169);
|
|
1217
|
+
--buttonColor: rgb(125, 119, 112);
|
|
1218
|
+
--buttonPrimaryTextColor: rgb(253, 246, 239);
|
|
1219
|
+
--checkboxColor: rgba(27, 22, 17, 0.7);
|
|
1220
|
+
--colorBorderBlockQuote: rgb(99, 94, 87);
|
|
1221
|
+
--colorBgActionsMenu: rgb(255, 253, 250);
|
|
1222
|
+
--colorBgActionsMenuItemHover: rgb(243, 236, 229);
|
|
1223
|
+
--colorBgActionsMenuItemSelected: rgba(228, 241, 246, 0.8);
|
|
1224
|
+
--colorBgActionsMenuItemSelectedHover: rgba(213, 233, 240, 0.8);
|
|
1225
|
+
--colorBgActionsMenuItemDangerHover: rgba(211, 62, 75, 0.1);
|
|
1226
|
+
--colorBgActionsMenuItemDangerActive: rgba(211, 62, 75, 0.8);
|
|
1227
|
+
--actionMenuBg: rgb(255, 253, 250);
|
|
1228
|
+
--actionMenuInnerBg: rgb(255, 253, 250);
|
|
1229
|
+
--actionMenuHover: rgb(243, 236, 229);
|
|
1230
|
+
--actionMenuInnerHover: rgb(243, 236, 229);
|
|
1231
|
+
--actionMenuButtonColor: rgb(255, 253, 250);
|
|
1232
|
+
--actionMenuButtonHoverColor: rgb(255, 251, 244);
|
|
1233
|
+
--actionMenuButtonShadow: 0 0 0 1px rgba(125, 119, 112, 0.1), 0 2px 4px -4px rgba(125, 119, 112, 0.2);
|
|
1234
|
+
--actionMenuSeparatorColor: rgba(31, 26, 24, 0.1);
|
|
1235
|
+
--separatorColor: rgba(31, 26, 24, 0.1);
|
|
1236
|
+
--separatorColorDimmed: rgba(31, 26, 24, 0.05);
|
|
1237
|
+
--separatorBreadcrumbsColor: rgb(204, 198, 191);
|
|
1238
|
+
--borderSeparatorDimmed: 0.5px solid rgba(31, 26, 24, 0.05);
|
|
1239
|
+
--borderSeparator: 0.5px solid rgba(31, 26, 24, 0.1);
|
|
1240
|
+
--borderSeparatorMedium: 0.5px solid rgba(31, 26, 24, 0.15);
|
|
1241
|
+
--borderSeparatorStrong: 0.5px solid rgba(31, 26, 24, 0.25);
|
|
1242
|
+
--borderMedia: 0.5px solid rgba(0, 0, 0, 0.14);
|
|
1243
|
+
--borderSolidSeparator: 1px solid rgba(31, 26, 24, 0.1);
|
|
1244
|
+
--borderSolidSeparatorDimmed: 1px solid rgba(31, 26, 24, 0.05);
|
|
1245
|
+
--borderSolidFilterGroup: 1px solid rgba(0, 0, 0, 0.05);
|
|
1246
|
+
--borderSolidGrid: 1px solid rgb(237, 231, 224);
|
|
1247
|
+
--borderSolidOutlineNeutral: 1px solid rgb(204, 198, 191);
|
|
1248
|
+
--borderSolidMedia: 1px solid rgba(0, 0, 0, 0.14);
|
|
1249
|
+
--borderSolidCommentBubble: 1px solid rgb(255, 253, 250);
|
|
1250
|
+
--borderBlockQuote: 3px solid rgb(99, 94, 87);
|
|
1251
|
+
--shadowCardDefault: 0 0 0 1px rgba(232, 226, 219, 0.8), 0 1px 4px 0 rgba(27, 22, 17, 0.05);
|
|
1252
|
+
--shadowCardHover: 0 0 0 1px rgba(232, 226, 219, 0.8), 0 2px 6px 0 rgba(27, 22, 17, 0.05);
|
|
1253
|
+
--shadowCardInset: inset 0 0 0 1px rgba(232, 226, 219, 0.8);
|
|
1254
|
+
--iconColor: rgba(27, 22, 17, 0.7);
|
|
1255
|
+
--colorIconDestructive: rgb(175, 36, 54);
|
|
1256
|
+
--appIconColor: rgba(253, 246, 239, 0.9);
|
|
1257
|
+
--appIconBgColor: rgba(255, 251, 244, 0.9);
|
|
1258
|
+
--mentionBgColor: rgba(225, 218, 211, 0.3);
|
|
1259
|
+
--colorBgSelectMenu: rgb(255, 251, 244);
|
|
1260
|
+
--shadowSelectMenu:
|
|
1198
1261
|
0 0 2px 0 rgba(99, 94, 87, 0.3), 0 4px 6px 0 rgba(99, 94, 87, 0.05), 0 10px 26px 0 rgba(99, 94, 87, 0.15);
|
|
1199
|
-
--
|
|
1200
|
-
--
|
|
1201
|
-
--
|
|
1202
|
-
--
|
|
1203
|
-
--
|
|
1204
|
-
--
|
|
1205
|
-
--
|
|
1206
|
-
--
|
|
1207
|
-
--
|
|
1208
|
-
--
|
|
1209
|
-
--
|
|
1210
|
-
--
|
|
1211
|
-
--
|
|
1212
|
-
--
|
|
1213
|
-
--
|
|
1214
|
-
--
|
|
1215
|
-
--
|
|
1216
|
-
--
|
|
1217
|
-
--
|
|
1218
|
-
--
|
|
1219
|
-
--
|
|
1220
|
-
--
|
|
1221
|
-
--
|
|
1222
|
-
--
|
|
1223
|
-
--
|
|
1224
|
-
--
|
|
1225
|
-
--
|
|
1226
|
-
--
|
|
1227
|
-
--
|
|
1228
|
-
--
|
|
1229
|
-
--
|
|
1230
|
-
--
|
|
1231
|
-
--
|
|
1232
|
-
--
|
|
1233
|
-
--
|
|
1234
|
-
--
|
|
1235
|
-
--
|
|
1236
|
-
--
|
|
1237
|
-
--
|
|
1238
|
-
--
|
|
1239
|
-
--
|
|
1240
|
-
--
|
|
1241
|
-
--
|
|
1242
|
-
--
|
|
1243
|
-
--
|
|
1244
|
-
--
|
|
1245
|
-
--
|
|
1246
|
-
--
|
|
1247
|
-
--
|
|
1248
|
-
--
|
|
1249
|
-
--
|
|
1250
|
-
--
|
|
1251
|
-
--
|
|
1252
|
-
--
|
|
1253
|
-
--
|
|
1254
|
-
--
|
|
1255
|
-
--
|
|
1256
|
-
--
|
|
1257
|
-
--
|
|
1258
|
-
--
|
|
1259
|
-
--
|
|
1260
|
-
--
|
|
1261
|
-
--
|
|
1262
|
-
--
|
|
1263
|
-
--
|
|
1264
|
-
--
|
|
1265
|
-
--
|
|
1266
|
-
--
|
|
1267
|
-
--
|
|
1268
|
-
--
|
|
1269
|
-
--
|
|
1270
|
-
--
|
|
1271
|
-
--
|
|
1272
|
-
--
|
|
1273
|
-
--
|
|
1274
|
-
--
|
|
1275
|
-
--
|
|
1276
|
-
--
|
|
1277
|
-
--
|
|
1278
|
-
--
|
|
1279
|
-
--
|
|
1280
|
-
--
|
|
1281
|
-
--
|
|
1282
|
-
--
|
|
1283
|
-
--
|
|
1284
|
-
--
|
|
1285
|
-
--
|
|
1286
|
-
--
|
|
1287
|
-
--
|
|
1288
|
-
--
|
|
1289
|
-
--
|
|
1290
|
-
--
|
|
1291
|
-
--
|
|
1292
|
-
--
|
|
1293
|
-
--
|
|
1294
|
-
--
|
|
1295
|
-
--
|
|
1296
|
-
--
|
|
1297
|
-
--
|
|
1298
|
-
--
|
|
1299
|
-
--
|
|
1300
|
-
--
|
|
1301
|
-
--
|
|
1302
|
-
--
|
|
1303
|
-
--
|
|
1304
|
-
--
|
|
1305
|
-
--
|
|
1306
|
-
--
|
|
1307
|
-
--
|
|
1308
|
-
--
|
|
1309
|
-
--
|
|
1310
|
-
--
|
|
1311
|
-
--
|
|
1312
|
-
--
|
|
1313
|
-
--
|
|
1314
|
-
--
|
|
1315
|
-
--
|
|
1316
|
-
--
|
|
1317
|
-
--
|
|
1318
|
-
--
|
|
1319
|
-
--
|
|
1320
|
-
--
|
|
1321
|
-
--
|
|
1322
|
-
--
|
|
1323
|
-
--
|
|
1324
|
-
--
|
|
1325
|
-
--
|
|
1326
|
-
--
|
|
1327
|
-
--
|
|
1328
|
-
--
|
|
1329
|
-
--
|
|
1330
|
-
--
|
|
1331
|
-
--
|
|
1332
|
-
--
|
|
1333
|
-
--
|
|
1334
|
-
--
|
|
1335
|
-
--
|
|
1336
|
-
--
|
|
1337
|
-
--
|
|
1338
|
-
--
|
|
1339
|
-
--
|
|
1340
|
-
--
|
|
1341
|
-
--
|
|
1342
|
-
--
|
|
1343
|
-
--
|
|
1344
|
-
--
|
|
1345
|
-
--
|
|
1346
|
-
--
|
|
1347
|
-
--
|
|
1348
|
-
--
|
|
1349
|
-
--
|
|
1350
|
-
--
|
|
1351
|
-
--
|
|
1352
|
-
--
|
|
1353
|
-
--
|
|
1354
|
-
--
|
|
1355
|
-
--
|
|
1356
|
-
--
|
|
1357
|
-
--
|
|
1358
|
-
--
|
|
1359
|
-
--
|
|
1360
|
-
--
|
|
1361
|
-
--
|
|
1362
|
-
--
|
|
1363
|
-
--
|
|
1364
|
-
--
|
|
1365
|
-
--
|
|
1366
|
-
--
|
|
1367
|
-
--
|
|
1368
|
-
--
|
|
1369
|
-
--
|
|
1370
|
-
--
|
|
1371
|
-
--
|
|
1372
|
-
--
|
|
1373
|
-
--
|
|
1374
|
-
--
|
|
1375
|
-
--
|
|
1376
|
-
--
|
|
1377
|
-
--
|
|
1378
|
-
--
|
|
1379
|
-
--
|
|
1380
|
-
--
|
|
1381
|
-
--
|
|
1382
|
-
--
|
|
1383
|
-
--
|
|
1384
|
-
--
|
|
1385
|
-
--
|
|
1386
|
-
--
|
|
1387
|
-
--
|
|
1388
|
-
--
|
|
1389
|
-
--
|
|
1390
|
-
--
|
|
1391
|
-
--
|
|
1392
|
-
--
|
|
1393
|
-
--
|
|
1394
|
-
--
|
|
1395
|
-
--
|
|
1396
|
-
--
|
|
1397
|
-
--
|
|
1398
|
-
--
|
|
1399
|
-
--
|
|
1400
|
-
--
|
|
1401
|
-
--
|
|
1402
|
-
--
|
|
1403
|
-
--
|
|
1404
|
-
--
|
|
1405
|
-
--
|
|
1406
|
-
--
|
|
1407
|
-
--
|
|
1408
|
-
--
|
|
1409
|
-
--
|
|
1410
|
-
--
|
|
1411
|
-
--
|
|
1412
|
-
--
|
|
1413
|
-
--
|
|
1414
|
-
--
|
|
1415
|
-
--
|
|
1416
|
-
--
|
|
1417
|
-
--
|
|
1418
|
-
--
|
|
1419
|
-
--
|
|
1420
|
-
--
|
|
1421
|
-
--
|
|
1422
|
-
--
|
|
1423
|
-
--
|
|
1424
|
-
--
|
|
1425
|
-
--
|
|
1426
|
-
--
|
|
1427
|
-
--
|
|
1428
|
-
--
|
|
1429
|
-
--
|
|
1430
|
-
--
|
|
1431
|
-
--
|
|
1432
|
-
--
|
|
1433
|
-
--
|
|
1434
|
-
--
|
|
1435
|
-
--
|
|
1436
|
-
--
|
|
1437
|
-
--
|
|
1438
|
-
--
|
|
1439
|
-
--
|
|
1440
|
-
--
|
|
1441
|
-
--
|
|
1442
|
-
--
|
|
1443
|
-
--
|
|
1444
|
-
--
|
|
1445
|
-
--
|
|
1446
|
-
--
|
|
1447
|
-
--
|
|
1448
|
-
--
|
|
1449
|
-
--
|
|
1450
|
-
--
|
|
1451
|
-
--
|
|
1452
|
-
--
|
|
1453
|
-
--
|
|
1454
|
-
--
|
|
1455
|
-
--
|
|
1456
|
-
--
|
|
1457
|
-
--
|
|
1458
|
-
--
|
|
1459
|
-
--
|
|
1460
|
-
--
|
|
1461
|
-
--
|
|
1462
|
-
--
|
|
1463
|
-
--
|
|
1464
|
-
--
|
|
1465
|
-
--
|
|
1466
|
-
--
|
|
1467
|
-
--
|
|
1468
|
-
--
|
|
1469
|
-
--
|
|
1470
|
-
--
|
|
1471
|
-
--
|
|
1472
|
-
--
|
|
1473
|
-
--
|
|
1474
|
-
--
|
|
1475
|
-
--
|
|
1476
|
-
--
|
|
1262
|
+
--colorBgListItemGeneral: rgba(255, 255, 255, 0);
|
|
1263
|
+
--colorBgListItemGeneralHover: rgb(250, 244, 236);
|
|
1264
|
+
--colorBgListItemGeneralFocus: rgb(243, 236, 229);
|
|
1265
|
+
--colorBgListItemGeneralSelected: rgb(213, 233, 240);
|
|
1266
|
+
--colorBgListItemGeneralSelectedHover: rgb(194, 222, 232);
|
|
1267
|
+
--colorBgListItemGeneralSelectedFocus: rgb(194, 222, 232);
|
|
1268
|
+
--colorBgListItemGeneralDisabled: rgba(255, 255, 255, 0);
|
|
1269
|
+
--colorTextListItemGeneralDisabled: rgb(163, 157, 150);
|
|
1270
|
+
--colorBgListItemGeneralSelectedDisabled: rgb(213, 233, 240);
|
|
1271
|
+
--opacityListItemGeneralDisabled: 0.4;
|
|
1272
|
+
--colorSearchSubtitle: rgb(163, 157, 150);
|
|
1273
|
+
--colorBgSearchPanel: rgb(255, 253, 250);
|
|
1274
|
+
--colorBgSearchRowHover: rgb(243, 236, 229);
|
|
1275
|
+
--colorBgSearchRowCreateHover: rgb(228, 241, 246);
|
|
1276
|
+
--opacitySearchItemDone: 0.4;
|
|
1277
|
+
--colorBgEntityBoxDefault: rgb(255, 253, 250);
|
|
1278
|
+
--shadowStrokeEntityBoxDefault: 0 0 0 1px rgb(237, 231, 224);
|
|
1279
|
+
--shadowEntityBoxDefault: 0 2px 4px 0 rgba(27, 22, 17, 0.05);
|
|
1280
|
+
--colorBgEntityBoxDefaultHover: rgb(255, 253, 250);
|
|
1281
|
+
--shadowEntityBoxDefaultHover: 0 4px 8px 0 rgba(27, 22, 17, 0.1);
|
|
1282
|
+
--colorBgEntityBoxDefaultFocus: rgb(255, 253, 250);
|
|
1283
|
+
--colorOverlayEntityBoxDefaultFocus: rgb(0, 138, 169);
|
|
1284
|
+
--shadowStrokeEntityBoxDefaultFocus: 0 0 0 2px rgba(0, 138, 169, 0.4);
|
|
1285
|
+
--colorBgEntityBoxDefaultFocusHover: rgb(255, 253, 250);
|
|
1286
|
+
--colorOverlayEntityBoxDefaultFocusHover: rgb(0, 138, 169);
|
|
1287
|
+
--shadowStrokeEntityBoxDefaultFocusHover: 0 0 0 2px rgba(0, 138, 169, 0.6);
|
|
1288
|
+
--opacityEntityBoxDefaultDrag: 0.4;
|
|
1289
|
+
--shadowEntityBoxDefaultDrag: 0 8px 12px 0 rgba(27, 22, 17, 0.1);
|
|
1290
|
+
--colorBgEntityBoxSelected: rgb(249, 252, 253);
|
|
1291
|
+
--shadowStrokeEntityBoxSelected: 0 0 0 1px rgba(0, 138, 169, 0.4), 0 0 0 3px rgba(0, 138, 169, 0.4);
|
|
1292
|
+
--colorBgEntityBoxSelectedHover: rgb(238, 247, 249);
|
|
1293
|
+
--shadowStrokeEntityBoxSelectedHover: 0 0 0 1px rgba(0, 138, 169, 0.6), 0 0 0 3px rgba(0, 138, 169, 0.4);
|
|
1294
|
+
--colorBgEntityBoxSelectedDrag: rgb(238, 247, 249);
|
|
1295
|
+
--shadowStrokeEntityBoxSelectedDrag: 0 0 0 1px rgba(0, 138, 169, 0.4), 0 0 0 3px rgba(0, 138, 169, 0.4);
|
|
1296
|
+
--opacityEntityBoxDisabled: 0.65;
|
|
1297
|
+
--opacityEntityBoxDisabledHover: 0.75;
|
|
1298
|
+
--opacityEntityBoxDisabledFocus: 0.75;
|
|
1299
|
+
--opacityEntityBoxDisabledDrag: 0.4;
|
|
1300
|
+
--entityCardBgColor: rgb(255, 253, 250);
|
|
1301
|
+
--entityCardSelectedColor: rgba(253, 246, 239, 0.8);
|
|
1302
|
+
--entityCardHoverColor: rgba(253, 246, 239, 0.8);
|
|
1303
|
+
--entityCardDoneColor: rgba(243, 236, 229, 0.3);
|
|
1304
|
+
--entityCardShadow: 0 0 0 1px rgba(125, 119, 112, 0.1), 0 2px 4px -4px rgba(125, 119, 112, 0.2);
|
|
1305
|
+
--entityCardShadowHover: 0 0 0 1px rgba(125, 119, 112, 0.1), 0 2px 4px -4px rgba(125, 119, 112, 0.2);
|
|
1306
|
+
--colorBgSegmentedControl: rgba(237, 231, 224, 0.8);
|
|
1307
|
+
--colorBgMenuHeaderAvatar: rgb(255, 253, 250);
|
|
1308
|
+
--shadowMenuHeaderAvatar: 0 1px 4px 0 rgba(99, 94, 87, 0.1), 0 0 0 0.5px rgba(237, 231, 224, 0.5);
|
|
1309
|
+
--opacityMenuItemDragged: 0.4;
|
|
1310
|
+
--colorBgMenuItemSelectedDragged: rgb(194, 222, 232);
|
|
1311
|
+
--colorTextMenuItem: rgba(27, 22, 17, 0.9);
|
|
1312
|
+
--colorBgMenuItem: rgba(255, 255, 255, 0);
|
|
1313
|
+
--colorBgMenuItemHover: rgb(237, 231, 224);
|
|
1314
|
+
--colorBgMenuItemFocus: rgb(232, 226, 219);
|
|
1315
|
+
--colorBgMenuItemSelected: rgba(213, 233, 240, 0.8);
|
|
1316
|
+
--colorBgMenuItemSelectedHover: rgba(194, 222, 232, 0.7);
|
|
1317
|
+
--colorBgPinnedFieldsLabel: rgb(99, 94, 87);
|
|
1318
|
+
--colorBgObjectEditorSeparator: rgb(27, 22, 17);
|
|
1319
|
+
--colorBgMenuItemSelectedFocused: rgb(194, 222, 232);
|
|
1320
|
+
--colorBgFieldEditorContainer: rgb(253, 246, 239);
|
|
1321
|
+
--colorBgFieldEditorLinkEqualSign: rgb(232, 226, 219);
|
|
1322
|
+
--allowedDropColor: rgb(243, 236, 229);
|
|
1323
|
+
--relationViewBgColor: rgb(253, 246, 239);
|
|
1324
|
+
--mySpaceIconColor: rgb(129, 133, 137);
|
|
1325
|
+
--mySpaceIconBg: rgba(112, 132, 153, 0.2);
|
|
1326
|
+
--privateIconColor: rgb(116, 168, 101);
|
|
1327
|
+
--privateIconBg: rgba(116, 168, 101, 0.2);
|
|
1328
|
+
--favoritesIconColor: rgb(235, 169, 68);
|
|
1329
|
+
--favoritesIconBg: rgba(235, 169, 68, 0.2);
|
|
1330
|
+
--swatchDefault: #1fbed3;
|
|
1331
|
+
--unitBg: rgb(250, 244, 236);
|
|
1332
|
+
--unitBgHover: rgb(243, 236, 229);
|
|
1333
|
+
--colorBgBadgeNeutral: rgba(237, 231, 224, 0.7);
|
|
1334
|
+
--colorBgBadgeAccent: rgba(213, 233, 240, 0.7);
|
|
1335
|
+
--colorBgBadgeSuccess: rgb(214, 234, 230);
|
|
1336
|
+
--colorBgBadgeWarning: rgb(255, 242, 160);
|
|
1337
|
+
--colorBgBadgeError: rgb(253, 220, 219);
|
|
1338
|
+
--colorTextBadgeNeutral: rgb(99, 94, 87);
|
|
1339
|
+
--colorTextBadgeAccent: rgb(0, 111, 139);
|
|
1340
|
+
--colorTextBadgeSuccess: rgb(0, 116, 101);
|
|
1341
|
+
--colorTextBadgeWarning: rgb(130, 113, 0);
|
|
1342
|
+
--colorTextBadgeError: rgb(175, 36, 54);
|
|
1343
|
+
--badgeBgColor: rgba(121, 118, 113, 0.2);
|
|
1344
|
+
--tooltipBgColor: rgb(50, 45, 43);
|
|
1345
|
+
--todayMarkerColor: rgb(237, 150, 150);
|
|
1346
|
+
--viewBgOverlayColor: rgba(204, 198, 191, 0.2);
|
|
1347
|
+
--floatEditorMenuBg: rgb(255, 251, 244);
|
|
1348
|
+
--floatEditorActiveColor: rgb(0, 111, 139);
|
|
1349
|
+
--commentColor: rgba(248, 231, 135, 0.6);
|
|
1350
|
+
--cellBackgroundColor: rgb(253, 246, 239);
|
|
1351
|
+
--cellBackgroundHoverColor: rgba(232, 226, 219, 0.3);
|
|
1352
|
+
--cellBorderColor: rgba(204, 198, 191, 0.5);
|
|
1353
|
+
--cellPinnedBorderColor: rgba(204, 198, 191, 0.7);
|
|
1354
|
+
--tableRowWarningColor: rgba(248, 231, 135, 0.6);
|
|
1355
|
+
--errorBgColor: rgba(211, 62, 75, 0.2);
|
|
1356
|
+
--errorTextColor: rgb(175, 36, 54);
|
|
1357
|
+
--errorButtonColor: rgb(211, 62, 75);
|
|
1358
|
+
--warningBgColor: rgba(248, 231, 135, 0.6);
|
|
1359
|
+
--warningButtonColor: rgb(130, 113, 0);
|
|
1360
|
+
--infoBox: rgba(255, 247, 185, 0.5);
|
|
1361
|
+
--appCardBgColor: rgb(255, 253, 250);
|
|
1362
|
+
--appCardHoverColor: rgba(255, 251, 244, 0.95);
|
|
1363
|
+
--modalBg: rgba(99, 94, 87, 0.2);
|
|
1364
|
+
--modalContentBg: rgb(255, 253, 250);
|
|
1365
|
+
--progressIconBg: rgba(0, 0, 0, 0.14);
|
|
1366
|
+
--progressIconFill: rgba(0, 0, 0, 0.57);
|
|
1367
|
+
--formBg: rgb(253, 246, 239);
|
|
1368
|
+
--formHeaderShadow: 0 0 6px 0 rgba(125, 119, 112, 0.1);
|
|
1369
|
+
--formEditorFieldBg: rgb(250, 244, 236);
|
|
1370
|
+
--filterGroup1Bg: rgb(253, 246, 239);
|
|
1371
|
+
--filterGroup2Bg: rgb(250, 244, 236);
|
|
1372
|
+
--filterGroupBorder: rgba(0, 0, 0, 0.05);
|
|
1373
|
+
--colorBgNotificationHover: rgb(250, 244, 236);
|
|
1374
|
+
--colorBgNotificationSelected: rgb(238, 247, 249);
|
|
1375
|
+
--colorBgNotificationSelectedHover: rgb(228, 241, 246);
|
|
1376
|
+
--disabledInversedTextColor: rgba(31, 26, 24, 0.25);
|
|
1377
|
+
--success: rgb(0, 144, 126);
|
|
1378
|
+
--danger: rgb(211, 62, 75);
|
|
1379
|
+
--active: rgb(211, 62, 75);
|
|
1380
|
+
--warning: rgb(247, 217, 0);
|
|
1381
|
+
--cardBg: rgb(255, 253, 250);
|
|
1382
|
+
--selectedImageBorder: rgba(0, 0, 0, 0.22);
|
|
1383
|
+
--transparent: rgba(255, 255, 255, 0);
|
|
1384
|
+
--progressBg: rgb(243, 236, 229);
|
|
1385
|
+
--progressText: rgb(99, 94, 87);
|
|
1386
|
+
--progressFillBg: rgb(99, 94, 87);
|
|
1387
|
+
--progressFillText: rgb(255, 253, 250);
|
|
1388
|
+
--progressBarFillNeutral: rgba(163, 157, 150, 0.2);
|
|
1389
|
+
--progressBarFill: rgb(0, 138, 169);
|
|
1390
|
+
--progressBarBg: rgba(0, 138, 169, 0.25);
|
|
1391
|
+
--colorPickerSwatchBorder: rgba(0, 0, 0, 0.14);
|
|
1392
|
+
--colorBorderRichTextMedia: rgba(0, 0, 0, 0.14);
|
|
1393
|
+
--richTextTableBorder: rgba(0, 0, 0, 0.09);
|
|
1394
|
+
--colorBgDropLine: rgb(132, 188, 206);
|
|
1395
|
+
--viewBg: rgb(255, 251, 244);
|
|
1396
|
+
--colorBgViewMetaItem: rgb(255, 253, 250);
|
|
1397
|
+
--collectionViewBg: rgb(255, 251, 244);
|
|
1398
|
+
--collectionViewBorder: 0 0 0 1px rgba(232, 226, 219, 0.6);
|
|
1399
|
+
--viewSecondaryBg: rgb(253, 246, 239);
|
|
1400
|
+
--viewHighlightBg: rgb(238, 247, 249);
|
|
1401
|
+
--boardBg: rgb(255, 251, 244);
|
|
1402
|
+
--boardBgWithOpacity80: rgba(255, 251, 244, 0.8);
|
|
1403
|
+
--boardAxisBgHover: rgb(243, 236, 229);
|
|
1404
|
+
--gridHeaderBgColor: rgb(253, 246, 239);
|
|
1405
|
+
--gridHeaderHoverBgColor: rgb(250, 244, 236);
|
|
1406
|
+
--gridHeaderTextColor: rgb(125, 119, 112);
|
|
1407
|
+
--gridCellBgColor: rgb(255, 253, 250);
|
|
1408
|
+
--gridCellBorderColor: rgb(237, 231, 224);
|
|
1409
|
+
--gridDisabledCellBgColor: rgb(253, 246, 239);
|
|
1410
|
+
--gridSelectedCellBgColor: rgb(238, 247, 249);
|
|
1411
|
+
--gridHighlightedCellBgColor: rgb(228, 241, 246);
|
|
1412
|
+
--gridSelectedCellBorderColor: rgb(194, 222, 232);
|
|
1413
|
+
--gridSelectedPinnedCellBorderColor: rgb(166, 206, 219);
|
|
1414
|
+
--gridDisabledSelectedCellBgColor: rgb(228, 241, 246);
|
|
1415
|
+
--gridActiveCellBorderColor: rgb(132, 188, 206);
|
|
1416
|
+
--timelineEntityHandleColor: rgb(166, 206, 219);
|
|
1417
|
+
--timelineDependencyHoverBgColor: rgb(132, 188, 206);
|
|
1418
|
+
--timelineDependencyOverlapBgColor: rgb(211, 62, 75);
|
|
1419
|
+
--timelineDependencyOverlapHoverBgColor: rgb(175, 36, 54);
|
|
1420
|
+
--timelineCellBgColor: rgb(255, 251, 244);
|
|
1421
|
+
--timelineCellWeekendBgColor: rgb(253, 246, 239);
|
|
1422
|
+
--timelineCellTodayBgColor: rgb(228, 241, 246);
|
|
1423
|
+
--timelineCreateEntityPlaceholderBgColor: rgba(99, 94, 87, 0.2);
|
|
1424
|
+
--colorBgButtonSolidAccentDefault: rgb(0, 138, 169);
|
|
1425
|
+
--colorBgButtonSolidAccentHover: rgb(0, 111, 139);
|
|
1426
|
+
--colorBgButtonSolidNeutralDefault: rgb(27, 22, 17);
|
|
1427
|
+
--colorBgButtonSolidNeutralHover: rgba(27, 22, 17, 0.85);
|
|
1428
|
+
--colorBgButtonSolidDestructiveDefault: rgb(211, 62, 75);
|
|
1429
|
+
--colorBgButtonSolidDestructiveHover: rgb(175, 36, 54);
|
|
1430
|
+
--colorTextButtonSolidAccent: rgb(255, 253, 250);
|
|
1431
|
+
--colorTextButtonSolidAccentActive: rgba(255, 253, 250, 0.8);
|
|
1432
|
+
--colorTextButtonSolidNeutral: rgb(255, 253, 250);
|
|
1433
|
+
--colorTextButtonSolidNeutralActive: rgb(255, 253, 250);
|
|
1434
|
+
--colorTextButtonSolidDestructive: rgb(255, 253, 250);
|
|
1435
|
+
--colorTextButtonSolidDestructiveActive: rgba(255, 253, 250, 0.8);
|
|
1436
|
+
--colorIconButtonSolidAccent: rgb(255, 253, 250);
|
|
1437
|
+
--colorIconButtonSolidNeutral: rgb(255, 253, 250);
|
|
1438
|
+
--colorIconButtonSolidDestructive: rgb(255, 253, 250);
|
|
1439
|
+
--colorBorderButtonOutlineAccentDefault: rgb(132, 188, 206);
|
|
1440
|
+
--colorBorderButtonOutlineNeutralDefault: rgb(204, 198, 191);
|
|
1441
|
+
--colorBorderButtonOutlineDestructiveDefault: rgb(244, 179, 178);
|
|
1442
|
+
--colorBgButtonOutlineAccentDefault: rgb(255, 253, 250);
|
|
1443
|
+
--colorBgButtonOutlineAccentHover: rgb(238, 247, 249);
|
|
1444
|
+
--colorBgButtonOutlineNeutralDefault: rgb(255, 253, 250);
|
|
1445
|
+
--colorBgButtonOutlineNeutralHover: rgb(243, 236, 229);
|
|
1446
|
+
--colorBgButtonOutlineDestructiveDefault: rgb(255, 253, 250);
|
|
1447
|
+
--colorBgButtonOutlineDestructiveHover: rgb(255, 232, 231);
|
|
1448
|
+
--colorTextButtonOutlineAccent: rgb(0, 111, 139);
|
|
1449
|
+
--colorTextButtonOutlineAccentActive: rgba(0, 111, 139, 0.8);
|
|
1450
|
+
--colorTextButtonOutlineNeutral: rgb(99, 94, 87);
|
|
1451
|
+
--colorTextButtonOutlineNeutralActive: rgba(27, 22, 17, 0.8);
|
|
1452
|
+
--colorTextButtonOutlineDestructive: rgb(175, 36, 54);
|
|
1453
|
+
--colorTextButtonOutlineDestructiveActive: rgba(175, 36, 54, 0.8);
|
|
1454
|
+
--colorIconButtonOutlineAccent: rgb(0, 111, 139);
|
|
1455
|
+
--colorIconButtonOutlineNeutral: rgb(99, 94, 87);
|
|
1456
|
+
--colorIconButtonOutlineDestructive: rgb(175, 36, 54);
|
|
1457
|
+
--colorBgButtonSoftAccentDefault: rgb(238, 247, 249);
|
|
1458
|
+
--colorBgButtonSoftAccentHover: rgb(213, 233, 240);
|
|
1459
|
+
--colorBgButtonSoftNeutralDefault: rgb(250, 244, 236);
|
|
1460
|
+
--colorBgButtonSoftNeutralHover: rgb(225, 218, 211);
|
|
1461
|
+
--colorBgButtonSoftDestructiveDefault: rgb(255, 232, 231);
|
|
1462
|
+
--colorBgButtonSoftDestructiveHover: rgb(250, 203, 202);
|
|
1463
|
+
--colorTextButtonSoftAccent: rgb(0, 111, 139);
|
|
1464
|
+
--colorTextButtonSoftAccentActive: rgba(0, 111, 139, 0.8);
|
|
1465
|
+
--colorTextButtonSoftNeutral: rgb(99, 94, 87);
|
|
1466
|
+
--colorTextButtonSoftNeutralActive: rgba(99, 94, 87, 0.8);
|
|
1467
|
+
--colorTextButtonSoftDestructive: rgb(175, 36, 54);
|
|
1468
|
+
--colorTextButtonSoftDestructiveActive: rgba(175, 36, 54, 0.8);
|
|
1469
|
+
--colorIconButtonSoftAccent: rgb(0, 111, 139);
|
|
1470
|
+
--colorIconButtonSoftNeutral: rgb(99, 94, 87);
|
|
1471
|
+
--colorIconButtonSoftDestructive: rgb(175, 36, 54);
|
|
1472
|
+
--colorBgButtonGhostAccentDefault: rgba(255, 255, 255, 0);
|
|
1473
|
+
--colorBgButtonGhostAccentHover: rgba(228, 241, 246, 0.8);
|
|
1474
|
+
--colorBgButtonGhostNeutralDefault: rgba(255, 255, 255, 0);
|
|
1475
|
+
--colorBgButtonGhostNeutralHover: rgba(225, 218, 211, 0.5);
|
|
1476
|
+
--colorBgButtonGhostDestructiveDefault: rgba(255, 255, 255, 0);
|
|
1477
|
+
--colorBgButtonGhostDestructiveHover: rgb(255, 232, 231);
|
|
1478
|
+
--colorTextButtonGhostAccent: rgb(0, 111, 139);
|
|
1479
|
+
--colorTextButtonGhostAccentActive: rgba(0, 111, 139, 0.8);
|
|
1480
|
+
--colorTextButtonGhostNeutral: rgb(99, 94, 87);
|
|
1481
|
+
--colorTextButtonGhostNeutralActive: rgba(99, 94, 87, 0.8);
|
|
1482
|
+
--colorTextButtonGhostDestructive: rgb(175, 36, 54);
|
|
1483
|
+
--colorTextButtonGhostDestructiveActive: rgba(175, 36, 54, 0.8);
|
|
1484
|
+
--colorIconButtonGhostAccent: rgb(0, 111, 139);
|
|
1485
|
+
--colorIconButtonGhostNeutral: rgb(99, 94, 87);
|
|
1486
|
+
--colorIconButtonGhostDestructive: rgb(175, 36, 54);
|
|
1487
|
+
--colorBorderAccentFocusRing: rgba(0, 138, 169, 0.3);
|
|
1488
|
+
--colorBorderNeutralFocusRing: rgba(163, 157, 150, 0.3);
|
|
1489
|
+
--colorBorderDestructiveFocusRing: rgba(211, 62, 75, 0.3);
|
|
1490
|
+
--colorBgReactionsDefault: rgb(255, 253, 250);
|
|
1491
|
+
--colorBgReactionsHover: rgb(250, 244, 236);
|
|
1492
|
+
--colorBorderReactionsHover: rgb(204, 198, 191);
|
|
1493
|
+
--colorBgReactionsSelectedDefault: rgb(238, 247, 249);
|
|
1494
|
+
--colorBorderReactionsSelectedDefault: rgb(132, 188, 206);
|
|
1495
|
+
--colorBgReactionsSelectedHover: rgb(249, 252, 253);
|
|
1496
|
+
--colorBorderReactionsSelectedHover: rgb(0, 138, 169);
|
|
1497
|
+
--colorTextReactionsSelected: rgb(0, 126, 159);
|
|
1498
|
+
--colorBgToggleButtonUnselectedNormal: rgb(255, 253, 250);
|
|
1499
|
+
--colorBgToggleButtonUnselectedHover: rgb(250, 244, 236);
|
|
1500
|
+
--colorBgToggleButtonSelectedNormal: rgb(238, 247, 249);
|
|
1501
|
+
--colorBgToggleButtonSelectedHover: rgb(249, 252, 253);
|
|
1502
|
+
--colorBorderToggleButtonUnselectedNormal: rgb(204, 198, 191);
|
|
1503
|
+
--colorBorderToggleButtonUnselectedHover: rgb(204, 198, 191);
|
|
1504
|
+
--colorBorderToggleButtonSelectedNormal: rgb(132, 188, 206);
|
|
1505
|
+
--colorBorderToggleButtonSelectedHover: rgb(0, 138, 169);
|
|
1506
|
+
--colorTextToggleButtonUnselectedNormal: rgb(99, 94, 87);
|
|
1507
|
+
--colorTextToggleButtonUnselectedHover: rgb(99, 94, 87);
|
|
1508
|
+
--colorTextToggleButtonSelectedNormal: rgb(0, 126, 159);
|
|
1509
|
+
--colorTextToggleButtonSelectedHover: rgb(0, 126, 159);
|
|
1510
|
+
--colorIconToggleButtonUnselectedNormal: rgb(99, 94, 87);
|
|
1511
|
+
--colorIconToggleButtonUnselectedHover: rgb(99, 94, 87);
|
|
1512
|
+
--colorIconToggleButtonSelectedNormal: rgb(0, 111, 139);
|
|
1513
|
+
--colorIconToggleButtonSelectedHover: rgb(0, 111, 139);
|
|
1514
|
+
--colorBgRoundToggleButtonUnselectedNormal: rgb(255, 253, 250);
|
|
1515
|
+
--colorBgRoundToggleButtonUnselectedHover: rgb(250, 244, 236);
|
|
1516
|
+
--colorBgRoundToggleButtonSelectedNormal: rgb(228, 241, 246);
|
|
1517
|
+
--colorBgRoundToggleButtonSelectedHover: rgb(238, 247, 249);
|
|
1518
|
+
--colorBorderRoundToggleButtonUnselectedNormal: rgb(204, 198, 191);
|
|
1519
|
+
--colorBorderRoundToggleButtonUnselectedHover: rgb(204, 198, 191);
|
|
1520
|
+
--colorBorderRoundToggleButtonSelectedNormal: rgb(132, 188, 206);
|
|
1521
|
+
--colorBorderRoundToggleButtonSelectedHover: rgb(0, 138, 169);
|
|
1522
|
+
--colorTextRoundToggleButtonUnselectedNormal: rgb(99, 94, 87);
|
|
1523
|
+
--colorTextRoundToggleButtonUnselectedHover: rgb(99, 94, 87);
|
|
1524
|
+
--colorTextRoundToggleButtonSelectedNormal: rgb(0, 126, 159);
|
|
1525
|
+
--colorTextRoundToggleButtonSelectedHover: rgb(0, 126, 159);
|
|
1526
|
+
--colorIconRoundToggleButtonUnselectedNormal: rgb(99, 94, 87);
|
|
1527
|
+
--colorIconRoundToggleButtonUnselectedHover: rgb(99, 94, 87);
|
|
1528
|
+
--colorIconRoundToggleButtonSelectedNormal: rgb(0, 111, 139);
|
|
1529
|
+
--colorIconRoundToggleButtonSelectedHover: rgb(0, 111, 139);
|
|
1530
|
+
--colorBgToastDefault: rgb(255, 251, 244);
|
|
1531
|
+
--colorBgDbTabHover: rgb(250, 244, 236);
|
|
1532
|
+
--colorBgDbTabFocus: rgb(232, 226, 219);
|
|
1533
|
+
--colorBgTabHover: rgba(99, 94, 87, 0.1);
|
|
1534
|
+
--colorBgMessageContainer: rgb(250, 244, 236);
|
|
1535
|
+
--colorBgMessageContainerHover: rgb(243, 236, 229);
|
|
1536
|
+
--colorBgEntityAvatarDefault: rgb(250, 252, 253);
|
|
1537
|
+
--colorBgEntityAvatarHover: rgb(238, 247, 249);
|
|
1538
|
+
--colorTextEntityAvatarDefault: rgb(132, 188, 206);
|
|
1539
|
+
--colorTextEntityAvatarHover: rgb(0, 138, 169);
|
|
1540
|
+
--colorBgMessageHighlighted: rgb(255, 253, 250);
|
|
1541
|
+
--colorBgCommentHover: rgb(253, 246, 239);
|
|
1542
|
+
--colorBgCodeEditor: rgb(255, 253, 250);
|
|
1543
|
+
--colorBgEditorImageZoomed: rgb(250, 244, 236);
|
|
1544
|
+
--colorMermaidPrimaryColor: rgb(253, 246, 239);
|
|
1545
|
+
--colorMermaidPrimaryBorderColor: rgb(163, 157, 150);
|
|
1546
|
+
--colorMermaidLineColor: rgb(125, 119, 112);
|
|
1547
|
+
--colorBgWhiteboard: rgb(255, 253, 250);
|
|
1548
|
+
--colorGridDotWhiteboard: rgb(232, 226, 219);
|
|
1549
|
+
--colorSelectionWhiteboardBorderEnabled: rgb(132, 188, 206);
|
|
1550
|
+
--colorHighlightWhiteboardSelection: rgb(132, 188, 206);
|
|
1551
|
+
--colorHighlightWhiteboardSelectionLocked: rgba(163, 157, 150, 0.5);
|
|
1552
|
+
--colorSelectionWhiteboardBorderDisabled: rgba(163, 157, 150, 0.5);
|
|
1553
|
+
--colorPlaceholderWhiteboardDefault: rgba(132, 188, 206, 0.2);
|
|
1554
|
+
--colorLinkPointWhiteboardDefault: rgb(132, 188, 206);
|
|
1555
|
+
--colorLinkPointWhiteboardFillDefault: rgb(255, 253, 250);
|
|
1556
|
+
--colorMapWhiteboardPreviewDefault: rgba(132, 188, 206, 0.4);
|
|
1557
|
+
--colorCardWhiteboardShadowDefault: rgba(99, 94, 87, 0.05);
|
|
1558
|
+
--colorCardWhiteboardBgDefault: rgb(255, 253, 250);
|
|
1559
|
+
--colorCardWhiteboardBorderDefault: rgba(27, 22, 17, 0.2);
|
|
1560
|
+
--colorUnitHeaderWhiteboardDefault: rgba(27, 22, 17, 0.6);
|
|
1561
|
+
--colorUnitWhiteboardBgDefault: rgb(250, 244, 236);
|
|
1562
|
+
--colorUnitWhiteboardBorderDefault: rgba(27, 22, 17, 0.2);
|
|
1563
|
+
--colorSectionWhiteboardBgInactive: rgb(253, 246, 239);
|
|
1564
|
+
--colorSectionWhiteboardBorderInactive: rgb(232, 226, 219);
|
|
1565
|
+
--colorUploadPreviewBg: rgba(99, 94, 87, 0.65);
|
|
1566
|
+
--colorEmbedWhiteboardEditBorder: rgba(135, 191, 179, 0.9);
|
|
1567
|
+
--colorTextWhiteboardDefault: rgb(27, 22, 17);
|
|
1568
|
+
--colorTextWhiteboardDisabled: rgb(163, 157, 150);
|
|
1569
|
+
--colorTextWhiteboardAccent: rgba(27, 22, 17, 0.6);
|
|
1570
|
+
--colorTextWhiteboardInversedDefault: rgb(255, 253, 250);
|
|
1571
|
+
--instrumentsMenuBg: rgb(255, 253, 250);
|
|
1572
|
+
--instrumentsMenuShadow:
|
|
1477
1573
|
0 0 1px 0 rgba(99, 94, 87, 0.2), 0 4px 6px 0 rgba(99, 94, 87, 0.05), 0 3px 12px 0 rgba(99, 94, 87, 0.1);
|
|
1478
|
-
--
|
|
1479
|
-
--
|
|
1574
|
+
--commentBubbleBg: rgb(255, 253, 250);
|
|
1575
|
+
--commentsPanelShadow:
|
|
1480
1576
|
0 0 1px 0 rgba(99, 94, 87, 0.2), 0 4px 6px 0 rgba(99, 94, 87, 0.05), 0 3px 12px 0 rgba(99, 94, 87, 0.1);
|
|
1481
|
-
--
|
|
1482
|
-
--
|
|
1483
|
-
--
|
|
1484
|
-
--
|
|
1485
|
-
--
|
|
1486
|
-
--
|
|
1487
|
-
--
|
|
1488
|
-
--
|
|
1489
|
-
--
|
|
1490
|
-
--
|
|
1491
|
-
--
|
|
1492
|
-
--
|
|
1493
|
-
--
|
|
1494
|
-
--
|
|
1495
|
-
--
|
|
1496
|
-
--
|
|
1497
|
-
--
|
|
1498
|
-
--
|
|
1499
|
-
--
|
|
1500
|
-
--
|
|
1501
|
-
--
|
|
1502
|
-
--
|
|
1503
|
-
--
|
|
1504
|
-
--
|
|
1505
|
-
--
|
|
1506
|
-
--
|
|
1507
|
-
--
|
|
1508
|
-
--
|
|
1509
|
-
--
|
|
1510
|
-
--
|
|
1511
|
-
--
|
|
1512
|
-
--
|
|
1513
|
-
--
|
|
1514
|
-
--
|
|
1515
|
-
--
|
|
1516
|
-
--
|
|
1517
|
-
--
|
|
1518
|
-
--
|
|
1519
|
-
--
|
|
1520
|
-
--
|
|
1521
|
-
--
|
|
1522
|
-
--
|
|
1523
|
-
--
|
|
1524
|
-
--
|
|
1525
|
-
--
|
|
1526
|
-
--
|
|
1527
|
-
--
|
|
1528
|
-
--
|
|
1529
|
-
--
|
|
1530
|
-
--
|
|
1531
|
-
--
|
|
1532
|
-
--
|
|
1533
|
-
--
|
|
1534
|
-
--
|
|
1535
|
-
--
|
|
1536
|
-
--
|
|
1537
|
-
--
|
|
1538
|
-
--
|
|
1539
|
-
--
|
|
1540
|
-
--
|
|
1541
|
-
--
|
|
1542
|
-
--
|
|
1543
|
-
--
|
|
1544
|
-
--
|
|
1545
|
-
--
|
|
1577
|
+
--searchFiltersBg: rgb(255, 251, 244);
|
|
1578
|
+
--selectedColorBorder: rgba(232, 226, 219, 0.25);
|
|
1579
|
+
--colorBgSegmentedControlDefault: rgb(250, 244, 236);
|
|
1580
|
+
--colorBgSegmentedControlActive: rgb(255, 251, 244);
|
|
1581
|
+
--colorBgSegmentedControlHover: rgb(237, 231, 224);
|
|
1582
|
+
--colorBorderSegmentedControlDefault: rgb(232, 226, 219);
|
|
1583
|
+
--colorBgBannerNeutral: rgb(250, 244, 236);
|
|
1584
|
+
--colorBgBannerAccent: rgb(238, 247, 249);
|
|
1585
|
+
--colorBgBannerWarning: rgb(255, 250, 207);
|
|
1586
|
+
--colorBgBannerError: rgb(255, 241, 240);
|
|
1587
|
+
--colorBgBannerSuccess: rgb(239, 247, 245);
|
|
1588
|
+
--colorIconBannerNeutral: rgb(99, 94, 87);
|
|
1589
|
+
--colorIconBannerAccent: rgb(0, 111, 139);
|
|
1590
|
+
--colorIconBannerWarning: rgb(130, 113, 0);
|
|
1591
|
+
--colorIconBannerError: rgb(175, 36, 54);
|
|
1592
|
+
--colorIconBannerSuccess: rgb(0, 116, 101);
|
|
1593
|
+
--colorTextBannerNeutral: rgb(27, 22, 17);
|
|
1594
|
+
--colorTextBannerAccent: rgb(0, 111, 139);
|
|
1595
|
+
--colorTextBannerWarning: rgb(130, 113, 0);
|
|
1596
|
+
--colorTextBannerError: rgb(175, 36, 54);
|
|
1597
|
+
--colorTextBannerSuccess: rgb(0, 116, 101);
|
|
1598
|
+
--colorBgChargebeeInfoBox: rgb(250, 244, 236);
|
|
1599
|
+
--newCommentHorizontalRulerColor: rgb(237, 150, 150);
|
|
1600
|
+
--colorBgErrorMessage: rgb(237, 150, 150);
|
|
1601
|
+
--colorBorderLogoGrid: rgb(243, 236, 229);
|
|
1602
|
+
--colorBorderLogoGridSubtle: rgba(243, 236, 229, 0.2);
|
|
1603
|
+
--colorBorderLogoGridMedium: rgba(243, 236, 229, 0.4);
|
|
1604
|
+
--colorStrokeLogoDashed: rgb(232, 226, 219);
|
|
1605
|
+
--colorBgLogoCardTransparent: rgb(255, 253, 250);
|
|
1606
|
+
--colorBgLogoCardDark: rgb(204, 198, 191);
|
|
1607
|
+
--colorBgLogoCardMedium: rgb(243, 236, 229);
|
|
1608
|
+
--colorBgSkeletonFrom: rgba(255, 253, 250, 0.05);
|
|
1609
|
+
--colorBgSkeletonTo: rgba(255, 253, 250, 0.1);
|
|
1610
|
+
--colorShadowInsetEdge: rgba(255, 253, 250, 0.05);
|
|
1611
|
+
--colorShadowBorder: rgba(255, 253, 250, 0.1);
|
|
1612
|
+
--colorShadowElevation: rgba(31, 26, 24, 0.1);
|
|
1613
|
+
--colorShadowOutline: rgba(31, 26, 24, 0.2);
|
|
1614
|
+
--colorPlaceholder: rgba(255, 253, 250, 0.4);
|
|
1615
|
+
--colorPlaceholderSubtle: rgba(255, 253, 250, 0.25);
|
|
1616
|
+
--colorBgSubtleLight: rgba(255, 253, 250, 0.05);
|
|
1617
|
+
--colorStrokeSurface: rgb(255, 253, 250);
|
|
1618
|
+
--colorTextMilestone: rgba(31, 26, 24, 0.5);
|
|
1619
|
+
--colorSpinnerIcon: rgba(31, 26, 24, 0.9);
|
|
1620
|
+
--colorSpinnerBg: rgba(31, 26, 24, 0.1);
|
|
1621
|
+
--colorBgLaneSubtle: rgba(31, 26, 24, 0.05);
|
|
1622
|
+
--opacity15: 0.15;
|
|
1623
|
+
--opacity20: 0.2;
|
|
1624
|
+
--opacity25: 0.25;
|
|
1625
|
+
--opacity30: 0.3;
|
|
1626
|
+
--opacity40: 0.4;
|
|
1627
|
+
--opacity50: 0.5;
|
|
1628
|
+
--opacity60: 0.6;
|
|
1629
|
+
--opacity65: 0.65;
|
|
1630
|
+
--opacity70: 0.7;
|
|
1631
|
+
--opacity75: 0.75;
|
|
1632
|
+
--opacity80: 0.8;
|
|
1633
|
+
--opacity85: 0.85;
|
|
1634
|
+
--opacity90: 0.9;
|
|
1635
|
+
--whiteA10: rgba(255, 253, 250, 0.1);
|
|
1636
|
+
--whiteA40: rgba(255, 253, 250, 0.4);
|
|
1637
|
+
--whiteA100: rgb(255, 253, 250);
|
|
1638
|
+
--colorBgFileOverlay: rgba(31, 26, 24, 0.6);
|
|
1639
|
+
--colorBgScrollFade: rgba(255, 253, 250, 0.15);
|
|
1640
|
+
--colorStrokeSelectedOutline: rgba(31, 26, 24, 0.75);
|
|
1641
|
+
--scrollbar: rgba(163, 157, 150, 0.5);
|
|
1546
1642
|
}
|
|
1547
1643
|
:root.warm-palette.dark-theme {
|
|
1548
|
-
--
|
|
1549
|
-
--
|
|
1550
|
-
--
|
|
1551
|
-
--
|
|
1552
|
-
--
|
|
1553
|
-
--
|
|
1554
|
-
--
|
|
1555
|
-
--
|
|
1556
|
-
--
|
|
1557
|
-
--
|
|
1558
|
-
--
|
|
1559
|
-
0 0 0 1px rgb(55, 50, 48), 0 4px 6px 0 rgba(26, 22, 20, 0.05), 0 10px 26px 0 rgba(26, 22, 20, 0.15);
|
|
1560
|
-
--fibery-color-shadowPopup:
|
|
1644
|
+
--surfaceElevationS: 0 2px 4px 0 rgba(26, 22, 20, 0.05);
|
|
1645
|
+
--surfaceElevationM: 0 4px 8px 0 rgba(255, 255, 254, 0.09);
|
|
1646
|
+
--surfaceElevationL: 0 8px 12px 0 rgba(255, 255, 254, 0.09);
|
|
1647
|
+
--shadow50: 0 0 0 1px rgba(224, 212, 206, 0.1);
|
|
1648
|
+
--shadow100: 0 1px 4px 0 rgba(27, 22, 17, 0.1);
|
|
1649
|
+
--shadow200: 0 2px 6px 0 rgba(27, 22, 17, 0.1);
|
|
1650
|
+
--shadow300: 0 3px 6px -3px rgba(27, 22, 17, 0.1), 0 8px 20px -4px rgba(27, 22, 17, 0.15);
|
|
1651
|
+
--shadow400: 0 0 1px 0 rgba(27, 22, 17, 0.2), 0 16px 40px 0 rgba(27, 22, 17, 0.15);
|
|
1652
|
+
--shadow500: 0 0 1px 0 rgba(27, 22, 17, 0.2), 0 20px 50px 0 rgba(27, 22, 17, 0.15);
|
|
1653
|
+
--shadow600: 0 0 1px 0 rgba(27, 22, 17, 0.2), 0 26px 80px 0 rgba(27, 22, 17, 0.2);
|
|
1654
|
+
--actionMenuShadow:
|
|
1561
1655
|
0 0 0 1px rgb(55, 50, 48), 0 4px 6px 0 rgba(26, 22, 20, 0.05), 0 10px 26px 0 rgba(26, 22, 20, 0.15);
|
|
1562
|
-
--
|
|
1563
|
-
--
|
|
1564
|
-
--
|
|
1565
|
-
--
|
|
1566
|
-
--
|
|
1567
|
-
--
|
|
1568
|
-
--
|
|
1569
|
-
--
|
|
1570
|
-
--
|
|
1571
|
-
--
|
|
1572
|
-
--
|
|
1573
|
-
--
|
|
1574
|
-
--
|
|
1575
|
-
--
|
|
1576
|
-
--
|
|
1577
|
-
--
|
|
1578
|
-
--
|
|
1579
|
-
--
|
|
1580
|
-
--
|
|
1581
|
-
--
|
|
1582
|
-
--
|
|
1583
|
-
--
|
|
1584
|
-
--
|
|
1585
|
-
--
|
|
1586
|
-
--
|
|
1587
|
-
--
|
|
1588
|
-
--
|
|
1589
|
-
--
|
|
1590
|
-
--
|
|
1591
|
-
--
|
|
1592
|
-
--
|
|
1593
|
-
--
|
|
1594
|
-
--
|
|
1595
|
-
--
|
|
1596
|
-
--
|
|
1597
|
-
--
|
|
1598
|
-
--
|
|
1599
|
-
--
|
|
1600
|
-
--
|
|
1601
|
-
--
|
|
1602
|
-
--
|
|
1603
|
-
--
|
|
1604
|
-
--
|
|
1605
|
-
--
|
|
1606
|
-
--
|
|
1607
|
-
--
|
|
1608
|
-
--
|
|
1609
|
-
--
|
|
1610
|
-
--
|
|
1611
|
-
--
|
|
1612
|
-
--
|
|
1613
|
-
--
|
|
1614
|
-
--
|
|
1615
|
-
--
|
|
1616
|
-
--
|
|
1617
|
-
--
|
|
1618
|
-
--
|
|
1619
|
-
--
|
|
1620
|
-
--
|
|
1621
|
-
--
|
|
1622
|
-
--
|
|
1623
|
-
--
|
|
1624
|
-
--
|
|
1625
|
-
--
|
|
1626
|
-
--
|
|
1627
|
-
--
|
|
1628
|
-
--
|
|
1629
|
-
--
|
|
1630
|
-
--
|
|
1631
|
-
--
|
|
1632
|
-
--
|
|
1633
|
-
--
|
|
1634
|
-
--
|
|
1635
|
-
--
|
|
1636
|
-
--
|
|
1637
|
-
--
|
|
1638
|
-
--
|
|
1639
|
-
--
|
|
1640
|
-
--
|
|
1641
|
-
--
|
|
1642
|
-
--
|
|
1643
|
-
--
|
|
1644
|
-
--
|
|
1645
|
-
--
|
|
1646
|
-
--
|
|
1647
|
-
--
|
|
1648
|
-
--
|
|
1649
|
-
--
|
|
1650
|
-
--
|
|
1651
|
-
--
|
|
1652
|
-
--
|
|
1653
|
-
--
|
|
1654
|
-
--
|
|
1655
|
-
--
|
|
1656
|
-
--
|
|
1657
|
-
--
|
|
1658
|
-
--
|
|
1659
|
-
--
|
|
1660
|
-
--
|
|
1661
|
-
--
|
|
1662
|
-
--
|
|
1663
|
-
--
|
|
1664
|
-
--
|
|
1665
|
-
--
|
|
1666
|
-
--
|
|
1667
|
-
--
|
|
1668
|
-
--
|
|
1669
|
-
--
|
|
1670
|
-
--
|
|
1671
|
-
--
|
|
1672
|
-
--
|
|
1673
|
-
--
|
|
1674
|
-
--
|
|
1675
|
-
--
|
|
1676
|
-
--
|
|
1677
|
-
--
|
|
1678
|
-
--
|
|
1679
|
-
--
|
|
1680
|
-
--
|
|
1681
|
-
--
|
|
1682
|
-
--
|
|
1683
|
-
--
|
|
1684
|
-
--
|
|
1685
|
-
--
|
|
1686
|
-
--
|
|
1687
|
-
--
|
|
1688
|
-
--
|
|
1689
|
-
--
|
|
1690
|
-
--
|
|
1691
|
-
--
|
|
1692
|
-
--
|
|
1693
|
-
--
|
|
1694
|
-
--
|
|
1695
|
-
--
|
|
1696
|
-
--
|
|
1697
|
-
--
|
|
1698
|
-
--
|
|
1699
|
-
--
|
|
1700
|
-
--
|
|
1701
|
-
--
|
|
1702
|
-
--
|
|
1703
|
-
--
|
|
1704
|
-
--
|
|
1705
|
-
--
|
|
1706
|
-
--
|
|
1707
|
-
--
|
|
1708
|
-
--
|
|
1709
|
-
--
|
|
1710
|
-
--
|
|
1711
|
-
--
|
|
1656
|
+
--shadowPopup: 0 0 0 1px rgb(55, 50, 48), 0 4px 6px 0 rgba(26, 22, 20, 0.05), 0 10px 26px 0 rgba(26, 22, 20, 0.15);
|
|
1657
|
+
--shadowSidebar: -3px 0 10px 0 rgba(26, 22, 20, 0.8);
|
|
1658
|
+
--highlightBgYellow: rgb(78, 64, 26);
|
|
1659
|
+
--highlightFgYellow: rgb(215, 184, 106);
|
|
1660
|
+
--highlightFgOnBgYellow: rgb(232, 200, 119);
|
|
1661
|
+
--highlightBgGreen: rgb(53, 71, 39);
|
|
1662
|
+
--highlightFgGreen: rgb(160, 199, 130);
|
|
1663
|
+
--highlightFgOnBgGreen: rgb(175, 216, 146);
|
|
1664
|
+
--highlightBgAquamarine: rgb(41, 80, 60);
|
|
1665
|
+
--highlightFgAquamarine: rgb(124, 205, 160);
|
|
1666
|
+
--highlightFgOnBgAquamarine: rgb(140, 225, 180);
|
|
1667
|
+
--highlightBgAqua: rgb(18, 73, 64);
|
|
1668
|
+
--highlightFgAqua: rgb(98, 205, 183);
|
|
1669
|
+
--highlightFgOnBgAqua: rgb(112, 222, 200);
|
|
1670
|
+
--highlightBgBlue: rgb(47, 66, 94);
|
|
1671
|
+
--highlightFgBlue: rgb(152, 189, 243);
|
|
1672
|
+
--highlightFgOnBgBlue: rgb(175, 206, 248);
|
|
1673
|
+
--highlightBgPurple: rgb(77, 58, 89);
|
|
1674
|
+
--highlightFgPurple: rgb(211, 172, 239);
|
|
1675
|
+
--highlightFgOnBgPurple: rgb(224, 190, 250);
|
|
1676
|
+
--highlightBgPink: rgb(88, 55, 75);
|
|
1677
|
+
--highlightFgPink: rgb(237, 167, 207);
|
|
1678
|
+
--highlightFgOnBgPink: rgb(249, 184, 221);
|
|
1679
|
+
--highlightBgRed: rgb(93, 55, 53);
|
|
1680
|
+
--highlightFgRed: rgb(240, 170, 164);
|
|
1681
|
+
--highlightFgOnBgRed: rgb(246, 190, 185);
|
|
1682
|
+
--highlightBgGrey: rgb(70, 64, 64);
|
|
1683
|
+
--highlightFgGrey: rgb(193, 186, 186);
|
|
1684
|
+
--highlightFgOnBgGrey: rgb(208, 202, 202);
|
|
1685
|
+
--colorPickerCssFilter: none;
|
|
1686
|
+
--colorAccentBgSubtle: rgba(0, 138, 169, 0.1);
|
|
1687
|
+
--colorAccentBgMild: rgba(0, 138, 169, 0.15);
|
|
1688
|
+
--colorAccentBgMedium: rgba(0, 138, 169, 0.2);
|
|
1689
|
+
--colorAccentBgStrong: rgba(0, 138, 169, 0.3);
|
|
1690
|
+
--colorAccentBgBold: rgba(0, 138, 169, 0.35);
|
|
1691
|
+
--colorAccentBgVivid: rgba(0, 138, 169, 0.6);
|
|
1692
|
+
--colorAccentStroke: rgba(0, 138, 169, 0.25);
|
|
1693
|
+
--colorAccentStrokeHover: rgba(0, 138, 169, 0.4);
|
|
1694
|
+
--colorAccentStrokeFocus: rgba(0, 138, 169, 0.5);
|
|
1695
|
+
--colorAccentSolid: rgba(0, 138, 169, 0.8);
|
|
1696
|
+
--colorAccent: rgb(0, 136, 170);
|
|
1697
|
+
--darkenPrimary: rgb(46, 107, 126);
|
|
1698
|
+
--whiteColor: rgb(255, 253, 250);
|
|
1699
|
+
--blackColor: #1f1a18;
|
|
1700
|
+
--mainBg: rgb(39, 35, 33);
|
|
1701
|
+
--panelBg: rgb(26, 22, 20);
|
|
1702
|
+
--panelBorder: 0 0 0 1px rgba(86, 80, 78, 0.2);
|
|
1703
|
+
--panelContentBg: rgb(26, 22, 20);
|
|
1704
|
+
--dbSettingsSidebarBg: rgb(32, 27, 25);
|
|
1705
|
+
--dbSettingsSidebarItemHover: rgb(45, 40, 38);
|
|
1706
|
+
--dbSettingsSidebarIconBg: rgb(39, 35, 33);
|
|
1707
|
+
--dbSettingsSidebarIconBorder: 0 0 0 1px rgba(117, 111, 109, 0.2);
|
|
1708
|
+
--dbSettingsCardBg: rgb(32, 27, 25);
|
|
1709
|
+
--dbSettingsCardBorder: 0 0 0 1px rgba(55, 50, 48, 0.6);
|
|
1710
|
+
--colorBgRelationContainer: rgb(32, 27, 25);
|
|
1711
|
+
--colorAI: #8056a3;
|
|
1712
|
+
--colorBgAI: rgba(128, 86, 163, 0.1);
|
|
1713
|
+
--colorBgAIFloatingLauncher: rgb(45, 40, 38);
|
|
1714
|
+
--colorBgAIFloatingPanelContent: rgb(39, 35, 33);
|
|
1715
|
+
--colorBgAISidebarContent: rgb(26, 22, 20);
|
|
1716
|
+
--colorBgFloatingPanel: rgb(45, 40, 38);
|
|
1717
|
+
--shadowFloatingPanel: 0 0 0 1px rgb(55, 50, 48), 0 3px 12px 0 rgba(26, 22, 20, 0.5);
|
|
1718
|
+
--pageContentBg: rgb(32, 27, 25);
|
|
1719
|
+
--colorBgPopup: rgb(39, 35, 33);
|
|
1720
|
+
--menuBg: rgb(39, 35, 33);
|
|
1721
|
+
--menuTextColor: rgb(224, 212, 206);
|
|
1722
|
+
--menuItemHoverColor: rgb(55, 50, 48);
|
|
1723
|
+
--menuSelectedTextColor: rgb(253, 246, 239);
|
|
1724
|
+
--menuIconColor: rgba(224, 212, 206, 0.7);
|
|
1725
|
+
--textColor: rgb(224, 212, 206);
|
|
1726
|
+
--textSelectionColor: rgba(0, 136, 170, 0.4);
|
|
1727
|
+
--accentTextColor: rgb(132, 126, 124);
|
|
1728
|
+
--disabledTextColor: rgb(117, 111, 109);
|
|
1729
|
+
--inversedTextColor: rgb(55, 50, 48);
|
|
1730
|
+
--colorTextSecondary: rgba(224, 212, 206, 0.65);
|
|
1731
|
+
--linkColor: #a6b7e3;
|
|
1732
|
+
--linkBorder: 0.5px solid rgba(166, 183, 227, 0.4);
|
|
1733
|
+
--linkHoverColor: #a6b7e3;
|
|
1734
|
+
--linkBorderHover: 0.5px solid rgba(166, 183, 227, 0.75);
|
|
1735
|
+
--codeColor: rgb(237, 150, 150);
|
|
1736
|
+
--codeBgColor: rgb(45, 40, 38);
|
|
1737
|
+
--codeBlockBgColor: rgb(45, 40, 38);
|
|
1738
|
+
--addedDiffTextColor: rgb(128, 192, 180);
|
|
1739
|
+
--removedDiffTextColor: rgb(244, 146, 147);
|
|
1740
|
+
--entityNodeColor: rgb(204, 198, 191);
|
|
1741
|
+
--entityNodeBorder: 0.5px solid rgba(204, 198, 191, 0.4);
|
|
1742
|
+
--entityNodeHoverColor: rgb(225, 218, 211);
|
|
1743
|
+
--entityNodeBorderHover: 0.5px solid rgba(225, 218, 211, 0.8);
|
|
1744
|
+
--entityNodeBgColor: rgb(39, 35, 33);
|
|
1745
|
+
--shortcutTextColor: rgb(166, 159, 157);
|
|
1746
|
+
--shortcutBorder: 1px solid rgba(132, 126, 124, 0.2);
|
|
1747
|
+
--shortcutBorderColor: rgba(132, 126, 124, 0.2);
|
|
1748
|
+
--inputBgColor: rgb(26, 22, 20);
|
|
1749
|
+
--inputDisabledBgColor: rgba(55, 50, 48, 0.3);
|
|
1750
|
+
--inputDisabledBorderColor: 0 0 0 1px rgba(86, 80, 78, 0.3);
|
|
1751
|
+
--inputCopyBgColor: rgb(45, 40, 38);
|
|
1752
|
+
--inputBorderColor: 0 0 0 1px rgba(86, 80, 78, 0.4);
|
|
1753
|
+
--inputBorderHoverColor: 0 0 0 1px rgb(65, 60, 58);
|
|
1754
|
+
--inputBorderFocusColor: 0 0 0 1px rgb(117, 111, 109);
|
|
1755
|
+
--inputBorderBlendMode: lighten;
|
|
1756
|
+
--inputPlaceholderTextColor: rgb(117, 111, 109);
|
|
1757
|
+
--inputErrorBorderColor: 0 0 0 1px rgb(244, 179, 178);
|
|
1758
|
+
--inputErrorBorderHoverColor: 0 0 0 1px rgba(244, 179, 178, 0.4);
|
|
1759
|
+
--inputErrorBorderFocusColor: 0 0 0 1px rgba(244, 179, 178, 0.25);
|
|
1760
|
+
--inputErrorBorderFocusShadow: 0 0 0 3px rgba(244, 179, 178, 0.25);
|
|
1761
|
+
--inputBorderWarningColor: 0 0 0 1px rgb(110, 95, 0);
|
|
1762
|
+
--buttonPrimaryColor: rgb(0, 136, 170);
|
|
1763
|
+
--buttonColor: rgb(132, 126, 124);
|
|
1764
|
+
--buttonPrimaryTextColor: rgb(232, 226, 219);
|
|
1765
|
+
--checkboxColor: rgba(224, 212, 206, 0.7);
|
|
1766
|
+
--colorBorderBlockQuote: rgb(166, 159, 157);
|
|
1767
|
+
--colorBgActionsMenu: rgb(39, 35, 33);
|
|
1768
|
+
--colorBgActionsMenuItemHover: rgb(50, 45, 43);
|
|
1769
|
+
--colorBgActionsMenuItemSelected: rgba(1, 51, 63, 0.8);
|
|
1770
|
+
--colorBgActionsMenuItemSelectedHover: rgba(7, 68, 83, 0.8);
|
|
1771
|
+
--colorBgActionsMenuItemDangerHover: rgba(225, 78, 91, 0.1);
|
|
1772
|
+
--colorBgActionsMenuItemDangerActive: rgba(225, 78, 91, 0.8);
|
|
1773
|
+
--actionMenuBg: rgb(39, 35, 33);
|
|
1774
|
+
--actionMenuInnerBg: rgb(45, 40, 38);
|
|
1775
|
+
--actionMenuHover: rgb(50, 45, 43);
|
|
1776
|
+
--actionMenuInnerHover: rgba(55, 50, 48, 0.5);
|
|
1777
|
+
--actionMenuButtonColor: rgb(32, 27, 25);
|
|
1778
|
+
--actionMenuButtonHoverColor: rgb(39, 35, 33);
|
|
1779
|
+
--actionMenuButtonShadow: 0 0 0 1px rgba(32, 27, 25, 0.1), 0 2px 4px -4px rgba(32, 27, 25, 0.2);
|
|
1780
|
+
--actionMenuSeparatorColor: rgba(255, 253, 250, 0.15);
|
|
1781
|
+
--separatorColor: rgba(255, 253, 250, 0.1);
|
|
1782
|
+
--separatorColorDimmed: rgba(255, 253, 250, 0.05);
|
|
1783
|
+
--separatorBreadcrumbsColor: rgb(86, 80, 78);
|
|
1784
|
+
--borderSeparatorDimmed: 0.5px solid rgba(255, 253, 250, 0.05);
|
|
1785
|
+
--borderSeparator: 0.5px solid rgba(255, 253, 250, 0.1);
|
|
1786
|
+
--borderSeparatorMedium: 0.5px solid rgba(255, 253, 250, 0.15);
|
|
1787
|
+
--borderSeparatorStrong: 0.5px solid rgba(255, 253, 250, 0.25);
|
|
1788
|
+
--borderMedia: 0.5px solid rgba(0, 0, 0, 0.14);
|
|
1789
|
+
--borderSolidSeparator: 1px solid rgba(255, 253, 250, 0.1);
|
|
1790
|
+
--borderSolidSeparatorDimmed: 1px solid rgba(255, 253, 250, 0.05);
|
|
1791
|
+
--borderSolidFilterGroup: 1px solid rgba(255, 255, 254, 0.03);
|
|
1792
|
+
--borderSolidGrid: 1px solid rgb(55, 50, 48);
|
|
1793
|
+
--borderSolidOutlineNeutral: 1px solid rgb(65, 60, 58);
|
|
1794
|
+
--borderSolidMedia: 1px solid rgba(0, 0, 0, 0.14);
|
|
1795
|
+
--borderSolidCommentBubble: 1px solid rgb(55, 50, 48);
|
|
1796
|
+
--borderBlockQuote: 3px solid rgb(166, 159, 157);
|
|
1797
|
+
--shadowCardDefault: 0 0 0 1px rgba(86, 80, 78, 0.4), 0 1px 4px 0 rgba(27, 22, 17, 0.1);
|
|
1798
|
+
--shadowCardHover: 0 0 0 1px rgba(86, 80, 78, 0.4), 0 2px 6px 0 rgba(27, 22, 17, 0.1);
|
|
1799
|
+
--shadowCardInset: inset 0 0 0 1px rgba(86, 80, 78, 0.4);
|
|
1800
|
+
--iconColor: rgba(224, 212, 206, 0.7);
|
|
1801
|
+
--colorIconDestructive: rgb(244, 146, 147);
|
|
1802
|
+
--appIconColor: rgba(253, 246, 239, 0.7);
|
|
1803
|
+
--appIconBgColor: rgba(253, 246, 239, 0.5);
|
|
1804
|
+
--mentionBgColor: rgba(65, 60, 58, 0.4);
|
|
1805
|
+
--colorBgSelectMenu: rgb(39, 35, 33);
|
|
1806
|
+
--shadowSelectMenu:
|
|
1712
1807
|
0 0 0 1px rgb(55, 50, 48), 0 4px 6px 0 rgba(26, 22, 20, 0.05), 0 10px 26px 0 rgba(26, 22, 20, 0.15);
|
|
1713
|
-
--
|
|
1714
|
-
--
|
|
1715
|
-
--
|
|
1716
|
-
--
|
|
1717
|
-
--
|
|
1718
|
-
--
|
|
1719
|
-
--
|
|
1720
|
-
--
|
|
1721
|
-
--
|
|
1722
|
-
--
|
|
1723
|
-
--
|
|
1724
|
-
--
|
|
1725
|
-
--
|
|
1726
|
-
--
|
|
1727
|
-
--
|
|
1728
|
-
--
|
|
1729
|
-
--
|
|
1730
|
-
--
|
|
1731
|
-
--
|
|
1732
|
-
--
|
|
1733
|
-
--
|
|
1734
|
-
--
|
|
1735
|
-
--
|
|
1736
|
-
--
|
|
1737
|
-
--
|
|
1738
|
-
--
|
|
1739
|
-
--
|
|
1740
|
-
--
|
|
1741
|
-
--
|
|
1742
|
-
--
|
|
1743
|
-
--
|
|
1744
|
-
--
|
|
1745
|
-
--
|
|
1746
|
-
--
|
|
1747
|
-
--
|
|
1748
|
-
--
|
|
1749
|
-
--
|
|
1750
|
-
--
|
|
1751
|
-
--
|
|
1752
|
-
--
|
|
1753
|
-
--
|
|
1754
|
-
--
|
|
1755
|
-
--
|
|
1756
|
-
--
|
|
1757
|
-
--
|
|
1758
|
-
--
|
|
1759
|
-
--
|
|
1760
|
-
--
|
|
1761
|
-
--
|
|
1762
|
-
--
|
|
1763
|
-
--
|
|
1764
|
-
--
|
|
1765
|
-
--
|
|
1766
|
-
--
|
|
1767
|
-
--
|
|
1768
|
-
--
|
|
1769
|
-
--
|
|
1770
|
-
--
|
|
1771
|
-
--
|
|
1772
|
-
--
|
|
1773
|
-
--
|
|
1774
|
-
--
|
|
1775
|
-
--
|
|
1776
|
-
--
|
|
1777
|
-
--
|
|
1778
|
-
--
|
|
1779
|
-
--
|
|
1780
|
-
--
|
|
1781
|
-
--
|
|
1782
|
-
--
|
|
1783
|
-
--
|
|
1784
|
-
--
|
|
1785
|
-
--
|
|
1786
|
-
--
|
|
1787
|
-
--
|
|
1788
|
-
--
|
|
1789
|
-
--
|
|
1790
|
-
--
|
|
1791
|
-
--
|
|
1792
|
-
--
|
|
1793
|
-
--
|
|
1794
|
-
--
|
|
1795
|
-
--
|
|
1796
|
-
--
|
|
1797
|
-
--
|
|
1798
|
-
--
|
|
1799
|
-
--
|
|
1800
|
-
--
|
|
1801
|
-
--
|
|
1802
|
-
--
|
|
1803
|
-
--
|
|
1804
|
-
--
|
|
1805
|
-
--
|
|
1806
|
-
--
|
|
1807
|
-
--
|
|
1808
|
-
--
|
|
1809
|
-
--
|
|
1810
|
-
--
|
|
1811
|
-
--
|
|
1812
|
-
--
|
|
1813
|
-
--
|
|
1814
|
-
--
|
|
1815
|
-
--
|
|
1816
|
-
--
|
|
1817
|
-
--
|
|
1818
|
-
--
|
|
1819
|
-
--
|
|
1820
|
-
--
|
|
1821
|
-
--
|
|
1822
|
-
--
|
|
1823
|
-
--
|
|
1824
|
-
--
|
|
1825
|
-
--
|
|
1826
|
-
--
|
|
1827
|
-
--
|
|
1828
|
-
--
|
|
1829
|
-
--
|
|
1830
|
-
--
|
|
1831
|
-
--
|
|
1832
|
-
--
|
|
1833
|
-
--
|
|
1834
|
-
--
|
|
1835
|
-
--
|
|
1836
|
-
--
|
|
1837
|
-
--
|
|
1838
|
-
--
|
|
1839
|
-
--
|
|
1840
|
-
--
|
|
1841
|
-
--
|
|
1842
|
-
--
|
|
1843
|
-
--
|
|
1844
|
-
--
|
|
1845
|
-
--
|
|
1846
|
-
--
|
|
1847
|
-
--
|
|
1848
|
-
--
|
|
1849
|
-
--
|
|
1850
|
-
--
|
|
1851
|
-
--
|
|
1852
|
-
--
|
|
1853
|
-
--
|
|
1854
|
-
--
|
|
1855
|
-
--
|
|
1856
|
-
--
|
|
1857
|
-
--
|
|
1858
|
-
--
|
|
1859
|
-
--
|
|
1860
|
-
--
|
|
1861
|
-
--
|
|
1862
|
-
--
|
|
1863
|
-
--
|
|
1864
|
-
--
|
|
1865
|
-
--
|
|
1866
|
-
--
|
|
1867
|
-
--
|
|
1868
|
-
--
|
|
1869
|
-
--
|
|
1870
|
-
--
|
|
1871
|
-
--
|
|
1872
|
-
--
|
|
1873
|
-
--
|
|
1874
|
-
--
|
|
1875
|
-
--
|
|
1876
|
-
--
|
|
1877
|
-
--
|
|
1878
|
-
--
|
|
1879
|
-
--
|
|
1880
|
-
--
|
|
1881
|
-
--
|
|
1882
|
-
--
|
|
1883
|
-
--
|
|
1884
|
-
--
|
|
1885
|
-
--
|
|
1886
|
-
--
|
|
1887
|
-
--
|
|
1888
|
-
--
|
|
1889
|
-
--
|
|
1890
|
-
--
|
|
1891
|
-
--
|
|
1892
|
-
--
|
|
1893
|
-
--
|
|
1894
|
-
--
|
|
1895
|
-
--
|
|
1896
|
-
--
|
|
1897
|
-
--
|
|
1898
|
-
--
|
|
1899
|
-
--
|
|
1900
|
-
--
|
|
1901
|
-
--
|
|
1902
|
-
--
|
|
1903
|
-
--
|
|
1904
|
-
--
|
|
1905
|
-
--
|
|
1906
|
-
--
|
|
1907
|
-
--
|
|
1908
|
-
--
|
|
1909
|
-
--
|
|
1910
|
-
--
|
|
1911
|
-
--
|
|
1912
|
-
--
|
|
1913
|
-
--
|
|
1914
|
-
--
|
|
1915
|
-
--
|
|
1916
|
-
--
|
|
1917
|
-
--
|
|
1918
|
-
--
|
|
1919
|
-
--
|
|
1920
|
-
--
|
|
1921
|
-
--
|
|
1922
|
-
--
|
|
1923
|
-
--
|
|
1924
|
-
--
|
|
1925
|
-
--
|
|
1926
|
-
--
|
|
1927
|
-
--
|
|
1928
|
-
--
|
|
1929
|
-
--
|
|
1930
|
-
--
|
|
1931
|
-
--
|
|
1932
|
-
--
|
|
1933
|
-
--
|
|
1934
|
-
--
|
|
1935
|
-
--
|
|
1936
|
-
--
|
|
1937
|
-
--
|
|
1938
|
-
--
|
|
1939
|
-
--
|
|
1940
|
-
--
|
|
1941
|
-
--
|
|
1942
|
-
--
|
|
1943
|
-
--
|
|
1944
|
-
--
|
|
1945
|
-
--
|
|
1946
|
-
--
|
|
1947
|
-
--
|
|
1948
|
-
--
|
|
1949
|
-
--
|
|
1950
|
-
--
|
|
1951
|
-
--
|
|
1952
|
-
--
|
|
1953
|
-
--
|
|
1954
|
-
--
|
|
1955
|
-
--
|
|
1956
|
-
--
|
|
1957
|
-
--
|
|
1958
|
-
--
|
|
1959
|
-
--
|
|
1960
|
-
--
|
|
1961
|
-
--
|
|
1962
|
-
--
|
|
1963
|
-
--
|
|
1964
|
-
--
|
|
1965
|
-
--
|
|
1966
|
-
--
|
|
1967
|
-
--
|
|
1968
|
-
--
|
|
1969
|
-
--
|
|
1970
|
-
--
|
|
1971
|
-
--
|
|
1972
|
-
--
|
|
1973
|
-
--
|
|
1974
|
-
--
|
|
1975
|
-
--
|
|
1976
|
-
--
|
|
1977
|
-
--
|
|
1978
|
-
--
|
|
1979
|
-
--
|
|
1980
|
-
--
|
|
1981
|
-
--
|
|
1982
|
-
--
|
|
1983
|
-
--
|
|
1984
|
-
--
|
|
1985
|
-
--
|
|
1986
|
-
--
|
|
1987
|
-
--
|
|
1988
|
-
--
|
|
1989
|
-
--
|
|
1990
|
-
--
|
|
1808
|
+
--colorBgListItemGeneral: rgba(255, 255, 255, 0);
|
|
1809
|
+
--colorBgListItemGeneralHover: rgb(45, 40, 38);
|
|
1810
|
+
--colorBgListItemGeneralFocus: rgb(55, 50, 48);
|
|
1811
|
+
--colorBgListItemGeneralSelected: rgb(4, 58, 72);
|
|
1812
|
+
--colorBgListItemGeneralSelectedHover: rgb(7, 68, 83);
|
|
1813
|
+
--colorBgListItemGeneralSelectedFocus: rgb(7, 68, 83);
|
|
1814
|
+
--colorBgListItemGeneralDisabled: rgba(255, 255, 255, 0);
|
|
1815
|
+
--colorTextListItemGeneralDisabled: rgb(117, 111, 109);
|
|
1816
|
+
--colorBgListItemGeneralSelectedDisabled: rgb(4, 58, 72);
|
|
1817
|
+
--opacityListItemGeneralDisabled: 0.4;
|
|
1818
|
+
--colorSearchSubtitle: rgb(117, 111, 109);
|
|
1819
|
+
--colorBgSearchPanel: rgb(32, 27, 25);
|
|
1820
|
+
--colorBgSearchRowHover: rgb(39, 35, 33);
|
|
1821
|
+
--colorBgSearchRowCreateHover: rgb(1, 51, 63);
|
|
1822
|
+
--opacitySearchItemDone: 0.4;
|
|
1823
|
+
--colorBgEntityBoxDefault: rgb(39, 35, 33);
|
|
1824
|
+
--shadowStrokeEntityBoxDefault: 0 0 0 1px rgb(50, 45, 43);
|
|
1825
|
+
--shadowEntityBoxDefault: 0 2px 4px 0 rgba(26, 22, 20, 0.05);
|
|
1826
|
+
--colorBgEntityBoxDefaultHover: rgb(45, 40, 38);
|
|
1827
|
+
--shadowEntityBoxDefaultHover: 0 4px 8px 0 rgba(26, 22, 20, 0.1);
|
|
1828
|
+
--colorBgEntityBoxDefaultFocus: rgb(39, 35, 33);
|
|
1829
|
+
--colorOverlayEntityBoxDefaultFocus: rgb(0, 136, 170);
|
|
1830
|
+
--shadowStrokeEntityBoxDefaultFocus: 0 0 0 2px rgba(0, 136, 170, 0.4);
|
|
1831
|
+
--colorBgEntityBoxDefaultFocusHover: rgb(45, 40, 38);
|
|
1832
|
+
--colorOverlayEntityBoxDefaultFocusHover: rgb(0, 136, 170);
|
|
1833
|
+
--shadowStrokeEntityBoxDefaultFocusHover: 0 0 0 2px rgba(0, 136, 170, 0.6);
|
|
1834
|
+
--opacityEntityBoxDefaultDrag: 0.4;
|
|
1835
|
+
--shadowEntityBoxDefaultDrag: 0 8px 12px 0 rgba(26, 22, 20, 0.1);
|
|
1836
|
+
--colorBgEntityBoxSelected: rgb(8, 44, 54);
|
|
1837
|
+
--shadowStrokeEntityBoxSelected: 0 0 0 1px rgb(0, 136, 170), 0 0 0 3px rgba(0, 136, 170, 0.4);
|
|
1838
|
+
--colorBgEntityBoxSelectedHover: rgb(8, 44, 54);
|
|
1839
|
+
--shadowStrokeEntityBoxSelectedHover: 0 0 0 1px rgb(0, 136, 170), 0 0 0 3px rgba(0, 136, 170, 0.4);
|
|
1840
|
+
--colorBgEntityBoxSelectedDrag: rgb(8, 44, 54);
|
|
1841
|
+
--shadowStrokeEntityBoxSelectedDrag: 0 0 0 1px rgb(0, 136, 170), 0 0 0 3px rgba(0, 136, 170, 0.4);
|
|
1842
|
+
--opacityEntityBoxDisabled: 0.65;
|
|
1843
|
+
--opacityEntityBoxDisabledHover: 0.75;
|
|
1844
|
+
--opacityEntityBoxDisabledFocus: 0.75;
|
|
1845
|
+
--opacityEntityBoxDisabledDrag: 0.4;
|
|
1846
|
+
--entityCardBgColor: rgb(50, 45, 43);
|
|
1847
|
+
--entityCardSelectedColor: rgba(55, 50, 48, 0.5);
|
|
1848
|
+
--entityCardHoverColor: rgba(55, 50, 48, 0.5);
|
|
1849
|
+
--entityCardDoneColor: rgba(50, 45, 43, 0.3);
|
|
1850
|
+
--entityCardShadow: 0 0 0 1px rgba(32, 27, 25, 0.1), 0 2px 4px -4px rgba(32, 27, 25, 0.2);
|
|
1851
|
+
--entityCardShadowHover: 0 0 0 1px rgba(32, 27, 25, 0.1), 0 2px 4px -4px rgba(32, 27, 25, 0.2);
|
|
1852
|
+
--colorBgSegmentedControl: rgba(32, 27, 25, 0.8);
|
|
1853
|
+
--colorBgMenuHeaderAvatar: rgb(32, 27, 25);
|
|
1854
|
+
--shadowMenuHeaderAvatar: 0 0 0 1px rgba(117, 111, 109, 0.2);
|
|
1855
|
+
--opacityMenuItemDragged: 0.4;
|
|
1856
|
+
--colorBgMenuItemSelectedDragged: rgb(7, 68, 83);
|
|
1857
|
+
--colorTextMenuItem: rgba(224, 212, 206, 0.9);
|
|
1858
|
+
--colorBgMenuItem: rgba(255, 255, 255, 0);
|
|
1859
|
+
--colorBgMenuItemHover: rgb(50, 45, 43);
|
|
1860
|
+
--colorBgMenuItemFocus: rgb(55, 50, 48);
|
|
1861
|
+
--colorBgMenuItemSelected: rgb(8, 44, 54);
|
|
1862
|
+
--colorBgMenuItemSelectedHover: rgb(4, 58, 72);
|
|
1863
|
+
--colorBgPinnedFieldsLabel: rgb(166, 159, 157);
|
|
1864
|
+
--colorBgObjectEditorSeparator: rgb(224, 212, 206);
|
|
1865
|
+
--colorBgMenuItemSelectedFocused: rgb(4, 58, 72);
|
|
1866
|
+
--colorBgFieldEditorContainer: rgb(39, 35, 33);
|
|
1867
|
+
--colorBgFieldEditorLinkEqualSign: rgb(32, 27, 25);
|
|
1868
|
+
--allowedDropColor: rgb(45, 40, 38);
|
|
1869
|
+
--relationViewBgColor: rgb(39, 35, 33);
|
|
1870
|
+
--mySpaceIconColor: rgb(129, 133, 137);
|
|
1871
|
+
--mySpaceIconBg: rgba(112, 132, 153, 0.2);
|
|
1872
|
+
--privateIconColor: rgb(116, 168, 101);
|
|
1873
|
+
--privateIconBg: rgba(116, 168, 101, 0.2);
|
|
1874
|
+
--favoritesIconColor: rgb(235, 169, 68);
|
|
1875
|
+
--favoritesIconBg: rgba(235, 169, 68, 0.2);
|
|
1876
|
+
--swatchDefault: #1fbed3;
|
|
1877
|
+
--unitBg: rgb(55, 50, 48);
|
|
1878
|
+
--unitBgHover: rgb(65, 60, 58);
|
|
1879
|
+
--colorBgBadgeNeutral: rgba(45, 40, 38, 0.8);
|
|
1880
|
+
--colorBgBadgeAccent: rgba(1, 51, 63, 0.8);
|
|
1881
|
+
--colorBgBadgeSuccess: rgb(8, 61, 53);
|
|
1882
|
+
--colorBgBadgeWarning: rgb(58, 50, 0);
|
|
1883
|
+
--colorBgBadgeError: rgb(91, 26, 32);
|
|
1884
|
+
--colorTextBadgeNeutral: rgb(166, 159, 157);
|
|
1885
|
+
--colorTextBadgeAccent: rgb(124, 189, 210);
|
|
1886
|
+
--colorTextBadgeSuccess: rgb(128, 192, 180);
|
|
1887
|
+
--colorTextBadgeWarning: rgb(227, 198, 0);
|
|
1888
|
+
--colorTextBadgeError: rgb(244, 146, 147);
|
|
1889
|
+
--badgeBgColor: rgba(121, 118, 113, 0.2);
|
|
1890
|
+
--tooltipBgColor: rgb(55, 50, 48);
|
|
1891
|
+
--todayMarkerColor: rgb(104, 33, 39);
|
|
1892
|
+
--viewBgOverlayColor: rgba(26, 22, 20, 0.6);
|
|
1893
|
+
--floatEditorMenuBg: rgb(55, 50, 48);
|
|
1894
|
+
--floatEditorActiveColor: rgb(124, 189, 210);
|
|
1895
|
+
--commentColor: rgba(248, 216, 0, 0.4);
|
|
1896
|
+
--cellBackgroundColor: rgb(32, 27, 25);
|
|
1897
|
+
--cellBackgroundHoverColor: rgba(55, 50, 48, 0.3);
|
|
1898
|
+
--cellBorderColor: rgba(117, 111, 109, 0.5);
|
|
1899
|
+
--cellPinnedBorderColor: rgba(117, 111, 109, 0.7);
|
|
1900
|
+
--tableRowWarningColor: rgba(248, 216, 0, 0.4);
|
|
1901
|
+
--errorBgColor: rgba(213, 50, 71, 0.6);
|
|
1902
|
+
--errorTextColor: rgb(244, 179, 178);
|
|
1903
|
+
--errorButtonColor: rgb(225, 78, 91);
|
|
1904
|
+
--warningBgColor: rgba(110, 95, 0, 0.6);
|
|
1905
|
+
--warningButtonColor: rgb(227, 198, 0);
|
|
1906
|
+
--infoBox: rgba(248, 216, 0, 0.2);
|
|
1907
|
+
--appCardBgColor: rgb(32, 27, 25);
|
|
1908
|
+
--appCardHoverColor: rgb(32, 27, 25);
|
|
1909
|
+
--modalBg: rgba(32, 27, 25, 0.5);
|
|
1910
|
+
--modalContentBg: rgb(39, 35, 33);
|
|
1911
|
+
--progressIconBg: rgba(255, 255, 254, 0.18);
|
|
1912
|
+
--progressIconFill: rgba(255, 255, 254, 0.59);
|
|
1913
|
+
--formBg: rgb(32, 27, 25);
|
|
1914
|
+
--formHeaderShadow: 0 0 6px 0 rgba(26, 22, 20, 0.4);
|
|
1915
|
+
--formEditorFieldBg: rgb(45, 40, 38);
|
|
1916
|
+
--filterGroup1Bg: rgb(55, 50, 48);
|
|
1917
|
+
--filterGroup2Bg: rgb(65, 60, 58);
|
|
1918
|
+
--filterGroupBorder: rgba(255, 255, 254, 0.03);
|
|
1919
|
+
--colorBgNotificationHover: rgb(32, 27, 25);
|
|
1920
|
+
--colorBgNotificationSelected: rgb(13, 32, 38);
|
|
1921
|
+
--colorBgNotificationSelectedHover: rgb(8, 44, 54);
|
|
1922
|
+
--disabledInversedTextColor: rgba(255, 253, 250, 0.25);
|
|
1923
|
+
--success: rgb(0, 143, 125);
|
|
1924
|
+
--danger: rgb(225, 78, 91);
|
|
1925
|
+
--active: rgb(225, 78, 91);
|
|
1926
|
+
--warning: rgb(110, 95, 0);
|
|
1927
|
+
--cardBg: rgb(55, 50, 48);
|
|
1928
|
+
--selectedImageBorder: rgba(255, 255, 254, 0.59);
|
|
1929
|
+
--transparent: rgba(255, 255, 255, 0);
|
|
1930
|
+
--progressBg: rgb(243, 236, 229);
|
|
1931
|
+
--progressText: rgb(99, 94, 87);
|
|
1932
|
+
--progressFillBg: rgb(99, 94, 87);
|
|
1933
|
+
--progressFillText: rgb(255, 253, 250);
|
|
1934
|
+
--progressBarFillNeutral: rgba(117, 111, 109, 0.2);
|
|
1935
|
+
--progressBarFill: rgb(22, 152, 183);
|
|
1936
|
+
--progressBarBg: rgba(22, 152, 183, 0.25);
|
|
1937
|
+
--colorPickerSwatchBorder: rgba(0, 0, 0, 0.14);
|
|
1938
|
+
--colorBorderRichTextMedia: rgba(0, 0, 0, 0.14);
|
|
1939
|
+
--richTextTableBorder: rgba(255, 255, 254, 0.18);
|
|
1940
|
+
--colorBgDropLine: rgb(0, 106, 135);
|
|
1941
|
+
--viewBg: rgb(26, 22, 20);
|
|
1942
|
+
--colorBgViewMetaItem: rgb(32, 27, 25);
|
|
1943
|
+
--collectionViewBg: rgb(32, 27, 25);
|
|
1944
|
+
--collectionViewBorder: 0 0 0 1px rgba(86, 80, 78, 0.3);
|
|
1945
|
+
--viewSecondaryBg: rgb(32, 27, 25);
|
|
1946
|
+
--viewHighlightBg: rgb(8, 44, 54);
|
|
1947
|
+
--boardBg: rgb(26, 22, 20);
|
|
1948
|
+
--boardBgWithOpacity80: rgba(26, 22, 20, 0.8);
|
|
1949
|
+
--boardAxisBgHover: rgb(45, 40, 38);
|
|
1950
|
+
--gridHeaderBgColor: rgb(39, 35, 33);
|
|
1951
|
+
--gridHeaderHoverBgColor: rgb(45, 40, 38);
|
|
1952
|
+
--gridHeaderTextColor: rgb(166, 159, 157);
|
|
1953
|
+
--gridCellBgColor: rgb(32, 27, 25);
|
|
1954
|
+
--gridCellBorderColor: rgb(55, 50, 48);
|
|
1955
|
+
--gridDisabledCellBgColor: rgb(39, 35, 33);
|
|
1956
|
+
--gridSelectedCellBgColor: rgb(8, 44, 54);
|
|
1957
|
+
--gridHighlightedCellBgColor: rgb(4, 58, 72);
|
|
1958
|
+
--gridSelectedCellBorderColor: rgb(0, 85, 107);
|
|
1959
|
+
--gridSelectedPinnedCellBorderColor: rgb(0, 85, 107);
|
|
1960
|
+
--gridDisabledSelectedCellBgColor: rgb(4, 58, 72);
|
|
1961
|
+
--gridActiveCellBorderColor: rgb(0, 136, 170);
|
|
1962
|
+
--timelineEntityHandleColor: rgb(0, 85, 107);
|
|
1963
|
+
--timelineDependencyHoverBgColor: rgb(0, 106, 135);
|
|
1964
|
+
--timelineDependencyOverlapBgColor: rgb(213, 50, 71);
|
|
1965
|
+
--timelineDependencyOverlapHoverBgColor: rgb(244, 146, 147);
|
|
1966
|
+
--timelineCellBgColor: rgb(26, 22, 20);
|
|
1967
|
+
--timelineCellWeekendBgColor: rgb(32, 27, 25);
|
|
1968
|
+
--timelineCellTodayBgColor: rgb(13, 32, 38);
|
|
1969
|
+
--timelineCreateEntityPlaceholderBgColor: rgb(65, 60, 58);
|
|
1970
|
+
--colorBgButtonSolidAccentDefault: rgb(0, 136, 170);
|
|
1971
|
+
--colorBgButtonSolidAccentHover: rgb(22, 152, 183);
|
|
1972
|
+
--colorBgButtonSolidNeutralDefault: rgb(224, 212, 206);
|
|
1973
|
+
--colorBgButtonSolidNeutralHover: rgb(255, 253, 250);
|
|
1974
|
+
--colorBgButtonSolidDestructiveDefault: rgb(213, 50, 71);
|
|
1975
|
+
--colorBgButtonSolidDestructiveHover: rgb(225, 78, 91);
|
|
1976
|
+
--colorTextButtonSolidAccent: rgb(255, 253, 250);
|
|
1977
|
+
--colorTextButtonSolidAccentActive: rgba(255, 253, 250, 0.8);
|
|
1978
|
+
--colorTextButtonSolidNeutral: rgb(32, 27, 25);
|
|
1979
|
+
--colorTextButtonSolidNeutralActive: rgba(32, 27, 25, 0.8);
|
|
1980
|
+
--colorTextButtonSolidDestructive: rgb(255, 253, 250);
|
|
1981
|
+
--colorTextButtonSolidDestructiveActive: rgba(255, 253, 250, 0.8);
|
|
1982
|
+
--colorIconButtonSolidAccent: rgb(255, 253, 250);
|
|
1983
|
+
--colorIconButtonSolidNeutral: rgb(86, 80, 78);
|
|
1984
|
+
--colorIconButtonSolidDestructive: rgb(255, 253, 250);
|
|
1985
|
+
--colorBorderButtonOutlineAccentDefault: rgb(0, 106, 135);
|
|
1986
|
+
--colorBorderButtonOutlineNeutralDefault: rgb(65, 60, 58);
|
|
1987
|
+
--colorBorderButtonOutlineDestructiveDefault: rgb(136, 27, 42);
|
|
1988
|
+
--colorBgButtonOutlineAccentDefault: rgb(26, 22, 20);
|
|
1989
|
+
--colorBgButtonOutlineAccentHover: rgb(8, 44, 54);
|
|
1990
|
+
--colorBgButtonOutlineNeutralDefault: rgb(26, 22, 20);
|
|
1991
|
+
--colorBgButtonOutlineNeutralHover: rgb(45, 40, 38);
|
|
1992
|
+
--colorBgButtonOutlineDestructiveDefault: rgb(26, 22, 20);
|
|
1993
|
+
--colorBgButtonOutlineDestructiveHover: rgb(80, 21, 27);
|
|
1994
|
+
--colorTextButtonOutlineAccent: rgb(124, 189, 210);
|
|
1995
|
+
--colorTextButtonOutlineAccentActive: rgba(124, 189, 210, 0.8);
|
|
1996
|
+
--colorTextButtonOutlineNeutral: rgb(166, 159, 157);
|
|
1997
|
+
--colorTextButtonOutlineNeutralActive: rgba(224, 212, 206, 0.8);
|
|
1998
|
+
--colorTextButtonOutlineDestructive: rgb(244, 146, 147);
|
|
1999
|
+
--colorTextButtonOutlineDestructiveActive: rgba(244, 146, 147, 0.8);
|
|
2000
|
+
--colorIconButtonOutlineAccent: rgb(124, 189, 210);
|
|
2001
|
+
--colorIconButtonOutlineNeutral: rgb(166, 159, 157);
|
|
2002
|
+
--colorIconButtonOutlineDestructive: rgb(244, 146, 147);
|
|
2003
|
+
--colorBgButtonSoftAccentDefault: rgb(1, 51, 63);
|
|
2004
|
+
--colorBgButtonSoftAccentHover: rgb(7, 68, 83);
|
|
2005
|
+
--colorBgButtonSoftNeutralDefault: rgb(39, 35, 33);
|
|
2006
|
+
--colorBgButtonSoftNeutralHover: rgb(65, 60, 58);
|
|
2007
|
+
--colorBgButtonSoftDestructiveDefault: rgb(80, 21, 27);
|
|
2008
|
+
--colorBgButtonSoftDestructiveHover: rgb(104, 33, 39);
|
|
2009
|
+
--colorTextButtonSoftAccent: rgb(124, 189, 210);
|
|
2010
|
+
--colorTextButtonSoftAccentActive: rgba(124, 189, 210, 0.8);
|
|
2011
|
+
--colorTextButtonSoftNeutral: rgb(166, 159, 157);
|
|
2012
|
+
--colorTextButtonSoftNeutralActive: rgba(166, 159, 157, 0.8);
|
|
2013
|
+
--colorTextButtonSoftDestructive: rgb(244, 146, 147);
|
|
2014
|
+
--colorTextButtonSoftDestructiveActive: rgba(244, 146, 147, 0.8);
|
|
2015
|
+
--colorIconButtonSoftAccent: rgb(124, 189, 210);
|
|
2016
|
+
--colorIconButtonSoftNeutral: rgb(166, 159, 157);
|
|
2017
|
+
--colorIconButtonSoftDestructive: rgb(244, 146, 147);
|
|
2018
|
+
--colorBgButtonGhostAccentDefault: rgba(255, 255, 255, 0);
|
|
2019
|
+
--colorBgButtonGhostAccentHover: rgba(1, 51, 63, 0.8);
|
|
2020
|
+
--colorBgButtonGhostNeutralDefault: rgba(255, 255, 255, 0);
|
|
2021
|
+
--colorBgButtonGhostNeutralHover: rgba(55, 50, 48, 0.8);
|
|
2022
|
+
--colorBgButtonGhostDestructiveDefault: rgba(255, 255, 255, 0);
|
|
2023
|
+
--colorBgButtonGhostDestructiveHover: rgb(80, 21, 27);
|
|
2024
|
+
--colorTextButtonGhostAccent: rgb(124, 189, 210);
|
|
2025
|
+
--colorTextButtonGhostAccentActive: rgba(124, 189, 210, 0.8);
|
|
2026
|
+
--colorTextButtonGhostNeutral: rgb(166, 159, 157);
|
|
2027
|
+
--colorTextButtonGhostNeutralActive: rgba(166, 159, 157, 0.8);
|
|
2028
|
+
--colorTextButtonGhostDestructive: rgb(244, 146, 147);
|
|
2029
|
+
--colorTextButtonGhostDestructiveActive: rgba(244, 146, 147, 0.8);
|
|
2030
|
+
--colorIconButtonGhostAccent: rgb(124, 189, 210);
|
|
2031
|
+
--colorIconButtonGhostNeutral: rgb(166, 159, 157);
|
|
2032
|
+
--colorIconButtonGhostDestructive: rgb(244, 146, 147);
|
|
2033
|
+
--colorBorderAccentFocusRing: rgba(0, 138, 169, 0.3);
|
|
2034
|
+
--colorBorderNeutralFocusRing: rgba(163, 157, 150, 0.3);
|
|
2035
|
+
--colorBorderDestructiveFocusRing: rgba(211, 62, 75, 0.3);
|
|
2036
|
+
--colorBgReactionsDefault: rgb(32, 27, 25);
|
|
2037
|
+
--colorBgReactionsHover: rgb(55, 50, 48);
|
|
2038
|
+
--colorBorderReactionsHover: rgb(117, 111, 109);
|
|
2039
|
+
--colorBgReactionsSelectedDefault: rgb(0, 106, 135);
|
|
2040
|
+
--colorBorderReactionsSelectedDefault: rgb(0, 106, 135);
|
|
2041
|
+
--colorBgReactionsSelectedHover: rgb(0, 126, 159);
|
|
2042
|
+
--colorBorderReactionsSelectedHover: rgb(0, 126, 159);
|
|
2043
|
+
--colorTextReactionsSelected: rgb(224, 212, 206);
|
|
2044
|
+
--colorBgToggleButtonUnselectedNormal: rgb(32, 27, 25);
|
|
2045
|
+
--colorBgToggleButtonUnselectedHover: rgb(55, 50, 48);
|
|
2046
|
+
--colorBgToggleButtonSelectedNormal: rgb(0, 106, 135);
|
|
2047
|
+
--colorBgToggleButtonSelectedHover: rgb(0, 126, 159);
|
|
2048
|
+
--colorBorderToggleButtonUnselectedNormal: rgb(117, 111, 109);
|
|
2049
|
+
--colorBorderToggleButtonUnselectedHover: rgb(117, 111, 109);
|
|
2050
|
+
--colorBorderToggleButtonSelectedNormal: rgb(0, 106, 135);
|
|
2051
|
+
--colorBorderToggleButtonSelectedHover: rgb(0, 126, 159);
|
|
2052
|
+
--colorTextToggleButtonUnselectedNormal: rgb(166, 159, 157);
|
|
2053
|
+
--colorTextToggleButtonUnselectedHover: rgb(166, 159, 157);
|
|
2054
|
+
--colorTextToggleButtonSelectedNormal: rgb(224, 212, 206);
|
|
2055
|
+
--colorTextToggleButtonSelectedHover: rgb(224, 212, 206);
|
|
2056
|
+
--colorIconToggleButtonUnselectedNormal: rgb(166, 159, 157);
|
|
2057
|
+
--colorIconToggleButtonUnselectedHover: rgb(166, 159, 157);
|
|
2058
|
+
--colorIconToggleButtonSelectedNormal: rgb(124, 189, 210);
|
|
2059
|
+
--colorIconToggleButtonSelectedHover: rgb(124, 189, 210);
|
|
2060
|
+
--colorBgRoundToggleButtonUnselectedNormal: rgb(32, 27, 25);
|
|
2061
|
+
--colorBgRoundToggleButtonUnselectedHover: rgb(55, 50, 48);
|
|
2062
|
+
--colorBgRoundToggleButtonSelectedNormal: rgb(0, 106, 135);
|
|
2063
|
+
--colorBgRoundToggleButtonSelectedHover: rgb(0, 126, 159);
|
|
2064
|
+
--colorBorderRoundToggleButtonUnselectedNormal: rgb(117, 111, 109);
|
|
2065
|
+
--colorBorderRoundToggleButtonUnselectedHover: rgb(117, 111, 109);
|
|
2066
|
+
--colorBorderRoundToggleButtonSelectedNormal: rgb(0, 106, 135);
|
|
2067
|
+
--colorBorderRoundToggleButtonSelectedHover: rgb(0, 126, 159);
|
|
2068
|
+
--colorTextRoundToggleButtonUnselectedNormal: rgb(166, 159, 157);
|
|
2069
|
+
--colorTextRoundToggleButtonUnselectedHover: rgb(166, 159, 157);
|
|
2070
|
+
--colorTextRoundToggleButtonSelectedNormal: rgb(224, 212, 206);
|
|
2071
|
+
--colorTextRoundToggleButtonSelectedHover: rgb(224, 212, 206);
|
|
2072
|
+
--colorIconRoundToggleButtonUnselectedNormal: rgb(166, 159, 157);
|
|
2073
|
+
--colorIconRoundToggleButtonUnselectedHover: rgb(166, 159, 157);
|
|
2074
|
+
--colorIconRoundToggleButtonSelectedNormal: rgb(124, 189, 210);
|
|
2075
|
+
--colorIconRoundToggleButtonSelectedHover: rgb(124, 189, 210);
|
|
2076
|
+
--colorBgToastDefault: rgb(26, 22, 20);
|
|
2077
|
+
--colorBgDbTabHover: rgb(45, 40, 38);
|
|
2078
|
+
--colorBgDbTabFocus: rgb(55, 50, 48);
|
|
2079
|
+
--colorBgTabHover: rgba(166, 159, 157, 0.1);
|
|
2080
|
+
--colorBgMessageContainer: rgb(39, 35, 33);
|
|
2081
|
+
--colorBgMessageContainerHover: rgb(45, 40, 38);
|
|
2082
|
+
--colorBgEntityAvatarDefault: rgb(16, 25, 28);
|
|
2083
|
+
--colorBgEntityAvatarHover: rgb(8, 44, 54);
|
|
2084
|
+
--colorTextEntityAvatarDefault: rgb(0, 106, 135);
|
|
2085
|
+
--colorTextEntityAvatarHover: rgb(0, 136, 170);
|
|
2086
|
+
--colorBgMessageHighlighted: rgb(32, 27, 25);
|
|
2087
|
+
--colorBgCommentHover: rgb(32, 27, 25);
|
|
2088
|
+
--colorBgCodeEditor: rgb(39, 35, 33);
|
|
2089
|
+
--colorBgEditorImageZoomed: rgb(55, 50, 48);
|
|
2090
|
+
--colorMermaidPrimaryColor: rgb(86, 80, 78);
|
|
2091
|
+
--colorMermaidPrimaryBorderColor: rgb(117, 111, 109);
|
|
2092
|
+
--colorMermaidLineColor: rgb(117, 111, 109);
|
|
2093
|
+
--colorBgWhiteboard: rgb(26, 22, 20);
|
|
2094
|
+
--colorGridDotWhiteboard: rgb(55, 50, 48);
|
|
2095
|
+
--colorSelectionWhiteboardBorderEnabled: rgb(0, 106, 135);
|
|
2096
|
+
--colorHighlightWhiteboardSelection: rgb(0, 106, 135);
|
|
2097
|
+
--colorHighlightWhiteboardSelectionLocked: rgba(117, 111, 109, 0.5);
|
|
2098
|
+
--colorSelectionWhiteboardBorderDisabled: rgba(117, 111, 109, 0.5);
|
|
2099
|
+
--colorPlaceholderWhiteboardDefault: rgba(0, 106, 135, 0.2);
|
|
2100
|
+
--colorLinkPointWhiteboardDefault: rgb(0, 106, 135);
|
|
2101
|
+
--colorLinkPointWhiteboardFillDefault: #2d2623;
|
|
2102
|
+
--colorMapWhiteboardPreviewDefault: rgba(0, 106, 135, 0.4);
|
|
2103
|
+
--colorCardWhiteboardShadowDefault: rgba(166, 159, 157, 0.05);
|
|
2104
|
+
--colorCardWhiteboardBgDefault: rgb(50, 45, 43);
|
|
2105
|
+
--colorCardWhiteboardBorderDefault: rgba(224, 212, 206, 0.2);
|
|
2106
|
+
--colorUnitHeaderWhiteboardDefault: rgba(224, 212, 206, 0.6);
|
|
2107
|
+
--colorUnitWhiteboardBgDefault: rgb(55, 50, 48);
|
|
2108
|
+
--colorUnitWhiteboardBorderDefault: rgba(224, 212, 206, 0.25);
|
|
2109
|
+
--colorSectionWhiteboardBgInactive: rgb(32, 27, 25);
|
|
2110
|
+
--colorSectionWhiteboardBorderInactive: rgb(55, 50, 48);
|
|
2111
|
+
--colorUploadPreviewBg: rgba(32, 27, 25, 0.85);
|
|
2112
|
+
--colorEmbedWhiteboardEditBorder: rgba(0, 112, 97, 0.9);
|
|
2113
|
+
--colorTextWhiteboardDefault: rgb(224, 212, 206);
|
|
2114
|
+
--colorTextWhiteboardDisabled: rgb(117, 111, 109);
|
|
2115
|
+
--colorTextWhiteboardAccent: rgba(26, 22, 20, 0.6);
|
|
2116
|
+
--colorTextWhiteboardInversedDefault: rgb(255, 253, 250);
|
|
2117
|
+
--instrumentsMenuBg: rgb(45, 40, 38);
|
|
2118
|
+
--instrumentsMenuShadow:
|
|
1991
2119
|
0 0 1px 0 rgb(55, 50, 48), 0 4px 6px 0 rgba(26, 22, 20, 0.05), 0 3px 12px 0 rgba(26, 22, 20, 0.15);
|
|
1992
|
-
--
|
|
1993
|
-
--
|
|
2120
|
+
--commentBubbleBg: rgb(55, 50, 48);
|
|
2121
|
+
--commentsPanelShadow:
|
|
1994
2122
|
0 0 1px 0 rgb(55, 50, 48), 0 4px 6px 0 rgba(26, 22, 20, 0.05), 0 3px 12px 0 rgba(26, 22, 20, 0.15);
|
|
1995
|
-
--
|
|
1996
|
-
--
|
|
1997
|
-
--
|
|
1998
|
-
--
|
|
1999
|
-
--
|
|
2000
|
-
--
|
|
2001
|
-
--
|
|
2002
|
-
--
|
|
2003
|
-
--
|
|
2004
|
-
--
|
|
2005
|
-
--
|
|
2006
|
-
--
|
|
2007
|
-
--
|
|
2008
|
-
--
|
|
2009
|
-
--
|
|
2010
|
-
--
|
|
2011
|
-
--
|
|
2012
|
-
--
|
|
2013
|
-
--
|
|
2014
|
-
--
|
|
2015
|
-
--
|
|
2016
|
-
--
|
|
2017
|
-
--
|
|
2018
|
-
--
|
|
2019
|
-
--
|
|
2020
|
-
--
|
|
2021
|
-
--
|
|
2022
|
-
--
|
|
2023
|
-
--
|
|
2024
|
-
--
|
|
2025
|
-
--
|
|
2026
|
-
--
|
|
2027
|
-
--
|
|
2028
|
-
--
|
|
2029
|
-
--
|
|
2030
|
-
--
|
|
2031
|
-
--
|
|
2032
|
-
--
|
|
2033
|
-
--
|
|
2034
|
-
--
|
|
2035
|
-
--
|
|
2036
|
-
--
|
|
2037
|
-
--
|
|
2038
|
-
--
|
|
2039
|
-
--
|
|
2040
|
-
--
|
|
2041
|
-
--
|
|
2042
|
-
--
|
|
2043
|
-
--
|
|
2044
|
-
--
|
|
2045
|
-
--
|
|
2046
|
-
--
|
|
2047
|
-
--
|
|
2048
|
-
--
|
|
2049
|
-
--
|
|
2050
|
-
--
|
|
2051
|
-
--
|
|
2052
|
-
--
|
|
2053
|
-
--
|
|
2054
|
-
--
|
|
2055
|
-
--
|
|
2056
|
-
--
|
|
2057
|
-
--
|
|
2058
|
-
--
|
|
2059
|
-
--
|
|
2123
|
+
--searchFiltersBg: rgb(32, 27, 25);
|
|
2124
|
+
--selectedColorBorder: rgba(232, 226, 219, 0.25);
|
|
2125
|
+
--colorBgSegmentedControlDefault: rgb(26, 22, 20);
|
|
2126
|
+
--colorBgSegmentedControlActive: rgb(55, 50, 48);
|
|
2127
|
+
--colorBgSegmentedControlHover: rgb(45, 40, 38);
|
|
2128
|
+
--colorBorderSegmentedControlDefault: rgb(65, 60, 58);
|
|
2129
|
+
--colorBgBannerNeutral: rgb(39, 35, 33);
|
|
2130
|
+
--colorBgBannerAccent: rgb(8, 44, 54);
|
|
2131
|
+
--colorBgBannerWarning: rgb(43, 36, 0);
|
|
2132
|
+
--colorBgBannerError: rgb(67, 22, 25);
|
|
2133
|
+
--colorBgBannerSuccess: rgb(11, 46, 40);
|
|
2134
|
+
--colorIconBannerNeutral: rgb(166, 159, 157);
|
|
2135
|
+
--colorIconBannerAccent: rgb(124, 189, 210);
|
|
2136
|
+
--colorIconBannerWarning: rgb(227, 198, 0);
|
|
2137
|
+
--colorIconBannerError: rgb(244, 146, 147);
|
|
2138
|
+
--colorIconBannerSuccess: rgb(128, 192, 180);
|
|
2139
|
+
--colorTextBannerNeutral: rgb(224, 212, 206);
|
|
2140
|
+
--colorTextBannerAccent: rgb(124, 189, 210);
|
|
2141
|
+
--colorTextBannerWarning: rgb(227, 198, 0);
|
|
2142
|
+
--colorTextBannerError: rgb(244, 146, 147);
|
|
2143
|
+
--colorTextBannerSuccess: rgb(128, 192, 180);
|
|
2144
|
+
--colorBgChargebeeInfoBox: rgb(26, 22, 20);
|
|
2145
|
+
--newCommentHorizontalRulerColor: rgb(237, 150, 150);
|
|
2146
|
+
--colorBgErrorMessage: rgb(237, 150, 150);
|
|
2147
|
+
--colorBorderLogoGrid: rgb(45, 40, 38);
|
|
2148
|
+
--colorBorderLogoGridSubtle: rgb(45, 40, 38);
|
|
2149
|
+
--colorBorderLogoGridMedium: rgb(45, 40, 38);
|
|
2150
|
+
--colorStrokeLogoDashed: rgb(86, 80, 78);
|
|
2151
|
+
--colorBgLogoCardTransparent: rgb(32, 27, 25);
|
|
2152
|
+
--colorBgLogoCardDark: rgb(86, 80, 78);
|
|
2153
|
+
--colorBgLogoCardMedium: rgb(45, 40, 38);
|
|
2154
|
+
--colorBgSkeletonFrom: rgba(31, 26, 24, 0.05);
|
|
2155
|
+
--colorBgSkeletonTo: rgba(31, 26, 24, 0.1);
|
|
2156
|
+
--colorShadowInsetEdge: rgba(31, 26, 24, 0.05);
|
|
2157
|
+
--colorShadowBorder: rgba(31, 26, 24, 0.1);
|
|
2158
|
+
--colorShadowElevation: rgba(255, 253, 250, 0.1);
|
|
2159
|
+
--colorShadowOutline: rgba(255, 253, 250, 0.2);
|
|
2160
|
+
--colorPlaceholder: rgba(31, 26, 24, 0.4);
|
|
2161
|
+
--colorPlaceholderSubtle: rgba(31, 26, 24, 0.25);
|
|
2162
|
+
--colorBgSubtleLight: rgba(31, 26, 24, 0.05);
|
|
2163
|
+
--colorStrokeSurface: #1f1a18;
|
|
2164
|
+
--colorTextMilestone: rgba(255, 253, 250, 0.5);
|
|
2165
|
+
--colorSpinnerIcon: rgba(255, 253, 250, 0.9);
|
|
2166
|
+
--colorSpinnerBg: rgba(255, 253, 250, 0.1);
|
|
2167
|
+
--colorBgLaneSubtle: rgba(255, 253, 250, 0.05);
|
|
2168
|
+
--opacity15: 0.15;
|
|
2169
|
+
--opacity20: 0.2;
|
|
2170
|
+
--opacity25: 0.25;
|
|
2171
|
+
--opacity30: 0.3;
|
|
2172
|
+
--opacity40: 0.4;
|
|
2173
|
+
--opacity50: 0.5;
|
|
2174
|
+
--opacity60: 0.6;
|
|
2175
|
+
--opacity65: 0.65;
|
|
2176
|
+
--opacity70: 0.7;
|
|
2177
|
+
--opacity75: 0.75;
|
|
2178
|
+
--opacity80: 0.8;
|
|
2179
|
+
--opacity85: 0.85;
|
|
2180
|
+
--opacity90: 0.9;
|
|
2181
|
+
--whiteA10: rgba(31, 26, 24, 0.1);
|
|
2182
|
+
--whiteA40: rgba(31, 26, 24, 0.4);
|
|
2183
|
+
--whiteA100: #1f1a18;
|
|
2184
|
+
--colorBgFileOverlay: rgba(31, 26, 24, 0.6);
|
|
2185
|
+
--colorBgScrollFade: rgba(31, 26, 24, 0.15);
|
|
2186
|
+
--colorStrokeSelectedOutline: rgba(255, 253, 250, 0.75);
|
|
2187
|
+
--scrollbar: rgba(65, 60, 58, 0.5);
|
|
2060
2188
|
}
|