# ------------------------------------------------------------------------------ # BUBBLE 2026 THEME PACK # ------------------------------------------------------------------------------ # Silas, Mariusz Grzybacz - forum QNAP [ forum.qnap.net.pl ] # BIO: devspark.pl # ------------------------------------------------------------------------------ # ============================================================================== # (SHARED) - DO NOT EDIT THIS BLOCK # ============================================================================== x-bubble-shared: &bubble_shared card-mod-root-yaml: | .: | @media only screen and (max-width: 768px) { .header { display: none; opacity: 0; } #view { padding-top: 0 !important; margin-top: 0 !important; height: calc(100vh - env(safe-area-inset-top)) !important; } } card-mod-more-info-yaml: | $: | .mdc-dialog .mdc-dialog__scrim { backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); background: rgba(0,0,0,.6); } .mdc-dialog .mdc-dialog__container .mdc-dialog__surface { box-shadow: none !important; border-radius: var(--ha-card-border-radius); } .: | :host { --ha-card-box-shadow: none; } card-mod-view-yaml: | hui-sidebar-view: $: | .container { overflow: hidden; } @media only screen and (min-width: 768px) { .container { max-width: 520px; margin: auto !important; width: -webkit-fill-available; } } #wrapper: | $: | #progressContainer { border-radius: 14px !important; } .: | hui-view { transform: translate3d(0px, -60px, 0px); } "#view>hui-view>hui-sidebar-view$#main>hui-card-options:nth-child(7)>vertical-stack-in-card$ha-card>div>hui-horizontal-stack-card$#root>hui-grid-card$#root>hui-entities-card$#states>div:nth-child(4)>slider-entity-row$div>ha-slider$#sliderBar$#progressContainer" { border-radius: 14px !important; } card-mod-card: | ha-card { transition: none; border-style: none !important; --bubble-text-on-accent: var(--token-text-on-accent); } .is-light .bubble-range-fill, .is-light .slider-use-light-color { opacity: 0.6; filter: saturate(0.7); } $: | .bubble-button-card-container { --primary-text-color: var(--token-text); color: var(--token-text) !important; } /* Tekst na tle accent – przycisk, sub-button, slider (background-on = tło accent) */ .bubble-button-card-container[style*="background-color"], .bubble-button-card-container.background-on, .bubble-sub-button[style*="background-color"], .bubble-sub-button[style*="bubble-accent-color"], .bubble-sub-button[style*="bubble-sub-button-light-background-color"], .bubble-sub-button.background-on { --primary-text-color: var(--token-text-on-accent) !important; --bubble-icon-color: var(--token-text-on-accent) !important; --bubble-name-color: var(--token-text-on-accent) !important; --bubble-state-color: var(--token-text-on-accent) !important; color: var(--token-text-on-accent) !important; } .bubble-sub-button.background-on .bubble-sub-button-name-container, .bubble-sub-button.background-on .bubble-sub-button-icon, .bubble-sub-button[style*="bubble-accent-color"] .bubble-sub-button-name-container, .bubble-sub-button[style*="bubble-accent-color"] .bubble-sub-button-icon { color: var(--token-text-on-accent) !important; } ha-icon { color: inherit !important; } card-mod-card-yaml: | "ha-card$": | .bubble-sub-button.background-on, .bubble-sub-button[style*="bubble-accent-color"], .bubble-sub-button[style*="bubble-sub-button-light-background-color"] { --primary-text-color: var(--token-text-on-accent) !important; --bubble-icon-color: var(--token-text-on-accent) !important; --bubble-name-color: var(--token-text-on-accent) !important; --bubble-state-color: var(--token-text-on-accent) !important; color: var(--token-text-on-accent) !important; } .bubble-sub-button.background-on .bubble-sub-button-name-container, .bubble-sub-button.background-on ha-icon, .bubble-sub-button[style*="bubble-accent-color"] .bubble-sub-button-name-container, .bubble-sub-button[style*="bubble-accent-color"] ha-icon { color: var(--token-text-on-accent) !important; } "hui-element$ha-card$": | .bubble-sub-button.background-on, .bubble-sub-button[style*="bubble-accent-color"] { --primary-text-color: var(--token-text-on-accent) !important; color: var(--token-text-on-accent) !important; } # ============================================================================== # (SHARED ANCHORS) # ============================================================================== # Base anchor – all shared styling except bubble-border and token-rgb-* palette x-bubble-colors-base-no-rgb: &bubble_colors_base_no_rgb # Fonts primary-font-family: "Inter, Lato, Roboto, Figtree, sans-serif" ha-font-family-body: "var(--primary-font-family)" ha-font-family-heading: "var(--primary-font-family)" ha-font-family-code: "var(--primary-font-family)" ha-font-family-longform: "var(--primary-font-family)" ## ::Legacy:: Font Family Tokens ha-card-header-font-family: "var(--primary-font-family)" mdc-typography-font-family: "var(--primary-font-family)" mdc-typography-button-font-family: "var(--primary-font-family)" mdc-typography-body1-font-family: "var(--primary-font-family)" md-list-item-label-text-font: "var(--primary-font-family)" paper-font-common-base_-_font-family: "var(--primary-font-family)" paper-font-common-code_-_font-family: "var(--primary-font-family)" paper-font-body1_-_font-family: "var(--primary-font-family)" paper-font-subhead_-_font-family: "var(--primary-font-family)" paper-font-headline_-_font-family: "var(--primary-font-family)" paper-font-caption_-_font-family: "var(--primary-font-family)" paper-font-title_-_font-family: "var(--primary-font-family)" # Font Weight token-weight-font-body: 400 token-weight-font-title: 600 token-weight-font-title-card: var(--token-weight-font-title) # Font token-size-font-xs: calc(10px * var(--ha-font-size-scale)) token-size-font-s: calc(12px * var(--ha-font-size-scale)) token-size-font-m: calc(14px * var(--ha-font-size-scale)) token-size-font-l: calc(15px * var(--ha-font-size-scale)) token-size-font-xl: calc(20px * var(--ha-font-size-scale)) token-size-font-2xl: calc(24px * var(--ha-font-size-scale)) token-size-font-3xl: calc(28px * var(--ha-font-size-scale)) token-size-font-4xl: calc(32px * var(--ha-font-size-scale)) token-size-font-5xl: calc(40px * var(--ha-font-size-scale)) token-size-font-title: var(--token-size-font-3xl) token-size-font-title-card: var(--token-size-font-l) ## ::Legacy:: Size title-font-size: var(--token-size-font-title) ha-heading-card-title-font-size: var(--token-size-font-title-card) ha-heading-card-title-font-weight: var(--token-weight-font-title-card) ## Font Smoothing ha-font-smoothing: antialiased webkit-font-smoothing: antialiased ## Font Weight Tokens ha-font-weight-normal: var(--token-weight-font-body) ha-font-weight-medium: var(--token-weight-font-title) ha-font-weight-bold: var(--token-weight-font-title) ha-font-weight-body: var(--token-weight-font-body) ha-font-weight-heading: var(--token-weight-font-title) ha-font-weight-action: var(--token-weight-font-title) ## ::Legacy:: Font Weight mdc-typography-button-font-weight: var(--token-weight-font-title) title-font-weight: var(--token-weight-font-title) ## Font Size Tokens ha-font-size-xs: var(--token-size-font-xs) ha-font-size-s: var(--token-size-font-s) ha-font-size-m: var(--token-size-font-m) ha-font-size-l: var(--token-size-font-l) ha-font-size-xl: var(--token-size-font-xl) ha-font-size-2xl: var(--token-size-font-2xl) ha-font-size-3xl: var(--token-size-font-3xl) ha-font-size-4xl: var(--token-size-font-4xl) ha-font-size-5xl: var(--token-size-font-5xl) # ------------------------------------------------------------------------------ # Extensions # ------------------------------------------------------------------------------ mcg-title-font-weight: 400 mush-title-font-weight: var(--title-font-weight) mush-title-font-size: var(--title-font-size) # ---------------------------------------------------------------------------- # CORE MAPPING # ---------------------------------------------------------------------------- primary-color: "var(--token-accent)" accent-color: "var(--token-accent)" # Text Colors text-color: "var(--token-text)" primary-text-color: "var(--token-text)" secondary-text-color: "var(--token-text-secondary)" pbs-button-color: "var(--token-text)" pbs-button-rgb-color: "var(--token-text)" pbs-button-rgb-state-color: "var(--token-text)" pbs-button-rgb-default-color: "var(--token-text)" rgb-state-default-color: "var(--token-text)" pbs-button-rgb-fallback: "var(--token-text)" # CRITICAL FIX: Explicitly controls text color on active elements text-primary-color: var(--token-text-on-accent) # Backgrounds background-color: var(--token-bg) primary-background-color: var(--token-bg) secondary-background-color: var(--token-bg-secondary) ha-card-background: var(--token-card) card-background-color: var(--token-card) # Header app-header-background-color: var(--token-bg) app-header-text-color: var(--token-text) # Sidebar sidebar-background-color: var(--token-bg) sidebar-text-color: var(--token-text) sidebar-icon-color: var(--token-sidebar-icon) sidebar-selected-icon-color: var(--token-accent) sidebar-selected-text-color: var(--token-text) divider-color: var(--token-bg) # Controls switch-checked-button-color: var(--token-accent) switch-checked-track-color: var(--token-card) switch-unchecked-button-color: var(--token-text-secondary) switch-unchecked-track-color: var(--token-bg-secondary) slider-color: var(--token-accent) paper-slider-knob-color: var(--token-accent) paper-slider-active-color: var(--token-accent) paper-slider-pin-color: var(--token-accent) # Border # Shapes ha-card-border-radius: "28px" ha-card-box-shadow: "none" ha-card-border-width: "0px" control-button-border-radius: "24px" # Semantics success-color: var(--token-success) warning-color: var(--token-warning) error-color: var(--token-error) info-color: var(--token-info) red-color: var(--error-color) green-color: var(--success-color) yellow-color: var(--warning-color) blue-color: var(--info-color) # ---------------------------------------------------------------------------- # HA Mappings rgb-primary-color: var(--token-rgb-primary) rgb-accent-color: var(--token-rgb-primary) rgb-white-color: var(--token-rgb-white) rgb-purple-color: var(--token-rgb-purple) rgb-pink-color: var(--token-rgb-pink) rgb-red-color: var(--token-rgb-red) rgb-deep-purple-color: var(--token-rgb-deep-purple) rgb-indigo-color: var(--token-rgb-indigo) rgb-blue-color: var(--token-rgb-blue) rgb-light-blue-color: var(--token-rgb-light-blue) rgb-cyan-color: var(--token-rgb-cyan) rgb-teal-color: var(--token-rgb-teal) rgb-green-color: var(--token-rgb-green) rgb-light-green-color: var(--token-rgb-light-green) rgb-lime-color: var(--token-rgb-lime) rgb-yellow-color: var(--token-rgb-yellow) rgb-amber-color: var(--token-rgb-amber) rgb-orange-color: var(--token-rgb-orange) rgb-deep-orange-color: var(--token-rgb-deep-orange) rgb-brown-color: var(--token-rgb-brown) rgb-grey-color: var(--token-rgb-grey) rgb-blue-grey-color: var(--token-rgb-blue-grey) rgb-black-color: var(--token-rgb-black) rgb-disabled-color: var(--token-rgb-disabled) rgb-state-inactive-color: var(--token-rgb-state-inactive) # Mushroom Mappings mush-rgb-white: var(--rgb-white-color) mush-rgb-purple: var(--rgb-purple-color) mush-rgb-pink: var(--rgb-pink-color) mush-rgb-red: var(--rgb-red-color) mush-rgb-deep-purple: var(--rgb-deep-purple-color) mush-rgb-indigo: var(--rgb-indigo-color) mush-rgb-blue: var(--rgb-blue-color) mush-rgb-light-blue: var(--rgb-light-blue-color) mush-rgb-cyan: var(--rgb-cyan-color) mush-rgb-teal: var(--rgb-teal-color) mush-rgb-green: var(--rgb-green-color) mush-rgb-light-green: var(--rgb-light-green-color) mush-rgb-lime: var(--rgb-lime-color) mush-rgb-yellow: var(--rgb-yellow-color) mush-rgb-amber: var(--rgb-amber-color) mush-rgb-orange: var(--rgb-orange-color) mush-rgb-deep-orange: var(--rgb-deep-orange-color) mush-rgb-brown: var(--rgb-brown-color) mush-rgb-grey: var(--rgb-grey-color) mush-rgb-blue-grey: var(--rgb-blue-grey-color) mush-rgb-black: var(--rgb-black-color) mush-rgb-disabled: var(--rgb-disabled-color) # Light mode base (no token-rgb palette – for themes with custom palette) x-bubble-colors-dark: &bubble_colors_dark <<: *bubble_colors_base_no_rgb bubble-border: "1.8px solid var(--divider-color, #e0e0e0)" # ---------------------------------------------------------------------------- # COMPLEMENTARY RGB PALETTE – non-semantic (green/yellow/red/blue are per theme) # ---------------------------------------------------------------------------- token-rgb-white: 255, 255, 255 token-rgb-black: 0, 0, 0 token-rgb-purple: 181, 108, 255 token-rgb-pink: 255, 120, 190 token-rgb-deep-purple: 124, 77, 255 token-rgb-indigo: 83, 109, 254 token-rgb-light-blue: 3, 169, 244 token-rgb-cyan: 0, 188, 212 token-rgb-teal: 64, 200, 186 token-rgb-light-green: 156, 255, 166 token-rgb-lime: 205, 220, 57 token-rgb-amber: 255, 211, 99 token-rgb-orange: 255, 152, 0 token-rgb-deep-orange: 255, 87, 34 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 token-rgb-blue-grey: 96, 125, 139 token-rgb-disabled: 158, 158, 158 token-rgb-state-inactive: 123, 126, 139 # Dark anchor without RGB palette – for themes with a fully custom token-rgb-* set x-bubble-colors-dark-no-rgb: &bubble_colors_dark_no_rgb <<: *bubble_colors_base_no_rgb bubble-border: "1.8px solid var(--divider-color, #e0e0e0)" # Light mode base (no token-rgb palette – for themes with custom palette) x-bubble-colors-light-base: &bubble_colors_light_base <<: *bubble_colors_base_no_rgb bubble-border: "1.8px solid var(--divider-color, rgba(31, 31, 31, 1))" dummy_entry: "none" # Light mode anchor (inherits structure, overrides border + light-appropriate RGB palette) # HA default light-mode RGB (color.globals.ts) – named palette for light backgrounds # Light mode anchor (inherits structure, overrides border + light-appropriate RGB palette) # HA default light-mode RGB (color.globals.ts) – named palette for light backgrounds x-bubble-colors-light: &bubble_colors_light <<: *bubble_colors_light_base # Light-appropriate token-rgb-* (HA defaults for light mode; semantic green/yellow/red/blue per theme) token-rgb-white: 255, 255, 255 token-rgb-black: 0, 0, 0 token-rgb-purple: 146, 107, 199 token-rgb-pink: 233, 30, 99 token-rgb-deep-purple: 110, 65, 171 token-rgb-indigo: 63, 81, 181 token-rgb-light-blue: 3, 169, 244 token-rgb-cyan: 0, 188, 212 token-rgb-teal: 0, 150, 136 token-rgb-light-green: 139, 195, 74 token-rgb-lime: 205, 220, 57 token-rgb-amber: 255, 193, 7 token-rgb-orange: 255, 152, 0 token-rgb-deep-orange: 255, 111, 34 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 token-rgb-blue-grey: 96, 125, 139 token-rgb-disabled: 158, 158, 158 token-rgb-state-inactive: 123, 126, 139 Bubble 2026: card-mod-theme: Bubble 2026 <<: *bubble_shared modes: dark: token-accent: "rgb(80, 110, 172)" token-rgb-primary: 80, 110, 172 token-text-on-accent: "#ffffff" token-bg: "rgba(57, 54, 70, 1)" token-bg-secondary: "rgb(92, 83, 103)" token-card: "rgba(79, 69, 87, 1)" token-text: "#ffffff" token-text-secondary: "#b0b0b0" token-sidebar-icon: "#98a7b9" token-success: "rgba(0, 202, 139, 1)" token-rgb-green: 0, 202, 139 token-warning: "rgba(222, 176, 107, 1)" token-rgb-yellow: 222, 176, 107 token-error: "rgba(247, 53, 67, 1)" token-rgb-red: 247, 53, 67 token-info: "rgba(26, 137, 245, 1)" token-rgb-blue: 26, 137, 245 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark light: token-accent: "#e69c9c" token-rgb-primary: 230, 156, 156 token-text-on-accent: "#ffffff" token-bg: "#eff1f5" token-bg-secondary: "#ccd0da" token-card: "#dce0e8" token-text: "#4c4f69" token-text-secondary: "#6c6f85" token-sidebar-icon: "#8c8fa1" token-success: "rgba(46, 204, 113, 1)" token-rgb-green: 46, 204, 113 token-warning: "rgba(245, 166, 35, 1)" token-rgb-yellow: 245, 166, 35 token-error: "rgba(231, 76, 60, 1)" token-rgb-red: 231, 76, 60 token-info: "rgba(0, 122, 255, 1)" token-rgb-blue: 0, 122, 255 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light Bubble 2026 BFG: card-mod-theme: Bubble 2026 BFG <<: *bubble_shared modes: dark: token-accent: "rgb(80, 110, 172)" token-rgb-primary: 80, 110, 172 token-text-on-accent: "#ffffff" token-bg: "rgba(57, 54, 70, 1)" token-bg-secondary: "rgb(92, 83, 103)" token-card: "rgba(79, 69, 87, 1)" token-text: "#ffffff" token-text-secondary: "#b0b0b0" token-sidebar-icon: "#98a7b9" token-success: "rgba(0, 202, 139, 1)" token-rgb-green: 0, 202, 139 token-warning: "rgba(222, 176, 107, 1)" token-rgb-yellow: 222, 176, 107 token-error: "rgba(247, 53, 67, 1)" token-rgb-red: 247, 53, 67 token-info: "rgba(26, 137, 245, 1)" token-rgb-blue: 26, 137, 245 lovelace-background: "center / cover no-repeat url('https://raw.githubusercontent.com/silasmariusz/Bubble_Theme_2026/refs/heads/main/www/bubble_2026_bfg_background.png') fixed" bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark light: token-accent: "#e69c9c" token-rgb-primary: 230, 156, 156 token-text-on-accent: "#ffffff" token-bg: "#eff1f5" token-bg-secondary: "#ccd0da" token-card: "#dce0e8" token-text: "#4c4f69" token-text-secondary: "#6c6f85" token-sidebar-icon: "#8c8fa1" token-success: "rgba(46, 204, 113, 1)" token-rgb-green: 46, 204, 113 token-warning: "rgba(245, 166, 35, 1)" token-rgb-yellow: 245, 166, 35 token-error: "rgba(231, 76, 60, 1)" token-rgb-red: 231, 76, 60 token-info: "rgba(0, 122, 255, 1)" token-rgb-blue: 0, 122, 255 lovelace-background: "center / cover no-repeat url('https://raw.githubusercontent.com/silasmariusz/Bubble_Theme_2026/refs/heads/main/www/bubble_2026_bfg_background-light.png') fixed" bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light Bubble Silas PEBKAC: card-mod-theme: Bubble Silas PEBKAC <<: *bubble_shared modes: dark: token-accent: "rgba(173, 255, 92, 1)" token-rgb-primary: 173, 255, 92 token-text-on-accent: "#000000" token-bg: "rgba(25, 27, 26, 1)" token-bg-secondary: "rgba(44, 51, 47, 1)" token-card: "rgba(37, 41, 42, 1)" token-text: "#ffffff" token-text-secondary: "rgb(244, 238, 224)" token-sidebar-icon: "#98a7b9" token-success: "rgba(173, 255, 92, 1)" token-rgb-green: 173, 255, 92 token-warning: "rgba(255, 177, 92, 1)" token-rgb-yellow: 255, 177, 92 token-error: "rgba(255, 92, 122, 1)" token-rgb-red: 255, 92, 122 token-info: "rgba(70, 164, 255, 1)" token-rgb-blue: 70, 164, 255 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark light: token-accent: "#78be20" token-rgb-primary: 120, 190, 32 token-text-on-accent: "#ffffff" token-bg: "#f4f7f6" token-bg-secondary: "#e0e4e2" token-card: "#ffffff" token-text: "#202020" token-text-secondary: "#606060" token-sidebar-icon: "#808080" token-success: "#2ecc71" token-rgb-green: 46, 204, 113 token-warning: "#f5a623" token-rgb-yellow: 245, 166, 35 token-error: "#e74c3c" token-rgb-red: 231, 76, 60 token-info: "#007aff" token-rgb-blue: 0, 122, 255 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light Bubble IDKFA: card-mod-theme: Bubble IDKFA <<: *bubble_shared modes: dark: token-accent: "#a0a0a0" token-rgb-primary: 160, 160, 160 token-text-on-accent: "#0d0d0d" token-bg: "#0d0d0d" token-bg-secondary: "#1a1a1a" token-card: "#252525" token-text: "#e0e0e0" token-text-secondary: "#a0a0a0" token-sidebar-icon: "#b0b0b0" token-success: "#6b6b6b" token-rgb-green: 107, 107, 107 token-warning: "#8c8c8c" token-rgb-yellow: 140, 140, 140 token-error: "#525252" token-rgb-red: 82, 82, 82 token-info: "#787878" token-rgb-blue: 120, 120, 120 token-rgb-purple: 140, 140, 140 token-rgb-pink: 145, 145, 145 token-rgb-cyan: 115, 115, 115 token-rgb-teal: 105, 105, 105 token-rgb-orange: 130, 130, 130 token-rgb-lime: 125, 125, 125 token-rgb-amber: 135, 135, 135 token-rgb-deep-orange: 115, 115, 115 token-rgb-brown: 95, 95, 95 token-rgb-grey: 158, 158, 158 token-rgb-blue-grey: 110, 110, 110 token-rgb-indigo: 100, 100, 100 token-rgb-deep-purple: 90, 90, 90 token-rgb-light-blue: 125, 125, 125 token-rgb-light-green: 130, 130, 130 token-rgb-disabled: 100, 100, 100 token-rgb-state-inactive: 90, 90, 90 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#505050" token-rgb-primary: 80, 80, 80 token-text-on-accent: "#d3d3d3" token-bg: "#d3d3d3" token-bg-secondary: "#c0c0c0" token-card: "#b8b8b8" token-text: "#2d2d2d" token-text-secondary: "#505050" token-sidebar-icon: "#606060" token-success: "#5a5a5a" token-rgb-green: 90, 90, 90 token-warning: "#656565" token-rgb-yellow: 101, 101, 101 token-error: "#454545" token-rgb-red: 69, 69, 69 token-info: "#555555" token-rgb-blue: 85, 85, 85 token-rgb-purple: 95, 95, 95 token-rgb-pink: 98, 98, 98 token-rgb-cyan: 88, 88, 88 token-rgb-teal: 82, 82, 82 token-rgb-orange: 92, 92, 92 token-rgb-lime: 90, 90, 90 token-rgb-amber: 94, 94, 94 token-rgb-deep-orange: 85, 85, 85 token-rgb-brown: 75, 75, 75 token-rgb-grey: 115, 115, 115 token-rgb-blue-grey: 100, 100, 100 token-rgb-indigo: 88, 88, 88 token-rgb-deep-purple: 80, 80, 80 token-rgb-light-blue: 90, 90, 90 token-rgb-light-green: 92, 92, 92 token-rgb-disabled: 105, 105, 105 token-rgb-state-inactive: 95, 95, 95 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base Bubble Dubble: card-mod-theme: Bubble Dubble <<: *bubble_shared modes: dark: token-accent: "#5ee9f2" token-rgb-primary: 94, 233, 242 token-text-on-accent: "#000000" token-bg: "#0b0e14" token-bg-secondary: "#151a23" token-card: "#161b22" token-text: "#e6f5ff" token-text-secondary: "#8b949e" token-sidebar-icon: "#8b949e" token-success: "#3fb950" token-rgb-green: 63, 185, 80 token-warning: "#d29922" token-rgb-yellow: 210, 153, 34 token-error: "#f85149" token-rgb-red: 248, 81, 73 token-info: "#58a6ff" token-rgb-blue: 88, 166, 255 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark light: token-accent: "#0969da" token-rgb-primary: 9, 105, 218 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f6f8fa" token-card: "#f6f8fa" token-text: "#24292f" token-text-secondary: "#57606a" token-sidebar-icon: "#57606a" token-success: "#2da44e" token-rgb-green: 45, 164, 78 token-warning: "#bf8700" token-rgb-yellow: 191, 135, 0 token-error: "#cf222e" token-rgb-red: 207, 34, 46 token-info: "#0969da" token-rgb-blue: 9, 105, 218 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light Bubble IDDQD: card-mod-theme: Bubble IDDQD <<: *bubble_shared modes: dark: token-accent: "#ffd700" token-rgb-primary: 255, 215, 0 token-text-on-accent: "#000000" token-bg: "#1d1f21" token-bg-secondary: "#282a2e" token-card: "#373b41" token-text: "#FFFFFF" token-text-secondary: "#CACBCA" token-sidebar-icon: "#e0e0e0" token-success: "#b5bd68" token-rgb-green: 181, 189, 104 token-warning: "#f0c674" token-rgb-yellow: 240, 198, 116 token-error: "#cc6666" token-rgb-red: 204, 102, 102 token-info: "#81a2be" token-rgb-blue: 129, 162, 190 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark light: token-accent: "#e0ac00" token-rgb-primary: 224, 172, 0 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f0f0f0" token-card: "#f5f5f5" token-text: "#202020" token-text-secondary: "#505050" token-sidebar-icon: "#505050" token-success: "#718c00" token-rgb-green: 113, 140, 0 token-warning: "#e18a07" token-rgb-yellow: 225, 138, 7 token-error: "#c82829" token-rgb-red: 200, 40, 41 token-info: "#4271ae" token-rgb-blue: 66, 113, 174 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light Bubble GRUVBOX: card-mod-theme: Bubble GRUVBOX <<: *bubble_shared modes: dark: token-accent: "#fe8019" token-rgb-primary: 254, 128, 25 token-text-on-accent: "#000000" token-bg: "#282828" token-bg-secondary: "#3c3836" token-card: "#504945" token-text: "#ebdbb2" token-text-secondary: "#a89984" token-sidebar-icon: "#d5c4a1" token-success: "#b8bb26" token-rgb-green: 184, 187, 38 token-warning: "#fabd2f" token-rgb-yellow: 250, 189, 47 token-error: "#fb4934" token-rgb-red: 251, 73, 52 token-info: "#83a598" token-rgb-blue: 131, 165, 152 token-rgb-purple: 211, 134, 155 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#af3a03" token-rgb-primary: 175, 58, 3 token-text-on-accent: "#ffffff" token-bg: "#fbf1c7" token-bg-secondary: "#ebdbb2" token-card: "#f9f5d7" token-text: "#3c3836" token-text-secondary: "#7c6f64" token-sidebar-icon: "#7c6f64" token-success: "#98971a" token-rgb-green: 152, 151, 26 token-warning: "#d79921" token-rgb-yellow: 215, 153, 33 token-error: "#cc241d" token-rgb-red: 204, 36, 29 token-info: "#458588" token-rgb-blue: 69, 133, 136 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light # ------------------------------------------------------------------------------ # 6. BUBBLE NORD (Arctic, bluish-grey, very muted) # ------------------------------------------------------------------------------ Bubble Nord: card-mod-theme: Bubble Nord <<: *bubble_shared modes: dark: token-accent: "#88C0D0" token-rgb-primary: 136, 192, 208 token-text-on-accent: "#2E3440" token-bg: "#2E3440" token-bg-secondary: "#3B4252" token-card: "#434C5E" token-text: "#D8DEE9" token-text-secondary: "#E5E9F0" token-sidebar-icon: "#D8DEE9" token-success: "#A3BE8C" token-rgb-green: 163, 190, 140 token-warning: "#EBCB8B" token-rgb-yellow: 235, 203, 139 token-error: "#BF616A" token-rgb-red: 191, 97, 106 token-info: "#5E81AC" token-rgb-blue: 94, 129, 172 token-rgb-purple: 180, 142, 173 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#5E81AC" token-rgb-primary: 94, 129, 172 token-text-on-accent: "#ffffff" token-bg: "#ECEFF4" token-bg-secondary: "#E5E9F0" token-card: "#ffffff" token-text: "#2E3440" token-text-secondary: "#4C566A" token-sidebar-icon: "#4C566A" token-success: "#A3BE8C" token-rgb-green: 163, 190, 140 token-warning: "#EBCB8B" token-rgb-yellow: 235, 203, 139 token-error: "#BF616A" token-rgb-red: 191, 97, 106 token-info: "#5E81AC" token-rgb-blue: 94, 129, 172 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light # ------------------------------------------------------------------------------ # 7. BUBBLE ONE DARK PRO (Atom standard, balanced grey) # ------------------------------------------------------------------------------ Bubble One Dark Pro: card-mod-theme: Bubble One Dark Pro <<: *bubble_shared modes: dark: token-accent: "#61afef" token-rgb-primary: 97, 175, 239 token-text-on-accent: "#282c34" token-bg: "#282c34" token-bg-secondary: "#21252b" token-card: "#343a45" token-text: "#abb2bf" token-text-secondary: "#828997" token-sidebar-icon: "#abb2bf" token-success: "#98c379" token-rgb-green: 152, 195, 121 token-warning: "#e5c07b" token-rgb-yellow: 229, 192, 123 token-error: "#e06c75" token-rgb-red: 224, 108, 117 token-info: "#56b6c2" token-rgb-cyan: 86, 182, 194 token-rgb-purple: 198, 120, 221 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#0184bc" token-rgb-primary: 1, 132, 188 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#f0f0f0" token-card: "#ffffff" token-text: "#383a42" token-text-secondary: "#a0a1a7" token-sidebar-icon: "#a0a1a7" token-success: "#50a14f" token-rgb-green: 80, 161, 79 token-warning: "#c18401" token-rgb-yellow: 193, 132, 1 token-error: "#e45649" token-rgb-red: 228, 86, 73 token-info: "#0184bc" token-rgb-blue: 1, 132, 188 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light # ------------------------------------------------------------------------------ # 8. BUBBLE GITHUB DIMMED (Professional, low contrast) # ------------------------------------------------------------------------------ Bubble GitHub Dimmed: card-mod-theme: Bubble GitHub Dimmed <<: *bubble_shared modes: dark: token-accent: "#539bf5" token-rgb-primary: 83, 155, 245 token-text-on-accent: "#ffffff" token-bg: "#22272e" token-bg-secondary: "#1c2128" token-card: "#2d333b" token-text: "#adbac7" token-text-secondary: "#768390" token-sidebar-icon: "#adbac7" token-success: "#57ab5a" token-rgb-green: 87, 171, 90 token-warning: "#c69026" token-rgb-yellow: 198, 144, 38 token-error: "#e5534b" token-rgb-red: 229, 83, 75 token-info: "#539bf5" token-rgb-blue: 83, 155, 245 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark light: token-accent: "#0969da" token-rgb-primary: 9, 105, 218 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f6f8fa" token-card: "#f6f8fa" token-text: "#24292f" token-text-secondary: "#57606a" token-sidebar-icon: "#57606a" token-success: "#1a7f37" token-rgb-green: 26, 127, 55 token-warning: "#9a6700" token-rgb-yellow: 154, 103, 0 token-error: "#cf222e" token-rgb-red: 207, 34, 46 token-info: "#0969da" token-rgb-blue: 9, 105, 218 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light # ------------------------------------------------------------------------------ # 9. BUBBLE AYU MIRAGE (Warm dark grey/blue, elegant) # ------------------------------------------------------------------------------ Bubble Ayu Mirage: card-mod-theme: Bubble Ayu Mirage <<: *bubble_shared modes: dark: token-accent: "#ffcc66" token-rgb-primary: 255, 204, 102 token-text-on-accent: "#1f2430" token-bg: "#1f2430" token-bg-secondary: "#191e2a" token-card: "#2a3140" token-text: "#cccac2" token-text-secondary: "#707a8c" token-sidebar-icon: "#cccac2" token-success: "#bae67e" token-rgb-green: 186, 230, 126 token-warning: "#ffcc66" token-rgb-yellow: 255, 204, 102 token-error: "#ff3333" token-rgb-red: 255, 51, 51 token-info: "#5ccfe6" token-rgb-cyan: 92, 207, 230 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#ff9940" token-rgb-primary: 255, 153, 64 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#f0f0f0" token-card: "#ffffff" token-text: "#5c6773" token-text-secondary: "#abb0b6" token-sidebar-icon: "#abb0b6" token-success: "#86b300" token-rgb-green: 134, 179, 0 token-warning: "#fa8d3e" token-rgb-yellow: 250, 141, 62 token-error: "#f07178" token-rgb-red: 240, 113, 120 token-info: "#399ee6" token-rgb-blue: 57, 158, 230 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light # ------------------------------------------------------------------------------ # 10. BUBBLE CATPPUCCIN MACCHIATO (Soft pastel, middle contrast) # ------------------------------------------------------------------------------ Bubble Catppuccin Macchiato: card-mod-theme: Bubble Catppuccin Macchiato <<: *bubble_shared modes: dark: token-accent: "#c6a0f6" token-rgb-primary: 198, 160, 246 token-text-on-accent: "#24273a" token-bg: "#24273a" token-bg-secondary: "#1e2030" token-card: "#363a4f" token-text: "#cad3f5" token-text-secondary: "#939ab7" token-sidebar-icon: "#cad3f5" token-success: "#a6da95" token-rgb-green: 166, 218, 149 token-warning: "#eed49f" token-rgb-yellow: 238, 212, 159 token-error: "#ed8796" token-rgb-red: 237, 135, 150 token-info: "#8aadf4" token-rgb-blue: 138, 173, 244 token-rgb-purple: 198, 160, 246 token-rgb-pink: 245, 189, 230 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#8839ef" token-rgb-primary: 136, 57, 239 token-text-on-accent: "#ffffff" token-bg: "#eff1f5" token-bg-secondary: "#e6e9ef" token-card: "#ffffff" token-text: "#4c4f69" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-text-secondary: "#7c7f93" token-sidebar-icon: "#7c7f93" bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light # ------------------------------------------------------------------------------ # 11. BUBBLE TOKYO NIGHT STORM (Deep blue-grey, soothing) # ------------------------------------------------------------------------------ Bubble Tokyo Night Storm: card-mod-theme: Bubble Tokyo Night Storm <<: *bubble_shared modes: dark: token-accent: "#7aa2f7" token-rgb-primary: 122, 162, 247 token-text-on-accent: "#1a1b26" token-bg: "#24283b" token-bg-secondary: "#1f2335" token-card: "#2f3549" token-text: "#c0caf5" token-text-secondary: "#787c99" token-sidebar-icon: "#c0caf5" token-success: "#9ece6a" token-rgb-green: 158, 206, 106 token-warning: "#e0af68" token-rgb-yellow: 224, 175, 104 token-error: "#f7768e" token-rgb-red: 247, 118, 142 token-info: "#7dcfff" token-rgb-cyan: 125, 207, 255 token-rgb-purple: 187, 154, 247 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#34548a" token-rgb-primary: 52, 84, 138 token-text-on-accent: "#ffffff" token-bg: "#d5d6db" token-bg-secondary: "#cfc9c2" token-card: "#e1e2e7" token-text: "#343b58" token-text-secondary: "#565f89" token-sidebar-icon: "#565f89" token-success: "#485e30" token-rgb-green: 72, 94, 48 token-warning: "#8f5e15" token-rgb-yellow: 143, 94, 21 token-error: "#8c4351" token-rgb-red: 140, 67, 81 token-info: "#0f4b6e" token-rgb-blue: 15, 75, 110 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light # ------------------------------------------------------------------------------ # 12. BUBBLE PALENIGHT (Material Theme, Muted Purple) # ------------------------------------------------------------------------------ Bubble Palenight: card-mod-theme: Bubble Palenight <<: *bubble_shared modes: dark: token-accent: "#c792ea" token-rgb-primary: 199, 146, 234 token-text-on-accent: "#292d3e" token-bg: "#292d3e" token-bg-secondary: "#232632" token-card: "#34394e" token-text: "#bfc7d5" token-text-secondary: "#697098" token-sidebar-icon: "#bfc7d5" token-success: "#c3e88d" token-rgb-green: 195, 232, 141 token-warning: "#ffcb6b" token-rgb-yellow: 255, 203, 107 token-error: "#ff5370" token-rgb-red: 255, 83, 112 token-info: "#82aaff" token-rgb-blue: 130, 170, 255 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark light: token-accent: "#7c4dff" token-rgb-primary: 124, 77, 255 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#f5f5f5" token-card: "#ffffff" token-text: "#292d3e" token-text-secondary: "#697098" token-sidebar-icon: "#697098" token-success: "#91b859" token-rgb-green: 145, 184, 89 token-warning: "#e6a540" token-rgb-yellow: 230, 165, 64 token-error: "#e53935" token-rgb-red: 229, 57, 53 token-info: "#6182b8" token-rgb-blue: 97, 130, 184 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light # ------------------------------------------------------------------------------ # 13. BUBBLE SOLARIZED DARK (Classic, teal-based, very low eye strain) # ------------------------------------------------------------------------------ Bubble Solarized Dark: card-mod-theme: Bubble Solarized Dark <<: *bubble_shared modes: dark: token-accent: "#268bd2" token-rgb-primary: 38, 139, 210 token-text-on-accent: "#ffffff" token-bg: "#002b36" token-bg-secondary: "#073642" token-card: "#073642" token-text: "#839496" token-text-secondary: "#586e75" token-sidebar-icon: "#839496" token-success: "#859900" token-rgb-green: 133, 153, 0 token-warning: "#b58900" token-rgb-yellow: 181, 137, 0 token-error: "#dc322f" token-rgb-red: 220, 50, 47 token-info: "#2aa198" token-rgb-cyan: 42, 161, 152 token-rgb-violet: 108, 113, 196 token-rgb-magenta: 211, 54, 130 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#268bd2" token-rgb-primary: 38, 139, 210 token-text-on-accent: "#ffffff" token-bg: "#fdf6e3" token-bg-secondary: "#eee8d5" token-card: "#ffffff" token-text: "#657b83" token-text-secondary: "#93a1a1" token-sidebar-icon: "#93a1a1" token-success: "#859900" token-rgb-green: 133, 153, 0 token-warning: "#b58900" token-rgb-yellow: 181, 137, 0 token-error: "#dc322f" token-rgb-red: 220, 50, 47 token-info: "#2aa198" token-rgb-blue: 42, 161, 152 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light # ------------------------------------------------------------------------------ # 14. BUBBLE GRUVBOX MATERIAL (Retro, warm, "hard" variant) # ------------------------------------------------------------------------------ Bubble Gruvbox Material: card-mod-theme: Bubble Gruvbox Material <<: *bubble_shared modes: dark: token-accent: "#d3869b" token-rgb-primary: 211, 134, 155 token-text-on-accent: "#282828" token-bg: "#282828" token-bg-secondary: "#32302f" token-card: "#3c3836" token-text: "#d4be98" token-text-secondary: "#a89984" token-sidebar-icon: "#d4be98" token-success: "#a9b665" token-rgb-green: 169, 182, 101 token-warning: "#d8a657" token-rgb-yellow: 216, 166, 87 token-error: "#ea6962" token-rgb-red: 234, 105, 98 token-info: "#7daea3" token-rgb-blue: 125, 174, 163 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark light: token-accent: "#8f3f71" token-rgb-primary: 143, 63, 113 token-text-on-accent: "#ffffff" token-bg: "#fbf1c7" token-bg-secondary: "#f2e5bc" token-card: "#fffbf1" token-text: "#5c6a72" token-text-secondary: "#928374" token-sidebar-icon: "#928374" token-success: "#6c782e" token-rgb-green: 108, 120, 46 token-warning: "#b47109" token-rgb-yellow: 180, 113, 9 token-error: "#c14a4a" token-rgb-red: 193, 74, 74 token-info: "#45707a" token-rgb-blue: 69, 112, 122 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light # ------------------------------------------------------------------------------ # 15. BUBBLE KANAGAWA (Desaturated, inspired by Hokusai paintings) # ------------------------------------------------------------------------------ Bubble Kanagawa: card-mod-theme: Bubble Kanagawa <<: *bubble_shared modes: dark: token-accent: "#7E9CD8" token-rgb-primary: 126, 156, 216 token-text-on-accent: "#1F1F28" token-bg: "#1F1F28" token-bg-secondary: "#2A2A37" token-card: "#223249" token-text: "#DCD7BA" token-text-secondary: "#727169" token-sidebar-icon: "#DCD7BA" token-success: "#76946A" token-rgb-green: 118, 148, 106 token-warning: "#DCA561" token-rgb-yellow: 220, 165, 97 token-error: "#C34043" token-rgb-red: 195, 64, 67 token-info: "#658594" token-rgb-blue: 101, 133, 148 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark light: token-accent: "#4c556a" token-rgb-primary: 76, 85, 106 token-text-on-accent: "#ffffff" token-bg: "#F2F0E5" token-bg-secondary: "#E6E4D9" token-card: "#ffffff" token-text: "#5C5C5C" token-text-secondary: "#8C8C8C" token-sidebar-icon: "#8C8C8C" token-success: "#596646" token-rgb-green: 89, 102, 70 token-warning: "#9E7B3A" token-rgb-yellow: 158, 123, 58 token-error: "#8E3B3B" token-rgb-red: 142, 59, 59 token-info: "#405C6E" token-rgb-blue: 64, 92, 110 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light # ------------------------------------------------------------------------------ # 16. BUBBLE EVERFOREST (Natural, green-grey, very muted) # ------------------------------------------------------------------------------ Bubble Everforest: card-mod-theme: Bubble Everforest <<: *bubble_shared modes: dark: token-accent: "#a7c080" token-rgb-primary: 167, 192, 128 token-text-on-accent: "#2d353b" token-bg: "#2d353b" token-bg-secondary: "#343f44" token-card: "#3d484d" token-text: "#d3c6aa" token-text-secondary: "#859289" token-sidebar-icon: "#d3c6aa" token-success: "#a7c080" token-rgb-green: 167, 192, 128 token-warning: "#dbbc7f" token-rgb-yellow: 219, 188, 127 token-error: "#e67e80" token-rgb-red: 230, 126, 128 token-info: "#7fbbb3" token-rgb-blue: 127, 187, 179 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark light: token-accent: "#8da101" token-rgb-primary: 141, 161, 1 token-text-on-accent: "#ffffff" token-bg: "#f8f6f2" token-bg-secondary: "#f2efdf" token-card: "#ffffff" token-text: "#5c6a72" token-text-secondary: "#939f91" token-sidebar-icon: "#939f91" token-success: "#8da101" token-rgb-green: 141, 161, 1 token-warning: "#b47109" token-rgb-yellow: 180, 113, 9 token-error: "#f85552" token-rgb-red: 248, 85, 82 token-info: "#3a94c5" token-rgb-blue: 58, 148, 197 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light # ------------------------------------------------------------------------------ # 17. BUBBLE ROSÉ PINE (Warm, vintage, muted) # ------------------------------------------------------------------------------ Bubble Rose Pine: card-mod-theme: Bubble Rose Pine <<: *bubble_shared modes: dark: token-accent: "#ebbcba" token-rgb-primary: 235, 188, 186 token-text-on-accent: "#191724" token-bg: "#191724" token-bg-secondary: "#1f1d2e" token-card: "#26233a" token-text: "#e0def4" token-text-secondary: "#908caa" token-sidebar-icon: "#e0def4" token-success: "#9ccfd8" token-rgb-green: 156, 207, 216 token-warning: "#f6c177" token-rgb-yellow: 246, 193, 119 token-error: "#eb6f92" token-rgb-red: 235, 111, 146 token-info: "#31748f" token-rgb-blue: 49, 116, 143 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark light: token-accent: "#d7827e" token-rgb-primary: 215, 130, 126 token-text-on-accent: "#ffffff" token-bg: "#faf4ed" token-bg-secondary: "#fffaf3" token-card: "#ffffff" token-text: "#575279" token-text-secondary: "#797593" token-sidebar-icon: "#797593" token-success: "#56949f" token-rgb-green: 86, 148, 159 token-warning: "#ea9d34" token-rgb-yellow: 234, 157, 52 token-error: "#b4637a" token-rgb-red: 180, 99, 122 token-info: "#286983" token-rgb-blue: 40, 105, 131 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light # ------------------------------------------------------------------------------ # 18. BUBBLE NIGHT OWL (Deep blue, focused, popular) # ------------------------------------------------------------------------------ Bubble Night Owl: card-mod-theme: Bubble Night Owl <<: *bubble_shared modes: dark: token-accent: "#82AAFF" token-rgb-primary: 130, 170, 255 token-text-on-accent: "#011627" token-bg: "#011627" token-bg-secondary: "#0b253a" token-card: "#0b2942" token-text: "#d6deeb" token-text-secondary: "#637777" token-sidebar-icon: "#d6deeb" token-success: "#22da6e" token-rgb-green: 34, 218, 110 token-warning: "#ffeb95" token-rgb-yellow: 255, 235, 149 token-error: "#ef5350" token-rgb-red: 239, 83, 80 token-info: "#82aaff" token-rgb-blue: 130, 170, 255 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark light: token-accent: "#403f53" token-rgb-primary: 64, 63, 83 token-text-on-accent: "#ffffff" token-bg: "#f0f0f0" token-bg-secondary: "#e0e0e0" token-card: "#ffffff" token-text: "#403f53" token-text-secondary: "#989fb1" token-sidebar-icon: "#989fb1" token-success: "#0c966c" token-rgb-green: 12, 150, 108 token-warning: "#deb320" token-rgb-yellow: 222, 179, 32 token-error: "#de3d3b" token-rgb-red: 222, 61, 59 token-info: "#2b5cce" token-rgb-blue: 43, 92, 206 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light # ------------------------------------------------------------------------------ # 19. BUBBLE MONOKAI PRO (Spectrum - Modern Classic) # ------------------------------------------------------------------------------ Bubble Monokai Pro: card-mod-theme: Bubble Monokai Pro <<: *bubble_shared modes: dark: token-accent: "#ffd866" token-rgb-primary: 255, 216, 102 token-text-on-accent: "#2d2a2e" token-bg: "#2d2a2e" token-bg-secondary: "#403e41" token-card: "#403e41" token-text: "#fcfcfa" token-text-secondary: "#939293" token-sidebar-icon: "#fcfcfa" token-success: "#a9dc76" token-rgb-green: 169, 220, 118 token-warning: "#ff6188" token-rgb-red: 255, 97, 136 token-error: "#ff6188" token-info: "#78dce8" token-rgb-cyan: 120, 220, 232 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#ab9df2" token-rgb-primary: 171, 157, 242 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#f0f0f0" token-card: "#ffffff" token-text: "#3a3a3a" token-text-secondary: "#a0a0a0" token-sidebar-icon: "#a0a0a0" token-success: "#78a652" token-rgb-green: 120, 166, 82 token-warning: "#c94e6c" token-rgb-yellow: 201, 78, 108 token-error: "#c94e6c" token-rgb-red: 201, 78, 108 token-info: "#5b9ca6" token-rgb-blue: 91, 156, 166 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light # ------------------------------------------------------------------------------ # 20. BUBBLE HORIZON (Warm accent, deep purple/blue bg) # ------------------------------------------------------------------------------ Bubble Horizon: card-mod-theme: Bubble Horizon <<: *bubble_shared modes: dark: token-accent: "#E95678" token-rgb-primary: 233, 86, 120 token-text-on-accent: "#ffffff" token-bg: "#1C1E26" token-bg-secondary: "#232530" token-card: "#2E303E" token-text: "#D5D8DA" token-text-secondary: "#9DA0A2" token-sidebar-icon: "#D5D8DA" token-success: "#29D398" token-rgb-green: 41, 211, 152 token-warning: "#FAB795" token-rgb-yellow: 250, 183, 149 token-error: "#EC6A88" token-rgb-red: 236, 106, 136 token-info: "#26BBD9" token-rgb-blue: 38, 187, 217 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark light: token-accent: "#B83E5D" token-rgb-primary: 184, 62, 93 token-text-on-accent: "#ffffff" token-bg: "#FFFBF6" token-bg-secondary: "#FADAD1" token-card: "#ffffff" token-text: "#201c1c" token-text-secondary: "#5c5858" token-sidebar-icon: "#5c5858" token-success: "#1E9C70" token-rgb-green: 30, 158, 112 token-warning: "#E38A5F" token-rgb-yellow: 227, 138, 95 token-error: "#D4496A" token-rgb-red: 212, 73, 106 token-info: "#1C8FA3" token-rgb-blue: 28, 143, 163 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light Bubble Dracula: card-mod-theme: Bubble Dracula <<: *bubble_shared modes: dark: token-accent: "#bd93f9" token-rgb-primary: 189, 147, 249 token-text-on-accent: "#282a36" token-bg: "#282a36" token-bg-secondary: "#44475a" token-card: "#44475a" token-text: "#f8f8f2" token-text-secondary: "#6272a4" token-sidebar-icon: "#bd93f9" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-orange: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-cyan: 139, 233, 253 token-rgb-purple: 189, 147, 249 token-rgb-pink: 255, 121, 198 token-rgb-yellow: 241, 250, 140 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#9580ff" token-rgb-primary: 149, 128, 255 token-text-on-accent: "#ffffff" token-bg: "#FFFFFF" token-bg-secondary: "#F8F8F2" token-card: "#F8F8F2" token-text: "#282A36" token-text-secondary: "#6272A4" token-sidebar-icon: "#6272A4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light Bubble Cyberpunk: card-mod-theme: Bubble Cyberpunk <<: *bubble_shared modes: dark: token-accent: "#ff0055" token-rgb-primary: 255, 0, 85 token-text-on-accent: "#ffffff" token-bg: "#000b1e" token-bg-secondary: "#05162e" token-card: "#0a1f3d" token-text: "#00f3ff" token-text-secondary: "#bc13fe" token-sidebar-icon: "#00f3ff" token-success: "#00ff9f" token-rgb-green: 0, 255, 159 token-warning: "#fcee0a" token-rgb-yellow: 252, 238, 10 token-error: "#ff003c" token-rgb-red: 255, 0, 60 token-info: "#00f3ff" token-rgb-cyan: 0, 243, 255 token-rgb-purple: 188, 19, 254 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#ff0055" token-rgb-primary: 255, 0, 85 token-text-on-accent: "#ffffff" token-bg: "#e0e0e0" token-bg-secondary: "#d1d1d1" token-card: "#ffffff" token-text: "#202020" token-text-secondary: "#ff0055" token-sidebar-icon: "#202020" token-success: "#009960" token-rgb-green: 0, 153, 96 token-warning: "#b8ad06" token-rgb-yellow: 184, 173, 6 token-error: "#cc0030" token-rgb-red: 204, 0, 48 token-info: "#0095a0" token-rgb-blue: 0, 149, 160 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light Bubble Latte: card-mod-theme: Bubble Latte <<: *bubble_shared modes: dark: token-accent: "#d4a373" token-rgb-primary: 212, 163, 115 token-text-on-accent: "#281b16" token-bg: "#281b16" token-bg-secondary: "#3e2f2a" token-card: "#4a3b36" token-text: "#faedcd" token-text-secondary: "#d4a373" token-sidebar-icon: "#d4a373" token-success: "#a3b18a" token-rgb-green: 163, 177, 138 token-warning: "#e9c46a" token-rgb-yellow: 233, 196, 106 token-error: "#bc6c25" token-rgb-orange: 188, 108, 37 token-info: "#8d99ae" token-rgb-blue: 141, 153, 174 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#a98467" token-rgb-primary: 169, 132, 103 token-text-on-accent: "#ffffff" token-bg: "#fefae0" token-bg-secondary: "#faedcd" token-card: "#ffffff" token-text: "#5f4638" token-text-secondary: "#adc178" token-sidebar-icon: "#adc178" token-success: "#606c38" token-rgb-green: 96, 108, 56 token-warning: "#dda15e" token-rgb-yellow: 221, 161, 94 token-error: "#bc6c25" token-rgb-red: 188, 108, 37 token-info: "#6c757d" token-rgb-blue: 108, 117, 125 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light Bubble Matrix: card-mod-theme: Bubble Matrix <<: *bubble_shared modes: dark: token-accent: "#00FF41" token-rgb-primary: 0, 255, 65 token-text-on-accent: "#000000" token-bg: "#000000" token-bg-secondary: "#0D0D0D" token-card: "#121212" token-text: "#008F11" token-text-secondary: "#003B00" token-sidebar-icon: "#00FF41" token-success: "#00FF41" token-rgb-green: 0, 255, 65 token-warning: "#008F11" token-rgb-yellow: 0, 143, 17 token-error: "#003B00" token-rgb-red: 0, 59, 0 token-info: "#00FF41" token-rgb-blue: 0, 255, 65 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark light: token-accent: "#008F11" token-rgb-primary: 0, 143, 17 token-text-on-accent: "#ffffff" token-bg: "#f0fff4" token-bg-secondary: "#dcffe4" token-card: "#ffffff" token-text: "#003B00" token-text-secondary: "#5c8a5c" token-sidebar-icon: "#008F11" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light # ------------------------------------------------------------------------------ # Dubble Dracula # ------------------------------------------------------------------------------ Dubble Dracula: card-mod-theme: Dubble Dracula <<: *bubble_shared modes: dark: token-accent: "#bd93fa" token-rgb-primary: 189, 147, 250 token-text-on-accent: "#ffffff" token-bg: "#282a36" token-bg-secondary: "#303342" token-card: "#393c4e" token-text: "#f8f8f2" token-text-secondary: "#f6f6f0" token-sidebar-icon: "#f8f8f2" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 112, 175 token-rgb-pink: 219, 112, 122 token-rgb-deep-purple: 209, 112, 219 token-rgb-indigo: 191, 112, 219 token-rgb-cyan: 175, 219, 112 token-rgb-teal: 219, 209, 112 token-rgb-lime: 219, 155, 112 token-rgb-light-green: 219, 120, 112 token-rgb-amber: 219, 112, 202 token-rgb-orange: 209, 112, 219 token-rgb-deep-orange: 182, 112, 219 token-rgb-light-blue: 139, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#6859b2" token-rgb-primary: 104, 89, 178 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#282a36" token-text-secondary: "#14151b" token-sidebar-icon: "#14151b" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 63, 169 token-rgb-pink: 191, 63, 106 token-rgb-deep-purple: 148, 63, 191 token-rgb-indigo: 127, 63, 191 token-rgb-cyan: 169, 191, 63 token-rgb-teal: 191, 148, 63 token-rgb-lime: 191, 85, 63 token-rgb-light-green: 191, 63, 84 token-rgb-amber: 180, 63, 191 token-rgb-orange: 148, 63, 191 token-rgb-deep-orange: 117, 63, 191 token-rgb-light-blue: 127, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Nord # ------------------------------------------------------------------------------ Dubble Nord: card-mod-theme: Dubble Nord <<: *bubble_shared modes: dark: token-accent: "#8ec8d9" token-rgb-primary: 142, 200, 217 token-text-on-accent: "#000000" token-bg: "#2e3440" token-bg-secondary: "#363d4b" token-card: "#3e4656" token-text: "#d8dee9" token-text-secondary: "#d4dae5" token-sidebar-icon: "#d8dee9" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 136, 112, 219 token-rgb-pink: 190, 112, 219 token-rgb-deep-purple: 112, 141, 219 token-rgb-indigo: 112, 159, 219 token-rgb-cyan: 219, 136, 112 token-rgb-teal: 219, 112, 141 token-rgb-lime: 219, 112, 195 token-rgb-light-green: 207, 112, 219 token-rgb-amber: 112, 114, 219 token-rgb-orange: 112, 141, 219 token-rgb-deep-orange: 112, 168, 219 token-rgb-light-blue: 219, 172, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#415a78" token-rgb-primary: 65, 90, 120 token-text-on-accent: "#ffffff" token-bg: "#eceff4" token-bg-secondary: "#dde0e5" token-card: "#ffffff" token-text: "#2e3440" token-text-secondary: "#171920" token-sidebar-icon: "#171920" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 133, 63, 191 token-rgb-pink: 191, 63, 185 token-rgb-deep-purple: 69, 63, 191 token-rgb-indigo: 63, 79, 191 token-rgb-cyan: 191, 133, 63 token-rgb-teal: 191, 69, 63 token-rgb-lime: 191, 63, 121 token-rgb-light-green: 191, 63, 164 token-rgb-amber: 101, 63, 191 token-rgb-orange: 69, 63, 191 token-rgb-deep-orange: 63, 89, 191 token-rgb-light-blue: 191, 175, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble One Dark Pro # ------------------------------------------------------------------------------ Dubble One Dark Pro: card-mod-theme: Dubble One Dark Pro <<: *bubble_shared modes: dark: token-accent: "#62b1f2" token-rgb-primary: 98, 177, 242 token-text-on-accent: "#ffffff" token-bg: "#282c34" token-bg-secondary: "#313640" token-card: "#3a404c" token-text: "#abb2bf" token-text-secondary: "#a2a9b5" token-sidebar-icon: "#abb2bf" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 160, 112, 219 token-rgb-pink: 214, 112, 219 token-rgb-deep-purple: 112, 117, 219 token-rgb-indigo: 112, 135, 219 token-rgb-cyan: 219, 160, 112 token-rgb-teal: 219, 112, 117 token-rgb-lime: 219, 112, 170 token-rgb-light-green: 219, 112, 206 token-rgb-amber: 133, 112, 219 token-rgb-orange: 112, 117, 219 token-rgb-deep-orange: 112, 144, 219 token-rgb-light-blue: 219, 196, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#005c83" token-rgb-primary: 0, 92, 131 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#ebebeb" token-card: "#ffffff" token-text: "#383a42" token-text-secondary: "#1c1d21" token-sidebar-icon: "#1c1d21" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 101, 63, 191 token-rgb-pink: 165, 63, 191 token-rgb-deep-purple: 63, 89, 191 token-rgb-indigo: 63, 110, 191 token-rgb-cyan: 191, 101, 63 token-rgb-teal: 191, 63, 89 token-rgb-lime: 191, 63, 153 token-rgb-light-green: 186, 63, 191 token-rgb-amber: 69, 63, 191 token-rgb-orange: 63, 89, 191 token-rgb-deep-orange: 63, 121, 191 token-rgb-light-blue: 191, 144, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble GitHub Dimmed # ------------------------------------------------------------------------------ Dubble GitHub Dimmed: card-mod-theme: Dubble GitHub Dimmed <<: *bubble_shared modes: dark: token-accent: "#539cf7" token-rgb-primary: 83, 156, 247 token-text-on-accent: "#ffffff" token-bg: "#22272e" token-bg-secondary: "#2b313a" token-card: "#343c47" token-text: "#adbac7" token-text-secondary: "#a5b2be" token-sidebar-icon: "#adbac7" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 171, 112, 219 token-rgb-pink: 219, 112, 213 token-rgb-deep-purple: 118, 112, 219 token-rgb-indigo: 112, 124, 219 token-rgb-cyan: 219, 171, 112 token-rgb-teal: 219, 118, 112 token-rgb-lime: 219, 112, 159 token-rgb-light-green: 219, 112, 195 token-rgb-amber: 144, 112, 219 token-rgb-orange: 118, 112, 219 token-rgb-deep-orange: 112, 133, 219 token-rgb-light-blue: 219, 207, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#064998" token-rgb-primary: 6, 73, 152 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#24292f" token-text-secondary: "#121417" token-sidebar-icon: "#121417" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 132, 63, 191 token-rgb-pink: 191, 63, 186 token-rgb-deep-purple: 68, 63, 191 token-rgb-indigo: 63, 79, 191 token-rgb-cyan: 191, 132, 63 token-rgb-teal: 191, 68, 63 token-rgb-lime: 191, 63, 122 token-rgb-light-green: 191, 63, 164 token-rgb-amber: 100, 63, 191 token-rgb-orange: 68, 63, 191 token-rgb-deep-orange: 63, 90, 191 token-rgb-light-blue: 191, 175, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Tokyo Night Storm # ------------------------------------------------------------------------------ Dubble Tokyo Night Storm: card-mod-theme: Dubble Tokyo Night Storm <<: *bubble_shared modes: dark: token-accent: "#7aa3f8" token-rgb-primary: 122, 163, 248 token-text-on-accent: "#ffffff" token-bg: "#24283b" token-bg-secondary: "#2b2f46" token-card: "#323752" token-text: "#c0caf5" token-text-secondary: "#bec8f3" token-sidebar-icon: "#c0caf5" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 184, 112, 219 token-rgb-pink: 219, 112, 200 token-rgb-deep-purple: 130, 112, 219 token-rgb-indigo: 113, 112, 219 token-rgb-cyan: 219, 184, 112 token-rgb-teal: 219, 130, 112 token-rgb-lime: 219, 112, 147 token-rgb-light-green: 219, 112, 182 token-rgb-amber: 157, 112, 219 token-rgb-orange: 130, 112, 219 token-rgb-deep-orange: 112, 120, 219 token-rgb-light-blue: 218, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#243a60" token-rgb-primary: 36, 58, 96 token-text-on-accent: "#ffffff" token-bg: "#d5d6db" token-bg-secondary: "#c8c9cd" token-card: "#ffffff" token-text: "#343b58" token-text-secondary: "#191d2c" token-sidebar-icon: "#191d2c" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 144, 63, 191 token-rgb-pink: 191, 63, 174 token-rgb-deep-purple: 80, 63, 191 token-rgb-indigo: 63, 68, 191 token-rgb-cyan: 191, 144, 63 token-rgb-teal: 191, 80, 63 token-rgb-lime: 191, 63, 110 token-rgb-light-green: 191, 63, 152 token-rgb-amber: 112, 63, 191 token-rgb-orange: 80, 63, 191 token-rgb-deep-orange: 63, 78, 191 token-rgb-light-blue: 191, 187, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Catppuccin Macchiato # ------------------------------------------------------------------------------ Dubble Catppuccin Macchiato: card-mod-theme: Dubble Catppuccin Macchiato <<: *bubble_shared modes: dark: token-accent: "#c7a1f7" token-rgb-primary: 199, 161, 247 token-text-on-accent: "#000000" token-bg: "#24273a" token-bg-secondary: "#2b2e45" token-card: "#323651" token-text: "#cad3f5" token-text-secondary: "#c8d1f3" token-sidebar-icon: "#cad3f5" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 112, 171 token-rgb-pink: 219, 112, 118 token-rgb-deep-purple: 213, 112, 219 token-rgb-indigo: 195, 112, 219 token-rgb-cyan: 171, 219, 112 token-rgb-teal: 219, 213, 112 token-rgb-lime: 219, 159, 112 token-rgb-light-green: 219, 123, 112 token-rgb-amber: 219, 112, 198 token-rgb-orange: 213, 112, 219 token-rgb-deep-orange: 186, 112, 219 token-rgb-light-blue: 136, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#5f27a7" token-rgb-primary: 95, 39, 167 token-text-on-accent: "#ffffff" token-bg: "#eff1f5" token-bg-secondary: "#e0e2e6" token-card: "#ffffff" token-text: "#4c4f69" token-text-secondary: "#262734" token-sidebar-icon: "#262734" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 63, 135 token-rgb-pink: 191, 63, 71 token-rgb-deep-purple: 183, 63, 191 token-rgb-indigo: 162, 63, 191 token-rgb-cyan: 135, 191, 63 token-rgb-teal: 191, 183, 63 token-rgb-lime: 191, 119, 63 token-rgb-light-green: 191, 77, 63 token-rgb-amber: 191, 63, 167 token-rgb-orange: 183, 63, 191 token-rgb-deep-orange: 151, 63, 191 token-rgb-light-blue: 92, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Ayu Mirage # ------------------------------------------------------------------------------ Dubble Ayu Mirage: card-mod-theme: Dubble Ayu Mirage <<: *bubble_shared modes: dark: token-accent: "#ffcc66" token-rgb-primary: 255, 204, 102 token-text-on-accent: "#000000" token-bg: "#1f2430" token-bg-secondary: "#272d3c" token-card: "#2f3648" token-text: "#cccac2" token-text-secondary: "#c4c2ba" token-sidebar-icon: "#cccac2" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 147, 219, 112 token-rgb-pink: 112, 219, 130 token-rgb-deep-purple: 201, 219, 112 token-rgb-indigo: 219, 219, 112 token-rgb-cyan: 112, 147, 219 token-rgb-teal: 112, 201, 219 token-rgb-lime: 112, 219, 183 token-rgb-light-green: 112, 219, 147 token-rgb-amber: 174, 219, 112 token-rgb-orange: 201, 219, 112 token-rgb-deep-orange: 219, 210, 112 token-rgb-light-blue: 112, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#b26b2c" token-rgb-primary: 178, 107, 44 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#ebebeb" token-card: "#ffffff" token-text: "#5c6773" token-text-secondary: "#2e3339" token-sidebar-icon: "#2e3339" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 131, 191, 63 token-rgb-pink: 67, 191, 63 token-rgb-deep-purple: 191, 187, 63 token-rgb-indigo: 191, 166, 63 token-rgb-cyan: 63, 131, 191 token-rgb-teal: 63, 191, 187 token-rgb-lime: 63, 191, 123 token-rgb-light-green: 63, 191, 81 token-rgb-amber: 163, 191, 63 token-rgb-orange: 191, 187, 63 token-rgb-deep-orange: 191, 155, 63 token-rgb-light-blue: 63, 88, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Palenight # ------------------------------------------------------------------------------ Dubble Palenight: card-mod-theme: Dubble Palenight <<: *bubble_shared modes: dark: token-accent: "#ca94ee" token-rgb-primary: 202, 148, 238 token-text-on-accent: "#ffffff" token-bg: "#292d3e" token-bg-secondary: "#303549" token-card: "#383d55" token-text: "#bfc7d5" token-text-secondary: "#b9c1ce" token-sidebar-icon: "#bfc7d5" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 112, 155 token-rgb-pink: 219, 122, 112 token-rgb-deep-purple: 219, 112, 208 token-rgb-indigo: 212, 112, 219 token-rgb-cyan: 155, 219, 112 token-rgb-teal: 208, 219, 112 token-rgb-lime: 219, 176, 112 token-rgb-light-green: 219, 140, 112 token-rgb-amber: 219, 112, 181 token-rgb-orange: 219, 112, 208 token-rgb-deep-orange: 203, 112, 219 token-rgb-light-blue: 119, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#5635b2" token-rgb-primary: 86, 53, 178 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#ebebeb" token-card: "#ffffff" token-text: "#292d3e" token-text-secondary: "#14161f" token-sidebar-icon: "#14161f" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 63, 157 token-rgb-pink: 191, 63, 93 token-rgb-deep-purple: 161, 63, 191 token-rgb-indigo: 139, 63, 191 token-rgb-cyan: 157, 191, 63 token-rgb-teal: 191, 161, 63 token-rgb-lime: 191, 97, 63 token-rgb-light-green: 191, 63, 72 token-rgb-amber: 191, 63, 189 token-rgb-orange: 161, 63, 191 token-rgb-deep-orange: 129, 63, 191 token-rgb-light-blue: 115, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Solarized Dark # ------------------------------------------------------------------------------ Dubble Solarized Dark: card-mod-theme: Dubble Solarized Dark <<: *bubble_shared modes: dark: token-accent: "#2790db" token-rgb-primary: 39, 144, 219 token-text-on-accent: "#ffffff" token-bg: "#002b36" token-bg-secondary: "#003442" token-card: "#003e4e" token-text: "#839496" token-text-secondary: "#758486" token-sidebar-icon: "#839496" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 156, 112, 219 token-rgb-pink: 210, 112, 219 token-rgb-deep-purple: 112, 121, 219 token-rgb-indigo: 112, 138, 219 token-rgb-cyan: 219, 156, 112 token-rgb-teal: 219, 112, 121 token-rgb-lime: 219, 112, 174 token-rgb-light-green: 219, 112, 210 token-rgb-amber: 130, 112, 219 token-rgb-orange: 112, 121, 219 token-rgb-deep-orange: 112, 147, 219 token-rgb-light-blue: 219, 192, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 8)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 8)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1a6193" token-rgb-primary: 26, 97, 147 token-text-on-accent: "#ffffff" token-bg: "#fdf6e3" token-bg-secondary: "#ede7d5" token-card: "#ffffff" token-text: "#657b83" token-text-secondary: "#323d41" token-sidebar-icon: "#323d41" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 116, 63, 191 token-rgb-pink: 180, 63, 191 token-rgb-deep-purple: 63, 74, 191 token-rgb-indigo: 63, 96, 191 token-rgb-cyan: 191, 116, 63 token-rgb-teal: 191, 63, 74 token-rgb-lime: 191, 63, 138 token-rgb-light-green: 191, 63, 181 token-rgb-amber: 84, 63, 191 token-rgb-orange: 63, 74, 191 token-rgb-deep-orange: 63, 106, 191 token-rgb-light-blue: 191, 158, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Gruvbox # ------------------------------------------------------------------------------ Bubble Gruvbox: card-mod-theme: Bubble Gruvbox <<: *bubble_shared modes: dark: token-accent: "#fe943f" token-rgb-primary: 254, 148, 63 token-text-on-accent: "#ffffff" token-bg: "#282828" token-bg-secondary: "#323232" token-card: "#393939" token-text: "#ebdbb2" token-text-secondary: "#e4d5ad" token-sidebar-icon: "#ebdbb2" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 171, 219, 112 token-rgb-pink: 118, 219, 112 token-rgb-deep-purple: 219, 213, 112 token-rgb-indigo: 219, 195, 112 token-rgb-cyan: 112, 171, 219 token-rgb-teal: 112, 219, 213 token-rgb-lime: 112, 219, 159 token-rgb-light-green: 112, 219, 124 token-rgb-amber: 198, 219, 112 token-rgb-orange: 219, 213, 112 token-rgb-deep-orange: 219, 186, 112 token-rgb-light-blue: 112, 135, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#af4514" token-rgb-primary: 175, 69, 20 token-text-on-accent: "#ffffff" token-bg: "#fbf1c7" token-bg-secondary: "#f3e9c1" token-card: "#ffffff" token-text: "#3c3836" token-text-secondary: "#2a2725" token-sidebar-icon: "#2a2725" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 150, 191, 63 token-rgb-pink: 87, 191, 63 token-rgb-deep-purple: 191, 167, 63 token-rgb-indigo: 191, 146, 63 token-rgb-cyan: 63, 150, 191 token-rgb-teal: 63, 191, 167 token-rgb-lime: 63, 191, 104 token-rgb-light-green: 65, 191, 63 token-rgb-amber: 182, 191, 63 token-rgb-orange: 191, 167, 63 token-rgb-deep-orange: 191, 135, 63 token-rgb-light-blue: 63, 108, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Gruvbox # ------------------------------------------------------------------------------ Dubble Gruvbox: card-mod-theme: Dubble Gruvbox <<: *bubble_shared modes: dark: token-accent: "#fe8019" token-rgb-primary: 254, 128, 25 token-text-on-accent: "#ffffff" token-bg: "#282828" token-bg-secondary: "#343434" token-card: "#414141" token-text: "#ebdbb2" token-text-secondary: "#e8d8af" token-sidebar-icon: "#ebdbb2" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 171, 219, 112 token-rgb-pink: 117, 219, 112 token-rgb-deep-purple: 219, 213, 112 token-rgb-indigo: 219, 196, 112 token-rgb-cyan: 112, 171, 219 token-rgb-teal: 112, 219, 213 token-rgb-lime: 112, 219, 160 token-rgb-light-green: 112, 219, 124 token-rgb-amber: 197, 219, 112 token-rgb-orange: 219, 213, 112 token-rgb-deep-orange: 219, 187, 112 token-rgb-light-blue: 112, 135, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#7a2802" token-rgb-primary: 122, 40, 2 token-text-on-accent: "#ffffff" token-bg: "#fbf1c7" token-bg-secondary: "#ebe2bb" token-card: "#ffffff" token-text: "#3c3836" token-text-secondary: "#1e1c1b" token-sidebar-icon: "#1e1c1b" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 150, 191, 63 token-rgb-pink: 87, 191, 63 token-rgb-deep-purple: 191, 167, 63 token-rgb-indigo: 191, 146, 63 token-rgb-cyan: 63, 150, 191 token-rgb-teal: 63, 191, 167 token-rgb-lime: 63, 191, 104 token-rgb-light-green: 65, 191, 63 token-rgb-amber: 182, 191, 63 token-rgb-orange: 191, 167, 63 token-rgb-deep-orange: 191, 136, 63 token-rgb-light-blue: 63, 108, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Kanagawa # ------------------------------------------------------------------------------ Dubble Kanagawa: card-mod-theme: Dubble Kanagawa <<: *bubble_shared modes: dark: token-accent: "#82a1df" token-rgb-primary: 130, 161, 223 token-text-on-accent: "#ffffff" token-bg: "#1f1f28" token-bg-secondary: "#282834" token-card: "#323241" token-text: "#dcd7ba" token-text-secondary: "#d6d1b5" token-sidebar-icon: "#dcd7ba" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 183, 112, 219 token-rgb-pink: 219, 112, 201 token-rgb-deep-purple: 130, 112, 219 token-rgb-indigo: 112, 112, 219 token-rgb-cyan: 219, 183, 112 token-rgb-teal: 219, 130, 112 token-rgb-lime: 219, 112, 147 token-rgb-light-green: 219, 112, 183 token-rgb-amber: 156, 112, 219 token-rgb-orange: 130, 112, 219 token-rgb-deep-orange: 112, 121, 219 token-rgb-light-blue: 219, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#353b4a" token-rgb-primary: 53, 59, 74 token-text-on-accent: "#ffffff" token-bg: "#f2f0e5" token-bg-secondary: "#e3e1d7" token-card: "#ffffff" token-text: "#5c5c5c" token-text-secondary: "#2e2e2e" token-sidebar-icon: "#2e2e2e" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 154, 63, 191 token-rgb-pink: 191, 63, 163 token-rgb-deep-purple: 91, 63, 191 token-rgb-indigo: 69, 63, 191 token-rgb-cyan: 191, 154, 63 token-rgb-teal: 191, 91, 63 token-rgb-lime: 191, 63, 100 token-rgb-light-green: 191, 63, 142 token-rgb-amber: 122, 63, 191 token-rgb-orange: 91, 63, 191 token-rgb-deep-orange: 63, 68, 191 token-rgb-light-blue: 185, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Everforest # ------------------------------------------------------------------------------ Dubble Everforest: card-mod-theme: Dubble Everforest <<: *bubble_shared modes: dark: token-accent: "#b1cc88" token-rgb-primary: 177, 204, 136 token-text-on-accent: "#000000" token-bg: "#2d353b" token-bg-secondary: "#353f46" token-card: "#3e4a52" token-text: "#d3c6aa" token-text-secondary: "#ccbfa4" token-sidebar-icon: "#d3c6aa" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 219, 154 token-rgb-pink: 112, 219, 208 token-rgb-deep-purple: 123, 219, 112 token-rgb-indigo: 141, 219, 112 token-rgb-cyan: 154, 112, 219 token-rgb-teal: 112, 123, 219 token-rgb-lime: 112, 176, 219 token-rgb-light-green: 112, 212, 219 token-rgb-amber: 112, 219, 127 token-rgb-orange: 123, 219, 112 token-rgb-deep-orange: 149, 219, 112 token-rgb-light-blue: 190, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#627000" token-rgb-primary: 98, 112, 0 token-text-on-accent: "#ffffff" token-bg: "#f8f6f2" token-bg-secondary: "#e9e7e3" token-card: "#ffffff" token-text: "#5c6a72" token-text-secondary: "#2e3539" token-sidebar-icon: "#2e3539" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 191, 79 token-rgb-pink: 63, 191, 143 token-rgb-deep-purple: 111, 191, 63 token-rgb-indigo: 132, 191, 63 token-rgb-cyan: 79, 63, 191 token-rgb-teal: 63, 111, 191 token-rgb-lime: 63, 175, 191 token-rgb-light-green: 63, 191, 164 token-rgb-amber: 79, 191, 63 token-rgb-orange: 111, 191, 63 token-rgb-deep-orange: 143, 191, 63 token-rgb-light-blue: 122, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Rose Pine # ------------------------------------------------------------------------------ Dubble Rose Pine: card-mod-theme: Dubble Rose Pine <<: *bubble_shared modes: dark: token-accent: "#efbfbd" token-rgb-primary: 239, 191, 189 token-text-on-accent: "#000000" token-bg: "#191724" token-bg-secondary: "#221f31" token-card: "#2b273e" token-text: "#e0def4" token-text-secondary: "#dedcf2" token-sidebar-icon: "#e0def4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 215, 219, 112 token-rgb-pink: 161, 219, 112 token-rgb-deep-purple: 219, 170, 112 token-rgb-indigo: 219, 152, 112 token-rgb-cyan: 112, 215, 219 token-rgb-teal: 112, 219, 170 token-rgb-lime: 112, 219, 116 token-rgb-light-green: 143, 219, 112 token-rgb-amber: 219, 196, 112 token-rgb-orange: 219, 170, 112 token-rgb-deep-orange: 219, 143, 112 token-rgb-light-blue: 112, 179, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#965b58" token-rgb-primary: 150, 91, 88 token-text-on-accent: "#ffffff" token-bg: "#faf4ed" token-bg-secondary: "#ebe5de" token-card: "#ffffff" token-text: "#575279" token-text-secondary: "#2b293c" token-sidebar-icon: "#2b293c" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 185, 191, 63 token-rgb-pink: 121, 191, 63 token-rgb-deep-purple: 191, 133, 63 token-rgb-indigo: 191, 112, 63 token-rgb-cyan: 63, 185, 191 token-rgb-teal: 63, 191, 133 token-rgb-lime: 63, 191, 69 token-rgb-light-green: 100, 191, 63 token-rgb-amber: 191, 165, 63 token-rgb-orange: 191, 133, 63 token-rgb-deep-orange: 191, 101, 63 token-rgb-light-blue: 63, 142, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Night Owl # ------------------------------------------------------------------------------ Dubble Night Owl: card-mod-theme: Dubble Night Owl <<: *bubble_shared modes: dark: token-accent: "#82aaff" token-rgb-primary: 130, 170, 255 token-text-on-accent: "#ffffff" token-bg: "#011627" token-bg-secondary: "#011d33" token-card: "#012440" token-text: "#d6deeb" token-text-secondary: "#d3dbe8" token-sidebar-icon: "#d6deeb" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 185, 112, 219 token-rgb-pink: 219, 112, 200 token-rgb-deep-purple: 131, 112, 219 token-rgb-indigo: 113, 112, 219 token-rgb-cyan: 219, 185, 112 token-rgb-teal: 219, 131, 112 token-rgb-lime: 219, 112, 146 token-rgb-light-green: 219, 112, 182 token-rgb-amber: 158, 112, 219 token-rgb-orange: 131, 112, 219 token-rgb-deep-orange: 112, 119, 219 token-rgb-light-blue: 217, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#2c2c3a" token-rgb-primary: 44, 44, 58 token-text-on-accent: "#ffffff" token-bg: "#f0f0f0" token-bg-secondary: "#e1e1e1" token-card: "#ffffff" token-text: "#403f53" token-text-secondary: "#201f29" token-sidebar-icon: "#201f29" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 63, 191 token-rgb-pink: 191, 63, 127 token-rgb-deep-purple: 127, 63, 191 token-rgb-indigo: 106, 63, 191 token-rgb-cyan: 191, 191, 63 token-rgb-teal: 191, 127, 63 token-rgb-lime: 191, 63, 63 token-rgb-light-green: 191, 63, 106 token-rgb-amber: 159, 63, 191 token-rgb-orange: 127, 63, 191 token-rgb-deep-orange: 95, 63, 191 token-rgb-light-blue: 148, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Monokai Pro # ------------------------------------------------------------------------------ Dubble Monokai Pro: card-mod-theme: Dubble Monokai Pro <<: *bubble_shared modes: dark: token-accent: "#ffd866" token-rgb-primary: 255, 216, 102 token-text-on-accent: "#000000" token-bg: "#2d2a2e" token-bg-secondary: "#39353a" token-card: "#454047" token-text: "#fcfcfa" token-text-secondary: "#fbfbf9" token-sidebar-icon: "#fcfcfa" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 139, 219, 112 token-rgb-pink: 112, 219, 138 token-rgb-deep-purple: 193, 219, 112 token-rgb-indigo: 210, 219, 112 token-rgb-cyan: 112, 139, 219 token-rgb-teal: 112, 193, 219 token-rgb-lime: 112, 219, 191 token-rgb-light-green: 112, 219, 156 token-rgb-amber: 166, 219, 112 token-rgb-orange: 193, 219, 112 token-rgb-deep-orange: 219, 218, 112 token-rgb-light-blue: 120, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#776da9" token-rgb-primary: 119, 109, 169 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#ebebeb" token-card: "#ffffff" token-text: "#3a3a3a" token-text-secondary: "#1d1d1d" token-sidebar-icon: "#1d1d1d" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 63, 169 token-rgb-pink: 191, 63, 106 token-rgb-deep-purple: 148, 63, 191 token-rgb-indigo: 127, 63, 191 token-rgb-cyan: 169, 191, 63 token-rgb-teal: 191, 148, 63 token-rgb-lime: 191, 85, 63 token-rgb-light-green: 191, 63, 85 token-rgb-amber: 180, 63, 191 token-rgb-orange: 148, 63, 191 token-rgb-deep-orange: 116, 63, 191 token-rgb-light-blue: 127, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Horizon # ------------------------------------------------------------------------------ Dubble Horizon: card-mod-theme: Dubble Horizon <<: *bubble_shared modes: dark: token-accent: "#ed577a" token-rgb-primary: 237, 87, 122 token-text-on-accent: "#ffffff" token-bg: "#1c1e26" token-bg-secondary: "#252833" token-card: "#2f3240" token-text: "#d5d8da" token-text-secondary: "#cfd2d4" token-sidebar-icon: "#d5d8da" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 194, 112 token-rgb-pink: 190, 219, 112 token-rgb-deep-purple: 219, 140, 112 token-rgb-indigo: 219, 122, 112 token-rgb-cyan: 112, 219, 194 token-rgb-teal: 112, 219, 140 token-rgb-lime: 137, 219, 112 token-rgb-light-green: 172, 219, 112 token-rgb-amber: 219, 167, 112 token-rgb-orange: 219, 140, 112 token-rgb-deep-orange: 219, 113, 112 token-rgb-light-blue: 112, 208, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#802b41" token-rgb-primary: 128, 43, 65 token-text-on-accent: "#ffffff" token-bg: "#fffbf6" token-bg-secondary: "#efebe7" token-card: "#ffffff" token-text: "#201c1c" token-text-secondary: "#100e0e" token-sidebar-icon: "#100e0e" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 158, 63 token-rgb-pink: 160, 191, 63 token-rgb-deep-purple: 191, 94, 63 token-rgb-indigo: 191, 73, 63 token-rgb-cyan: 63, 191, 158 token-rgb-teal: 63, 191, 94 token-rgb-lime: 96, 191, 63 token-rgb-light-green: 139, 191, 63 token-rgb-amber: 191, 126, 63 token-rgb-orange: 191, 94, 63 token-rgb-deep-orange: 191, 63, 64 token-rgb-light-blue: 63, 181, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Cyberpunk # ------------------------------------------------------------------------------ Dubble Cyberpunk: card-mod-theme: Dubble Cyberpunk <<: *bubble_shared modes: dark: token-accent: "#ff0055" token-rgb-primary: 255, 0, 85 token-text-on-accent: "#ffffff" token-bg: "#000b1e" token-bg-secondary: "#000f2b" token-card: "#001438" token-text: "#00f3ff" token-text-secondary: "#00f3ff" token-sidebar-icon: "#00f3ff" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 183, 112 token-rgb-pink: 201, 219, 112 token-rgb-deep-purple: 219, 130, 112 token-rgb-indigo: 219, 112, 112 token-rgb-cyan: 112, 219, 183 token-rgb-teal: 112, 219, 130 token-rgb-lime: 147, 219, 112 token-rgb-light-green: 183, 219, 112 token-rgb-amber: 219, 156, 112 token-rgb-orange: 219, 130, 112 token-rgb-deep-orange: 219, 112, 121 token-rgb-light-blue: 112, 219, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#b2003b" token-rgb-primary: 178, 0, 59 token-text-on-accent: "#ffffff" token-bg: "#e0e0e0" token-bg-secondary: "#d2d2d2" token-card: "#ffffff" token-text: "#202020" token-text-secondary: "#101010" token-sidebar-icon: "#101010" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 148, 63 token-rgb-pink: 169, 191, 63 token-rgb-deep-purple: 191, 85, 63 token-rgb-indigo: 191, 63, 63 token-rgb-cyan: 63, 191, 148 token-rgb-teal: 63, 191, 85 token-rgb-lime: 106, 191, 63 token-rgb-light-green: 148, 191, 63 token-rgb-amber: 191, 117, 63 token-rgb-orange: 191, 85, 63 token-rgb-deep-orange: 191, 63, 74 token-rgb-light-blue: 63, 191, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Latte # ------------------------------------------------------------------------------ Dubble Latte: card-mod-theme: Dubble Latte <<: *bubble_shared modes: dark: token-accent: "#dca977" token-rgb-primary: 220, 169, 119 token-text-on-accent: "#ffffff" token-bg: "#281b16" token-bg-secondary: "#34231d" token-card: "#412c24" token-text: "#faedcd" token-text-secondary: "#f9eccc" token-sidebar-icon: "#faedcd" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 166, 219, 112 token-rgb-pink: 112, 219, 112 token-rgb-deep-purple: 219, 218, 112 token-rgb-indigo: 219, 200, 112 token-rgb-cyan: 112, 166, 219 token-rgb-teal: 112, 219, 218 token-rgb-lime: 112, 219, 165 token-rgb-light-green: 112, 219, 129 token-rgb-amber: 193, 219, 112 token-rgb-orange: 219, 218, 112 token-rgb-deep-orange: 219, 191, 112 token-rgb-light-blue: 112, 130, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#765c48" token-rgb-primary: 118, 92, 72 token-text-on-accent: "#ffffff" token-bg: "#fefae0" token-bg-secondary: "#eeebd2" token-card: "#ffffff" token-text: "#5f4638" token-text-secondary: "#2f231c" token-sidebar-icon: "#2f231c" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 135, 191, 63 token-rgb-pink: 72, 191, 63 token-rgb-deep-purple: 191, 182, 63 token-rgb-indigo: 191, 161, 63 token-rgb-cyan: 63, 135, 191 token-rgb-teal: 63, 191, 182 token-rgb-lime: 63, 191, 119 token-rgb-light-green: 63, 191, 76 token-rgb-amber: 167, 191, 63 token-rgb-orange: 191, 182, 63 token-rgb-deep-orange: 191, 151, 63 token-rgb-light-blue: 63, 93, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Matrix # ------------------------------------------------------------------------------ Dubble Matrix: card-mod-theme: Dubble Matrix <<: *bubble_shared modes: dark: token-accent: "#00ff41" token-rgb-primary: 0, 255, 65 token-text-on-accent: "#ffffff" token-bg: "#000000" token-bg-secondary: "#0f0f0f" token-card: "#1e1e1e" token-text: "#008f11" token-text-secondary: "#007e0f" token-sidebar-icon: "#008f11" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 192, 219 token-rgb-pink: 112, 138, 219 token-rgb-deep-purple: 112, 219, 193 token-rgb-indigo: 112, 219, 175 token-rgb-cyan: 219, 112, 192 token-rgb-teal: 193, 112, 219 token-rgb-lime: 139, 112, 219 token-rgb-light-green: 112, 120, 219 token-rgb-amber: 112, 218, 219 token-rgb-orange: 112, 219, 193 token-rgb-deep-orange: 112, 219, 166 token-rgb-light-blue: 219, 112, 156 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#00640b" token-rgb-primary: 0, 100, 11 token-text-on-accent: "#ffffff" token-bg: "#f0fff4" token-bg-secondary: "#e1efe5" token-card: "#ffffff" token-text: "#003b00" token-text-secondary: "#001d00" token-sidebar-icon: "#001d00" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 177, 191 token-rgb-pink: 63, 113, 191 token-rgb-deep-purple: 63, 191, 141 token-rgb-indigo: 63, 191, 120 token-rgb-cyan: 191, 63, 177 token-rgb-teal: 141, 63, 191 token-rgb-lime: 77, 63, 191 token-rgb-light-green: 63, 92, 191 token-rgb-amber: 63, 191, 173 token-rgb-orange: 63, 191, 141 token-rgb-deep-orange: 63, 191, 109 token-rgb-light-blue: 191, 63, 134 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Shades of Purple # ------------------------------------------------------------------------------ Bubble Shades of Purple: card-mod-theme: Bubble Shades of Purple <<: *bubble_shared modes: dark: token-accent: "#c3b0fa" token-rgb-primary: 195, 176, 250 token-text-on-accent: "#000000" token-bg: "#2d2b55" token-bg-secondary: "#312f5d" token-card: "#343162" token-text: "#e0dfff" token-text-secondary: "#e0dfff" token-sidebar-icon: "#e0dfff" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 112, 191 token-rgb-pink: 219, 112, 138 token-rgb-deep-purple: 193, 112, 219 token-rgb-indigo: 175, 112, 219 token-rgb-cyan: 191, 219, 112 token-rgb-teal: 219, 193, 112 token-rgb-lime: 219, 139, 112 token-rgb-light-green: 219, 112, 120 token-rgb-amber: 219, 112, 218 token-rgb-orange: 193, 112, 219 token-rgb-deep-orange: 166, 112, 219 token-rgb-light-blue: 156, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#8a51ed" token-rgb-primary: 138, 81, 237 token-text-on-accent: "#ffffff" token-bg: "#f5f5ff" token-bg-secondary: "#ededf7" token-card: "#ffffff" token-text: "#2d2b55" token-text-secondary: "#1f1e3b" token-sidebar-icon: "#1f1e3b" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 63, 144 token-rgb-pink: 191, 63, 80 token-rgb-deep-purple: 174, 63, 191 token-rgb-indigo: 152, 63, 191 token-rgb-cyan: 144, 191, 63 token-rgb-teal: 191, 174, 63 token-rgb-lime: 191, 110, 63 token-rgb-light-green: 191, 67, 63 token-rgb-amber: 191, 63, 176 token-rgb-orange: 174, 63, 191 token-rgb-deep-orange: 142, 63, 191 token-rgb-light-blue: 102, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Shades of Purple # ------------------------------------------------------------------------------ Dubble Shades of Purple: card-mod-theme: Dubble Shades of Purple <<: *bubble_shared modes: dark: token-accent: "#a78bfb" token-rgb-primary: 167, 139, 251 token-text-on-accent: "#ffffff" token-bg: "#2d2b55" token-bg-secondary: "#32305f" token-card: "#373569" token-text: "#e0dfff" token-text-secondary: "#e0dfff" token-sidebar-icon: "#e0dfff" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 112, 192 token-rgb-pink: 219, 112, 138 token-rgb-deep-purple: 192, 112, 219 token-rgb-indigo: 174, 112, 219 token-rgb-cyan: 192, 219, 112 token-rgb-teal: 219, 192, 112 token-rgb-lime: 219, 138, 112 token-rgb-light-green: 219, 112, 121 token-rgb-amber: 219, 112, 219 token-rgb-orange: 192, 112, 219 token-rgb-deep-orange: 165, 112, 219 token-rgb-light-blue: 156, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#5628a5" token-rgb-primary: 86, 40, 165 token-text-on-accent: "#ffffff" token-bg: "#f5f5ff" token-bg-secondary: "#e6e6ef" token-card: "#ffffff" token-text: "#2d2b55" token-text-secondary: "#16152a" token-sidebar-icon: "#16152a" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 63, 144 token-rgb-pink: 191, 63, 80 token-rgb-deep-purple: 174, 63, 191 token-rgb-indigo: 153, 63, 191 token-rgb-cyan: 144, 191, 63 token-rgb-teal: 191, 174, 63 token-rgb-lime: 191, 110, 63 token-rgb-light-green: 191, 68, 63 token-rgb-amber: 191, 63, 176 token-rgb-orange: 174, 63, 191 token-rgb-deep-orange: 142, 63, 191 token-rgb-light-blue: 101, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Cobalt2 # ------------------------------------------------------------------------------ Bubble Cobalt2: card-mod-theme: Bubble Cobalt2 <<: *bubble_shared modes: dark: token-accent: "#ffce26" token-rgb-primary: 255, 206, 38 token-text-on-accent: "#000000" token-bg: "#122738" token-bg-secondary: "#152d41" token-card: "#173247" token-text: "#ffffff" token-text-secondary: "#ffffff" token-sidebar-icon: "#ffffff" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 136, 219, 112 token-rgb-pink: 112, 219, 141 token-rgb-deep-purple: 189, 219, 112 token-rgb-indigo: 207, 219, 112 token-rgb-cyan: 112, 136, 219 token-rgb-teal: 112, 189, 219 token-rgb-lime: 112, 219, 195 token-rgb-light-green: 112, 219, 159 token-rgb-amber: 163, 219, 112 token-rgb-orange: 189, 219, 112 token-rgb-deep-orange: 216, 219, 112 token-rgb-light-blue: 123, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#203849" token-rgb-primary: 32, 56, 73 token-text-on-accent: "#ffffff" token-bg: "#f8f9fa" token-bg-secondary: "#f0f1f2" token-card: "#ffffff" token-text: "#193549" token-text-secondary: "#112533" token-sidebar-icon: "#112533" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 116, 63, 191 token-rgb-pink: 180, 63, 191 token-rgb-deep-purple: 63, 74, 191 token-rgb-indigo: 63, 95, 191 token-rgb-cyan: 191, 116, 63 token-rgb-teal: 191, 63, 74 token-rgb-lime: 191, 63, 138 token-rgb-light-green: 191, 63, 180 token-rgb-amber: 84, 63, 191 token-rgb-orange: 63, 74, 191 token-rgb-deep-orange: 63, 106, 191 token-rgb-light-blue: 191, 159, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Cobalt2 # ------------------------------------------------------------------------------ Dubble Cobalt2: card-mod-theme: Dubble Cobalt2 <<: *bubble_shared modes: dark: token-accent: "#ffc600" token-rgb-primary: 255, 198, 0 token-text-on-accent: "#000000" token-bg: "#122738" token-bg-secondary: "#152f43" token-card: "#19374f" token-text: "#ffffff" token-text-secondary: "#ffffff" token-sidebar-icon: "#ffffff" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 136, 219, 112 token-rgb-pink: 112, 219, 141 token-rgb-deep-purple: 189, 219, 112 token-rgb-indigo: 207, 219, 112 token-rgb-cyan: 112, 136, 219 token-rgb-teal: 112, 189, 219 token-rgb-lime: 112, 219, 195 token-rgb-light-green: 112, 219, 159 token-rgb-amber: 162, 219, 112 token-rgb-orange: 189, 219, 112 token-rgb-deep-orange: 216, 219, 112 token-rgb-light-blue: 123, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#112533" token-rgb-primary: 17, 37, 51 token-text-on-accent: "#ffffff" token-bg: "#f8f9fa" token-bg-secondary: "#e9eaeb" token-card: "#ffffff" token-text: "#193549" token-text-secondary: "#0c1a24" token-sidebar-icon: "#0c1a24" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 116, 63, 191 token-rgb-pink: 180, 63, 191 token-rgb-deep-purple: 63, 74, 191 token-rgb-indigo: 63, 96, 191 token-rgb-cyan: 191, 116, 63 token-rgb-teal: 191, 63, 74 token-rgb-lime: 191, 63, 138 token-rgb-light-green: 191, 63, 181 token-rgb-amber: 84, 63, 191 token-rgb-orange: 63, 74, 191 token-rgb-deep-orange: 63, 106, 191 token-rgb-light-blue: 191, 158, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble SynthWave # ------------------------------------------------------------------------------ Bubble SynthWave: card-mod-theme: Bubble SynthWave <<: *bubble_shared modes: dark: token-accent: "#f94fba" token-rgb-primary: 249, 79, 186 token-text-on-accent: "#ffffff" token-bg: "#2b213a" token-bg-secondary: "#322643" token-card: "#362949" token-text: "#f8f8f2" token-text-secondary: "#f5f5ef" token-sidebar-icon: "#f8f8f2" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 151, 112 token-rgb-pink: 219, 205, 112 token-rgb-deep-purple: 219, 112, 126 token-rgb-indigo: 219, 112, 143 token-rgb-cyan: 112, 219, 151 token-rgb-teal: 126, 219, 112 token-rgb-lime: 179, 219, 112 token-rgb-light-green: 215, 219, 112 token-rgb-amber: 219, 125, 112 token-rgb-orange: 219, 112, 126 token-rgb-deep-orange: 219, 112, 152 token-rgb-light-blue: 112, 219, 187 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#b14fad" token-rgb-primary: 177, 79, 173 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#ededed" token-card: "#ffffff" token-text: "#2d2a4e" token-text-secondary: "#1f1d36" token-sidebar-icon: "#1f1d36" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 68, 63 token-rgb-pink: 191, 132, 63 token-rgb-deep-purple: 191, 63, 122 token-rgb-indigo: 191, 63, 143 token-rgb-cyan: 63, 191, 68 token-rgb-teal: 122, 191, 63 token-rgb-lime: 186, 191, 63 token-rgb-light-green: 191, 153, 63 token-rgb-amber: 191, 63, 90 token-rgb-orange: 191, 63, 122 token-rgb-deep-orange: 191, 63, 154 token-rgb-light-blue: 63, 191, 111 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble SynthWave # ------------------------------------------------------------------------------ Dubble SynthWave: card-mod-theme: Dubble SynthWave <<: *bubble_shared modes: dark: token-accent: "#fa2aad" token-rgb-primary: 250, 42, 173 token-text-on-accent: "#ffffff" token-bg: "#2b213a" token-bg-secondary: "#332745" token-card: "#3c2e51" token-text: "#f8f8f2" token-text-secondary: "#f6f6f0" token-sidebar-icon: "#f8f8f2" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 151, 112 token-rgb-pink: 219, 205, 112 token-rgb-deep-purple: 219, 112, 126 token-rgb-indigo: 219, 112, 143 token-rgb-cyan: 112, 219, 151 token-rgb-teal: 126, 219, 112 token-rgb-lime: 179, 219, 112 token-rgb-light-green: 215, 219, 112 token-rgb-amber: 219, 125, 112 token-rgb-orange: 219, 112, 126 token-rgb-deep-orange: 219, 112, 152 token-rgb-light-blue: 112, 219, 187 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#7b2b79" token-rgb-primary: 123, 43, 121 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#e6e6e6" token-card: "#ffffff" token-text: "#2d2a4e" token-text-secondary: "#161527" token-sidebar-icon: "#161527" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 66, 63 token-rgb-pink: 191, 130, 63 token-rgb-deep-purple: 191, 63, 124 token-rgb-indigo: 191, 63, 145 token-rgb-cyan: 63, 191, 66 token-rgb-teal: 124, 191, 63 token-rgb-lime: 188, 191, 63 token-rgb-light-green: 191, 151, 63 token-rgb-amber: 191, 63, 92 token-rgb-orange: 191, 63, 124 token-rgb-deep-orange: 191, 63, 156 token-rgb-light-blue: 63, 191, 109 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Winter is Coming # ------------------------------------------------------------------------------ Bubble Winter is Coming: card-mod-theme: Bubble Winter is Coming <<: *bubble_shared modes: dark: token-accent: "#90b5ae" token-rgb-primary: 144, 181, 174 token-text-on-accent: "#ffffff" token-bg: "#0c0c0c" token-bg-secondary: "#181818" token-card: "#1f1f1f" token-text: "#c7cdd9" token-text-secondary: "#bcc2cd" token-sidebar-icon: "#c7cdd9" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 132, 219 token-rgb-pink: 145, 112, 219 token-rgb-deep-purple: 112, 186, 219 token-rgb-indigo: 112, 203, 219 token-rgb-cyan: 219, 112, 132 token-rgb-teal: 219, 112, 186 token-rgb-lime: 199, 112, 219 token-rgb-light-green: 163, 112, 219 token-rgb-amber: 112, 159, 219 token-rgb-orange: 112, 186, 219 token-rgb-deep-orange: 112, 212, 219 token-rgb-light-blue: 219, 127, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#3a7d75" token-rgb-primary: 58, 125, 117 token-text-on-accent: "#ffffff" token-bg: "#f6f6f6" token-bg-secondary: "#eeeeee" token-card: "#ffffff" token-text: "#2d3748" token-text-secondary: "#1f2632" token-sidebar-icon: "#1f2632" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 78, 191 token-rgb-pink: 112, 63, 191 token-rgb-deep-purple: 63, 142, 191 token-rgb-indigo: 63, 163, 191 token-rgb-cyan: 191, 63, 78 token-rgb-teal: 191, 63, 142 token-rgb-lime: 176, 63, 191 token-rgb-light-green: 133, 63, 191 token-rgb-amber: 63, 110, 191 token-rgb-orange: 63, 142, 191 token-rgb-deep-orange: 63, 174, 191 token-rgb-light-blue: 191, 91, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Winter is Coming # ------------------------------------------------------------------------------ Dubble Winter is Coming: card-mod-theme: Dubble Winter is Coming <<: *bubble_shared modes: dark: token-accent: "#7ec3b7" token-rgb-primary: 126, 195, 183 token-text-on-accent: "#ffffff" token-bg: "#0c0c0c" token-bg-secondary: "#1a1a1a" token-card: "#292929" token-text: "#c7cdd9" token-text-secondary: "#c1c7d3" token-sidebar-icon: "#c7cdd9" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 130, 219 token-rgb-pink: 147, 112, 219 token-rgb-deep-purple: 112, 184, 219 token-rgb-indigo: 112, 202, 219 token-rgb-cyan: 219, 112, 130 token-rgb-teal: 219, 112, 184 token-rgb-lime: 200, 112, 219 token-rgb-light-green: 164, 112, 219 token-rgb-amber: 112, 157, 219 token-rgb-orange: 112, 184, 219 token-rgb-deep-orange: 112, 211, 219 token-rgb-light-blue: 219, 129, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#205751" token-rgb-primary: 32, 87, 81 token-text-on-accent: "#ffffff" token-bg: "#f6f6f6" token-bg-secondary: "#e7e7e7" token-card: "#ffffff" token-text: "#2d3748" token-text-secondary: "#161b24" token-sidebar-icon: "#161b24" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 77, 191 token-rgb-pink: 113, 63, 191 token-rgb-deep-purple: 63, 141, 191 token-rgb-indigo: 63, 162, 191 token-rgb-cyan: 191, 63, 77 token-rgb-teal: 191, 63, 141 token-rgb-lime: 177, 63, 191 token-rgb-light-green: 134, 63, 191 token-rgb-amber: 63, 109, 191 token-rgb-orange: 63, 141, 191 token-rgb-deep-orange: 63, 173, 191 token-rgb-light-blue: 191, 92, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Andromeda # ------------------------------------------------------------------------------ Bubble Andromeda: card-mod-theme: Bubble Andromeda <<: *bubble_shared modes: dark: token-accent: "#cd99dd" token-rgb-primary: 205, 153, 221 token-text-on-accent: "#ffffff" token-bg: "#0d1117" token-bg-secondary: "#131922" token-card: "#171e29" token-text: "#abb2bf" token-text-secondary: "#99a0ab" token-sidebar-icon: "#abb2bf" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 112, 137 token-rgb-pink: 219, 140, 112 token-rgb-deep-purple: 219, 112, 190 token-rgb-indigo: 219, 112, 208 token-rgb-cyan: 137, 219, 112 token-rgb-teal: 190, 219, 112 token-rgb-lime: 219, 194, 112 token-rgb-light-green: 219, 158, 112 token-rgb-amber: 219, 112, 164 token-rgb-orange: 219, 112, 190 token-rgb-deep-orange: 219, 112, 217 token-rgb-light-blue: 112, 219, 122 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#a664dd" token-rgb-primary: 166, 100, 221 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#2d3748" token-text-secondary: "#1f2632" token-sidebar-icon: "#1f2632" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 63, 121 token-rgb-pink: 191, 69, 63 token-rgb-deep-purple: 191, 63, 185 token-rgb-indigo: 175, 63, 191 token-rgb-cyan: 121, 191, 63 token-rgb-teal: 185, 191, 63 token-rgb-lime: 191, 133, 63 token-rgb-light-green: 191, 90, 63 token-rgb-amber: 191, 63, 153 token-rgb-orange: 191, 63, 185 token-rgb-deep-orange: 165, 63, 191 token-rgb-light-blue: 79, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 6)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 6)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Andromeda # ------------------------------------------------------------------------------ Dubble Andromeda: card-mod-theme: Dubble Andromeda <<: *bubble_shared modes: dark: token-accent: "#cc7be3" token-rgb-primary: 204, 123, 227 token-text-on-accent: "#ffffff" token-bg: "#0d1117" token-bg-secondary: "#141b24" token-card: "#1c2532" token-text: "#abb2bf" token-text-secondary: "#a2a9b5" token-sidebar-icon: "#abb2bf" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 112, 135 token-rgb-pink: 219, 142, 112 token-rgb-deep-purple: 219, 112, 189 token-rgb-indigo: 219, 112, 207 token-rgb-cyan: 135, 219, 112 token-rgb-teal: 189, 219, 112 token-rgb-lime: 219, 195, 112 token-rgb-light-green: 219, 159, 112 token-rgb-amber: 219, 112, 162 token-rgb-orange: 219, 112, 189 token-rgb-deep-orange: 219, 112, 216 token-rgb-light-blue: 112, 219, 124 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#6d369a" token-rgb-primary: 109, 54, 154 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#2d3748" token-text-secondary: "#161b24" token-sidebar-icon: "#161b24" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 63, 121 token-rgb-pink: 191, 70, 63 token-rgb-deep-purple: 191, 63, 184 token-rgb-indigo: 176, 63, 191 token-rgb-cyan: 121, 191, 63 token-rgb-teal: 184, 191, 63 token-rgb-lime: 191, 133, 63 token-rgb-light-green: 191, 91, 63 token-rgb-amber: 191, 63, 152 token-rgb-orange: 191, 63, 184 token-rgb-deep-orange: 165, 63, 191 token-rgb-light-blue: 78, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Panda # ------------------------------------------------------------------------------ Bubble Panda: card-mod-theme: Bubble Panda <<: *bubble_shared modes: dark: token-accent: "#ff9bc9" token-rgb-primary: 255, 155, 201 token-text-on-accent: "#000000" token-bg: "#292a2b" token-bg-secondary: "#333435" token-card: "#393a3b" token-text: "#e6e6e6" token-text-secondary: "#dedede" token-sidebar-icon: "#e6e6e6" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 170, 112 token-rgb-pink: 215, 219, 112 token-rgb-deep-purple: 219, 116, 112 token-rgb-indigo: 219, 112, 125 token-rgb-cyan: 112, 219, 170 token-rgb-teal: 112, 219, 116 token-rgb-lime: 161, 219, 112 token-rgb-light-green: 197, 219, 112 token-rgb-amber: 219, 143, 112 token-rgb-orange: 219, 116, 112 token-rgb-deep-orange: 219, 112, 134 token-rgb-light-blue: 112, 219, 205 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#ff437e" token-rgb-primary: 255, 67, 126 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#ededed" token-card: "#ffffff" token-text: "#2b2d3a" token-text-secondary: "#1e1f28" token-sidebar-icon: "#1e1f28" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 151, 63 token-rgb-pink: 167, 191, 63 token-rgb-deep-purple: 191, 87, 63 token-rgb-indigo: 191, 66, 63 token-rgb-cyan: 63, 191, 151 token-rgb-teal: 63, 191, 87 token-rgb-lime: 103, 191, 63 token-rgb-light-green: 146, 191, 63 token-rgb-amber: 191, 119, 63 token-rgb-orange: 191, 87, 63 token-rgb-deep-orange: 191, 63, 71 token-rgb-light-blue: 63, 188, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Panda # ------------------------------------------------------------------------------ Dubble Panda: card-mod-theme: Dubble Panda <<: *bubble_shared modes: dark: token-accent: "#ff74b5" token-rgb-primary: 255, 116, 181 token-text-on-accent: "#ffffff" token-bg: "#292a2b" token-bg-secondary: "#353637" token-card: "#414244" token-text: "#e6e6e6" token-text-secondary: "#e2e2e2" token-sidebar-icon: "#e6e6e6" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 169, 112 token-rgb-pink: 215, 219, 112 token-rgb-deep-purple: 219, 115, 112 token-rgb-indigo: 219, 112, 126 token-rgb-cyan: 112, 219, 169 token-rgb-teal: 112, 219, 115 token-rgb-lime: 162, 219, 112 token-rgb-light-green: 197, 219, 112 token-rgb-amber: 219, 142, 112 token-rgb-orange: 219, 115, 112 token-rgb-deep-orange: 219, 112, 135 token-rgb-light-blue: 112, 219, 204 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#b21d4c" token-rgb-primary: 178, 29, 76 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#e6e6e6" token-card: "#ffffff" token-text: "#2b2d3a" token-text-secondary: "#15161d" token-sidebar-icon: "#15161d" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 151, 63 token-rgb-pink: 167, 191, 63 token-rgb-deep-purple: 191, 87, 63 token-rgb-indigo: 191, 66, 63 token-rgb-cyan: 63, 191, 151 token-rgb-teal: 63, 191, 87 token-rgb-lime: 103, 191, 63 token-rgb-light-green: 146, 191, 63 token-rgb-amber: 191, 119, 63 token-rgb-orange: 191, 87, 63 token-rgb-deep-orange: 191, 63, 72 token-rgb-light-blue: 63, 188, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Noctis # ------------------------------------------------------------------------------ Bubble Noctis: card-mod-theme: Bubble Noctis <<: *bubble_shared modes: dark: token-accent: "#5bc2e6" token-rgb-primary: 91, 194, 230 token-text-on-accent: "#ffffff" token-bg: "#0f1419" token-bg-secondary: "#151d24" token-card: "#1a222b" token-text: "#e6e1cf" token-text-secondary: "#ded9c8" token-sidebar-icon: "#e6e1cf" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 139, 112, 219 token-rgb-pink: 193, 112, 219 token-rgb-deep-purple: 112, 138, 219 token-rgb-indigo: 112, 155, 219 token-rgb-cyan: 219, 139, 112 token-rgb-teal: 219, 112, 138 token-rgb-lime: 219, 112, 191 token-rgb-light-green: 211, 112, 219 token-rgb-amber: 113, 112, 219 token-rgb-orange: 112, 138, 219 token-rgb-deep-orange: 112, 164, 219 token-rgb-light-blue: 219, 175, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#149ecc" token-rgb-primary: 20, 158, 204 token-text-on-accent: "#ffffff" token-bg: "#f2f2f2" token-bg-secondary: "#eaeaea" token-card: "#ffffff" token-text: "#2d3748" token-text-secondary: "#1f2632" token-sidebar-icon: "#1f2632" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 95, 63, 191 token-rgb-pink: 159, 63, 191 token-rgb-deep-purple: 63, 95, 191 token-rgb-indigo: 63, 116, 191 token-rgb-cyan: 191, 95, 63 token-rgb-teal: 191, 63, 95 token-rgb-lime: 191, 63, 159 token-rgb-light-green: 180, 63, 191 token-rgb-amber: 63, 63, 191 token-rgb-orange: 63, 95, 191 token-rgb-deep-orange: 63, 127, 191 token-rgb-light-blue: 191, 138, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 10)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 10)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Noctis # ------------------------------------------------------------------------------ Dubble Noctis: card-mod-theme: Dubble Noctis <<: *bubble_shared modes: dark: token-accent: "#3abeeb" token-rgb-primary: 58, 190, 235 token-text-on-accent: "#ffffff" token-bg: "#0f1419" token-bg-secondary: "#171f26" token-card: "#1f2a34" token-text: "#e6e1cf" token-text-secondary: "#e2ddcb" token-sidebar-icon: "#e6e1cf" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 139, 112, 219 token-rgb-pink: 192, 112, 219 token-rgb-deep-purple: 112, 138, 219 token-rgb-indigo: 112, 156, 219 token-rgb-cyan: 219, 139, 112 token-rgb-teal: 219, 112, 138 token-rgb-lime: 219, 112, 192 token-rgb-light-green: 210, 112, 219 token-rgb-amber: 112, 112, 219 token-rgb-orange: 112, 138, 219 token-rgb-deep-orange: 112, 165, 219 token-rgb-light-blue: 219, 175, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#006b8e" token-rgb-primary: 0, 107, 142 token-text-on-accent: "#ffffff" token-bg: "#f2f2f2" token-bg-secondary: "#e3e3e3" token-card: "#ffffff" token-text: "#2d3748" token-text-secondary: "#161b24" token-sidebar-icon: "#161b24" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 95, 63, 191 token-rgb-pink: 158, 63, 191 token-rgb-deep-purple: 63, 96, 191 token-rgb-indigo: 63, 117, 191 token-rgb-cyan: 191, 95, 63 token-rgb-teal: 191, 63, 96 token-rgb-lime: 191, 63, 159 token-rgb-light-green: 180, 63, 191 token-rgb-amber: 63, 64, 191 token-rgb-orange: 63, 96, 191 token-rgb-deep-orange: 63, 127, 191 token-rgb-light-blue: 191, 137, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Omni # ------------------------------------------------------------------------------ Bubble Omni: card-mod-theme: Bubble Omni <<: *bubble_shared modes: dark: token-accent: "#afa8c7" token-rgb-primary: 175, 168, 199 token-text-on-accent: "#ffffff" token-bg: "#191622" token-bg-secondary: "#211d2d" token-card: "#262133" token-text: "#e1e1e6" token-text-secondary: "#d9d9de" token-sidebar-icon: "#e1e1e6" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 112, 195 token-rgb-pink: 219, 112, 141 token-rgb-deep-purple: 189, 112, 219 token-rgb-indigo: 172, 112, 219 token-rgb-cyan: 195, 219, 112 token-rgb-teal: 219, 189, 112 token-rgb-lime: 219, 136, 112 token-rgb-light-green: 219, 112, 123 token-rgb-amber: 216, 112, 219 token-rgb-orange: 189, 112, 219 token-rgb-deep-orange: 163, 112, 219 token-rgb-light-blue: 159, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#7f6cc1" token-rgb-primary: 127, 108, 193 token-text-on-accent: "#ffffff" token-bg: "#f8f8f2" token-bg-secondary: "#f0f0ea" token-card: "#ffffff" token-text: "#282a36" token-text-secondary: "#1b1d25" token-sidebar-icon: "#1b1d25" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 63, 162 token-rgb-pink: 191, 63, 98 token-rgb-deep-purple: 156, 63, 191 token-rgb-indigo: 134, 63, 191 token-rgb-cyan: 162, 191, 63 token-rgb-teal: 191, 156, 63 token-rgb-lime: 191, 92, 63 token-rgb-light-green: 191, 63, 77 token-rgb-amber: 187, 63, 191 token-rgb-orange: 156, 63, 191 token-rgb-deep-orange: 124, 63, 191 token-rgb-light-blue: 120, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Omni # ------------------------------------------------------------------------------ Dubble Omni: card-mod-theme: Dubble Omni <<: *bubble_shared modes: dark: token-accent: "#a092d2" token-rgb-primary: 160, 146, 210 token-text-on-accent: "#ffffff" token-bg: "#191622" token-bg-secondary: "#221e2f" token-card: "#2c273c" token-text: "#e1e1e6" token-text-secondary: "#dddde2" token-sidebar-icon: "#e1e1e6" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 112, 195 token-rgb-pink: 219, 112, 142 token-rgb-deep-purple: 189, 112, 219 token-rgb-indigo: 171, 112, 219 token-rgb-cyan: 195, 219, 112 token-rgb-teal: 219, 189, 112 token-rgb-lime: 219, 135, 112 token-rgb-light-green: 219, 112, 124 token-rgb-amber: 215, 112, 219 token-rgb-orange: 189, 112, 219 token-rgb-deep-orange: 162, 112, 219 token-rgb-light-blue: 160, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#4f3e87" token-rgb-primary: 79, 62, 135 token-text-on-accent: "#ffffff" token-bg: "#f8f8f2" token-bg-secondary: "#e9e9e3" token-card: "#ffffff" token-text: "#282a36" token-text-secondary: "#14151b" token-sidebar-icon: "#14151b" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 63, 161 token-rgb-pink: 191, 63, 97 token-rgb-deep-purple: 157, 63, 191 token-rgb-indigo: 135, 63, 191 token-rgb-cyan: 161, 191, 63 token-rgb-teal: 191, 157, 63 token-rgb-lime: 191, 93, 63 token-rgb-light-green: 191, 63, 76 token-rgb-amber: 189, 63, 191 token-rgb-orange: 157, 63, 191 token-rgb-deep-orange: 125, 63, 191 token-rgb-light-blue: 119, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Eva Dark # ------------------------------------------------------------------------------ Bubble Eva Dark: card-mod-theme: Bubble Eva Dark <<: *bubble_shared modes: dark: token-accent: "#9074c2" token-rgb-primary: 144, 116, 194 token-text-on-accent: "#ffffff" token-bg: "#2a2139" token-bg-secondary: "#312642" token-card: "#352a48" token-text: "#d4d4d4" token-text-secondary: "#c7c7c7" token-sidebar-icon: "#d4d4d4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 112, 180 token-rgb-pink: 219, 112, 127 token-rgb-deep-purple: 204, 112, 219 token-rgb-indigo: 186, 112, 219 token-rgb-cyan: 180, 219, 112 token-rgb-teal: 219, 204, 112 token-rgb-lime: 219, 150, 112 token-rgb-light-green: 219, 114, 112 token-rgb-amber: 219, 112, 207 token-rgb-orange: 204, 112, 219 token-rgb-deep-orange: 177, 112, 219 token-rgb-light-blue: 145, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#6946b1" token-rgb-primary: 105, 70, 177 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#f2f2f2" token-card: "#ffffff" token-text: "#37474f" token-text-secondary: "#263137" token-sidebar-icon: "#263137" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 63, 149 token-rgb-pink: 191, 63, 85 token-rgb-deep-purple: 169, 63, 191 token-rgb-indigo: 147, 63, 191 token-rgb-cyan: 149, 191, 63 token-rgb-teal: 191, 169, 63 token-rgb-lime: 191, 105, 63 token-rgb-light-green: 191, 63, 64 token-rgb-amber: 191, 63, 181 token-rgb-orange: 169, 63, 191 token-rgb-deep-orange: 137, 63, 191 token-rgb-light-blue: 107, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Eva Dark # ------------------------------------------------------------------------------ Dubble Eva Dark: card-mod-theme: Dubble Eva Dark <<: *bubble_shared modes: dark: token-accent: "#855cce" token-rgb-primary: 133, 92, 206 token-text-on-accent: "#ffffff" token-bg: "#2a2139" token-bg-secondary: "#322744" token-card: "#3b2e50" token-text: "#d4d4d4" token-text-secondary: "#cdcdcd" token-sidebar-icon: "#d4d4d4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 112, 180 token-rgb-pink: 219, 112, 127 token-rgb-deep-purple: 204, 112, 219 token-rgb-indigo: 186, 112, 219 token-rgb-cyan: 180, 219, 112 token-rgb-teal: 219, 204, 112 token-rgb-lime: 219, 150, 112 token-rgb-light-green: 219, 115, 112 token-rgb-amber: 219, 112, 207 token-rgb-orange: 204, 112, 219 token-rgb-deep-orange: 177, 112, 219 token-rgb-light-blue: 145, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#41257b" token-rgb-primary: 65, 37, 123 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#ebebeb" token-card: "#ffffff" token-text: "#37474f" token-text-secondary: "#1b2327" token-sidebar-icon: "#1b2327" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 63, 149 token-rgb-pink: 191, 63, 85 token-rgb-deep-purple: 169, 63, 191 token-rgb-indigo: 147, 63, 191 token-rgb-cyan: 149, 191, 63 token-rgb-teal: 191, 169, 63 token-rgb-lime: 191, 105, 63 token-rgb-light-green: 191, 63, 64 token-rgb-amber: 191, 63, 181 token-rgb-orange: 169, 63, 191 token-rgb-deep-orange: 137, 63, 191 token-rgb-light-blue: 107, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Atom One Dark # ------------------------------------------------------------------------------ Bubble Atom One Dark: card-mod-theme: Bubble Atom One Dark <<: *bubble_shared modes: dark: token-accent: "#84bfef" token-rgb-primary: 132, 191, 239 token-text-on-accent: "#ffffff" token-bg: "#282c34" token-bg-secondary: "#2f343e" token-card: "#343944" token-text: "#abb2bf" token-text-secondary: "#99a0ab" token-sidebar-icon: "#abb2bf" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 160, 112, 219 token-rgb-pink: 213, 112, 219 token-rgb-deep-purple: 112, 117, 219 token-rgb-indigo: 112, 135, 219 token-rgb-cyan: 219, 160, 112 token-rgb-teal: 219, 112, 117 token-rgb-lime: 219, 112, 171 token-rgb-light-green: 219, 112, 206 token-rgb-amber: 133, 112, 219 token-rgb-orange: 112, 117, 219 token-rgb-deep-orange: 112, 144, 219 token-rgb-light-blue: 219, 195, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1389bc" token-rgb-primary: 19, 137, 188 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#f2f2f2" token-card: "#ffffff" token-text: "#383a42" token-text-secondary: "#27282e" token-sidebar-icon: "#27282e" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 102, 63, 191 token-rgb-pink: 165, 63, 191 token-rgb-deep-purple: 63, 89, 191 token-rgb-indigo: 63, 110, 191 token-rgb-cyan: 191, 102, 63 token-rgb-teal: 191, 63, 89 token-rgb-lime: 191, 63, 152 token-rgb-light-green: 187, 63, 191 token-rgb-amber: 70, 63, 191 token-rgb-orange: 63, 89, 191 token-rgb-deep-orange: 63, 120, 191 token-rgb-light-blue: 191, 144, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Atom One Dark # ------------------------------------------------------------------------------ Dubble Atom One Dark: card-mod-theme: Dubble Atom One Dark <<: *bubble_shared modes: dark: token-accent: "#62b1f2" token-rgb-primary: 98, 177, 242 token-text-on-accent: "#ffffff" token-bg: "#282c34" token-bg-secondary: "#313640" token-card: "#3a404c" token-text: "#abb2bf" token-text-secondary: "#a2a9b5" token-sidebar-icon: "#abb2bf" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 160, 112, 219 token-rgb-pink: 214, 112, 219 token-rgb-deep-purple: 112, 117, 219 token-rgb-indigo: 112, 135, 219 token-rgb-cyan: 219, 160, 112 token-rgb-teal: 219, 112, 117 token-rgb-lime: 219, 112, 170 token-rgb-light-green: 219, 112, 206 token-rgb-amber: 133, 112, 219 token-rgb-orange: 112, 117, 219 token-rgb-deep-orange: 112, 144, 219 token-rgb-light-blue: 219, 196, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#005c83" token-rgb-primary: 0, 92, 131 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#ebebeb" token-card: "#ffffff" token-text: "#383a42" token-text-secondary: "#1c1d21" token-sidebar-icon: "#1c1d21" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 101, 63, 191 token-rgb-pink: 165, 63, 191 token-rgb-deep-purple: 63, 89, 191 token-rgb-indigo: 63, 110, 191 token-rgb-cyan: 191, 101, 63 token-rgb-teal: 191, 63, 89 token-rgb-lime: 191, 63, 153 token-rgb-light-green: 186, 63, 191 token-rgb-amber: 69, 63, 191 token-rgb-orange: 63, 89, 191 token-rgb-deep-orange: 63, 121, 191 token-rgb-light-blue: 191, 144, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble JellyFish # ------------------------------------------------------------------------------ Bubble JellyFish: card-mod-theme: Bubble JellyFish <<: *bubble_shared modes: dark: token-accent: "#26deff" token-rgb-primary: 38, 222, 255 token-text-on-accent: "#ffffff" token-bg: "#0b0b0f" token-bg-secondary: "#13131b" token-card: "#191922" token-text: "#e6e6e6" token-text-secondary: "#dedede" token-sidebar-icon: "#e6e6e6" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 128, 112, 219 token-rgb-pink: 182, 112, 219 token-rgb-deep-purple: 112, 149, 219 token-rgb-indigo: 112, 167, 219 token-rgb-cyan: 219, 128, 112 token-rgb-teal: 219, 112, 149 token-rgb-lime: 219, 112, 203 token-rgb-light-green: 199, 112, 219 token-rgb-amber: 112, 122, 219 token-rgb-orange: 112, 149, 219 token-rgb-deep-orange: 112, 176, 219 token-rgb-light-blue: 219, 164, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#14abcc" token-rgb-primary: 20, 171, 204 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#ededed" token-card: "#ffffff" token-text: "#2d3748" token-text-secondary: "#1f2632" token-sidebar-icon: "#1f2632" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 86, 63, 191 token-rgb-pink: 150, 63, 191 token-rgb-deep-purple: 63, 104, 191 token-rgb-indigo: 63, 125, 191 token-rgb-cyan: 191, 86, 63 token-rgb-teal: 191, 63, 104 token-rgb-lime: 191, 63, 168 token-rgb-light-green: 171, 63, 191 token-rgb-amber: 63, 72, 191 token-rgb-orange: 63, 104, 191 token-rgb-deep-orange: 63, 136, 191 token-rgb-light-blue: 191, 129, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble JellyFish # ------------------------------------------------------------------------------ Dubble JellyFish: card-mod-theme: Dubble JellyFish <<: *bubble_shared modes: dark: token-accent: "#00d8ff" token-rgb-primary: 0, 216, 255 token-text-on-accent: "#ffffff" token-bg: "#0b0b0f" token-bg-secondary: "#15151d" token-card: "#20202b" token-text: "#e6e6e6" token-text-secondary: "#e2e2e2" token-sidebar-icon: "#e6e6e6" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 128, 112, 219 token-rgb-pink: 182, 112, 219 token-rgb-deep-purple: 112, 149, 219 token-rgb-indigo: 112, 167, 219 token-rgb-cyan: 219, 128, 112 token-rgb-teal: 219, 112, 149 token-rgb-lime: 219, 112, 202 token-rgb-light-green: 199, 112, 219 token-rgb-amber: 112, 122, 219 token-rgb-orange: 112, 149, 219 token-rgb-deep-orange: 112, 176, 219 token-rgb-light-blue: 219, 164, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#00758e" token-rgb-primary: 0, 117, 142 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#e6e6e6" token-card: "#ffffff" token-text: "#2d3748" token-text-secondary: "#161b24" token-sidebar-icon: "#161b24" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 86, 63, 191 token-rgb-pink: 149, 63, 191 token-rgb-deep-purple: 63, 105, 191 token-rgb-indigo: 63, 126, 191 token-rgb-cyan: 191, 86, 63 token-rgb-teal: 191, 63, 105 token-rgb-lime: 191, 63, 168 token-rgb-light-green: 171, 63, 191 token-rgb-amber: 63, 73, 191 token-rgb-orange: 63, 105, 191 token-rgb-deep-orange: 63, 136, 191 token-rgb-light-blue: 191, 128, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Darcula # ------------------------------------------------------------------------------ Bubble Darcula: card-mod-theme: Bubble Darcula <<: *bubble_shared modes: dark: token-accent: "#84a3bb" token-rgb-primary: 132, 163, 187 token-text-on-accent: "#ffffff" token-bg: "#2b2b2b" token-bg-secondary: "#353535" token-card: "#3b3b3b" token-text: "#a9b7c6" token-text-secondary: "#9aa7b4" token-sidebar-icon: "#a9b7c6" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 158, 112, 219 token-rgb-pink: 212, 112, 219 token-rgb-deep-purple: 112, 119, 219 token-rgb-indigo: 112, 136, 219 token-rgb-cyan: 219, 158, 112 token-rgb-teal: 219, 112, 119 token-rgb-lime: 219, 112, 172 token-rgb-light-green: 219, 112, 208 token-rgb-amber: 132, 112, 219 token-rgb-orange: 112, 119, 219 token-rgb-deep-orange: 112, 145, 219 token-rgb-light-blue: 219, 194, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#5f9bd9" token-rgb-primary: 95, 155, 217 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#2b2b2b" token-text-secondary: "#1e1e1e" token-sidebar-icon: "#1e1e1e" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 128, 63, 191 token-rgb-pink: 191, 63, 190 token-rgb-deep-purple: 64, 63, 191 token-rgb-indigo: 63, 83, 191 token-rgb-cyan: 191, 128, 63 token-rgb-teal: 191, 64, 63 token-rgb-lime: 191, 63, 126 token-rgb-light-green: 191, 63, 168 token-rgb-amber: 96, 63, 191 token-rgb-orange: 64, 63, 191 token-rgb-deep-orange: 63, 94, 191 token-rgb-light-blue: 191, 171, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Darcula # ------------------------------------------------------------------------------ Dubble Darcula: card-mod-theme: Dubble Darcula <<: *bubble_shared modes: dark: token-accent: "#6fa1c8" token-rgb-primary: 111, 161, 200 token-text-on-accent: "#ffffff" token-bg: "#2b2b2b" token-bg-secondary: "#373737" token-card: "#444444" token-text: "#a9b7c6" token-text-secondary: "#a1afbd" token-sidebar-icon: "#a9b7c6" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 159, 112, 219 token-rgb-pink: 212, 112, 219 token-rgb-deep-purple: 112, 118, 219 token-rgb-indigo: 112, 136, 219 token-rgb-cyan: 219, 159, 112 token-rgb-teal: 219, 112, 118 token-rgb-lime: 219, 112, 172 token-rgb-light-green: 219, 112, 208 token-rgb-amber: 132, 112, 219 token-rgb-orange: 112, 118, 219 token-rgb-deep-orange: 112, 145, 219 token-rgb-light-blue: 219, 194, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#336497" token-rgb-primary: 51, 100, 151 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#2b2b2b" token-text-secondary: "#151515" token-sidebar-icon: "#151515" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 128, 63, 191 token-rgb-pink: 191, 63, 189 token-rgb-deep-purple: 65, 63, 191 token-rgb-indigo: 63, 83, 191 token-rgb-cyan: 191, 128, 63 token-rgb-teal: 191, 65, 63 token-rgb-lime: 191, 63, 126 token-rgb-light-green: 191, 63, 168 token-rgb-amber: 96, 63, 191 token-rgb-orange: 65, 63, 191 token-rgb-deep-orange: 63, 94, 191 token-rgb-light-blue: 191, 171, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Vue # ------------------------------------------------------------------------------ Bubble Vue: card-mod-theme: Bubble Vue <<: *bubble_shared modes: dark: token-accent: "#5db88f" token-rgb-primary: 93, 184, 143 token-text-on-accent: "#ffffff" token-bg: "#35495e" token-bg-secondary: "#394f66" token-card: "#3c536a" token-text: "#f8f8f2" token-text-secondary: "#f5f5ef" token-sidebar-icon: "#f8f8f2" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 160, 219 token-rgb-pink: 117, 112, 219 token-rgb-deep-purple: 112, 214, 219 token-rgb-indigo: 112, 219, 206 token-rgb-cyan: 219, 112, 160 token-rgb-teal: 219, 112, 214 token-rgb-lime: 171, 112, 219 token-rgb-light-green: 135, 112, 219 token-rgb-amber: 112, 187, 219 token-rgb-orange: 112, 214, 219 token-rgb-deep-orange: 112, 219, 197 token-rgb-light-blue: 219, 112, 124 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#3e4d5e" token-rgb-primary: 62, 77, 94 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#2c3e50" token-text-secondary: "#1e2b37" token-sidebar-icon: "#1e2b37" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 131, 63, 191 token-rgb-pink: 191, 63, 187 token-rgb-deep-purple: 67, 63, 191 token-rgb-indigo: 63, 81, 191 token-rgb-cyan: 191, 131, 63 token-rgb-teal: 191, 67, 63 token-rgb-lime: 191, 63, 123 token-rgb-light-green: 191, 63, 166 token-rgb-amber: 99, 63, 191 token-rgb-orange: 67, 63, 191 token-rgb-deep-orange: 63, 91, 191 token-rgb-light-blue: 191, 173, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Vue # ------------------------------------------------------------------------------ Dubble Vue: card-mod-theme: Dubble Vue <<: *bubble_shared modes: dark: token-accent: "#47c68d" token-rgb-primary: 71, 198, 141 token-text-on-accent: "#ffffff" token-bg: "#35495e" token-bg-secondary: "#3a5067" token-card: "#3f5871" token-text: "#f8f8f2" token-text-secondary: "#f6f6f0" token-sidebar-icon: "#f8f8f2" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 160, 219 token-rgb-pink: 117, 112, 219 token-rgb-deep-purple: 112, 213, 219 token-rgb-indigo: 112, 219, 206 token-rgb-cyan: 219, 112, 160 token-rgb-teal: 219, 112, 213 token-rgb-lime: 171, 112, 219 token-rgb-light-green: 135, 112, 219 token-rgb-amber: 112, 187, 219 token-rgb-orange: 112, 213, 219 token-rgb-deep-orange: 112, 219, 198 token-rgb-light-blue: 219, 112, 124 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#253341" token-rgb-primary: 37, 51, 65 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#2c3e50" token-text-secondary: "#161f28" token-sidebar-icon: "#161f28" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 127, 63, 191 token-rgb-pink: 191, 63, 191 token-rgb-deep-purple: 63, 63, 191 token-rgb-indigo: 63, 85, 191 token-rgb-cyan: 191, 127, 63 token-rgb-teal: 191, 63, 63 token-rgb-lime: 191, 63, 127 token-rgb-light-green: 191, 63, 169 token-rgb-amber: 95, 63, 191 token-rgb-orange: 63, 63, 191 token-rgb-deep-orange: 63, 95, 191 token-rgb-light-blue: 191, 170, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Min Dark # ------------------------------------------------------------------------------ Bubble Min Dark: card-mod-theme: Bubble Min Dark <<: *bubble_shared modes: dark: token-accent: "#76aad6" token-rgb-primary: 118, 170, 214 token-text-on-accent: "#ffffff" token-bg: "#1e1e1e" token-bg-secondary: "#292929" token-card: "#303030" token-text: "#d4d4d4" token-text-secondary: "#c7c7c7" token-sidebar-icon: "#d4d4d4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 161, 112, 219 token-rgb-pink: 214, 112, 219 token-rgb-deep-purple: 112, 116, 219 token-rgb-indigo: 112, 134, 219 token-rgb-cyan: 219, 161, 112 token-rgb-teal: 219, 112, 116 token-rgb-lime: 219, 112, 170 token-rgb-light-green: 219, 112, 205 token-rgb-amber: 134, 112, 219 token-rgb-orange: 112, 116, 219 token-rgb-deep-orange: 112, 143, 219 token-rgb-light-blue: 219, 196, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1482cc" token-rgb-primary: 20, 130, 204 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#232323" token-sidebar-icon: "#232323" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 115, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 115, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 139 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Min Dark # ------------------------------------------------------------------------------ Dubble Min Dark: card-mod-theme: Dubble Min Dark <<: *bubble_shared modes: dark: token-accent: "#59a1de" token-rgb-primary: 89, 161, 222 token-text-on-accent: "#ffffff" token-bg: "#1e1e1e" token-bg-secondary: "#2b2b2b" token-card: "#383838" token-text: "#d4d4d4" token-text-secondary: "#cdcdcd" token-sidebar-icon: "#d4d4d4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 161, 112, 219 token-rgb-pink: 214, 112, 219 token-rgb-deep-purple: 112, 116, 219 token-rgb-indigo: 112, 134, 219 token-rgb-cyan: 219, 161, 112 token-rgb-teal: 219, 112, 116 token-rgb-lime: 219, 112, 170 token-rgb-light-green: 219, 112, 205 token-rgb-amber: 134, 112, 219 token-rgb-orange: 112, 116, 219 token-rgb-deep-orange: 112, 143, 219 token-rgb-light-blue: 219, 197, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#00558e" token-rgb-primary: 0, 85, 142 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 114, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 114, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 140 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Bearded # ------------------------------------------------------------------------------ Bubble Bearded: card-mod-theme: Bubble Bearded <<: *bubble_shared modes: dark: token-accent: "#abbcbb" token-rgb-primary: 171, 188, 187 token-text-on-accent: "#000000" token-bg: "#1b2028" token-bg-secondary: "#222832" token-card: "#262d39" token-text: "#c7cdd9" token-text-secondary: "#bcc2cd" token-sidebar-icon: "#c7cdd9" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 118, 219 token-rgb-pink: 159, 112, 219 token-rgb-deep-purple: 112, 172, 219 token-rgb-indigo: 112, 189, 219 token-rgb-cyan: 219, 112, 118 token-rgb-teal: 219, 112, 172 token-rgb-lime: 212, 112, 219 token-rgb-light-green: 177, 112, 219 token-rgb-amber: 112, 145, 219 token-rgb-orange: 112, 172, 219 token-rgb-deep-orange: 112, 198, 219 token-rgb-light-blue: 219, 141, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#6e9ea0" token-rgb-primary: 110, 158, 160 token-text-on-accent: "#ffffff" token-bg: "#f6f6f6" token-bg-secondary: "#eeeeee" token-card: "#ffffff" token-text: "#2d3748" token-text-secondary: "#1f2632" token-sidebar-icon: "#1f2632" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 68, 63, 191 token-rgb-pink: 132, 63, 191 token-rgb-deep-purple: 63, 122, 191 token-rgb-indigo: 63, 143, 191 token-rgb-cyan: 191, 68, 63 token-rgb-teal: 191, 63, 122 token-rgb-lime: 191, 63, 186 token-rgb-light-green: 153, 63, 191 token-rgb-amber: 63, 90, 191 token-rgb-orange: 63, 122, 191 token-rgb-deep-orange: 63, 154, 191 token-rgb-light-blue: 191, 111, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Bearded # ------------------------------------------------------------------------------ Dubble Bearded: card-mod-theme: Dubble Bearded <<: *bubble_shared modes: dark: token-accent: "#99c9c8" token-rgb-primary: 153, 201, 200 token-text-on-accent: "#000000" token-bg: "#1b2028" token-bg-secondary: "#232a34" token-card: "#2c3441" token-text: "#c7cdd9" token-text-secondary: "#c1c7d3" token-sidebar-icon: "#c7cdd9" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 114, 219 token-rgb-pink: 163, 112, 219 token-rgb-deep-purple: 112, 167, 219 token-rgb-indigo: 112, 185, 219 token-rgb-cyan: 219, 112, 114 token-rgb-teal: 219, 112, 167 token-rgb-lime: 217, 112, 219 token-rgb-light-green: 181, 112, 219 token-rgb-amber: 112, 141, 219 token-rgb-orange: 112, 167, 219 token-rgb-deep-orange: 112, 194, 219 token-rgb-light-blue: 219, 145, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#426e6f" token-rgb-primary: 66, 110, 111 token-text-on-accent: "#ffffff" token-bg: "#f6f6f6" token-bg-secondary: "#e7e7e7" token-card: "#ffffff" token-text: "#2d3748" token-text-secondary: "#161b24" token-sidebar-icon: "#161b24" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 66, 63, 191 token-rgb-pink: 130, 63, 191 token-rgb-deep-purple: 63, 124, 191 token-rgb-indigo: 63, 145, 191 token-rgb-cyan: 191, 66, 63 token-rgb-teal: 191, 63, 124 token-rgb-lime: 191, 63, 188 token-rgb-light-green: 151, 63, 191 token-rgb-amber: 63, 92, 191 token-rgb-orange: 63, 124, 191 token-rgb-deep-orange: 63, 156, 191 token-rgb-light-blue: 191, 109, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Poimandres # ------------------------------------------------------------------------------ Bubble Poimandres: card-mod-theme: Bubble Poimandres <<: *bubble_shared modes: dark: token-accent: "#b7e8ff" token-rgb-primary: 183, 232, 255 token-text-on-accent: "#000000" token-bg: "#0f0e17" token-bg-secondary: "#161522" token-card: "#1b1929" token-text: "#e4f0fb" token-text-secondary: "#e2eef9" token-sidebar-icon: "#e4f0fb" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 146, 112, 219 token-rgb-pink: 199, 112, 219 token-rgb-deep-purple: 112, 131, 219 token-rgb-indigo: 112, 149, 219 token-rgb-cyan: 219, 146, 112 token-rgb-teal: 219, 112, 131 token-rgb-lime: 219, 112, 185 token-rgb-light-green: 217, 112, 219 token-rgb-amber: 119, 112, 219 token-rgb-orange: 112, 131, 219 token-rgb-deep-orange: 112, 158, 219 token-rgb-light-blue: 219, 182, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1cb8c7" token-rgb-primary: 28, 184, 199 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#2d3748" token-text-secondary: "#1f2632" token-sidebar-icon: "#1f2632" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 74, 63, 191 token-rgb-pink: 138, 63, 191 token-rgb-deep-purple: 63, 116, 191 token-rgb-indigo: 63, 137, 191 token-rgb-cyan: 191, 74, 63 token-rgb-teal: 191, 63, 116 token-rgb-lime: 191, 63, 180 token-rgb-light-green: 159, 63, 191 token-rgb-amber: 63, 84, 191 token-rgb-orange: 63, 116, 191 token-rgb-deep-orange: 63, 148, 191 token-rgb-light-blue: 191, 117, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Poimandres # ------------------------------------------------------------------------------ Dubble Poimandres: card-mod-theme: Dubble Poimandres <<: *bubble_shared modes: dark: token-accent: "#91ddff" token-rgb-primary: 145, 221, 255 token-text-on-accent: "#000000" token-bg: "#0f0e17" token-bg-secondary: "#181624" token-card: "#211e32" token-text: "#e4f0fb" token-text-secondary: "#e3effa" token-sidebar-icon: "#e4f0fb" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 145, 112, 219 token-rgb-pink: 198, 112, 219 token-rgb-deep-purple: 112, 132, 219 token-rgb-indigo: 112, 150, 219 token-rgb-cyan: 219, 145, 112 token-rgb-teal: 219, 112, 132 token-rgb-lime: 219, 112, 186 token-rgb-light-green: 216, 112, 219 token-rgb-amber: 118, 112, 219 token-rgb-orange: 112, 132, 219 token-rgb-deep-orange: 112, 159, 219 token-rgb-light-blue: 219, 181, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#06808b" token-rgb-primary: 6, 128, 139 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#2d3748" token-text-secondary: "#161b24" token-sidebar-icon: "#161b24" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 74, 63, 191 token-rgb-pink: 138, 63, 191 token-rgb-deep-purple: 63, 116, 191 token-rgb-indigo: 63, 138, 191 token-rgb-cyan: 191, 74, 63 token-rgb-teal: 191, 63, 116 token-rgb-lime: 191, 63, 180 token-rgb-light-green: 159, 63, 191 token-rgb-amber: 63, 85, 191 token-rgb-orange: 63, 116, 191 token-rgb-deep-orange: 63, 148, 191 token-rgb-light-blue: 191, 116, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Tokyo Night # ------------------------------------------------------------------------------ Bubble Tokyo Night: card-mod-theme: Bubble Tokyo Night <<: *bubble_shared modes: dark: token-accent: "#9fbbf7" token-rgb-primary: 159, 187, 247 token-text-on-accent: "#000000" token-bg: "#1a1b26" token-bg-secondary: "#212230" token-card: "#252737" token-text: "#a9b1d6" token-text-secondary: "#9fa6c9" token-sidebar-icon: "#a9b1d6" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 185, 112, 219 token-rgb-pink: 219, 112, 199 token-rgb-deep-purple: 131, 112, 219 token-rgb-indigo: 113, 112, 219 token-rgb-cyan: 219, 185, 112 token-rgb-teal: 219, 131, 112 token-rgb-lime: 219, 112, 146 token-rgb-light-green: 219, 112, 181 token-rgb-amber: 158, 112, 219 token-rgb-orange: 131, 112, 219 token-rgb-deep-orange: 112, 119, 219 token-rgb-light-blue: 217, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#415c8a" token-rgb-primary: 65, 92, 138 token-text-on-accent: "#ffffff" token-bg: "#d5d6db" token-bg-secondary: "#cecfd4" token-card: "#ffffff" token-text: "#343b58" token-text-secondary: "#24293d" token-sidebar-icon: "#24293d" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 144, 63, 191 token-rgb-pink: 191, 63, 174 token-rgb-deep-purple: 80, 63, 191 token-rgb-indigo: 63, 68, 191 token-rgb-cyan: 191, 144, 63 token-rgb-teal: 191, 80, 63 token-rgb-lime: 191, 63, 110 token-rgb-light-green: 191, 63, 153 token-rgb-amber: 112, 63, 191 token-rgb-orange: 80, 63, 191 token-rgb-deep-orange: 63, 79, 191 token-rgb-light-blue: 191, 186, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Tokyo Night # ------------------------------------------------------------------------------ Dubble Tokyo Night: card-mod-theme: Dubble Tokyo Night <<: *bubble_shared modes: dark: token-accent: "#7aa3f8" token-rgb-primary: 122, 163, 248 token-text-on-accent: "#ffffff" token-bg: "#1a1b26" token-bg-secondary: "#222433" token-card: "#2b2d40" token-text: "#a9b1d6" token-text-secondary: "#a4abcf" token-sidebar-icon: "#a9b1d6" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 184, 112, 219 token-rgb-pink: 219, 112, 200 token-rgb-deep-purple: 130, 112, 219 token-rgb-indigo: 113, 112, 219 token-rgb-cyan: 219, 184, 112 token-rgb-teal: 219, 130, 112 token-rgb-lime: 219, 112, 147 token-rgb-light-green: 219, 112, 182 token-rgb-amber: 157, 112, 219 token-rgb-orange: 130, 112, 219 token-rgb-deep-orange: 112, 120, 219 token-rgb-light-blue: 218, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#243a60" token-rgb-primary: 36, 58, 96 token-text-on-accent: "#ffffff" token-bg: "#d5d6db" token-bg-secondary: "#c8c9cd" token-card: "#ffffff" token-text: "#343b58" token-text-secondary: "#191d2c" token-sidebar-icon: "#191d2c" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 144, 63, 191 token-rgb-pink: 191, 63, 174 token-rgb-deep-purple: 80, 63, 191 token-rgb-indigo: 63, 68, 191 token-rgb-cyan: 191, 144, 63 token-rgb-teal: 191, 80, 63 token-rgb-lime: 191, 63, 110 token-rgb-light-green: 191, 63, 152 token-rgb-amber: 112, 63, 191 token-rgb-orange: 80, 63, 191 token-rgb-deep-orange: 63, 78, 191 token-rgb-light-blue: 191, 187, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Catppuccin Mocha # ------------------------------------------------------------------------------ Bubble Catppuccin Mocha: card-mod-theme: Bubble Catppuccin Mocha <<: *bubble_shared modes: dark: token-accent: "#dfcbf7" token-rgb-primary: 223, 203, 247 token-text-on-accent: "#000000" token-bg: "#1e1e2e" token-bg-secondary: "#242438" token-card: "#28283e" token-text: "#cdd6f4" token-text-secondary: "#cad3f0" token-sidebar-icon: "#cdd6f4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 112, 170 token-rgb-pink: 219, 112, 117 token-rgb-deep-purple: 214, 112, 219 token-rgb-indigo: 196, 112, 219 token-rgb-cyan: 170, 219, 112 token-rgb-teal: 219, 214, 112 token-rgb-lime: 219, 160, 112 token-rgb-light-green: 219, 125, 112 token-rgb-amber: 219, 112, 197 token-rgb-orange: 214, 112, 219 token-rgb-deep-orange: 187, 112, 219 token-rgb-light-blue: 134, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#9550ef" token-rgb-primary: 149, 80, 239 token-text-on-accent: "#ffffff" token-bg: "#eff1f5" token-bg-secondary: "#e7e9ed" token-card: "#ffffff" token-text: "#4c4f69" token-text-secondary: "#353749" token-sidebar-icon: "#353749" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 63, 135 token-rgb-pink: 191, 63, 72 token-rgb-deep-purple: 182, 63, 191 token-rgb-indigo: 161, 63, 191 token-rgb-cyan: 135, 191, 63 token-rgb-teal: 191, 182, 63 token-rgb-lime: 191, 119, 63 token-rgb-light-green: 191, 76, 63 token-rgb-amber: 191, 63, 167 token-rgb-orange: 182, 63, 191 token-rgb-deep-orange: 150, 63, 191 token-rgb-light-blue: 93, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Catppuccin Mocha # ------------------------------------------------------------------------------ Dubble Catppuccin Mocha: card-mod-theme: Dubble Catppuccin Mocha <<: *bubble_shared modes: dark: token-accent: "#cca7f8" token-rgb-primary: 204, 167, 248 token-text-on-accent: "#000000" token-bg: "#1e1e2e" token-bg-secondary: "#26263a" token-card: "#2e2e47" token-text: "#cdd6f4" token-text-secondary: "#cbd4f2" token-sidebar-icon: "#cdd6f4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 112, 170 token-rgb-pink: 219, 112, 116 token-rgb-deep-purple: 214, 112, 219 token-rgb-indigo: 196, 112, 219 token-rgb-cyan: 170, 219, 112 token-rgb-teal: 219, 214, 112 token-rgb-lime: 219, 161, 112 token-rgb-light-green: 219, 125, 112 token-rgb-amber: 219, 112, 197 token-rgb-orange: 214, 112, 219 token-rgb-deep-orange: 187, 112, 219 token-rgb-light-blue: 134, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#5f27a7" token-rgb-primary: 95, 39, 167 token-text-on-accent: "#ffffff" token-bg: "#eff1f5" token-bg-secondary: "#e0e2e6" token-card: "#ffffff" token-text: "#4c4f69" token-text-secondary: "#262734" token-sidebar-icon: "#262734" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 63, 135 token-rgb-pink: 191, 63, 71 token-rgb-deep-purple: 183, 63, 191 token-rgb-indigo: 162, 63, 191 token-rgb-cyan: 135, 191, 63 token-rgb-teal: 191, 183, 63 token-rgb-lime: 191, 119, 63 token-rgb-light-green: 191, 77, 63 token-rgb-amber: 191, 63, 167 token-rgb-orange: 183, 63, 191 token-rgb-deep-orange: 151, 63, 191 token-rgb-light-blue: 92, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Catppuccin Latte # ------------------------------------------------------------------------------ Bubble Catppuccin Latte: card-mod-theme: Bubble Catppuccin Latte <<: *bubble_shared modes: dark: token-accent: "#9c5cef" token-rgb-primary: 156, 92, 239 token-text-on-accent: "#ffffff" token-bg: "#eff1f5" token-bg-secondary: "#eff1f5" token-card: "#eff1f5" token-text: "#4c4f69" token-text-secondary: "#2b2d3b" token-sidebar-icon: "#4c4f69" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 112, 172 token-rgb-pink: 219, 112, 119 token-rgb-deep-purple: 212, 112, 219 token-rgb-indigo: 194, 112, 219 token-rgb-cyan: 172, 219, 112 token-rgb-teal: 219, 212, 112 token-rgb-lime: 219, 158, 112 token-rgb-light-green: 219, 123, 112 token-rgb-amber: 219, 112, 199 token-rgb-orange: 212, 112, 219 token-rgb-deep-orange: 185, 112, 219 token-rgb-light-blue: 136, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#9550ef" token-rgb-primary: 149, 80, 239 token-text-on-accent: "#ffffff" token-bg: "#eff1f5" token-bg-secondary: "#e7e9ed" token-card: "#ffffff" token-text: "#4c4f69" token-text-secondary: "#353749" token-sidebar-icon: "#353749" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 63, 135 token-rgb-pink: 191, 63, 72 token-rgb-deep-purple: 182, 63, 191 token-rgb-indigo: 161, 63, 191 token-rgb-cyan: 135, 191, 63 token-rgb-teal: 191, 182, 63 token-rgb-lime: 191, 119, 63 token-rgb-light-green: 191, 76, 63 token-rgb-amber: 191, 63, 167 token-rgb-orange: 182, 63, 191 token-rgb-deep-orange: 150, 63, 191 token-rgb-light-blue: 93, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Catppuccin Latte # ------------------------------------------------------------------------------ Dubble Catppuccin Latte: card-mod-theme: Dubble Catppuccin Latte <<: *bubble_shared modes: dark: token-accent: "#8939f2" token-rgb-primary: 137, 57, 242 token-text-on-accent: "#ffffff" token-bg: "#eff1f5" token-bg-secondary: "#eff1f5" token-card: "#f0f2f6" token-text: "#4c4f69" token-text-secondary: "#3b3e52" token-sidebar-icon: "#4c4f69" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 112, 172 token-rgb-pink: 219, 112, 119 token-rgb-deep-purple: 212, 112, 219 token-rgb-indigo: 194, 112, 219 token-rgb-cyan: 172, 219, 112 token-rgb-teal: 219, 212, 112 token-rgb-lime: 219, 158, 112 token-rgb-light-green: 219, 122, 112 token-rgb-amber: 219, 112, 199 token-rgb-orange: 212, 112, 219 token-rgb-deep-orange: 185, 112, 219 token-rgb-light-blue: 137, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#5f27a7" token-rgb-primary: 95, 39, 167 token-text-on-accent: "#ffffff" token-bg: "#eff1f5" token-bg-secondary: "#e0e2e6" token-card: "#ffffff" token-text: "#4c4f69" token-text-secondary: "#262734" token-sidebar-icon: "#262734" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 63, 135 token-rgb-pink: 191, 63, 71 token-rgb-deep-purple: 183, 63, 191 token-rgb-indigo: 162, 63, 191 token-rgb-cyan: 135, 191, 63 token-rgb-teal: 191, 183, 63 token-rgb-lime: 191, 119, 63 token-rgb-light-green: 191, 77, 63 token-rgb-amber: 191, 63, 167 token-rgb-orange: 183, 63, 191 token-rgb-deep-orange: 151, 63, 191 token-rgb-light-blue: 92, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Atom One Light # ------------------------------------------------------------------------------ Bubble Atom One Light: card-mod-theme: Bubble Atom One Light <<: *bubble_shared modes: dark: token-accent: "#1d8cbc" token-rgb-primary: 29, 140, 188 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#fafafa" token-card: "#fafafa" token-text: "#383a42" token-text-secondary: "#070809" token-sidebar-icon: "#383a42" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 144, 112, 219 token-rgb-pink: 198, 112, 219 token-rgb-deep-purple: 112, 133, 219 token-rgb-indigo: 112, 151, 219 token-rgb-cyan: 219, 144, 112 token-rgb-teal: 219, 112, 133 token-rgb-lime: 219, 112, 186 token-rgb-light-green: 215, 112, 219 token-rgb-amber: 117, 112, 219 token-rgb-orange: 112, 133, 219 token-rgb-deep-orange: 112, 160, 219 token-rgb-light-blue: 219, 180, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1389bc" token-rgb-primary: 19, 137, 188 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#f2f2f2" token-card: "#ffffff" token-text: "#383a42" token-text-secondary: "#27282e" token-sidebar-icon: "#27282e" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 102, 63, 191 token-rgb-pink: 165, 63, 191 token-rgb-deep-purple: 63, 89, 191 token-rgb-indigo: 63, 110, 191 token-rgb-cyan: 191, 102, 63 token-rgb-teal: 191, 63, 89 token-rgb-lime: 191, 63, 152 token-rgb-light-green: 187, 63, 191 token-rgb-amber: 70, 63, 191 token-rgb-orange: 63, 89, 191 token-rgb-deep-orange: 63, 120, 191 token-rgb-light-blue: 191, 144, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Atom One Light # ------------------------------------------------------------------------------ Dubble Atom One Light: card-mod-theme: Dubble Atom One Light <<: *bubble_shared modes: dark: token-accent: "#018dc9" token-rgb-primary: 1, 141, 201 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#fafafa" token-card: "#fafafa" token-text: "#383a42" token-text-secondary: "#1f2125" token-sidebar-icon: "#383a42" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 144, 112, 219 token-rgb-pink: 197, 112, 219 token-rgb-deep-purple: 112, 133, 219 token-rgb-indigo: 112, 151, 219 token-rgb-cyan: 219, 144, 112 token-rgb-teal: 219, 112, 133 token-rgb-lime: 219, 112, 187 token-rgb-light-green: 215, 112, 219 token-rgb-amber: 117, 112, 219 token-rgb-orange: 112, 133, 219 token-rgb-deep-orange: 112, 160, 219 token-rgb-light-blue: 219, 180, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 6)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 6)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#005c83" token-rgb-primary: 0, 92, 131 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#ebebeb" token-card: "#ffffff" token-text: "#383a42" token-text-secondary: "#1c1d21" token-sidebar-icon: "#1c1d21" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 101, 63, 191 token-rgb-pink: 165, 63, 191 token-rgb-deep-purple: 63, 89, 191 token-rgb-indigo: 63, 110, 191 token-rgb-cyan: 191, 101, 63 token-rgb-teal: 191, 63, 89 token-rgb-lime: 191, 63, 153 token-rgb-light-green: 186, 63, 191 token-rgb-amber: 69, 63, 191 token-rgb-orange: 63, 89, 191 token-rgb-deep-orange: 63, 121, 191 token-rgb-light-blue: 191, 144, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble GitHub Light # ------------------------------------------------------------------------------ Bubble GitHub Light: card-mod-theme: Bubble GitHub Light <<: *bubble_shared modes: dark: token-accent: "#297ada" token-rgb-primary: 41, 122, 218 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#ffffff" token-card: "#ffffff" token-text: "#24292f" token-text-secondary: "#-b-d-f" token-sidebar-icon: "#24292f" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 170, 112, 219 token-rgb-pink: 219, 112, 214 token-rgb-deep-purple: 116, 112, 219 token-rgb-indigo: 112, 125, 219 token-rgb-cyan: 219, 170, 112 token-rgb-teal: 219, 116, 112 token-rgb-lime: 219, 112, 161 token-rgb-light-green: 219, 112, 196 token-rgb-amber: 143, 112, 219 token-rgb-orange: 116, 112, 219 token-rgb-deep-orange: 112, 134, 219 token-rgb-light-blue: 219, 205, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1e74da" token-rgb-primary: 30, 116, 218 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#24292f" token-text-secondary: "#191c20" token-sidebar-icon: "#191c20" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 132, 63, 191 token-rgb-pink: 191, 63, 185 token-rgb-deep-purple: 69, 63, 191 token-rgb-indigo: 63, 79, 191 token-rgb-cyan: 191, 132, 63 token-rgb-teal: 191, 69, 63 token-rgb-lime: 191, 63, 122 token-rgb-light-green: 191, 63, 164 token-rgb-amber: 101, 63, 191 token-rgb-orange: 69, 63, 191 token-rgb-deep-orange: 63, 90, 191 token-rgb-light-blue: 191, 175, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble GitHub Light # ------------------------------------------------------------------------------ Dubble GitHub Light: card-mod-theme: Dubble GitHub Light <<: *bubble_shared modes: dark: token-accent: "#096ce1" token-rgb-primary: 9, 108, 225 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#ffffff" token-card: "#ffffff" token-text: "#24292f" token-text-secondary: "#0c0d0f" token-sidebar-icon: "#24292f" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 170, 112, 219 token-rgb-pink: 219, 112, 214 token-rgb-deep-purple: 116, 112, 219 token-rgb-indigo: 112, 125, 219 token-rgb-cyan: 219, 170, 112 token-rgb-teal: 219, 116, 112 token-rgb-lime: 219, 112, 161 token-rgb-light-green: 219, 112, 196 token-rgb-amber: 143, 112, 219 token-rgb-orange: 116, 112, 219 token-rgb-deep-orange: 112, 134, 219 token-rgb-light-blue: 219, 205, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#064998" token-rgb-primary: 6, 73, 152 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#24292f" token-text-secondary: "#121417" token-sidebar-icon: "#121417" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 132, 63, 191 token-rgb-pink: 191, 63, 186 token-rgb-deep-purple: 68, 63, 191 token-rgb-indigo: 63, 79, 191 token-rgb-cyan: 191, 132, 63 token-rgb-teal: 191, 68, 63 token-rgb-lime: 191, 63, 122 token-rgb-light-green: 191, 63, 164 token-rgb-amber: 100, 63, 191 token-rgb-orange: 68, 63, 191 token-rgb-deep-orange: 63, 90, 191 token-rgb-light-blue: 191, 175, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble GitHub Dark # ------------------------------------------------------------------------------ Bubble GitHub Dark: card-mod-theme: Bubble GitHub Dark <<: *bubble_shared modes: dark: token-accent: "#7ebaff" token-rgb-primary: 126, 186, 255 token-text-on-accent: "#ffffff" token-bg: "#0d1117" token-bg-secondary: "#131922" token-card: "#171e29" token-text: "#c9d1d9" token-text-secondary: "#bec6cd" token-sidebar-icon: "#c9d1d9" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 169, 112, 219 token-rgb-pink: 219, 112, 215 token-rgb-deep-purple: 115, 112, 219 token-rgb-indigo: 112, 126, 219 token-rgb-cyan: 219, 169, 112 token-rgb-teal: 219, 115, 112 token-rgb-lime: 219, 112, 162 token-rgb-light-green: 219, 112, 197 token-rgb-amber: 142, 112, 219 token-rgb-orange: 115, 112, 219 token-rgb-deep-orange: 112, 135, 219 token-rgb-light-blue: 219, 205, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1e74da" token-rgb-primary: 30, 116, 218 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#24292f" token-text-secondary: "#191c20" token-sidebar-icon: "#191c20" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 132, 63, 191 token-rgb-pink: 191, 63, 185 token-rgb-deep-purple: 69, 63, 191 token-rgb-indigo: 63, 79, 191 token-rgb-cyan: 191, 132, 63 token-rgb-teal: 191, 69, 63 token-rgb-lime: 191, 63, 122 token-rgb-light-green: 191, 63, 164 token-rgb-amber: 101, 63, 191 token-rgb-orange: 69, 63, 191 token-rgb-deep-orange: 63, 90, 191 token-rgb-light-blue: 191, 175, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble GitHub Dark # ------------------------------------------------------------------------------ Dubble GitHub Dark: card-mod-theme: Dubble GitHub Dark <<: *bubble_shared modes: dark: token-accent: "#58a6ff" token-rgb-primary: 88, 166, 255 token-text-on-accent: "#ffffff" token-bg: "#0d1117" token-bg-secondary: "#141b24" token-card: "#1c2532" token-text: "#c9d1d9" token-text-secondary: "#c3cbd3" token-sidebar-icon: "#c9d1d9" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 169, 112, 219 token-rgb-pink: 219, 112, 215 token-rgb-deep-purple: 115, 112, 219 token-rgb-indigo: 112, 126, 219 token-rgb-cyan: 219, 169, 112 token-rgb-teal: 219, 115, 112 token-rgb-lime: 219, 112, 162 token-rgb-light-green: 219, 112, 197 token-rgb-amber: 142, 112, 219 token-rgb-orange: 115, 112, 219 token-rgb-deep-orange: 112, 135, 219 token-rgb-light-blue: 219, 204, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#064998" token-rgb-primary: 6, 73, 152 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#24292f" token-text-secondary: "#121417" token-sidebar-icon: "#121417" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 132, 63, 191 token-rgb-pink: 191, 63, 186 token-rgb-deep-purple: 68, 63, 191 token-rgb-indigo: 63, 79, 191 token-rgb-cyan: 191, 132, 63 token-rgb-teal: 191, 68, 63 token-rgb-lime: 191, 63, 122 token-rgb-light-green: 191, 63, 164 token-rgb-amber: 100, 63, 191 token-rgb-orange: 68, 63, 191 token-rgb-deep-orange: 63, 90, 191 token-rgb-light-blue: 191, 175, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Solarized Light # ------------------------------------------------------------------------------ Bubble Solarized Light: card-mod-theme: Bubble Solarized Light <<: *bubble_shared modes: dark: token-accent: "#4598d2" token-rgb-primary: 69, 152, 210 token-text-on-accent: "#ffffff" token-bg: "#fdf6e3" token-bg-secondary: "#fdf6e3" token-card: "#fdf6e3" token-text: "#657b83" token-text-secondary: "#48585d" token-sidebar-icon: "#657b83" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 156, 112, 219 token-rgb-pink: 209, 112, 219 token-rgb-deep-purple: 112, 121, 219 token-rgb-indigo: 112, 139, 219 token-rgb-cyan: 219, 156, 112 token-rgb-teal: 219, 112, 121 token-rgb-lime: 219, 112, 175 token-rgb-light-green: 219, 112, 210 token-rgb-amber: 129, 112, 219 token-rgb-orange: 112, 121, 219 token-rgb-deep-orange: 112, 148, 219 token-rgb-light-blue: 219, 191, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#3a93d2" token-rgb-primary: 58, 147, 210 token-text-on-accent: "#ffffff" token-bg: "#fdf6e3" token-bg-secondary: "#f5eedc" token-card: "#ffffff" token-text: "#657b83" token-text-secondary: "#46565b" token-sidebar-icon: "#46565b" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 116, 63, 191 token-rgb-pink: 180, 63, 191 token-rgb-deep-purple: 63, 74, 191 token-rgb-indigo: 63, 95, 191 token-rgb-cyan: 191, 116, 63 token-rgb-teal: 191, 63, 74 token-rgb-lime: 191, 63, 138 token-rgb-light-green: 191, 63, 180 token-rgb-amber: 84, 63, 191 token-rgb-orange: 63, 74, 191 token-rgb-deep-orange: 63, 106, 191 token-rgb-light-blue: 191, 159, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 10)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 10)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Solarized Light # ------------------------------------------------------------------------------ Dubble Solarized Light: card-mod-theme: Dubble Solarized Light <<: *bubble_shared modes: dark: token-accent: "#2790db" token-rgb-primary: 39, 144, 219 token-text-on-accent: "#ffffff" token-bg: "#fdf6e3" token-bg-secondary: "#fdf6e3" token-card: "#fdf6e3" token-text: "#657b83" token-text-secondary: "#566970" token-sidebar-icon: "#657b83" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 156, 112, 219 token-rgb-pink: 210, 112, 219 token-rgb-deep-purple: 112, 121, 219 token-rgb-indigo: 112, 138, 219 token-rgb-cyan: 219, 156, 112 token-rgb-teal: 219, 112, 121 token-rgb-lime: 219, 112, 174 token-rgb-light-green: 219, 112, 210 token-rgb-amber: 130, 112, 219 token-rgb-orange: 112, 121, 219 token-rgb-deep-orange: 112, 147, 219 token-rgb-light-blue: 219, 192, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 8)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 8)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1a6193" token-rgb-primary: 26, 97, 147 token-text-on-accent: "#ffffff" token-bg: "#fdf6e3" token-bg-secondary: "#ede7d5" token-card: "#ffffff" token-text: "#657b83" token-text-secondary: "#323d41" token-sidebar-icon: "#323d41" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 116, 63, 191 token-rgb-pink: 180, 63, 191 token-rgb-deep-purple: 63, 74, 191 token-rgb-indigo: 63, 96, 191 token-rgb-cyan: 191, 116, 63 token-rgb-teal: 191, 63, 74 token-rgb-lime: 191, 63, 138 token-rgb-light-green: 191, 63, 181 token-rgb-amber: 84, 63, 191 token-rgb-orange: 63, 74, 191 token-rgb-deep-orange: 63, 106, 191 token-rgb-light-blue: 191, 158, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Monokai # ------------------------------------------------------------------------------ Bubble Monokai: card-mod-theme: Bubble Monokai <<: *bubble_shared modes: dark: token-accent: "#f94b89" token-rgb-primary: 249, 75, 137 token-text-on-accent: "#ffffff" token-bg: "#272822" token-bg-secondary: "#31322b" token-card: "#373930" token-text: "#f8f8f2" token-text-secondary: "#f5f5ef" token-sidebar-icon: "#f8f8f2" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 181, 112 token-rgb-pink: 203, 219, 112 token-rgb-deep-purple: 219, 127, 112 token-rgb-indigo: 219, 112, 114 token-rgb-cyan: 112, 219, 181 token-rgb-teal: 112, 219, 127 token-rgb-lime: 150, 219, 112 token-rgb-light-green: 186, 219, 112 token-rgb-amber: 219, 154, 112 token-rgb-orange: 219, 127, 112 token-rgb-deep-orange: 219, 112, 123 token-rgb-light-blue: 112, 219, 216 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#ade244" token-rgb-primary: 173, 226, 68 token-text-on-accent: "#ffffff" token-bg: "#f8f8f2" token-bg-secondary: "#f0f0ea" token-card: "#ffffff" token-text: "#272822" token-text-secondary: "#1b1b17" token-sidebar-icon: "#1b1b17" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 191, 106 token-rgb-pink: 63, 191, 170 token-rgb-deep-purple: 84, 191, 63 token-rgb-indigo: 105, 191, 63 token-rgb-cyan: 106, 63, 191 token-rgb-teal: 63, 84, 191 token-rgb-lime: 63, 148, 191 token-rgb-light-green: 63, 190, 191 token-rgb-amber: 63, 191, 74 token-rgb-orange: 84, 191, 63 token-rgb-deep-orange: 116, 191, 63 token-rgb-light-blue: 149, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Monokai # ------------------------------------------------------------------------------ Dubble Monokai: card-mod-theme: Dubble Monokai <<: *bubble_shared modes: dark: token-accent: "#fa2672" token-rgb-primary: 250, 38, 114 token-text-on-accent: "#ffffff" token-bg: "#272822" token-bg-secondary: "#33342c" token-card: "#404137" token-text: "#f8f8f2" token-text-secondary: "#f6f6f0" token-sidebar-icon: "#f8f8f2" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 180, 112 token-rgb-pink: 204, 219, 112 token-rgb-deep-purple: 219, 127, 112 token-rgb-indigo: 219, 112, 114 token-rgb-cyan: 112, 219, 180 token-rgb-teal: 112, 219, 127 token-rgb-lime: 150, 219, 112 token-rgb-light-green: 186, 219, 112 token-rgb-amber: 219, 154, 112 token-rgb-orange: 219, 127, 112 token-rgb-deep-orange: 219, 112, 123 token-rgb-light-blue: 112, 219, 216 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 10)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 10)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#749e20" token-rgb-primary: 116, 158, 32 token-text-on-accent: "#ffffff" token-bg: "#f8f8f2" token-bg-secondary: "#e9e9e3" token-card: "#ffffff" token-text: "#272822" token-text-secondary: "#131411" token-sidebar-icon: "#131411" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 191, 106 token-rgb-pink: 63, 191, 170 token-rgb-deep-purple: 85, 191, 63 token-rgb-indigo: 106, 191, 63 token-rgb-cyan: 106, 63, 191 token-rgb-teal: 63, 85, 191 token-rgb-lime: 63, 148, 191 token-rgb-light-green: 63, 191, 191 token-rgb-amber: 63, 191, 74 token-rgb-orange: 85, 191, 63 token-rgb-deep-orange: 116, 191, 63 token-rgb-light-blue: 148, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 8)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 8)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Minimal # ------------------------------------------------------------------------------ Bubble Minimal: card-mod-theme: Bubble Minimal <<: *bubble_shared modes: dark: token-accent: "#e9677d" token-rgb-primary: 233, 103, 125 token-text-on-accent: "#ffffff" token-bg: "#1a1a2e" token-bg-secondary: "#1f1f38" token-card: "#23233e" token-text: "#eaeaea" token-text-secondary: "#e3e3e3" token-sidebar-icon: "#eaeaea" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 201, 112 token-rgb-pink: 183, 219, 112 token-rgb-deep-purple: 219, 147, 112 token-rgb-indigo: 219, 129, 112 token-rgb-cyan: 112, 219, 201 token-rgb-teal: 112, 219, 147 token-rgb-lime: 130, 219, 112 token-rgb-light-green: 166, 219, 112 token-rgb-amber: 219, 174, 112 token-rgb-orange: 219, 147, 112 token-rgb-deep-orange: 219, 120, 112 token-rgb-light-blue: 112, 201, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#e95c73" token-rgb-primary: 233, 92, 115 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#16213e" token-text-secondary: "#0f172b" token-sidebar-icon: "#0f172b" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 170, 63 token-rgb-pink: 148, 191, 63 token-rgb-deep-purple: 191, 106, 63 token-rgb-indigo: 191, 85, 63 token-rgb-cyan: 63, 191, 170 token-rgb-teal: 63, 191, 106 token-rgb-lime: 84, 191, 63 token-rgb-light-green: 127, 191, 63 token-rgb-amber: 191, 138, 63 token-rgb-orange: 191, 106, 63 token-rgb-deep-orange: 191, 74, 63 token-rgb-light-blue: 63, 169, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Minimal # ------------------------------------------------------------------------------ Dubble Minimal: card-mod-theme: Dubble Minimal <<: *bubble_shared modes: dark: token-accent: "#ed4661" token-rgb-primary: 237, 70, 97 token-text-on-accent: "#ffffff" token-bg: "#1a1a2e" token-bg-secondary: "#21213a" token-card: "#282847" token-text: "#eaeaea" token-text-secondary: "#e6e6e6" token-sidebar-icon: "#eaeaea" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 201, 112 token-rgb-pink: 183, 219, 112 token-rgb-deep-purple: 219, 148, 112 token-rgb-indigo: 219, 130, 112 token-rgb-cyan: 112, 219, 201 token-rgb-teal: 112, 219, 148 token-rgb-lime: 129, 219, 112 token-rgb-light-green: 165, 219, 112 token-rgb-amber: 219, 175, 112 token-rgb-orange: 219, 148, 112 token-rgb-deep-orange: 219, 121, 112 token-rgb-light-blue: 112, 200, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 10)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 10)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#a33043" token-rgb-primary: 163, 48, 67 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#16213e" token-text-secondary: "#0b101f" token-sidebar-icon: "#0b101f" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 170, 63 token-rgb-pink: 148, 191, 63 token-rgb-deep-purple: 191, 106, 63 token-rgb-indigo: 191, 85, 63 token-rgb-cyan: 63, 191, 170 token-rgb-teal: 63, 191, 106 token-rgb-lime: 84, 191, 63 token-rgb-light-green: 127, 191, 63 token-rgb-amber: 191, 138, 63 token-rgb-orange: 191, 106, 63 token-rgb-deep-orange: 191, 74, 63 token-rgb-light-blue: 63, 169, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Peacock # ------------------------------------------------------------------------------ Bubble Peacock: card-mod-theme: Bubble Peacock <<: *bubble_shared modes: dark: token-accent: "#66b5f5" token-rgb-primary: 102, 181, 245 token-text-on-accent: "#ffffff" token-bg: "#1e1e1e" token-bg-secondary: "#292929" token-card: "#303030" token-text: "#d4d4d4" token-text-secondary: "#c7c7c7" token-sidebar-icon: "#d4d4d4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 160, 112, 219 token-rgb-pink: 213, 112, 219 token-rgb-deep-purple: 112, 117, 219 token-rgb-indigo: 112, 135, 219 token-rgb-cyan: 219, 160, 112 token-rgb-teal: 219, 112, 117 token-rgb-lime: 219, 112, 171 token-rgb-light-green: 219, 112, 207 token-rgb-amber: 133, 112, 219 token-rgb-orange: 112, 117, 219 token-rgb-deep-orange: 112, 144, 219 token-rgb-light-blue: 219, 195, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#2e80d2" token-rgb-primary: 46, 128, 210 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#232323" token-sidebar-icon: "#232323" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 127, 63, 191 token-rgb-pink: 191, 63, 191 token-rgb-deep-purple: 63, 63, 191 token-rgb-indigo: 63, 85, 191 token-rgb-cyan: 191, 127, 63 token-rgb-teal: 191, 63, 63 token-rgb-lime: 191, 63, 127 token-rgb-light-green: 191, 63, 169 token-rgb-amber: 95, 63, 191 token-rgb-orange: 63, 63, 191 token-rgb-deep-orange: 63, 95, 191 token-rgb-light-blue: 191, 170, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Peacock # ------------------------------------------------------------------------------ Dubble Peacock: card-mod-theme: Dubble Peacock <<: *bubble_shared modes: dark: token-accent: "#42a6f7" token-rgb-primary: 66, 166, 247 token-text-on-accent: "#ffffff" token-bg: "#1e1e1e" token-bg-secondary: "#2b2b2b" token-card: "#383838" token-text: "#d4d4d4" token-text-secondary: "#cdcdcd" token-sidebar-icon: "#d4d4d4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 160, 112, 219 token-rgb-pink: 213, 112, 219 token-rgb-deep-purple: 112, 117, 219 token-rgb-indigo: 112, 135, 219 token-rgb-cyan: 219, 160, 112 token-rgb-teal: 219, 112, 117 token-rgb-lime: 219, 112, 171 token-rgb-light-green: 219, 112, 207 token-rgb-amber: 133, 112, 219 token-rgb-orange: 112, 117, 219 token-rgb-deep-orange: 112, 144, 219 token-rgb-light-blue: 219, 195, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#115293" token-rgb-primary: 17, 82, 147 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 127, 63, 191 token-rgb-pink: 191, 63, 191 token-rgb-deep-purple: 63, 63, 191 token-rgb-indigo: 63, 85, 191 token-rgb-cyan: 191, 127, 63 token-rgb-teal: 191, 63, 63 token-rgb-lime: 191, 63, 127 token-rgb-light-green: 191, 63, 169 token-rgb-amber: 95, 63, 191 token-rgb-orange: 63, 63, 191 token-rgb-deep-orange: 63, 95, 191 token-rgb-light-blue: 191, 170, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Palenight Italic # ------------------------------------------------------------------------------ Bubble Palenight Italic: card-mod-theme: Bubble Palenight Italic <<: *bubble_shared modes: dark: token-accent: "#d4b5ea" token-rgb-primary: 212, 181, 234 token-text-on-accent: "#000000" token-bg: "#292d3e" token-bg-secondary: "#2f3447" token-card: "#33384d" token-text: "#bfc7d5" token-text-secondary: "#b3bbc8" token-sidebar-icon: "#bfc7d5" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 112, 156 token-rgb-pink: 219, 121, 112 token-rgb-deep-purple: 219, 112, 210 token-rgb-indigo: 210, 112, 219 token-rgb-cyan: 156, 219, 112 token-rgb-teal: 210, 219, 112 token-rgb-lime: 219, 174, 112 token-rgb-light-green: 219, 139, 112 token-rgb-amber: 219, 112, 183 token-rgb-orange: 219, 112, 210 token-rgb-deep-orange: 201, 112, 219 token-rgb-light-blue: 120, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#8e66ff" token-rgb-primary: 142, 102, 255 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#f2f2f2" token-card: "#ffffff" token-text: "#292d3e" token-text-secondary: "#1c1f2b" token-sidebar-icon: "#1c1f2b" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 63, 157 token-rgb-pink: 191, 63, 94 token-rgb-deep-purple: 160, 63, 191 token-rgb-indigo: 139, 63, 191 token-rgb-cyan: 157, 191, 63 token-rgb-teal: 191, 160, 63 token-rgb-lime: 191, 97, 63 token-rgb-light-green: 191, 63, 72 token-rgb-amber: 191, 63, 189 token-rgb-orange: 160, 63, 191 token-rgb-deep-orange: 128, 63, 191 token-rgb-light-blue: 115, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Palenight Italic # ------------------------------------------------------------------------------ Dubble Palenight Italic: card-mod-theme: Dubble Palenight Italic <<: *bubble_shared modes: dark: token-accent: "#ca94ee" token-rgb-primary: 202, 148, 238 token-text-on-accent: "#ffffff" token-bg: "#292d3e" token-bg-secondary: "#303549" token-card: "#383d55" token-text: "#bfc7d5" token-text-secondary: "#b9c1ce" token-sidebar-icon: "#bfc7d5" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 112, 155 token-rgb-pink: 219, 122, 112 token-rgb-deep-purple: 219, 112, 208 token-rgb-indigo: 212, 112, 219 token-rgb-cyan: 155, 219, 112 token-rgb-teal: 208, 219, 112 token-rgb-lime: 219, 176, 112 token-rgb-light-green: 219, 140, 112 token-rgb-amber: 219, 112, 181 token-rgb-orange: 219, 112, 208 token-rgb-deep-orange: 203, 112, 219 token-rgb-light-blue: 119, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#5635b2" token-rgb-primary: 86, 53, 178 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#ebebeb" token-card: "#ffffff" token-text: "#292d3e" token-text-secondary: "#14161f" token-sidebar-icon: "#14161f" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 63, 157 token-rgb-pink: 191, 63, 93 token-rgb-deep-purple: 161, 63, 191 token-rgb-indigo: 139, 63, 191 token-rgb-cyan: 157, 191, 63 token-rgb-teal: 191, 161, 63 token-rgb-lime: 191, 97, 63 token-rgb-light-green: 191, 63, 72 token-rgb-amber: 191, 63, 189 token-rgb-orange: 161, 63, 191 token-rgb-deep-orange: 129, 63, 191 token-rgb-light-blue: 115, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble OceaNext # ------------------------------------------------------------------------------ Bubble OceaNext: card-mod-theme: Bubble OceaNext <<: *bubble_shared modes: dark: token-accent: "#84a8cc" token-rgb-primary: 132, 168, 204 token-text-on-accent: "#ffffff" token-bg: "#1b2b34" token-bg-secondary: "#20333e" token-card: "#233844" token-text: "#cdd3de" token-text-secondary: "#c3c9d4" token-sidebar-icon: "#cdd3de" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 165, 112, 219 token-rgb-pink: 219, 112, 219 token-rgb-deep-purple: 112, 112, 219 token-rgb-indigo: 112, 130, 219 token-rgb-cyan: 219, 165, 112 token-rgb-teal: 219, 112, 112 token-rgb-lime: 219, 112, 165 token-rgb-light-green: 219, 112, 201 token-rgb-amber: 138, 112, 219 token-rgb-orange: 112, 112, 219 token-rgb-deep-orange: 112, 138, 219 token-rgb-light-blue: 219, 201, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#6e9ea0" token-rgb-primary: 110, 158, 160 token-text-on-accent: "#ffffff" token-bg: "#f8f8f2" token-bg-secondary: "#f0f0ea" token-card: "#ffffff" token-text: "#1b2b34" token-text-secondary: "#121e24" token-sidebar-icon: "#121e24" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 68, 63, 191 token-rgb-pink: 132, 63, 191 token-rgb-deep-purple: 63, 122, 191 token-rgb-indigo: 63, 143, 191 token-rgb-cyan: 191, 68, 63 token-rgb-teal: 191, 63, 122 token-rgb-lime: 191, 63, 186 token-rgb-light-green: 153, 63, 191 token-rgb-amber: 63, 90, 191 token-rgb-orange: 63, 122, 191 token-rgb-deep-orange: 63, 154, 191 token-rgb-light-blue: 191, 111, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble OceaNext # ------------------------------------------------------------------------------ Dubble OceaNext: card-mod-theme: Dubble OceaNext <<: *bubble_shared modes: dark: token-accent: "#6ba0d6" token-rgb-primary: 107, 160, 214 token-text-on-accent: "#ffffff" token-bg: "#1b2b34" token-bg-secondary: "#213540" token-card: "#273f4c" token-text: "#cdd3de" token-text-secondary: "#c8ced9" token-sidebar-icon: "#cdd3de" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 166, 112, 219 token-rgb-pink: 219, 112, 218 token-rgb-deep-purple: 112, 112, 219 token-rgb-indigo: 112, 129, 219 token-rgb-cyan: 219, 166, 112 token-rgb-teal: 219, 112, 112 token-rgb-lime: 219, 112, 165 token-rgb-light-green: 219, 112, 200 token-rgb-amber: 139, 112, 219 token-rgb-orange: 112, 112, 219 token-rgb-deep-orange: 112, 138, 219 token-rgb-light-blue: 219, 201, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#426e6f" token-rgb-primary: 66, 110, 111 token-text-on-accent: "#ffffff" token-bg: "#f8f8f2" token-bg-secondary: "#e9e9e3" token-card: "#ffffff" token-text: "#1b2b34" token-text-secondary: "#0d151a" token-sidebar-icon: "#0d151a" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 66, 63, 191 token-rgb-pink: 130, 63, 191 token-rgb-deep-purple: 63, 124, 191 token-rgb-indigo: 63, 145, 191 token-rgb-cyan: 191, 66, 63 token-rgb-teal: 191, 63, 124 token-rgb-lime: 191, 63, 188 token-rgb-light-green: 151, 63, 191 token-rgb-amber: 63, 92, 191 token-rgb-orange: 63, 124, 191 token-rgb-deep-orange: 63, 156, 191 token-rgb-light-blue: 191, 109, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Darker # ------------------------------------------------------------------------------ Bubble Darker: card-mod-theme: Bubble Darker <<: *bubble_shared modes: dark: token-accent: "#9ecbc6" token-rgb-primary: 158, 203, 198 token-text-on-accent: "#000000" token-bg: "#212121" token-bg-secondary: "#2c2c2c" token-card: "#323232" token-text: "#eeffff" token-text-secondary: "#eeffff" token-sidebar-icon: "#eeffff" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 124, 219 token-rgb-pink: 153, 112, 219 token-rgb-deep-purple: 112, 177, 219 token-rgb-indigo: 112, 195, 219 token-rgb-cyan: 219, 112, 124 token-rgb-teal: 219, 112, 177 token-rgb-lime: 207, 112, 219 token-rgb-light-green: 171, 112, 219 token-rgb-amber: 112, 150, 219 token-rgb-orange: 112, 177, 219 token-rgb-deep-orange: 112, 204, 219 token-rgb-light-blue: 219, 136, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#0d897c" token-rgb-primary: 13, 137, 124 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#212121" token-text-secondary: "#171717" token-sidebar-icon: "#171717" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 77, 191 token-rgb-pink: 114, 63, 191 token-rgb-deep-purple: 63, 140, 191 token-rgb-indigo: 63, 162, 191 token-rgb-cyan: 191, 63, 77 token-rgb-teal: 191, 63, 140 token-rgb-lime: 177, 63, 191 token-rgb-light-green: 135, 63, 191 token-rgb-amber: 63, 108, 191 token-rgb-orange: 63, 140, 191 token-rgb-deep-orange: 63, 172, 191 token-rgb-light-blue: 191, 92, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Darker # ------------------------------------------------------------------------------ Dubble Darker: card-mod-theme: Dubble Darker <<: *bubble_shared modes: dark: token-accent: "#86d5ce" token-rgb-primary: 134, 213, 206 token-text-on-accent: "#000000" token-bg: "#212121" token-bg-secondary: "#2e2e2e" token-card: "#3b3b3b" token-text: "#eeffff" token-text-secondary: "#eeffff" token-sidebar-icon: "#eeffff" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 121, 219 token-rgb-pink: 156, 112, 219 token-rgb-deep-purple: 112, 175, 219 token-rgb-indigo: 112, 193, 219 token-rgb-cyan: 219, 112, 121 token-rgb-teal: 219, 112, 175 token-rgb-lime: 209, 112, 219 token-rgb-light-green: 174, 112, 219 token-rgb-amber: 112, 148, 219 token-rgb-orange: 112, 175, 219 token-rgb-deep-orange: 112, 202, 219 token-rgb-light-blue: 219, 138, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#005f56" token-rgb-primary: 0, 95, 86 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#212121" token-text-secondary: "#101010" token-sidebar-icon: "#101010" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 75, 191 token-rgb-pink: 115, 63, 191 token-rgb-deep-purple: 63, 139, 191 token-rgb-indigo: 63, 160, 191 token-rgb-cyan: 191, 63, 75 token-rgb-teal: 191, 63, 139 token-rgb-lime: 179, 63, 191 token-rgb-light-green: 136, 63, 191 token-rgb-amber: 63, 107, 191 token-rgb-orange: 63, 139, 191 token-rgb-deep-orange: 63, 171, 191 token-rgb-light-blue: 191, 94, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Twilight # ------------------------------------------------------------------------------ Bubble Twilight: card-mod-theme: Bubble Twilight <<: *bubble_shared modes: dark: token-accent: "#8d96a6" token-rgb-primary: 141, 150, 166 token-text-on-accent: "#ffffff" token-bg: "#1e1e1e" token-bg-secondary: "#292929" token-card: "#303030" token-text: "#c0c0c0" token-text-secondary: "#adadad" token-sidebar-icon: "#c0c0c0" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 180, 112, 219 token-rgb-pink: 219, 112, 204 token-rgb-deep-purple: 127, 112, 219 token-rgb-indigo: 112, 115, 219 token-rgb-cyan: 219, 180, 112 token-rgb-teal: 219, 127, 112 token-rgb-lime: 219, 112, 150 token-rgb-light-green: 219, 112, 186 token-rgb-amber: 153, 112, 219 token-rgb-orange: 127, 112, 219 token-rgb-deep-orange: 112, 123, 219 token-rgb-light-blue: 219, 216, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#8591a6" token-rgb-primary: 133, 145, 166 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#1e1e1e" token-text-secondary: "#151515" token-sidebar-icon: "#151515" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 144, 63, 191 token-rgb-pink: 191, 63, 173 token-rgb-deep-purple: 81, 63, 191 token-rgb-indigo: 63, 67, 191 token-rgb-cyan: 191, 144, 63 token-rgb-teal: 191, 81, 63 token-rgb-lime: 191, 63, 110 token-rgb-light-green: 191, 63, 152 token-rgb-amber: 113, 63, 191 token-rgb-orange: 81, 63, 191 token-rgb-deep-orange: 63, 78, 191 token-rgb-light-blue: 191, 187, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Twilight # ------------------------------------------------------------------------------ Dubble Twilight: card-mod-theme: Dubble Twilight <<: *bubble_shared modes: dark: token-accent: "#8195b7" token-rgb-primary: 129, 149, 183 token-text-on-accent: "#ffffff" token-bg: "#1e1e1e" token-bg-secondary: "#2b2b2b" token-card: "#383838" token-text: "#c0c0c0" token-text-secondary: "#b6b6b6" token-sidebar-icon: "#c0c0c0" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 179, 112, 219 token-rgb-pink: 219, 112, 205 token-rgb-deep-purple: 126, 112, 219 token-rgb-indigo: 112, 116, 219 token-rgb-cyan: 219, 179, 112 token-rgb-teal: 219, 126, 112 token-rgb-lime: 219, 112, 151 token-rgb-light-green: 219, 112, 187 token-rgb-amber: 152, 112, 219 token-rgb-orange: 126, 112, 219 token-rgb-deep-orange: 112, 125, 219 token-rgb-light-blue: 219, 215, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#515e74" token-rgb-primary: 81, 94, 116 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#1e1e1e" token-text-secondary: "#0f0f0f" token-sidebar-icon: "#0f0f0f" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 143, 63, 191 token-rgb-pink: 191, 63, 174 token-rgb-deep-purple: 80, 63, 191 token-rgb-indigo: 63, 68, 191 token-rgb-cyan: 191, 143, 63 token-rgb-teal: 191, 80, 63 token-rgb-lime: 191, 63, 111 token-rgb-light-green: 191, 63, 153 token-rgb-amber: 112, 63, 191 token-rgb-orange: 80, 63, 191 token-rgb-deep-orange: 63, 79, 191 token-rgb-light-blue: 191, 186, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Quiet Light # ------------------------------------------------------------------------------ Bubble Quiet Light: card-mod-theme: Bubble Quiet Light <<: *bubble_shared modes: dark: token-accent: "#1e86cc" token-rgb-primary: 30, 134, 204 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#f5f5f5" token-card: "#f5f5f5" token-text: "#333333" token-text-secondary: "#-a-a-a" token-sidebar-icon: "#333333" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 155, 112, 219 token-rgb-pink: 208, 112, 219 token-rgb-deep-purple: 112, 122, 219 token-rgb-indigo: 112, 140, 219 token-rgb-cyan: 219, 155, 112 token-rgb-teal: 219, 112, 122 token-rgb-lime: 219, 112, 176 token-rgb-light-green: 219, 112, 211 token-rgb-amber: 128, 112, 219 token-rgb-orange: 112, 122, 219 token-rgb-deep-orange: 112, 149, 219 token-rgb-light-blue: 219, 190, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1482cc" token-rgb-primary: 20, 130, 204 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#ededed" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#232323" token-sidebar-icon: "#232323" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 115, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 115, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 139 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Quiet Light # ------------------------------------------------------------------------------ Dubble Quiet Light: card-mod-theme: Dubble Quiet Light <<: *bubble_shared modes: dark: token-accent: "#0080d6" token-rgb-primary: 0, 128, 214 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#f5f5f5" token-card: "#f6f6f6" token-text: "#333333" token-text-secondary: "#141414" token-sidebar-icon: "#333333" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 155, 112, 219 token-rgb-pink: 208, 112, 219 token-rgb-deep-purple: 112, 122, 219 token-rgb-indigo: 112, 140, 219 token-rgb-cyan: 219, 155, 112 token-rgb-teal: 219, 112, 122 token-rgb-lime: 219, 112, 176 token-rgb-light-green: 219, 112, 211 token-rgb-amber: 128, 112, 219 token-rgb-orange: 112, 122, 219 token-rgb-deep-orange: 112, 149, 219 token-rgb-light-blue: 219, 190, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#00558e" token-rgb-primary: 0, 85, 142 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#e6e6e6" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 114, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 114, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 140 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Abyss # ------------------------------------------------------------------------------ Bubble Abyss: card-mod-theme: Bubble Abyss <<: *bubble_shared modes: dark: token-accent: "#76aad6" token-rgb-primary: 118, 170, 214 token-text-on-accent: "#ffffff" token-bg: "#0c0c0c" token-bg-secondary: "#181818" token-card: "#1f1f1f" token-text: "#cccccc" token-text-secondary: "#bcbcbc" token-sidebar-icon: "#cccccc" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 161, 112, 219 token-rgb-pink: 214, 112, 219 token-rgb-deep-purple: 112, 116, 219 token-rgb-indigo: 112, 134, 219 token-rgb-cyan: 219, 161, 112 token-rgb-teal: 219, 112, 116 token-rgb-lime: 219, 112, 170 token-rgb-light-green: 219, 112, 205 token-rgb-amber: 134, 112, 219 token-rgb-orange: 112, 116, 219 token-rgb-deep-orange: 112, 143, 219 token-rgb-light-blue: 219, 196, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1482cc" token-rgb-primary: 20, 130, 204 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#232323" token-sidebar-icon: "#232323" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 115, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 115, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 139 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Abyss # ------------------------------------------------------------------------------ Dubble Abyss: card-mod-theme: Dubble Abyss <<: *bubble_shared modes: dark: token-accent: "#59a1de" token-rgb-primary: 89, 161, 222 token-text-on-accent: "#ffffff" token-bg: "#0c0c0c" token-bg-secondary: "#1a1a1a" token-card: "#292929" token-text: "#cccccc" token-text-secondary: "#c4c4c4" token-sidebar-icon: "#cccccc" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 161, 112, 219 token-rgb-pink: 214, 112, 219 token-rgb-deep-purple: 112, 116, 219 token-rgb-indigo: 112, 134, 219 token-rgb-cyan: 219, 161, 112 token-rgb-teal: 219, 112, 116 token-rgb-lime: 219, 112, 170 token-rgb-light-green: 219, 112, 205 token-rgb-amber: 134, 112, 219 token-rgb-orange: 112, 116, 219 token-rgb-deep-orange: 112, 143, 219 token-rgb-light-blue: 219, 197, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#00558e" token-rgb-primary: 0, 85, 142 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 114, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 114, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 140 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Kimbie Dark # ------------------------------------------------------------------------------ Bubble Kimbie Dark: card-mod-theme: Bubble Kimbie Dark <<: *bubble_shared modes: dark: token-accent: "#8d9b61" token-rgb-primary: 141, 155, 97 token-text-on-accent: "#ffffff" token-bg: "#221a0f" token-bg-secondary: "#2d2213" token-card: "#332716" token-text: "#d3af86" token-text-secondary: "#c5a47d" token-sidebar-icon: "#d3af86" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 219, 138 token-rgb-pink: 112, 219, 191 token-rgb-deep-purple: 139, 219, 112 token-rgb-indigo: 157, 219, 112 token-rgb-cyan: 138, 112, 219 token-rgb-teal: 112, 139, 219 token-rgb-lime: 112, 193, 219 token-rgb-light-green: 112, 219, 209 token-rgb-amber: 113, 219, 112 token-rgb-orange: 139, 219, 112 token-rgb-deep-orange: 166, 219, 112 token-rgb-light-blue: 173, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#8b9b59" token-rgb-primary: 139, 155, 89 token-text-on-accent: "#ffffff" token-bg: "#fbebd4" token-bg-secondary: "#f3e3cd" token-card: "#ffffff" token-text: "#221a0f" token-text-secondary: "#17120a" token-sidebar-icon: "#17120a" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 191, 94 token-rgb-pink: 63, 191, 158 token-rgb-deep-purple: 96, 191, 63 token-rgb-indigo: 117, 191, 63 token-rgb-cyan: 94, 63, 191 token-rgb-teal: 63, 96, 191 token-rgb-lime: 63, 160, 191 token-rgb-light-green: 63, 191, 179 token-rgb-amber: 64, 191, 63 token-rgb-orange: 96, 191, 63 token-rgb-deep-orange: 128, 191, 63 token-rgb-light-blue: 137, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 10)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 10)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Kimbie Dark # ------------------------------------------------------------------------------ Dubble Kimbie Dark: card-mod-theme: Dubble Kimbie Dark <<: *bubble_shared modes: dark: token-accent: "#99af53" token-rgb-primary: 153, 175, 83 token-text-on-accent: "#ffffff" token-bg: "#221a0f" token-bg-secondary: "#2f2414" token-card: "#3c2e1a" token-text: "#d3af86" token-text-secondary: "#cca981" token-sidebar-icon: "#d3af86" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 219, 137 token-rgb-pink: 112, 219, 191 token-rgb-deep-purple: 140, 219, 112 token-rgb-indigo: 157, 219, 112 token-rgb-cyan: 137, 112, 219 token-rgb-teal: 112, 140, 219 token-rgb-lime: 112, 193, 219 token-rgb-light-green: 112, 219, 209 token-rgb-amber: 113, 219, 112 token-rgb-orange: 140, 219, 112 token-rgb-deep-orange: 166, 219, 112 token-rgb-light-blue: 173, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#5f6c33" token-rgb-primary: 95, 108, 51 token-text-on-accent: "#ffffff" token-bg: "#fbebd4" token-bg-secondary: "#ebdcc7" token-card: "#ffffff" token-text: "#221a0f" token-text-secondary: "#110c07" token-sidebar-icon: "#110c07" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 191, 92 token-rgb-pink: 63, 191, 156 token-rgb-deep-purple: 98, 191, 63 token-rgb-indigo: 119, 191, 63 token-rgb-cyan: 92, 63, 191 token-rgb-teal: 63, 98, 191 token-rgb-lime: 63, 162, 191 token-rgb-light-green: 63, 191, 177 token-rgb-amber: 66, 191, 63 token-rgb-orange: 98, 191, 63 token-rgb-deep-orange: 130, 191, 63 token-rgb-light-blue: 135, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Red # ------------------------------------------------------------------------------ Bubble Red: card-mod-theme: Bubble Red <<: *bubble_shared modes: dark: token-accent: "#ff88a8" token-rgb-primary: 255, 136, 168 token-text-on-accent: "#ffffff" token-bg: "#390000" token-bg-secondary: "#420000" token-card: "#480000" token-text: "#f8f8f8" token-text-secondary: "#f5f5f5" token-sidebar-icon: "#f8f8f8" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 190, 112 token-rgb-pink: 194, 219, 112 token-rgb-deep-purple: 219, 136, 112 token-rgb-indigo: 219, 119, 112 token-rgb-cyan: 112, 219, 190 token-rgb-teal: 112, 219, 136 token-rgb-lime: 140, 219, 112 token-rgb-light-green: 176, 219, 112 token-rgb-amber: 219, 163, 112 token-rgb-orange: 219, 136, 112 token-rgb-deep-orange: 219, 112, 114 token-rgb-light-blue: 112, 212, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 32)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 32)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#c42d29" token-rgb-primary: 196, 45, 41 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#232323" token-sidebar-icon: "#232323" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 187, 191, 63 token-rgb-pink: 124, 191, 63 token-rgb-deep-purple: 191, 130, 63 token-rgb-indigo: 191, 109, 63 token-rgb-cyan: 63, 187, 191 token-rgb-teal: 63, 191, 130 token-rgb-lime: 63, 191, 67 token-rgb-light-green: 102, 191, 63 token-rgb-amber: 191, 162, 63 token-rgb-orange: 191, 130, 63 token-rgb-deep-orange: 191, 98, 63 token-rgb-light-blue: 63, 145, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Red # ------------------------------------------------------------------------------ Dubble Red: card-mod-theme: Dubble Red <<: *bubble_shared modes: dark: token-accent: "#ff618c" token-rgb-primary: 255, 97, 140 token-text-on-accent: "#ffffff" token-bg: "#390000" token-bg-secondary: "#440000" token-card: "#500000" token-text: "#f8f8f8" token-text-secondary: "#f6f6f6" token-sidebar-icon: "#f8f8f8" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 190, 112 token-rgb-pink: 194, 219, 112 token-rgb-deep-purple: 219, 136, 112 token-rgb-indigo: 219, 118, 112 token-rgb-cyan: 112, 219, 190 token-rgb-teal: 112, 219, 136 token-rgb-lime: 141, 219, 112 token-rgb-light-green: 177, 219, 112 token-rgb-amber: 219, 163, 112 token-rgb-orange: 219, 136, 112 token-rgb-deep-orange: 219, 112, 114 token-rgb-light-blue: 112, 212, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#89120f" token-rgb-primary: 137, 18, 15 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 188, 191, 63 token-rgb-pink: 124, 191, 63 token-rgb-deep-purple: 191, 130, 63 token-rgb-indigo: 191, 109, 63 token-rgb-cyan: 63, 188, 191 token-rgb-teal: 63, 191, 130 token-rgb-lime: 63, 191, 66 token-rgb-light-green: 103, 191, 63 token-rgb-amber: 191, 162, 63 token-rgb-orange: 191, 130, 63 token-rgb-deep-orange: 191, 98, 63 token-rgb-light-blue: 63, 145, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble High Contrast # ------------------------------------------------------------------------------ Bubble High Contrast: card-mod-theme: Bubble High Contrast <<: *bubble_shared modes: dark: token-accent: "#5da8ff" token-rgb-primary: 93, 168, 255 token-text-on-accent: "#ffffff" token-bg: "#000000" token-bg-secondary: "#0c0c0c" token-card: "#141414" token-text: "#ffffff" token-text-secondary: "#ffffff" token-sidebar-icon: "#ffffff" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 169, 112, 219 token-rgb-pink: 219, 112, 215 token-rgb-deep-purple: 116, 112, 219 token-rgb-indigo: 112, 126, 219 token-rgb-cyan: 219, 169, 112 token-rgb-teal: 219, 116, 112 token-rgb-lime: 219, 112, 161 token-rgb-light-green: 219, 112, 197 token-rgb-amber: 142, 112, 219 token-rgb-orange: 116, 112, 219 token-rgb-deep-orange: 112, 135, 219 token-rgb-light-blue: 219, 205, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#000000" token-rgb-primary: 0, 0, 0 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#000000" token-text-secondary: "#000000" token-sidebar-icon: "#000000" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 191, 63 token-rgb-pink: 127, 191, 63 token-rgb-deep-purple: 191, 127, 63 token-rgb-indigo: 191, 106, 63 token-rgb-cyan: 63, 191, 191 token-rgb-teal: 63, 191, 127 token-rgb-lime: 63, 191, 63 token-rgb-light-green: 106, 191, 63 token-rgb-amber: 191, 159, 63 token-rgb-orange: 191, 127, 63 token-rgb-deep-orange: 191, 95, 63 token-rgb-light-blue: 63, 148, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble High Contrast # ------------------------------------------------------------------------------ Dubble High Contrast: card-mod-theme: Dubble High Contrast <<: *bubble_shared modes: dark: token-accent: "#3793ff" token-rgb-primary: 55, 147, 255 token-text-on-accent: "#ffffff" token-bg: "#000000" token-bg-secondary: "#0f0f0f" token-card: "#1e1e1e" token-text: "#ffffff" token-text-secondary: "#ffffff" token-sidebar-icon: "#ffffff" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 170, 112, 219 token-rgb-pink: 219, 112, 215 token-rgb-deep-purple: 116, 112, 219 token-rgb-indigo: 112, 125, 219 token-rgb-cyan: 219, 170, 112 token-rgb-teal: 219, 116, 112 token-rgb-lime: 219, 112, 161 token-rgb-light-green: 219, 112, 197 token-rgb-amber: 143, 112, 219 token-rgb-orange: 116, 112, 219 token-rgb-deep-orange: 112, 134, 219 token-rgb-light-blue: 219, 205, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#000000" token-rgb-primary: 0, 0, 0 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#000000" token-text-secondary: "#000000" token-sidebar-icon: "#000000" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 191, 63 token-rgb-pink: 127, 191, 63 token-rgb-deep-purple: 191, 127, 63 token-rgb-indigo: 191, 106, 63 token-rgb-cyan: 63, 191, 191 token-rgb-teal: 63, 191, 127 token-rgb-lime: 63, 191, 63 token-rgb-light-green: 106, 191, 63 token-rgb-amber: 191, 159, 63 token-rgb-orange: 191, 127, 63 token-rgb-deep-orange: 191, 95, 63 token-rgb-light-blue: 63, 148, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Default Dark+ # ------------------------------------------------------------------------------ Bubble Default Dark+: card-mod-theme: Bubble Default Dark+ <<: *bubble_shared modes: dark: token-accent: "#76aad6" token-rgb-primary: 118, 170, 214 token-text-on-accent: "#ffffff" token-bg: "#1e1e1e" token-bg-secondary: "#292929" token-card: "#303030" token-text: "#d4d4d4" token-text-secondary: "#c7c7c7" token-sidebar-icon: "#d4d4d4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 161, 112, 219 token-rgb-pink: 214, 112, 219 token-rgb-deep-purple: 112, 116, 219 token-rgb-indigo: 112, 134, 219 token-rgb-cyan: 219, 161, 112 token-rgb-teal: 219, 112, 116 token-rgb-lime: 219, 112, 170 token-rgb-light-green: 219, 112, 205 token-rgb-amber: 134, 112, 219 token-rgb-orange: 112, 116, 219 token-rgb-deep-orange: 112, 143, 219 token-rgb-light-blue: 219, 196, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1482cc" token-rgb-primary: 20, 130, 204 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#232323" token-sidebar-icon: "#232323" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 115, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 115, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 139 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Default Dark+ # ------------------------------------------------------------------------------ Dubble Default Dark+: card-mod-theme: Dubble Default Dark+ <<: *bubble_shared modes: dark: token-accent: "#59a1de" token-rgb-primary: 89, 161, 222 token-text-on-accent: "#ffffff" token-bg: "#1e1e1e" token-bg-secondary: "#2b2b2b" token-card: "#383838" token-text: "#d4d4d4" token-text-secondary: "#cdcdcd" token-sidebar-icon: "#d4d4d4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 161, 112, 219 token-rgb-pink: 214, 112, 219 token-rgb-deep-purple: 112, 116, 219 token-rgb-indigo: 112, 134, 219 token-rgb-cyan: 219, 161, 112 token-rgb-teal: 219, 112, 116 token-rgb-lime: 219, 112, 170 token-rgb-light-green: 219, 112, 205 token-rgb-amber: 134, 112, 219 token-rgb-orange: 112, 116, 219 token-rgb-deep-orange: 112, 143, 219 token-rgb-light-blue: 219, 197, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#00558e" token-rgb-primary: 0, 85, 142 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 114, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 114, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 140 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Default Light+ # ------------------------------------------------------------------------------ Bubble Default Light+: card-mod-theme: Bubble Default Light+ <<: *bubble_shared modes: dark: token-accent: "#1e86cc" token-rgb-primary: 30, 134, 204 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#ffffff" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#-a-a-a" token-sidebar-icon: "#333333" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 155, 112, 219 token-rgb-pink: 208, 112, 219 token-rgb-deep-purple: 112, 122, 219 token-rgb-indigo: 112, 140, 219 token-rgb-cyan: 219, 155, 112 token-rgb-teal: 219, 112, 122 token-rgb-lime: 219, 112, 176 token-rgb-light-green: 219, 112, 211 token-rgb-amber: 128, 112, 219 token-rgb-orange: 112, 122, 219 token-rgb-deep-orange: 112, 149, 219 token-rgb-light-blue: 219, 190, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1482cc" token-rgb-primary: 20, 130, 204 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#232323" token-sidebar-icon: "#232323" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 115, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 115, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 139 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Default Light+ # ------------------------------------------------------------------------------ Dubble Default Light+: card-mod-theme: Dubble Default Light+ <<: *bubble_shared modes: dark: token-accent: "#0080d6" token-rgb-primary: 0, 128, 214 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#ffffff" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#141414" token-sidebar-icon: "#333333" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 155, 112, 219 token-rgb-pink: 208, 112, 219 token-rgb-deep-purple: 112, 122, 219 token-rgb-indigo: 112, 140, 219 token-rgb-cyan: 219, 155, 112 token-rgb-teal: 219, 112, 122 token-rgb-lime: 219, 112, 176 token-rgb-light-green: 219, 112, 211 token-rgb-amber: 128, 112, 219 token-rgb-orange: 112, 122, 219 token-rgb-deep-orange: 112, 149, 219 token-rgb-light-blue: 219, 190, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#00558e" token-rgb-primary: 0, 85, 142 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 114, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 114, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 140 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Tomorrow Night # ------------------------------------------------------------------------------ Bubble Tomorrow Night: card-mod-theme: Bubble Tomorrow Night <<: *bubble_shared modes: dark: token-accent: "#9dafbe" token-rgb-primary: 157, 175, 190 token-text-on-accent: "#ffffff" token-bg: "#1d1f21" token-bg-secondary: "#26292c" token-card: "#2c2f32" token-text: "#c5c8c6" token-text-secondary: "#b4b7b5" token-sidebar-icon: "#c5c8c6" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 160, 112, 219 token-rgb-pink: 214, 112, 219 token-rgb-deep-purple: 112, 117, 219 token-rgb-indigo: 112, 134, 219 token-rgb-cyan: 219, 160, 112 token-rgb-teal: 219, 112, 117 token-rgb-lime: 219, 112, 170 token-rgb-light-green: 219, 112, 206 token-rgb-amber: 134, 112, 219 token-rgb-orange: 112, 117, 219 token-rgb-deep-orange: 112, 143, 219 token-rgb-light-blue: 219, 196, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#537aae" token-rgb-primary: 83, 122, 174 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#4d4d4c" token-text-secondary: "#353535" token-sidebar-icon: "#353535" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 136, 63, 191 token-rgb-pink: 191, 63, 182 token-rgb-deep-purple: 72, 63, 191 token-rgb-indigo: 63, 75, 191 token-rgb-cyan: 191, 136, 63 token-rgb-teal: 191, 72, 63 token-rgb-lime: 191, 63, 118 token-rgb-light-green: 191, 63, 160 token-rgb-amber: 104, 63, 191 token-rgb-orange: 72, 63, 191 token-rgb-deep-orange: 63, 86, 191 token-rgb-light-blue: 191, 179, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Tomorrow Night # ------------------------------------------------------------------------------ Dubble Tomorrow Night: card-mod-theme: Dubble Tomorrow Night <<: *bubble_shared modes: dark: token-accent: "#89adcb" token-rgb-primary: 137, 173, 203 token-text-on-accent: "#ffffff" token-bg: "#1d1f21" token-bg-secondary: "#282b2e" token-card: "#34383b" token-text: "#c5c8c6" token-text-secondary: "#bcbfbd" token-sidebar-icon: "#c5c8c6" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 160, 112, 219 token-rgb-pink: 214, 112, 219 token-rgb-deep-purple: 112, 117, 219 token-rgb-indigo: 112, 134, 219 token-rgb-cyan: 219, 160, 112 token-rgb-teal: 219, 112, 117 token-rgb-lime: 219, 112, 170 token-rgb-light-green: 219, 112, 206 token-rgb-amber: 134, 112, 219 token-rgb-orange: 112, 117, 219 token-rgb-deep-orange: 112, 143, 219 token-rgb-light-blue: 219, 196, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#2e4f79" token-rgb-primary: 46, 79, 121 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#4d4d4c" token-text-secondary: "#262626" token-sidebar-icon: "#262626" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 135, 63, 191 token-rgb-pink: 191, 63, 183 token-rgb-deep-purple: 71, 63, 191 token-rgb-indigo: 63, 77, 191 token-rgb-cyan: 191, 135, 63 token-rgb-teal: 191, 71, 63 token-rgb-lime: 191, 63, 119 token-rgb-light-green: 191, 63, 162 token-rgb-amber: 103, 63, 191 token-rgb-orange: 71, 63, 191 token-rgb-deep-orange: 63, 87, 191 token-rgb-light-blue: 191, 177, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Tomorrow Night Blue # ------------------------------------------------------------------------------ Bubble Tomorrow Night Blue: card-mod-theme: Bubble Tomorrow Night Blue <<: *bubble_shared modes: dark: token-accent: "#fff5d3" token-rgb-primary: 255, 245, 211 token-text-on-accent: "#000000" token-bg: "#002451" token-bg-secondary: "#002759" token-card: "#002a5e" token-text: "#ffffff" token-text-secondary: "#ffffff" token-sidebar-icon: "#ffffff" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 136, 219, 112 token-rgb-pink: 112, 219, 141 token-rgb-deep-purple: 190, 219, 112 token-rgb-indigo: 207, 219, 112 token-rgb-cyan: 112, 136, 219 token-rgb-teal: 112, 190, 219 token-rgb-lime: 112, 219, 194 token-rgb-light-green: 112, 219, 159 token-rgb-amber: 163, 219, 112 token-rgb-orange: 190, 219, 112 token-rgb-deep-orange: 216, 219, 112 token-rgb-light-blue: 123, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#0a396e" token-rgb-primary: 10, 57, 110 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#4d4d4c" token-text-secondary: "#353535" token-sidebar-icon: "#353535" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 131, 63, 191 token-rgb-pink: 191, 63, 187 token-rgb-deep-purple: 67, 63, 191 token-rgb-indigo: 63, 81, 191 token-rgb-cyan: 191, 131, 63 token-rgb-teal: 191, 67, 63 token-rgb-lime: 191, 63, 123 token-rgb-light-green: 191, 63, 166 token-rgb-amber: 99, 63, 191 token-rgb-orange: 67, 63, 191 token-rgb-deep-orange: 63, 91, 191 token-rgb-light-blue: 191, 173, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Tomorrow Night Blue # ------------------------------------------------------------------------------ Dubble Tomorrow Night Blue: card-mod-theme: Dubble Tomorrow Night Blue <<: *bubble_shared modes: dark: token-accent: "#ffeead" token-rgb-primary: 255, 238, 173 token-text-on-accent: "#000000" token-bg: "#002451" token-bg-secondary: "#00285b" token-card: "#002d65" token-text: "#ffffff" token-text-secondary: "#ffffff" token-sidebar-icon: "#ffffff" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 134, 219, 112 token-rgb-pink: 112, 219, 143 token-rgb-deep-purple: 187, 219, 112 token-rgb-indigo: 205, 219, 112 token-rgb-cyan: 112, 134, 219 token-rgb-teal: 112, 187, 219 token-rgb-lime: 112, 219, 197 token-rgb-light-green: 112, 219, 161 token-rgb-amber: 161, 219, 112 token-rgb-orange: 187, 219, 112 token-rgb-deep-orange: 214, 219, 112 token-rgb-light-blue: 125, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#00244d" token-rgb-primary: 0, 36, 77 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#4d4d4c" token-text-secondary: "#262626" token-sidebar-icon: "#262626" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 131, 63, 191 token-rgb-pink: 191, 63, 187 token-rgb-deep-purple: 67, 63, 191 token-rgb-indigo: 63, 80, 191 token-rgb-cyan: 191, 131, 63 token-rgb-teal: 191, 67, 63 token-rgb-lime: 191, 63, 123 token-rgb-light-green: 191, 63, 165 token-rgb-amber: 99, 63, 191 token-rgb-orange: 67, 63, 191 token-rgb-deep-orange: 63, 91, 191 token-rgb-light-blue: 191, 174, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Tomorrow Night Bright # ------------------------------------------------------------------------------ Bubble Tomorrow Night Bright: card-mod-theme: Bubble Tomorrow Night Bright <<: *bubble_shared modes: dark: token-accent: "#eaeaea" token-rgb-primary: 234, 234, 234 token-text-on-accent: "#000000" token-bg: "#000000" token-bg-secondary: "#0c0c0c" token-card: "#141414" token-text: "#eaeaea" token-text-secondary: "#e3e3e3" token-sidebar-icon: "#eaeaea" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 219, 112 token-rgb-pink: 165, 219, 112 token-rgb-deep-purple: 219, 165, 112 token-rgb-indigo: 219, 147, 112 token-rgb-cyan: 112, 219, 219 token-rgb-teal: 112, 219, 165 token-rgb-lime: 112, 219, 112 token-rgb-light-green: 147, 219, 112 token-rgb-amber: 219, 192, 112 token-rgb-orange: 219, 165, 112 token-rgb-deep-orange: 219, 138, 112 token-rgb-light-blue: 112, 183, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#d56367" token-rgb-primary: 213, 99, 103 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#eaeaea" token-text-secondary: "#a3a3a3" token-sidebar-icon: "#a3a3a3" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 186, 63 token-rgb-pink: 131, 191, 63 token-rgb-deep-purple: 191, 123, 63 token-rgb-indigo: 191, 101, 63 token-rgb-cyan: 63, 191, 186 token-rgb-teal: 63, 191, 123 token-rgb-lime: 68, 191, 63 token-rgb-light-green: 110, 191, 63 token-rgb-amber: 191, 154, 63 token-rgb-orange: 191, 123, 63 token-rgb-deep-orange: 191, 91, 63 token-rgb-light-blue: 63, 153, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 8)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 8)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Tomorrow Night Bright # ------------------------------------------------------------------------------ Dubble Tomorrow Night Bright: card-mod-theme: Dubble Tomorrow Night Bright <<: *bubble_shared modes: dark: token-accent: "#eeeeee" token-rgb-primary: 238, 238, 238 token-text-on-accent: "#000000" token-bg: "#000000" token-bg-secondary: "#0f0f0f" token-card: "#1e1e1e" token-text: "#eaeaea" token-text-secondary: "#e6e6e6" token-sidebar-icon: "#eaeaea" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 219, 112 token-rgb-pink: 165, 219, 112 token-rgb-deep-purple: 219, 165, 112 token-rgb-indigo: 219, 147, 112 token-rgb-cyan: 112, 219, 219 token-rgb-teal: 112, 219, 165 token-rgb-lime: 112, 219, 112 token-rgb-light-green: 147, 219, 112 token-rgb-amber: 219, 192, 112 token-rgb-orange: 219, 165, 112 token-rgb-deep-orange: 219, 138, 112 token-rgb-light-blue: 112, 183, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#95363a" token-rgb-primary: 149, 54, 58 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#eaeaea" token-text-secondary: "#757575" token-sidebar-icon: "#757575" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 185, 63 token-rgb-pink: 132, 191, 63 token-rgb-deep-purple: 191, 122, 63 token-rgb-indigo: 191, 100, 63 token-rgb-cyan: 63, 191, 185 token-rgb-teal: 63, 191, 122 token-rgb-lime: 69, 191, 63 token-rgb-light-green: 111, 191, 63 token-rgb-amber: 191, 154, 63 token-rgb-orange: 191, 122, 63 token-rgb-deep-orange: 191, 90, 63 token-rgb-light-blue: 63, 154, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Oceanic Next # ------------------------------------------------------------------------------ Bubble Oceanic Next: card-mod-theme: Bubble Oceanic Next <<: *bubble_shared modes: dark: token-accent: "#84a8cc" token-rgb-primary: 132, 168, 204 token-text-on-accent: "#ffffff" token-bg: "#1b2b34" token-bg-secondary: "#20333e" token-card: "#233844" token-text: "#cdd3de" token-text-secondary: "#c3c9d4" token-sidebar-icon: "#cdd3de" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 165, 112, 219 token-rgb-pink: 219, 112, 219 token-rgb-deep-purple: 112, 112, 219 token-rgb-indigo: 112, 130, 219 token-rgb-cyan: 219, 165, 112 token-rgb-teal: 219, 112, 112 token-rgb-lime: 219, 112, 165 token-rgb-light-green: 219, 112, 201 token-rgb-amber: 138, 112, 219 token-rgb-orange: 112, 112, 219 token-rgb-deep-orange: 112, 138, 219 token-rgb-light-blue: 219, 201, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#6e9ea0" token-rgb-primary: 110, 158, 160 token-text-on-accent: "#ffffff" token-bg: "#f8f8f2" token-bg-secondary: "#f0f0ea" token-card: "#ffffff" token-text: "#1b2b34" token-text-secondary: "#121e24" token-sidebar-icon: "#121e24" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 68, 63, 191 token-rgb-pink: 132, 63, 191 token-rgb-deep-purple: 63, 122, 191 token-rgb-indigo: 63, 143, 191 token-rgb-cyan: 191, 68, 63 token-rgb-teal: 191, 63, 122 token-rgb-lime: 191, 63, 186 token-rgb-light-green: 153, 63, 191 token-rgb-amber: 63, 90, 191 token-rgb-orange: 63, 122, 191 token-rgb-deep-orange: 63, 154, 191 token-rgb-light-blue: 191, 111, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Oceanic Next # ------------------------------------------------------------------------------ Dubble Oceanic Next: card-mod-theme: Dubble Oceanic Next <<: *bubble_shared modes: dark: token-accent: "#6ba0d6" token-rgb-primary: 107, 160, 214 token-text-on-accent: "#ffffff" token-bg: "#1b2b34" token-bg-secondary: "#213540" token-card: "#273f4c" token-text: "#cdd3de" token-text-secondary: "#c8ced9" token-sidebar-icon: "#cdd3de" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 166, 112, 219 token-rgb-pink: 219, 112, 218 token-rgb-deep-purple: 112, 112, 219 token-rgb-indigo: 112, 129, 219 token-rgb-cyan: 219, 166, 112 token-rgb-teal: 219, 112, 112 token-rgb-lime: 219, 112, 165 token-rgb-light-green: 219, 112, 200 token-rgb-amber: 139, 112, 219 token-rgb-orange: 112, 112, 219 token-rgb-deep-orange: 112, 138, 219 token-rgb-light-blue: 219, 201, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#426e6f" token-rgb-primary: 66, 110, 111 token-text-on-accent: "#ffffff" token-bg: "#f8f8f2" token-bg-secondary: "#e9e9e3" token-card: "#ffffff" token-text: "#1b2b34" token-text-secondary: "#0d151a" token-sidebar-icon: "#0d151a" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 66, 63, 191 token-rgb-pink: 130, 63, 191 token-rgb-deep-purple: 63, 124, 191 token-rgb-indigo: 63, 145, 191 token-rgb-cyan: 191, 66, 63 token-rgb-teal: 191, 63, 124 token-rgb-lime: 191, 63, 188 token-rgb-light-green: 151, 63, 191 token-rgb-amber: 63, 92, 191 token-rgb-orange: 63, 124, 191 token-rgb-deep-orange: 63, 156, 191 token-rgb-light-blue: 191, 109, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Fairy Floss # ------------------------------------------------------------------------------ Bubble Fairy Floss: card-mod-theme: Bubble Fairy Floss <<: *bubble_shared modes: dark: token-accent: "#e8fff3" token-rgb-primary: 232, 255, 243 token-text-on-accent: "#000000" token-bg: "#5a5475" token-bg-secondary: "#5f587b" token-card: "#625b80" token-text: "#e6c000" token-text-secondary: "#deb900" token-sidebar-icon: "#e6c000" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 168, 219 token-rgb-pink: 112, 114, 219 token-rgb-deep-purple: 112, 219, 216 token-rgb-indigo: 112, 219, 199 token-rgb-cyan: 219, 112, 168 token-rgb-teal: 216, 112, 219 token-rgb-lime: 163, 112, 219 token-rgb-light-green: 127, 112, 219 token-rgb-amber: 112, 194, 219 token-rgb-orange: 112, 219, 216 token-rgb-deep-orange: 112, 219, 190 token-rgb-light-blue: 219, 112, 132 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#635f75" token-rgb-primary: 99, 95, 117 token-text-on-accent: "#ffffff" token-bg: "#ffb8d1" token-bg-secondary: "#f7b2ca" token-card: "#ffffff" token-text: "#ffb8d1" token-text-secondary: "#b28092" token-sidebar-icon: "#b28092" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 63, 168 token-rgb-pink: 191, 63, 104 token-rgb-deep-purple: 150, 63, 191 token-rgb-indigo: 129, 63, 191 token-rgb-cyan: 168, 191, 63 token-rgb-teal: 191, 150, 63 token-rgb-lime: 191, 86, 63 token-rgb-light-green: 191, 63, 83 token-rgb-amber: 182, 63, 191 token-rgb-orange: 150, 63, 191 token-rgb-deep-orange: 118, 63, 191 token-rgb-light-blue: 125, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Fairy Floss # ------------------------------------------------------------------------------ Dubble Fairy Floss: card-mod-theme: Dubble Fairy Floss <<: *bubble_shared modes: dark: token-accent: "#c2ffdf" token-rgb-primary: 194, 255, 223 token-text-on-accent: "#000000" token-bg: "#5a5475" token-bg-secondary: "#60597d" token-card: "#665f85" token-text: "#e6c000" token-text-secondary: "#e2bc00" token-sidebar-icon: "#e6c000" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 168, 219 token-rgb-pink: 112, 114, 219 token-rgb-deep-purple: 112, 219, 216 token-rgb-indigo: 112, 219, 198 token-rgb-cyan: 219, 112, 168 token-rgb-teal: 216, 112, 219 token-rgb-lime: 163, 112, 219 token-rgb-light-green: 127, 112, 219 token-rgb-amber: 112, 195, 219 token-rgb-orange: 112, 219, 216 token-rgb-deep-orange: 112, 219, 189 token-rgb-light-blue: 219, 112, 132 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#3e3a51" token-rgb-primary: 62, 58, 81 token-text-on-accent: "#ffffff" token-bg: "#ffb8d1" token-bg-secondary: "#efacc4" token-card: "#ffffff" token-text: "#ffb8d1" token-text-secondary: "#7f5c68" token-sidebar-icon: "#7f5c68" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 63, 169 token-rgb-pink: 191, 63, 105 token-rgb-deep-purple: 149, 63, 191 token-rgb-indigo: 128, 63, 191 token-rgb-cyan: 169, 191, 63 token-rgb-teal: 191, 149, 63 token-rgb-lime: 191, 85, 63 token-rgb-light-green: 191, 63, 84 token-rgb-amber: 181, 63, 191 token-rgb-orange: 149, 63, 191 token-rgb-deep-orange: 117, 63, 191 token-rgb-light-blue: 126, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble City Lights # ------------------------------------------------------------------------------ Bubble City Lights: card-mod-theme: Bubble City Lights <<: *bubble_shared modes: dark: token-accent: "#a8c4ff" token-rgb-primary: 168, 196, 255 token-text-on-accent: "#000000" token-bg: "#1d252c" token-bg-secondary: "#232d36" token-card: "#28333c" token-text: "#718ca1" token-text-secondary: "#5d7384" token-sidebar-icon: "#718ca1" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 184, 112, 219 token-rgb-pink: 219, 112, 200 token-rgb-deep-purple: 131, 112, 219 token-rgb-indigo: 113, 112, 219 token-rgb-cyan: 219, 184, 112 token-rgb-teal: 219, 131, 112 token-rgb-lime: 219, 112, 146 token-rgb-light-green: 219, 112, 182 token-rgb-amber: 158, 112, 219 token-rgb-orange: 131, 112, 219 token-rgb-deep-orange: 112, 119, 219 token-rgb-light-blue: 218, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#6b849a" token-rgb-primary: 107, 132, 154 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#f2f2f2" token-card: "#ffffff" token-text: "#1d252c" token-text-secondary: "#14191e" token-sidebar-icon: "#14191e" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 123, 63, 191 token-rgb-pink: 187, 63, 191 token-rgb-deep-purple: 63, 67, 191 token-rgb-indigo: 63, 89, 191 token-rgb-cyan: 191, 123, 63 token-rgb-teal: 191, 63, 67 token-rgb-lime: 191, 63, 131 token-rgb-light-green: 191, 63, 174 token-rgb-amber: 91, 63, 191 token-rgb-orange: 63, 67, 191 token-rgb-deep-orange: 63, 99, 191 token-rgb-light-blue: 191, 165, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 6)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 6)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble City Lights # ------------------------------------------------------------------------------ Dubble City Lights: card-mod-theme: Dubble City Lights <<: *bubble_shared modes: dark: token-accent: "#82aaff" token-rgb-primary: 130, 170, 255 token-text-on-accent: "#ffffff" token-bg: "#1d252c" token-bg-secondary: "#252f38" token-card: "#2d3a45" token-text: "#718ca1" token-text-secondary: "#677f92" token-sidebar-icon: "#718ca1" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 185, 112, 219 token-rgb-pink: 219, 112, 200 token-rgb-deep-purple: 131, 112, 219 token-rgb-indigo: 113, 112, 219 token-rgb-cyan: 219, 185, 112 token-rgb-teal: 219, 131, 112 token-rgb-lime: 219, 112, 146 token-rgb-light-green: 219, 112, 182 token-rgb-amber: 158, 112, 219 token-rgb-orange: 131, 112, 219 token-rgb-deep-orange: 112, 119, 219 token-rgb-light-blue: 217, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#40586b" token-rgb-primary: 64, 88, 107 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#ebebeb" token-card: "#ffffff" token-text: "#1d252c" token-text-secondary: "#0e1216" token-sidebar-icon: "#0e1216" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 120, 63, 191 token-rgb-pink: 183, 63, 191 token-rgb-deep-purple: 63, 71, 191 token-rgb-indigo: 63, 92, 191 token-rgb-cyan: 191, 120, 63 token-rgb-teal: 191, 63, 71 token-rgb-lime: 191, 63, 134 token-rgb-light-green: 191, 63, 177 token-rgb-amber: 88, 63, 191 token-rgb-orange: 63, 71, 191 token-rgb-deep-orange: 63, 103, 191 token-rgb-light-blue: 191, 162, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Lucario # ------------------------------------------------------------------------------ Bubble Lucario: card-mod-theme: Bubble Lucario <<: *bubble_shared modes: dark: token-accent: "#f8c65e" token-rgb-primary: 248, 198, 94 token-text-on-accent: "#000000" token-bg: "#2b3e50" token-bg-secondary: "#2f4458" token-card: "#32485e" token-text: "#f8f8f2" token-text-secondary: "#f5f5ef" token-sidebar-icon: "#f8f8f2" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 146, 219, 112 token-rgb-pink: 112, 219, 130 token-rgb-deep-purple: 200, 219, 112 token-rgb-indigo: 218, 219, 112 token-rgb-cyan: 112, 146, 219 token-rgb-teal: 112, 200, 219 token-rgb-lime: 112, 219, 184 token-rgb-light-green: 112, 219, 148 token-rgb-amber: 173, 219, 112 token-rgb-orange: 200, 219, 112 token-rgb-deep-orange: 219, 211, 112 token-rgb-light-blue: 113, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#e6be62" token-rgb-primary: 230, 190, 98 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#2b3e50" token-text-secondary: "#1e2b37" token-sidebar-icon: "#1e2b37" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 102, 191, 63 token-rgb-pink: 63, 191, 88 token-rgb-deep-purple: 166, 191, 63 token-rgb-indigo: 187, 191, 63 token-rgb-cyan: 63, 102, 191 token-rgb-teal: 63, 166, 191 token-rgb-lime: 63, 191, 152 token-rgb-light-green: 63, 191, 110 token-rgb-amber: 134, 191, 63 token-rgb-orange: 166, 191, 63 token-rgb-deep-orange: 191, 184, 63 token-rgb-light-blue: 67, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 32)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 32)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Lucario # ------------------------------------------------------------------------------ Dubble Lucario: card-mod-theme: Dubble Lucario <<: *bubble_shared modes: dark: token-accent: "#f9bc39" token-rgb-primary: 249, 188, 57 token-text-on-accent: "#000000" token-bg: "#2b3e50" token-bg-secondary: "#30465a" token-card: "#364e65" token-text: "#f8f8f2" token-text-secondary: "#f6f6f0" token-sidebar-icon: "#f8f8f2" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 146, 219, 112 token-rgb-pink: 112, 219, 131 token-rgb-deep-purple: 199, 219, 112 token-rgb-indigo: 217, 219, 112 token-rgb-cyan: 112, 146, 219 token-rgb-teal: 112, 199, 219 token-rgb-lime: 112, 219, 185 token-rgb-light-green: 112, 219, 149 token-rgb-amber: 173, 219, 112 token-rgb-orange: 199, 219, 112 token-rgb-deep-orange: 219, 212, 112 token-rgb-light-blue: 113, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#a18035" token-rgb-primary: 161, 128, 53 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#2b3e50" token-text-secondary: "#151e28" token-sidebar-icon: "#151e28" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 102, 191, 63 token-rgb-pink: 63, 191, 88 token-rgb-deep-purple: 166, 191, 63 token-rgb-indigo: 187, 191, 63 token-rgb-cyan: 63, 102, 191 token-rgb-teal: 63, 166, 191 token-rgb-lime: 63, 191, 152 token-rgb-light-green: 63, 191, 109 token-rgb-amber: 134, 191, 63 token-rgb-orange: 166, 191, 63 token-rgb-deep-orange: 191, 184, 63 token-rgb-light-blue: 67, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 6)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 6)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Material Ocean # ------------------------------------------------------------------------------ Bubble Material Ocean: card-mod-theme: Bubble Material Ocean <<: *bubble_shared modes: dark: token-accent: "#a8c4ff" token-rgb-primary: 168, 196, 255 token-text-on-accent: "#000000" token-bg: "#0f111a" token-bg-secondary: "#151825" token-card: "#191c2c" token-text: "#8f93a2" token-text-secondary: "#767986" token-sidebar-icon: "#8f93a2" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 184, 112, 219 token-rgb-pink: 219, 112, 200 token-rgb-deep-purple: 131, 112, 219 token-rgb-indigo: 113, 112, 219 token-rgb-cyan: 219, 184, 112 token-rgb-teal: 219, 131, 112 token-rgb-lime: 219, 112, 146 token-rgb-light-green: 219, 112, 182 token-rgb-amber: 158, 112, 219 token-rgb-orange: 131, 112, 219 token-rgb-deep-orange: 112, 119, 219 token-rgb-light-blue: 218, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#5d99ff" token-rgb-primary: 93, 153, 255 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#37474f" token-text-secondary: "#263137" token-sidebar-icon: "#263137" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 144, 63, 191 token-rgb-pink: 191, 63, 174 token-rgb-deep-purple: 80, 63, 191 token-rgb-indigo: 63, 68, 191 token-rgb-cyan: 191, 144, 63 token-rgb-teal: 191, 80, 63 token-rgb-lime: 191, 63, 110 token-rgb-light-green: 191, 63, 153 token-rgb-amber: 112, 63, 191 token-rgb-orange: 80, 63, 191 token-rgb-deep-orange: 63, 79, 191 token-rgb-light-blue: 191, 186, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Material Ocean # ------------------------------------------------------------------------------ Dubble Material Ocean: card-mod-theme: Dubble Material Ocean <<: *bubble_shared modes: dark: token-accent: "#82aaff" token-rgb-primary: 130, 170, 255 token-text-on-accent: "#ffffff" token-bg: "#0f111a" token-bg-secondary: "#161927" token-card: "#1e2235" token-text: "#8f93a2" token-text-secondary: "#828694" token-sidebar-icon: "#8f93a2" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 185, 112, 219 token-rgb-pink: 219, 112, 200 token-rgb-deep-purple: 131, 112, 219 token-rgb-indigo: 113, 112, 219 token-rgb-cyan: 219, 185, 112 token-rgb-teal: 219, 131, 112 token-rgb-lime: 219, 112, 146 token-rgb-light-green: 219, 112, 182 token-rgb-amber: 158, 112, 219 token-rgb-orange: 131, 112, 219 token-rgb-deep-orange: 112, 119, 219 token-rgb-light-blue: 217, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#2f60b2" token-rgb-primary: 47, 96, 178 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#37474f" token-text-secondary: "#1b2327" token-sidebar-icon: "#1b2327" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 143, 63, 191 token-rgb-pink: 191, 63, 175 token-rgb-deep-purple: 79, 63, 191 token-rgb-indigo: 63, 68, 191 token-rgb-cyan: 191, 143, 63 token-rgb-teal: 191, 79, 63 token-rgb-lime: 191, 63, 111 token-rgb-light-green: 191, 63, 153 token-rgb-amber: 111, 63, 191 token-rgb-orange: 79, 63, 191 token-rgb-deep-orange: 63, 79, 191 token-rgb-light-blue: 191, 186, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Snazzy # ------------------------------------------------------------------------------ Bubble Snazzy: card-mod-theme: Bubble Snazzy <<: *bubble_shared modes: dark: token-accent: "#ff82a9" token-rgb-primary: 255, 130, 169 token-text-on-accent: "#ffffff" token-bg: "#282a36" token-bg-secondary: "#2f3140" token-card: "#333646" token-text: "#e2e4e5" token-text-secondary: "#dadcdd" token-sidebar-icon: "#e2e4e5" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 185, 112 token-rgb-pink: 199, 219, 112 token-rgb-deep-purple: 219, 132, 112 token-rgb-indigo: 219, 114, 112 token-rgb-cyan: 112, 219, 185 token-rgb-teal: 112, 219, 132 token-rgb-lime: 145, 219, 112 token-rgb-light-green: 181, 219, 112 token-rgb-amber: 219, 159, 112 token-rgb-orange: 219, 132, 112 token-rgb-deep-orange: 219, 112, 118 token-rgb-light-blue: 112, 217, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#ff75a0" token-rgb-primary: 255, 117, 160 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#ededed" token-card: "#ffffff" token-text: "#282a36" token-text-secondary: "#1b1d25" token-sidebar-icon: "#1b1d25" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 151, 63 token-rgb-pink: 167, 191, 63 token-rgb-deep-purple: 191, 87, 63 token-rgb-indigo: 191, 66, 63 token-rgb-cyan: 63, 191, 151 token-rgb-teal: 63, 191, 87 token-rgb-lime: 103, 191, 63 token-rgb-light-green: 145, 191, 63 token-rgb-amber: 191, 119, 63 token-rgb-orange: 191, 87, 63 token-rgb-deep-orange: 191, 63, 71 token-rgb-light-blue: 63, 188, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Snazzy # ------------------------------------------------------------------------------ Dubble Snazzy: card-mod-theme: Dubble Snazzy <<: *bubble_shared modes: dark: token-accent: "#ff5c8f" token-rgb-primary: 255, 92, 143 token-text-on-accent: "#ffffff" token-bg: "#282a36" token-bg-secondary: "#303342" token-card: "#393c4e" token-text: "#e2e4e5" token-text-secondary: "#dee0e1" token-sidebar-icon: "#e2e4e5" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 185, 112 token-rgb-pink: 199, 219, 112 token-rgb-deep-purple: 219, 132, 112 token-rgb-indigo: 219, 114, 112 token-rgb-cyan: 112, 219, 185 token-rgb-teal: 112, 219, 132 token-rgb-lime: 145, 219, 112 token-rgb-light-green: 181, 219, 112 token-rgb-amber: 219, 159, 112 token-rgb-orange: 219, 132, 112 token-rgb-deep-orange: 219, 112, 118 token-rgb-light-blue: 112, 217, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#b24064" token-rgb-primary: 178, 64, 100 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#e6e6e6" token-card: "#ffffff" token-text: "#282a36" token-text-secondary: "#14151b" token-sidebar-icon: "#14151b" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 150, 63 token-rgb-pink: 167, 191, 63 token-rgb-deep-purple: 191, 87, 63 token-rgb-indigo: 191, 65, 63 token-rgb-cyan: 63, 191, 150 token-rgb-teal: 63, 191, 87 token-rgb-lime: 104, 191, 63 token-rgb-light-green: 146, 191, 63 token-rgb-amber: 191, 119, 63 token-rgb-orange: 191, 87, 63 token-rgb-deep-orange: 191, 63, 72 token-rgb-light-blue: 63, 189, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Level Up # ------------------------------------------------------------------------------ Bubble Level Up: card-mod-theme: Bubble Level Up <<: *bubble_shared modes: dark: token-accent: "#9fbbf7" token-rgb-primary: 159, 187, 247 token-text-on-accent: "#000000" token-bg: "#1a1b26" token-bg-secondary: "#212230" token-card: "#252737" token-text: "#a9b1d6" token-text-secondary: "#9fa6c9" token-sidebar-icon: "#a9b1d6" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 185, 112, 219 token-rgb-pink: 219, 112, 199 token-rgb-deep-purple: 131, 112, 219 token-rgb-indigo: 113, 112, 219 token-rgb-cyan: 219, 185, 112 token-rgb-teal: 219, 131, 112 token-rgb-lime: 219, 112, 146 token-rgb-light-green: 219, 112, 181 token-rgb-amber: 158, 112, 219 token-rgb-orange: 131, 112, 219 token-rgb-deep-orange: 112, 119, 219 token-rgb-light-blue: 217, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#92b2f7" token-rgb-primary: 146, 178, 247 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#24283b" token-text-secondary: "#191c29" token-sidebar-icon: "#191c29" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 150, 63, 191 token-rgb-pink: 191, 63, 167 token-rgb-deep-purple: 87, 63, 191 token-rgb-indigo: 65, 63, 191 token-rgb-cyan: 191, 150, 63 token-rgb-teal: 191, 87, 63 token-rgb-lime: 191, 63, 104 token-rgb-light-green: 191, 63, 146 token-rgb-amber: 118, 63, 191 token-rgb-orange: 87, 63, 191 token-rgb-deep-orange: 63, 72, 191 token-rgb-light-blue: 189, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Level Up # ------------------------------------------------------------------------------ Dubble Level Up: card-mod-theme: Dubble Level Up <<: *bubble_shared modes: dark: token-accent: "#7aa3f8" token-rgb-primary: 122, 163, 248 token-text-on-accent: "#ffffff" token-bg: "#1a1b26" token-bg-secondary: "#222433" token-card: "#2b2d40" token-text: "#a9b1d6" token-text-secondary: "#a4abcf" token-sidebar-icon: "#a9b1d6" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 184, 112, 219 token-rgb-pink: 219, 112, 200 token-rgb-deep-purple: 130, 112, 219 token-rgb-indigo: 113, 112, 219 token-rgb-cyan: 219, 184, 112 token-rgb-teal: 219, 130, 112 token-rgb-lime: 219, 112, 147 token-rgb-light-green: 219, 112, 182 token-rgb-amber: 157, 112, 219 token-rgb-orange: 130, 112, 219 token-rgb-deep-orange: 112, 120, 219 token-rgb-light-blue: 218, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#5571ac" token-rgb-primary: 85, 113, 172 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#24283b" token-text-secondary: "#12141d" token-sidebar-icon: "#12141d" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 150, 63, 191 token-rgb-pink: 191, 63, 168 token-rgb-deep-purple: 86, 63, 191 token-rgb-indigo: 65, 63, 191 token-rgb-cyan: 191, 150, 63 token-rgb-teal: 191, 86, 63 token-rgb-lime: 191, 63, 104 token-rgb-light-green: 191, 63, 147 token-rgb-amber: 118, 63, 191 token-rgb-orange: 86, 63, 191 token-rgb-deep-orange: 63, 72, 191 token-rgb-light-blue: 189, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Aura # ------------------------------------------------------------------------------ Bubble Aura: card-mod-theme: Bubble Aura <<: *bubble_shared modes: dark: token-accent: "#ffa4e5" token-rgb-primary: 255, 164, 229 token-text-on-accent: "#000000" token-bg: "#15141b" token-bg-secondary: "#1d1c26" token-card: "#23212d" token-text: "#edecee" token-text-secondary: "#e7e6e8" token-sidebar-icon: "#edecee" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 142, 112 token-rgb-pink: 219, 196, 112 token-rgb-deep-purple: 219, 112, 135 token-rgb-indigo: 219, 112, 153 token-rgb-cyan: 112, 219, 142 token-rgb-teal: 135, 219, 112 token-rgb-lime: 188, 219, 112 token-rgb-light-green: 219, 214, 112 token-rgb-amber: 219, 116, 112 token-rgb-orange: 219, 112, 135 token-rgb-deep-orange: 219, 112, 161 token-rgb-light-blue: 112, 219, 178 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#b390ff" token-rgb-primary: 179, 144, 255 token-text-on-accent: "#ffffff" token-bg: "#f8f8f2" token-bg-secondary: "#f0f0ea" token-card: "#ffffff" token-text: "#15141b" token-text-secondary: "#0e0d12" token-sidebar-icon: "#0e0d12" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 63, 151 token-rgb-pink: 191, 63, 87 token-rgb-deep-purple: 167, 63, 191 token-rgb-indigo: 146, 63, 191 token-rgb-cyan: 151, 191, 63 token-rgb-teal: 191, 167, 63 token-rgb-lime: 191, 103, 63 token-rgb-light-green: 191, 63, 66 token-rgb-amber: 191, 63, 182 token-rgb-orange: 167, 63, 191 token-rgb-deep-orange: 135, 63, 191 token-rgb-light-blue: 108, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Aura # ------------------------------------------------------------------------------ Dubble Aura: card-mod-theme: Dubble Aura <<: *bubble_shared modes: dark: token-accent: "#ff7eda" token-rgb-primary: 255, 126, 218 token-text-on-accent: "#ffffff" token-bg: "#15141b" token-bg-secondary: "#1f1e28" token-card: "#2a2836" token-text: "#edecee" token-text-secondary: "#eae9eb" token-sidebar-icon: "#edecee" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 142, 112 token-rgb-pink: 219, 196, 112 token-rgb-deep-purple: 219, 112, 135 token-rgb-indigo: 219, 112, 152 token-rgb-cyan: 112, 219, 142 token-rgb-teal: 135, 219, 112 token-rgb-lime: 188, 219, 112 token-rgb-light-green: 219, 214, 112 token-rgb-amber: 219, 116, 112 token-rgb-orange: 219, 112, 135 token-rgb-deep-orange: 219, 112, 161 token-rgb-light-blue: 112, 219, 178 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 32)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 32)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#7153b2" token-rgb-primary: 113, 83, 178 token-text-on-accent: "#ffffff" token-bg: "#f8f8f2" token-bg-secondary: "#e9e9e3" token-card: "#ffffff" token-text: "#15141b" token-text-secondary: "#0a0a0d" token-sidebar-icon: "#0a0a0d" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 63, 150 token-rgb-pink: 191, 63, 87 token-rgb-deep-purple: 167, 63, 191 token-rgb-indigo: 146, 63, 191 token-rgb-cyan: 150, 191, 63 token-rgb-teal: 191, 167, 63 token-rgb-lime: 191, 104, 63 token-rgb-light-green: 191, 63, 65 token-rgb-amber: 191, 63, 182 token-rgb-orange: 167, 63, 191 token-rgb-deep-orange: 135, 63, 191 token-rgb-light-blue: 108, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Nordic # ------------------------------------------------------------------------------ Bubble Nordic: card-mod-theme: Bubble Nordic <<: *bubble_shared modes: dark: token-accent: "#a7c6d0" token-rgb-primary: 167, 198, 208 token-text-on-accent: "#000000" token-bg: "#2e3440" token-bg-secondary: "#343b49" token-card: "#38404f" token-text: "#d8dee9" token-text-secondary: "#d1d7e2" token-sidebar-icon: "#d8dee9" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 138, 112, 219 token-rgb-pink: 191, 112, 219 token-rgb-deep-purple: 112, 139, 219 token-rgb-indigo: 112, 157, 219 token-rgb-cyan: 219, 138, 112 token-rgb-teal: 219, 112, 139 token-rgb-lime: 219, 112, 193 token-rgb-light-green: 209, 112, 219 token-rgb-amber: 112, 112, 219 token-rgb-orange: 112, 139, 219 token-rgb-deep-orange: 112, 166, 219 token-rgb-light-blue: 219, 174, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#6f8aac" token-rgb-primary: 111, 138, 172 token-text-on-accent: "#ffffff" token-bg: "#eceff4" token-bg-secondary: "#e4e7ec" token-card: "#ffffff" token-text: "#2e3440" token-text-secondary: "#20242c" token-sidebar-icon: "#20242c" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 134, 63, 191 token-rgb-pink: 191, 63, 183 token-rgb-deep-purple: 71, 63, 191 token-rgb-indigo: 63, 77, 191 token-rgb-cyan: 191, 134, 63 token-rgb-teal: 191, 71, 63 token-rgb-lime: 191, 63, 120 token-rgb-light-green: 191, 63, 162 token-rgb-amber: 102, 63, 191 token-rgb-orange: 71, 63, 191 token-rgb-deep-orange: 63, 88, 191 token-rgb-light-blue: 191, 177, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 8)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 8)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Nordic # ------------------------------------------------------------------------------ Dubble Nordic: card-mod-theme: Dubble Nordic <<: *bubble_shared modes: dark: token-accent: "#8ec8d9" token-rgb-primary: 142, 200, 217 token-text-on-accent: "#000000" token-bg: "#2e3440" token-bg-secondary: "#363d4b" token-card: "#3e4656" token-text: "#d8dee9" token-text-secondary: "#d4dae5" token-sidebar-icon: "#d8dee9" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 136, 112, 219 token-rgb-pink: 190, 112, 219 token-rgb-deep-purple: 112, 141, 219 token-rgb-indigo: 112, 159, 219 token-rgb-cyan: 219, 136, 112 token-rgb-teal: 219, 112, 141 token-rgb-lime: 219, 112, 195 token-rgb-light-green: 207, 112, 219 token-rgb-amber: 112, 114, 219 token-rgb-orange: 112, 141, 219 token-rgb-deep-orange: 112, 168, 219 token-rgb-light-blue: 219, 172, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#415a78" token-rgb-primary: 65, 90, 120 token-text-on-accent: "#ffffff" token-bg: "#eceff4" token-bg-secondary: "#dde0e5" token-card: "#ffffff" token-text: "#2e3440" token-text-secondary: "#171920" token-sidebar-icon: "#171920" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 133, 63, 191 token-rgb-pink: 191, 63, 185 token-rgb-deep-purple: 69, 63, 191 token-rgb-indigo: 63, 79, 191 token-rgb-cyan: 191, 133, 63 token-rgb-teal: 191, 69, 63 token-rgb-lime: 191, 63, 121 token-rgb-light-green: 191, 63, 164 token-rgb-amber: 101, 63, 191 token-rgb-orange: 69, 63, 191 token-rgb-deep-orange: 63, 89, 191 token-rgb-light-blue: 191, 175, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Blue # ------------------------------------------------------------------------------ Bubble Blue: card-mod-theme: Bubble Blue <<: *bubble_shared modes: dark: token-accent: "#51a3cc" token-rgb-primary: 81, 163, 204 token-text-on-accent: "#ffffff" token-bg: "#002240" token-bg-secondary: "#002749" token-card: "#002a4f" token-text: "#ffffff" token-text-secondary: "#ffffff" token-sidebar-icon: "#ffffff" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 147, 112, 219 token-rgb-pink: 201, 112, 219 token-rgb-deep-purple: 112, 130, 219 token-rgb-indigo: 112, 147, 219 token-rgb-cyan: 219, 147, 112 token-rgb-teal: 219, 112, 130 token-rgb-lime: 219, 112, 183 token-rgb-light-green: 219, 112, 219 token-rgb-amber: 121, 112, 219 token-rgb-orange: 112, 130, 219 token-rgb-deep-orange: 112, 156, 219 token-rgb-light-blue: 219, 183, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#0a3866" token-rgb-primary: 10, 56, 102 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#002240" token-text-secondary: "#00172c" token-sidebar-icon: "#00172c" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 127, 63, 191 token-rgb-pink: 191, 63, 191 token-rgb-deep-purple: 63, 63, 191 token-rgb-indigo: 63, 85, 191 token-rgb-cyan: 191, 127, 63 token-rgb-teal: 191, 63, 63 token-rgb-lime: 191, 63, 127 token-rgb-light-green: 191, 63, 169 token-rgb-amber: 95, 63, 191 token-rgb-orange: 63, 63, 191 token-rgb-deep-orange: 63, 95, 191 token-rgb-light-blue: 191, 170, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Blue # ------------------------------------------------------------------------------ Dubble Blue: card-mod-theme: Dubble Blue <<: *bubble_shared modes: dark: token-accent: "#35a0d6" token-rgb-primary: 53, 160, 214 token-text-on-accent: "#ffffff" token-bg: "#002240" token-bg-secondary: "#00284b" token-card: "#002e56" token-text: "#ffffff" token-text-secondary: "#ffffff" token-sidebar-icon: "#ffffff" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 148, 112, 219 token-rgb-pink: 201, 112, 219 token-rgb-deep-purple: 112, 129, 219 token-rgb-indigo: 112, 147, 219 token-rgb-cyan: 219, 148, 112 token-rgb-teal: 219, 112, 129 token-rgb-lime: 219, 112, 183 token-rgb-light-green: 219, 112, 219 token-rgb-amber: 121, 112, 219 token-rgb-orange: 112, 129, 219 token-rgb-deep-orange: 112, 156, 219 token-rgb-light-blue: 219, 183, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#002347" token-rgb-primary: 0, 35, 71 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#002240" token-text-secondary: "#001120" token-sidebar-icon: "#001120" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 128, 63, 191 token-rgb-pink: 191, 63, 190 token-rgb-deep-purple: 64, 63, 191 token-rgb-indigo: 63, 84, 191 token-rgb-cyan: 191, 128, 63 token-rgb-teal: 191, 64, 63 token-rgb-lime: 191, 63, 126 token-rgb-light-green: 191, 63, 169 token-rgb-amber: 96, 63, 191 token-rgb-orange: 64, 63, 191 token-rgb-deep-orange: 63, 94, 191 token-rgb-light-blue: 191, 170, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Kimbie Light # ------------------------------------------------------------------------------ Bubble Kimbie Light: card-mod-theme: Bubble Kimbie Light <<: *bubble_shared modes: dark: token-accent: "#748055" token-rgb-primary: 116, 128, 85 token-text-on-accent: "#ffffff" token-bg: "#fbebd4" token-bg-secondary: "#fbebd4" token-card: "#fbebd4" token-text: "#84613d" token-text-secondary: "#5f452b" token-sidebar-icon: "#84613d" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 219, 142 token-rgb-pink: 112, 219, 195 token-rgb-deep-purple: 135, 219, 112 token-rgb-indigo: 153, 219, 112 token-rgb-cyan: 142, 112, 219 token-rgb-teal: 112, 135, 219 token-rgb-lime: 112, 189, 219 token-rgb-light-green: 112, 219, 213 token-rgb-amber: 112, 219, 115 token-rgb-orange: 135, 219, 112 token-rgb-deep-orange: 162, 219, 112 token-rgb-light-blue: 177, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#72804e" token-rgb-primary: 114, 128, 78 token-text-on-accent: "#ffffff" token-bg: "#fbebd4" token-bg-secondary: "#f3e3cd" token-card: "#ffffff" token-text: "#84613d" token-text-secondary: "#5c432a" token-sidebar-icon: "#5c432a" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 191, 99 token-rgb-pink: 63, 191, 163 token-rgb-deep-purple: 91, 191, 63 token-rgb-indigo: 113, 191, 63 token-rgb-cyan: 99, 63, 191 token-rgb-teal: 63, 91, 191 token-rgb-lime: 63, 155, 191 token-rgb-light-green: 63, 191, 184 token-rgb-amber: 63, 191, 67 token-rgb-orange: 91, 191, 63 token-rgb-deep-orange: 123, 191, 63 token-rgb-light-blue: 141, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Kimbie Light # ------------------------------------------------------------------------------ Dubble Kimbie Light: card-mod-theme: Dubble Kimbie Light <<: *bubble_shared modes: dark: token-accent: "#85994f" token-rgb-primary: 133, 153, 79 token-text-on-accent: "#ffffff" token-bg: "#fbebd4" token-bg-secondary: "#fbebd4" token-card: "#fbebd4" token-text: "#84613d" token-text-secondary: "#715334" token-sidebar-icon: "#84613d" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 219, 141 token-rgb-pink: 112, 219, 194 token-rgb-deep-purple: 136, 219, 112 token-rgb-indigo: 154, 219, 112 token-rgb-cyan: 141, 112, 219 token-rgb-teal: 112, 136, 219 token-rgb-lime: 112, 190, 219 token-rgb-light-green: 112, 219, 212 token-rgb-amber: 112, 219, 114 token-rgb-orange: 136, 219, 112 token-rgb-deep-orange: 163, 219, 112 token-rgb-light-blue: 176, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 10)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 10)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#4d592e" token-rgb-primary: 77, 89, 46 token-text-on-accent: "#ffffff" token-bg: "#fbebd4" token-bg-secondary: "#ebdcc7" token-card: "#ffffff" token-text: "#84613d" token-text-secondary: "#42301e" token-sidebar-icon: "#42301e" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 191, 99 token-rgb-pink: 63, 191, 163 token-rgb-deep-purple: 91, 191, 63 token-rgb-indigo: 113, 191, 63 token-rgb-cyan: 99, 63, 191 token-rgb-teal: 63, 91, 191 token-rgb-lime: 63, 155, 191 token-rgb-light-green: 63, 191, 184 token-rgb-amber: 63, 191, 67 token-rgb-orange: 91, 191, 63 token-rgb-deep-orange: 123, 191, 63 token-rgb-light-blue: 141, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Espresso # ------------------------------------------------------------------------------ Bubble Espresso: card-mod-theme: Bubble Espresso <<: *bubble_shared modes: dark: token-accent: "#9c7755" token-rgb-primary: 156, 119, 85 token-text-on-accent: "#ffffff" token-bg: "#2a211c" token-bg-secondary: "#342923" token-card: "#3b2e27" token-text: "#bda89a" token-text-secondary: "#a99689" token-sidebar-icon: "#bda89a" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 168, 219, 112 token-rgb-pink: 114, 219, 112 token-rgb-deep-purple: 219, 217, 112 token-rgb-indigo: 219, 199, 112 token-rgb-cyan: 112, 168, 219 token-rgb-teal: 112, 219, 217 token-rgb-lime: 112, 219, 163 token-rgb-light-green: 112, 219, 127 token-rgb-amber: 194, 219, 112 token-rgb-orange: 219, 217, 112 token-rgb-deep-orange: 219, 190, 112 token-rgb-light-blue: 112, 132, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#8b4d20" token-rgb-primary: 139, 77, 32 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#2a211c" token-text-secondary: "#1d1713" token-sidebar-icon: "#1d1713" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 137, 191, 63 token-rgb-pink: 73, 191, 63 token-rgb-deep-purple: 191, 181, 63 token-rgb-indigo: 191, 159, 63 token-rgb-cyan: 63, 137, 191 token-rgb-teal: 63, 191, 181 token-rgb-lime: 63, 191, 117 token-rgb-light-green: 63, 191, 74 token-rgb-amber: 169, 191, 63 token-rgb-orange: 191, 181, 63 token-rgb-deep-orange: 191, 149, 63 token-rgb-light-blue: 63, 95, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Espresso # ------------------------------------------------------------------------------ Dubble Espresso: card-mod-theme: Dubble Espresso <<: *bubble_shared modes: dark: token-accent: "#af7845" token-rgb-primary: 175, 120, 69 token-text-on-accent: "#ffffff" token-bg: "#2a211c" token-bg-secondary: "#362b24" token-card: "#43352d" token-text: "#bda89a" token-text-secondary: "#b39f91" token-sidebar-icon: "#bda89a" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 167, 219, 112 token-rgb-pink: 114, 219, 112 token-rgb-deep-purple: 219, 217, 112 token-rgb-indigo: 219, 199, 112 token-rgb-cyan: 112, 167, 219 token-rgb-teal: 112, 219, 217 token-rgb-lime: 112, 219, 163 token-rgb-light-green: 112, 219, 128 token-rgb-amber: 194, 219, 112 token-rgb-orange: 219, 217, 112 token-rgb-deep-orange: 219, 190, 112 token-rgb-light-blue: 112, 132, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 6)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 6)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#61300d" token-rgb-primary: 97, 48, 13 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#2a211c" token-text-secondary: "#15100e" token-sidebar-icon: "#15100e" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 138, 191, 63 token-rgb-pink: 74, 191, 63 token-rgb-deep-purple: 191, 180, 63 token-rgb-indigo: 191, 159, 63 token-rgb-cyan: 63, 138, 191 token-rgb-teal: 63, 191, 180 token-rgb-lime: 63, 191, 116 token-rgb-light-green: 63, 191, 74 token-rgb-amber: 169, 191, 63 token-rgb-orange: 191, 180, 63 token-rgb-deep-orange: 191, 148, 63 token-rgb-light-blue: 63, 95, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Flatland # ------------------------------------------------------------------------------ Bubble Flatland: card-mod-theme: Bubble Flatland <<: *bubble_shared modes: dark: token-accent: "#b7bd84" token-rgb-primary: 183, 189, 132 token-text-on-accent: "#000000" token-bg: "#1d1f21" token-bg-secondary: "#26292c" token-card: "#2c2f32" token-text: "#c5c8c6" token-text-secondary: "#b4b7b5" token-sidebar-icon: "#c5c8c6" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 219, 123 token-rgb-pink: 112, 219, 177 token-rgb-deep-purple: 154, 219, 112 token-rgb-indigo: 172, 219, 112 token-rgb-cyan: 123, 112, 219 token-rgb-teal: 112, 154, 219 token-rgb-lime: 112, 208, 219 token-rgb-light-green: 112, 219, 194 token-rgb-amber: 127, 219, 112 token-rgb-orange: 154, 219, 112 token-rgb-deep-orange: 181, 219, 112 token-rgb-light-blue: 159, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#94aabe" token-rgb-primary: 148, 170, 190 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#1d1f21" token-text-secondary: "#141517" token-sidebar-icon: "#141517" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 124, 63, 191 token-rgb-pink: 188, 63, 191 token-rgb-deep-purple: 63, 66, 191 token-rgb-indigo: 63, 88, 191 token-rgb-cyan: 191, 124, 63 token-rgb-teal: 191, 63, 66 token-rgb-lime: 191, 63, 130 token-rgb-light-green: 191, 63, 173 token-rgb-amber: 92, 63, 191 token-rgb-orange: 63, 66, 191 token-rgb-deep-orange: 63, 98, 191 token-rgb-light-blue: 191, 166, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Flatland # ------------------------------------------------------------------------------ Dubble Flatland: card-mod-theme: Dubble Flatland <<: *bubble_shared modes: dark: token-accent: "#c1ca6f" token-rgb-primary: 193, 202, 111 token-text-on-accent: "#000000" token-bg: "#1d1f21" token-bg-secondary: "#282b2e" token-card: "#34383b" token-text: "#c5c8c6" token-text-secondary: "#bcbfbd" token-sidebar-icon: "#c5c8c6" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 219, 122 token-rgb-pink: 112, 219, 176 token-rgb-deep-purple: 155, 219, 112 token-rgb-indigo: 173, 219, 112 token-rgb-cyan: 122, 112, 219 token-rgb-teal: 112, 155, 219 token-rgb-lime: 112, 208, 219 token-rgb-light-green: 112, 219, 194 token-rgb-amber: 128, 219, 112 token-rgb-orange: 155, 219, 112 token-rgb-deep-orange: 181, 219, 112 token-rgb-light-blue: 158, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#5a7185" token-rgb-primary: 90, 113, 133 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#1d1f21" token-text-secondary: "#0e0f10" token-sidebar-icon: "#0e0f10" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 123, 63, 191 token-rgb-pink: 186, 63, 191 token-rgb-deep-purple: 63, 68, 191 token-rgb-indigo: 63, 89, 191 token-rgb-cyan: 191, 123, 63 token-rgb-teal: 191, 63, 68 token-rgb-lime: 191, 63, 131 token-rgb-light-green: 191, 63, 174 token-rgb-amber: 91, 63, 191 token-rgb-orange: 63, 68, 191 token-rgb-deep-orange: 63, 100, 191 token-rgb-light-blue: 191, 165, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble 3024 Night # ------------------------------------------------------------------------------ Bubble 3024 Night: card-mod-theme: Bubble 3024 Night <<: *bubble_shared modes: dark: token-accent: "#23aae4" token-rgb-primary: 35, 170, 228 token-text-on-accent: "#ffffff" token-bg: "#090300" token-bg-secondary: "#150700" token-card: "#1c0900" token-text: "#a5a2a2" token-text-secondary: "#8a8787" token-sidebar-icon: "#a5a2a2" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 144, 112, 219 token-rgb-pink: 197, 112, 219 token-rgb-deep-purple: 112, 133, 219 token-rgb-indigo: 112, 151, 219 token-rgb-cyan: 219, 144, 112 token-rgb-teal: 219, 112, 133 token-rgb-lime: 219, 112, 187 token-rgb-light-green: 215, 112, 219 token-rgb-amber: 117, 112, 219 token-rgb-orange: 112, 133, 219 token-rgb-deep-orange: 112, 160, 219 token-rgb-light-blue: 219, 180, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#17a6e4" token-rgb-primary: 23, 166, 228 token-text-on-accent: "#ffffff" token-bg: "#f7f7f7" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#3a3432" token-text-secondary: "#282422" token-sidebar-icon: "#282422" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 102, 63, 191 token-rgb-pink: 166, 63, 191 token-rgb-deep-purple: 63, 88, 191 token-rgb-indigo: 63, 110, 191 token-rgb-cyan: 191, 102, 63 token-rgb-teal: 191, 63, 88 token-rgb-lime: 191, 63, 152 token-rgb-light-green: 187, 63, 191 token-rgb-amber: 70, 63, 191 token-rgb-orange: 63, 88, 191 token-rgb-deep-orange: 63, 120, 191 token-rgb-light-blue: 191, 144, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble 3024 Night # ------------------------------------------------------------------------------ Dubble 3024 Night: card-mod-theme: Dubble 3024 Night <<: *bubble_shared modes: dark: token-accent: "#01a3e9" token-rgb-primary: 1, 163, 233 token-text-on-accent: "#ffffff" token-bg: "#090300" token-bg-secondary: "#170700" token-card: "#260c00" token-text: "#a5a2a2" token-text-secondary: "#979494" token-sidebar-icon: "#a5a2a2" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 144, 112, 219 token-rgb-pink: 198, 112, 219 token-rgb-deep-purple: 112, 133, 219 token-rgb-indigo: 112, 151, 219 token-rgb-cyan: 219, 144, 112 token-rgb-teal: 219, 112, 133 token-rgb-lime: 219, 112, 186 token-rgb-light-green: 215, 112, 219 token-rgb-amber: 117, 112, 219 token-rgb-orange: 112, 133, 219 token-rgb-deep-orange: 112, 160, 219 token-rgb-light-blue: 219, 180, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#00709f" token-rgb-primary: 0, 112, 159 token-text-on-accent: "#ffffff" token-bg: "#f7f7f7" token-bg-secondary: "#e8e8e8" token-card: "#ffffff" token-text: "#3a3432" token-text-secondary: "#1d1a19" token-sidebar-icon: "#1d1a19" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 101, 63, 191 token-rgb-pink: 165, 63, 191 token-rgb-deep-purple: 63, 89, 191 token-rgb-indigo: 63, 111, 191 token-rgb-cyan: 191, 101, 63 token-rgb-teal: 191, 63, 89 token-rgb-lime: 191, 63, 153 token-rgb-light-green: 186, 63, 191 token-rgb-amber: 69, 63, 191 token-rgb-orange: 63, 89, 191 token-rgb-deep-orange: 63, 121, 191 token-rgb-light-blue: 191, 143, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Adventure Time # ------------------------------------------------------------------------------ Bubble Adventure Time: card-mod-theme: Bubble Adventure Time <<: *bubble_shared modes: dark: token-accent: "#ffad8f" token-rgb-primary: 255, 173, 143 token-text-on-accent: "#000000" token-bg: "#1f1d45" token-bg-secondary: "#23204e" token-card: "#252353" token-text: "#f8d8c8" token-text-secondary: "#f5d6c6" token-sidebar-icon: "#f8d8c8" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 190, 219, 112 token-rgb-pink: 137, 219, 112 token-rgb-deep-purple: 219, 194, 112 token-rgb-indigo: 219, 176, 112 token-rgb-cyan: 112, 190, 219 token-rgb-teal: 112, 219, 194 token-rgb-lime: 112, 219, 140 token-rgb-light-green: 119, 219, 112 token-rgb-amber: 217, 219, 112 token-rgb-orange: 219, 194, 112 token-rgb-deep-orange: 219, 167, 112 token-rgb-light-blue: 112, 154, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#ffa482" token-rgb-primary: 255, 164, 130 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#1f1d45" token-text-secondary: "#151430" token-sidebar-icon: "#151430" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 156, 191, 63 token-rgb-pink: 92, 191, 63 token-rgb-deep-purple: 191, 162, 63 token-rgb-indigo: 191, 140, 63 token-rgb-cyan: 63, 156, 191 token-rgb-teal: 63, 191, 162 token-rgb-lime: 63, 191, 98 token-rgb-light-green: 71, 191, 63 token-rgb-amber: 188, 191, 63 token-rgb-orange: 191, 162, 63 token-rgb-deep-orange: 191, 130, 63 token-rgb-light-blue: 63, 114, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 34)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 34)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Adventure Time # ------------------------------------------------------------------------------ Dubble Adventure Time: card-mod-theme: Dubble Adventure Time <<: *bubble_shared modes: dark: token-accent: "#ff9269" token-rgb-primary: 255, 146, 105 token-text-on-accent: "#ffffff" token-bg: "#1f1d45" token-bg-secondary: "#242150" token-card: "#29265b" token-text: "#f8d8c8" token-text-secondary: "#f6d7c7" token-sidebar-icon: "#f8d8c8" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 190, 219, 112 token-rgb-pink: 136, 219, 112 token-rgb-deep-purple: 219, 195, 112 token-rgb-indigo: 219, 177, 112 token-rgb-cyan: 112, 190, 219 token-rgb-teal: 112, 219, 195 token-rgb-lime: 112, 219, 141 token-rgb-light-green: 118, 219, 112 token-rgb-amber: 216, 219, 112 token-rgb-orange: 219, 195, 112 token-rgb-deep-orange: 219, 168, 112 token-rgb-light-blue: 112, 154, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#b26649" token-rgb-primary: 178, 102, 73 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#1f1d45" token-text-secondary: "#0f0e22" token-sidebar-icon: "#0f0e22" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 156, 191, 63 token-rgb-pink: 92, 191, 63 token-rgb-deep-purple: 191, 162, 63 token-rgb-indigo: 191, 141, 63 token-rgb-cyan: 63, 156, 191 token-rgb-teal: 63, 191, 162 token-rgb-lime: 63, 191, 98 token-rgb-light-green: 71, 191, 63 token-rgb-amber: 187, 191, 63 token-rgb-orange: 191, 162, 63 token-rgb-deep-orange: 191, 130, 63 token-rgb-light-blue: 63, 113, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Afterglow # ------------------------------------------------------------------------------ Bubble Afterglow: card-mod-theme: Bubble Afterglow <<: *bubble_shared modes: dark: token-accent: "#e7cc69" token-rgb-primary: 231, 204, 105 token-text-on-accent: "#000000" token-bg: "#2d2d30" token-bg-secondary: "#36363a" token-card: "#3c3c40" token-text: "#d3d0c8" token-text-secondary: "#c5c2bb" token-sidebar-icon: "#d3d0c8" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 135, 219, 112 token-rgb-pink: 112, 219, 142 token-rgb-deep-purple: 188, 219, 112 token-rgb-indigo: 206, 219, 112 token-rgb-cyan: 112, 135, 219 token-rgb-teal: 112, 188, 219 token-rgb-lime: 112, 219, 196 token-rgb-light-green: 112, 219, 160 token-rgb-amber: 161, 219, 112 token-rgb-orange: 188, 219, 112 token-rgb-deep-orange: 215, 219, 112 token-rgb-light-blue: 124, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#d4a641" token-rgb-primary: 212, 166, 65 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#ededed" token-card: "#ffffff" token-text: "#2d2d30" token-text-secondary: "#1f1f21" token-sidebar-icon: "#1f1f21" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 103, 191, 63 token-rgb-pink: 63, 191, 87 token-rgb-deep-purple: 167, 191, 63 token-rgb-indigo: 188, 191, 63 token-rgb-cyan: 63, 103, 191 token-rgb-teal: 63, 167, 191 token-rgb-lime: 63, 191, 151 token-rgb-light-green: 63, 191, 108 token-rgb-amber: 135, 191, 63 token-rgb-orange: 167, 191, 63 token-rgb-deep-orange: 191, 183, 63 token-rgb-light-blue: 66, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Afterglow # ------------------------------------------------------------------------------ Dubble Afterglow: card-mod-theme: Dubble Afterglow <<: *bubble_shared modes: dark: token-accent: "#ebc948" token-rgb-primary: 235, 201, 72 token-text-on-accent: "#000000" token-bg: "#2d2d30" token-bg-secondary: "#38383c" token-card: "#444448" token-text: "#d3d0c8" token-text-secondary: "#ccc9c1" token-sidebar-icon: "#d3d0c8" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 134, 219, 112 token-rgb-pink: 112, 219, 143 token-rgb-deep-purple: 188, 219, 112 token-rgb-indigo: 205, 219, 112 token-rgb-cyan: 112, 134, 219 token-rgb-teal: 112, 188, 219 token-rgb-lime: 112, 219, 196 token-rgb-light-green: 112, 219, 161 token-rgb-amber: 161, 219, 112 token-rgb-orange: 188, 219, 112 token-rgb-deep-orange: 214, 219, 112 token-rgb-light-blue: 125, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#946f1e" token-rgb-primary: 148, 111, 30 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#e6e6e6" token-card: "#ffffff" token-text: "#2d2d30" token-text-secondary: "#161618" token-sidebar-icon: "#161618" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 103, 191, 63 token-rgb-pink: 63, 191, 87 token-rgb-deep-purple: 167, 191, 63 token-rgb-indigo: 188, 191, 63 token-rgb-cyan: 63, 103, 191 token-rgb-teal: 63, 167, 191 token-rgb-lime: 63, 191, 151 token-rgb-light-green: 63, 191, 108 token-rgb-amber: 135, 191, 63 token-rgb-orange: 167, 191, 63 token-rgb-deep-orange: 191, 183, 63 token-rgb-light-blue: 66, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Alien Blood # ------------------------------------------------------------------------------ Bubble Alien Blood: card-mod-theme: Bubble Alien Blood <<: *bubble_shared modes: dark: token-accent: "#26ff26" token-rgb-primary: 38, 255, 38 token-text-on-accent: "#ffffff" token-bg: "#0b0a0f" token-bg-secondary: "#13121b" token-card: "#191622" token-text: "#b8b8b8" token-text-secondary: "#a2a2a2" token-sidebar-icon: "#b8b8b8" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 219, 219 token-rgb-pink: 112, 165, 219 token-rgb-deep-purple: 112, 219, 165 token-rgb-indigo: 112, 219, 147 token-rgb-cyan: 219, 112, 219 token-rgb-teal: 165, 112, 219 token-rgb-lime: 112, 112, 219 token-rgb-light-green: 112, 147, 219 token-rgb-amber: 112, 219, 192 token-rgb-orange: 112, 219, 165 token-rgb-deep-orange: 112, 219, 138 token-rgb-light-blue: 219, 112, 183 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 32)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 32)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#10aa10" token-rgb-primary: 16, 170, 16 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#0b0a0f" token-text-secondary: "#07070a" token-sidebar-icon: "#07070a" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 191, 191 token-rgb-pink: 63, 127, 191 token-rgb-deep-purple: 63, 191, 127 token-rgb-indigo: 63, 191, 106 token-rgb-cyan: 191, 63, 191 token-rgb-teal: 127, 63, 191 token-rgb-lime: 63, 63, 191 token-rgb-light-green: 63, 106, 191 token-rgb-amber: 63, 191, 159 token-rgb-orange: 63, 191, 127 token-rgb-deep-orange: 63, 191, 95 token-rgb-light-blue: 191, 63, 148 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 8)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 8)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Alien Blood # ------------------------------------------------------------------------------ Dubble Alien Blood: card-mod-theme: Dubble Alien Blood <<: *bubble_shared modes: dark: token-accent: "#00ff00" token-rgb-primary: 0, 255, 0 token-text-on-accent: "#ffffff" token-bg: "#0b0a0f" token-bg-secondary: "#15131d" token-card: "#201d2b" token-text: "#b8b8b8" token-text-secondary: "#adadad" token-sidebar-icon: "#b8b8b8" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 219, 219 token-rgb-pink: 112, 165, 219 token-rgb-deep-purple: 112, 219, 165 token-rgb-indigo: 112, 219, 147 token-rgb-cyan: 219, 112, 219 token-rgb-teal: 165, 112, 219 token-rgb-lime: 112, 112, 219 token-rgb-light-green: 112, 147, 219 token-rgb-amber: 112, 219, 192 token-rgb-orange: 112, 219, 165 token-rgb-deep-orange: 112, 219, 138 token-rgb-light-blue: 219, 112, 183 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#007600" token-rgb-primary: 0, 118, 0 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#0b0a0f" token-text-secondary: "#050507" token-sidebar-icon: "#050507" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 191, 191 token-rgb-pink: 63, 127, 191 token-rgb-deep-purple: 63, 191, 127 token-rgb-indigo: 63, 191, 106 token-rgb-cyan: 191, 63, 191 token-rgb-teal: 127, 63, 191 token-rgb-lime: 63, 63, 191 token-rgb-light-green: 63, 106, 191 token-rgb-amber: 63, 191, 159 token-rgb-orange: 63, 191, 127 token-rgb-deep-orange: 63, 191, 95 token-rgb-light-blue: 191, 63, 148 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Ayu Dark # ------------------------------------------------------------------------------ Bubble Ayu Dark: card-mod-theme: Bubble Ayu Dark <<: *bubble_shared modes: dark: token-accent: "#ffad66" token-rgb-primary: 255, 173, 102 token-text-on-accent: "#000000" token-bg: "#0a0e14" token-bg-secondary: "#0f161f" token-card: "#131b26" token-text: "#b3b1ad" token-text-secondary: "#9c9a96" token-sidebar-icon: "#b3b1ad" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 169, 219, 112 token-rgb-pink: 116, 219, 112 token-rgb-deep-purple: 219, 215, 112 token-rgb-indigo: 219, 197, 112 token-rgb-cyan: 112, 169, 219 token-rgb-teal: 112, 219, 215 token-rgb-lime: 112, 219, 161 token-rgb-light-green: 112, 219, 126 token-rgb-amber: 196, 219, 112 token-rgb-orange: 219, 215, 112 token-rgb-deep-orange: 219, 188, 112 token-rgb-light-blue: 112, 133, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#ffa659" token-rgb-primary: 255, 166, 89 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#f2f2f2" token-card: "#ffffff" token-text: "#575f66" token-text-secondary: "#3c4247" token-sidebar-icon: "#3c4247" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 132, 191, 63 token-rgb-pink: 68, 191, 63 token-rgb-deep-purple: 191, 186, 63 token-rgb-indigo: 191, 165, 63 token-rgb-cyan: 63, 132, 191 token-rgb-teal: 63, 191, 186 token-rgb-lime: 63, 191, 122 token-rgb-light-green: 63, 191, 80 token-rgb-amber: 163, 191, 63 token-rgb-orange: 191, 186, 63 token-rgb-deep-orange: 191, 154, 63 token-rgb-light-blue: 63, 89, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Ayu Dark # ------------------------------------------------------------------------------ Dubble Ayu Dark: card-mod-theme: Dubble Ayu Dark <<: *bubble_shared modes: dark: token-accent: "#ff9940" token-rgb-primary: 255, 153, 64 token-text-on-accent: "#ffffff" token-bg: "#0a0e14" token-bg-secondary: "#111722" token-card: "#182130" token-text: "#b3b1ad" token-text-secondary: "#a7a5a1" token-sidebar-icon: "#b3b1ad" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 169, 219, 112 token-rgb-pink: 115, 219, 112 token-rgb-deep-purple: 219, 215, 112 token-rgb-indigo: 219, 197, 112 token-rgb-cyan: 112, 169, 219 token-rgb-teal: 112, 219, 215 token-rgb-lime: 112, 219, 162 token-rgb-light-green: 112, 219, 126 token-rgb-amber: 196, 219, 112 token-rgb-orange: 219, 215, 112 token-rgb-deep-orange: 219, 188, 112 token-rgb-light-blue: 112, 133, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#b26b2c" token-rgb-primary: 178, 107, 44 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#ebebeb" token-card: "#ffffff" token-text: "#575f66" token-text-secondary: "#2b2f33" token-sidebar-icon: "#2b2f33" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 131, 191, 63 token-rgb-pink: 67, 191, 63 token-rgb-deep-purple: 191, 187, 63 token-rgb-indigo: 191, 166, 63 token-rgb-cyan: 63, 131, 191 token-rgb-teal: 63, 191, 187 token-rgb-lime: 63, 191, 123 token-rgb-light-green: 63, 191, 81 token-rgb-amber: 163, 191, 63 token-rgb-orange: 191, 187, 63 token-rgb-deep-orange: 191, 155, 63 token-rgb-light-blue: 63, 88, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Ayu Light # ------------------------------------------------------------------------------ Bubble Ayu Light: card-mod-theme: Bubble Ayu Light <<: *bubble_shared modes: dark: token-accent: "#ffad66" token-rgb-primary: 255, 173, 102 token-text-on-accent: "#000000" token-bg: "#fafafa" token-bg-secondary: "#fafafa" token-card: "#fafafa" token-text: "#575f66" token-text-secondary: "#2f3438" token-sidebar-icon: "#575f66" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 169, 219, 112 token-rgb-pink: 116, 219, 112 token-rgb-deep-purple: 219, 215, 112 token-rgb-indigo: 219, 197, 112 token-rgb-cyan: 112, 169, 219 token-rgb-teal: 112, 219, 215 token-rgb-lime: 112, 219, 161 token-rgb-light-green: 112, 219, 126 token-rgb-amber: 196, 219, 112 token-rgb-orange: 219, 215, 112 token-rgb-deep-orange: 219, 188, 112 token-rgb-light-blue: 112, 133, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#ffa659" token-rgb-primary: 255, 166, 89 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#f2f2f2" token-card: "#ffffff" token-text: "#575f66" token-text-secondary: "#3c4247" token-sidebar-icon: "#3c4247" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 132, 191, 63 token-rgb-pink: 68, 191, 63 token-rgb-deep-purple: 191, 186, 63 token-rgb-indigo: 191, 165, 63 token-rgb-cyan: 63, 132, 191 token-rgb-teal: 63, 191, 186 token-rgb-lime: 63, 191, 122 token-rgb-light-green: 63, 191, 80 token-rgb-amber: 163, 191, 63 token-rgb-orange: 191, 186, 63 token-rgb-deep-orange: 191, 154, 63 token-rgb-light-blue: 63, 89, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Ayu Light # ------------------------------------------------------------------------------ Dubble Ayu Light: card-mod-theme: Dubble Ayu Light <<: *bubble_shared modes: dark: token-accent: "#ff9940" token-rgb-primary: 255, 153, 64 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#fafafa" token-card: "#fafafa" token-text: "#575f66" token-text-secondary: "#43494f" token-sidebar-icon: "#575f66" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 169, 219, 112 token-rgb-pink: 115, 219, 112 token-rgb-deep-purple: 219, 215, 112 token-rgb-indigo: 219, 197, 112 token-rgb-cyan: 112, 169, 219 token-rgb-teal: 112, 219, 215 token-rgb-lime: 112, 219, 162 token-rgb-light-green: 112, 219, 126 token-rgb-amber: 196, 219, 112 token-rgb-orange: 219, 215, 112 token-rgb-deep-orange: 219, 188, 112 token-rgb-light-blue: 112, 133, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#b26b2c" token-rgb-primary: 178, 107, 44 token-text-on-accent: "#ffffff" token-bg: "#fafafa" token-bg-secondary: "#ebebeb" token-card: "#ffffff" token-text: "#575f66" token-text-secondary: "#2b2f33" token-sidebar-icon: "#2b2f33" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 131, 191, 63 token-rgb-pink: 67, 191, 63 token-rgb-deep-purple: 191, 187, 63 token-rgb-indigo: 191, 166, 63 token-rgb-cyan: 63, 131, 191 token-rgb-teal: 63, 191, 187 token-rgb-lime: 63, 191, 123 token-rgb-light-green: 63, 191, 81 token-rgb-amber: 163, 191, 63 token-rgb-orange: 191, 187, 63 token-rgb-deep-orange: 191, 155, 63 token-rgb-light-blue: 63, 88, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble B3 # ------------------------------------------------------------------------------ Bubble B3: card-mod-theme: Bubble B3 <<: *bubble_shared modes: dark: token-accent: "#c9c9c9" token-rgb-primary: 201, 201, 201 token-text-on-accent: "#000000" token-bg: "#0a0a0a" token-bg-secondary: "#161616" token-card: "#1d1d1d" token-text: "#c9c9c9" token-text-secondary: "#b8b8b8" token-sidebar-icon: "#c9c9c9" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 219, 112 token-rgb-pink: 165, 219, 112 token-rgb-deep-purple: 219, 165, 112 token-rgb-indigo: 219, 147, 112 token-rgb-cyan: 112, 219, 219 token-rgb-teal: 112, 219, 165 token-rgb-lime: 112, 219, 112 token-rgb-light-green: 147, 219, 112 token-rgb-amber: 219, 192, 112 token-rgb-orange: 219, 165, 112 token-rgb-deep-orange: 219, 138, 112 token-rgb-light-blue: 112, 183, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#0a0a0a" token-rgb-primary: 10, 10, 10 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#0a0a0a" token-text-secondary: "#060606" token-sidebar-icon: "#060606" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 191, 63 token-rgb-pink: 127, 191, 63 token-rgb-deep-purple: 191, 127, 63 token-rgb-indigo: 191, 106, 63 token-rgb-cyan: 63, 191, 191 token-rgb-teal: 63, 191, 127 token-rgb-lime: 63, 191, 63 token-rgb-light-green: 106, 191, 63 token-rgb-amber: 191, 159, 63 token-rgb-orange: 191, 127, 63 token-rgb-deep-orange: 191, 95, 63 token-rgb-light-blue: 63, 148, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble B3 # ------------------------------------------------------------------------------ Dubble B3: card-mod-theme: Dubble B3 <<: *bubble_shared modes: dark: token-accent: "#d3d3d3" token-rgb-primary: 211, 211, 211 token-text-on-accent: "#000000" token-bg: "#0a0a0a" token-bg-secondary: "#181818" token-card: "#272727" token-text: "#c9c9c9" token-text-secondary: "#c0c0c0" token-sidebar-icon: "#c9c9c9" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 219, 112 token-rgb-pink: 165, 219, 112 token-rgb-deep-purple: 219, 165, 112 token-rgb-indigo: 219, 147, 112 token-rgb-cyan: 112, 219, 219 token-rgb-teal: 112, 219, 165 token-rgb-lime: 112, 219, 112 token-rgb-light-green: 147, 219, 112 token-rgb-amber: 219, 192, 112 token-rgb-orange: 219, 165, 112 token-rgb-deep-orange: 219, 138, 112 token-rgb-light-blue: 112, 183, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#060606" token-rgb-primary: 6, 6, 6 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#0a0a0a" token-text-secondary: "#050505" token-sidebar-icon: "#050505" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 191, 63 token-rgb-pink: 127, 191, 63 token-rgb-deep-purple: 191, 127, 63 token-rgb-indigo: 191, 106, 63 token-rgb-cyan: 63, 191, 191 token-rgb-teal: 63, 191, 127 token-rgb-lime: 63, 191, 63 token-rgb-light-green: 106, 191, 63 token-rgb-amber: 191, 159, 63 token-rgb-orange: 191, 127, 63 token-rgb-deep-orange: 191, 95, 63 token-rgb-light-blue: 63, 148, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Base16 # ------------------------------------------------------------------------------ Bubble Base16: card-mod-theme: Bubble Base16 <<: *bubble_shared modes: dark: token-accent: "#85a6b5" token-rgb-primary: 133, 166, 181 token-text-on-accent: "#ffffff" token-bg: "#151515" token-bg-secondary: "#202020" token-card: "#272727" token-text: "#d0d0d0" token-text-secondary: "#c1c1c1" token-sidebar-icon: "#d0d0d0" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 145, 112, 219 token-rgb-pink: 199, 112, 219 token-rgb-deep-purple: 112, 132, 219 token-rgb-indigo: 112, 150, 219 token-rgb-cyan: 219, 145, 112 token-rgb-teal: 219, 112, 132 token-rgb-lime: 219, 112, 185 token-rgb-light-green: 217, 112, 219 token-rgb-amber: 118, 112, 219 token-rgb-orange: 112, 132, 219 token-rgb-deep-orange: 112, 159, 219 token-rgb-light-blue: 219, 181, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#7ca4b5" token-rgb-primary: 124, 164, 181 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#ededed" token-card: "#ffffff" token-text: "#202020" token-text-secondary: "#161616" token-sidebar-icon: "#161616" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 101, 63, 191 token-rgb-pink: 165, 63, 191 token-rgb-deep-purple: 63, 89, 191 token-rgb-indigo: 63, 110, 191 token-rgb-cyan: 191, 101, 63 token-rgb-teal: 191, 63, 89 token-rgb-lime: 191, 63, 153 token-rgb-light-green: 186, 63, 191 token-rgb-amber: 69, 63, 191 token-rgb-orange: 63, 89, 191 token-rgb-deep-orange: 63, 121, 191 token-rgb-light-blue: 191, 144, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Base16 # ------------------------------------------------------------------------------ Dubble Base16: card-mod-theme: Dubble Base16 <<: *bubble_shared modes: dark: token-accent: "#72acc3" token-rgb-primary: 114, 172, 195 token-text-on-accent: "#ffffff" token-bg: "#151515" token-bg-secondary: "#232323" token-card: "#313131" token-text: "#d0d0d0" token-text-secondary: "#c8c8c8" token-sidebar-icon: "#d0d0d0" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 142, 112, 219 token-rgb-pink: 196, 112, 219 token-rgb-deep-purple: 112, 135, 219 token-rgb-indigo: 112, 153, 219 token-rgb-cyan: 219, 142, 112 token-rgb-teal: 219, 112, 135 token-rgb-lime: 219, 112, 188 token-rgb-light-green: 214, 112, 219 token-rgb-amber: 115, 112, 219 token-rgb-orange: 112, 135, 219 token-rgb-deep-orange: 112, 162, 219 token-rgb-light-blue: 219, 178, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#4a6f7e" token-rgb-primary: 74, 111, 126 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#e6e6e6" token-card: "#ffffff" token-text: "#202020" token-text-secondary: "#101010" token-sidebar-icon: "#101010" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 100, 63, 191 token-rgb-pink: 164, 63, 191 token-rgb-deep-purple: 63, 90, 191 token-rgb-indigo: 63, 111, 191 token-rgb-cyan: 191, 100, 63 token-rgb-teal: 191, 63, 90 token-rgb-lime: 191, 63, 154 token-rgb-light-green: 185, 63, 191 token-rgb-amber: 68, 63, 191 token-rgb-orange: 63, 90, 191 token-rgb-deep-orange: 63, 122, 191 token-rgb-light-blue: 191, 143, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Birds of Paradise # ------------------------------------------------------------------------------ Bubble Birds of Paradise: card-mod-theme: Bubble Birds of Paradise <<: *bubble_shared modes: dark: token-accent: "#97a972" token-rgb-primary: 151, 169, 114 token-text-on-accent: "#ffffff" token-bg: "#2a1f1d" token-bg-secondary: "#342624" token-card: "#3b2b28" token-text: "#e8e6e3" token-text-secondary: "#e1dfdc" token-sidebar-icon: "#e8e6e3" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 219, 147 token-rgb-pink: 112, 219, 200 token-rgb-deep-purple: 130, 219, 112 token-rgb-indigo: 148, 219, 112 token-rgb-cyan: 147, 112, 219 token-rgb-teal: 112, 130, 219 token-rgb-lime: 112, 184, 219 token-rgb-light-green: 112, 219, 218 token-rgb-amber: 112, 219, 120 token-rgb-orange: 130, 219, 112 token-rgb-deep-orange: 157, 219, 112 token-rgb-light-blue: 182, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#95a969" token-rgb-primary: 149, 169, 105 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#2a1f1d" token-text-secondary: "#1d1514" token-sidebar-icon: "#1d1514" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 191, 103 token-rgb-pink: 63, 191, 167 token-rgb-deep-purple: 87, 191, 63 token-rgb-indigo: 108, 191, 63 token-rgb-cyan: 103, 63, 191 token-rgb-teal: 63, 87, 191 token-rgb-lime: 63, 151, 191 token-rgb-light-green: 63, 191, 188 token-rgb-amber: 63, 191, 71 token-rgb-orange: 87, 191, 63 token-rgb-deep-orange: 119, 191, 63 token-rgb-light-blue: 146, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Birds of Paradise # ------------------------------------------------------------------------------ Dubble Birds of Paradise: card-mod-theme: Dubble Birds of Paradise <<: *bubble_shared modes: dark: token-accent: "#9eba62" token-rgb-primary: 158, 186, 98 token-text-on-accent: "#ffffff" token-bg: "#2a1f1d" token-bg-secondary: "#362825" token-card: "#43312e" token-text: "#e8e6e3" token-text-secondary: "#e4e2df" token-sidebar-icon: "#e8e6e3" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 219, 146 token-rgb-pink: 112, 219, 199 token-rgb-deep-purple: 131, 219, 112 token-rgb-indigo: 149, 219, 112 token-rgb-cyan: 146, 112, 219 token-rgb-teal: 112, 131, 219 token-rgb-lime: 112, 185, 219 token-rgb-light-green: 112, 219, 217 token-rgb-amber: 112, 219, 119 token-rgb-orange: 131, 219, 112 token-rgb-deep-orange: 158, 219, 112 token-rgb-light-blue: 181, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#64763e" token-rgb-primary: 100, 118, 62 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#2a1f1d" token-text-secondary: "#150f0e" token-sidebar-icon: "#150f0e" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 191, 104 token-rgb-pink: 63, 191, 168 token-rgb-deep-purple: 86, 191, 63 token-rgb-indigo: 107, 191, 63 token-rgb-cyan: 104, 63, 191 token-rgb-teal: 63, 86, 191 token-rgb-lime: 63, 150, 191 token-rgb-light-green: 63, 191, 189 token-rgb-amber: 63, 191, 72 token-rgb-orange: 86, 191, 63 token-rgb-deep-orange: 118, 191, 63 token-rgb-light-blue: 147, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Blackboard # ------------------------------------------------------------------------------ Bubble Blackboard: card-mod-theme: Bubble Blackboard <<: *bubble_shared modes: dark: token-accent: "#fbe352" token-rgb-primary: 251, 227, 82 token-text-on-accent: "#000000" token-bg: "#0c1021" token-bg-secondary: "#10152c" token-card: "#121832" token-text: "#f8f8f8" token-text-secondary: "#f5f5f5" token-sidebar-icon: "#f8f8f8" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 127, 219, 112 token-rgb-pink: 112, 219, 150 token-rgb-deep-purple: 180, 219, 112 token-rgb-indigo: 198, 219, 112 token-rgb-cyan: 112, 127, 219 token-rgb-teal: 112, 180, 219 token-rgb-lime: 112, 219, 204 token-rgb-light-green: 112, 219, 168 token-rgb-amber: 154, 219, 112 token-rgb-orange: 180, 219, 112 token-rgb-deep-orange: 207, 219, 112 token-rgb-light-blue: 132, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#b0c29f" token-rgb-primary: 176, 194, 159 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#ededed" token-card: "#ffffff" token-text: "#0c1021" token-text-secondary: "#080b17" token-sidebar-icon: "#080b17" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 191, 129 token-rgb-pink: 63, 189, 191 token-rgb-deep-purple: 63, 191, 65 token-rgb-indigo: 83, 191, 63 token-rgb-cyan: 129, 63, 191 token-rgb-teal: 65, 63, 191 token-rgb-lime: 63, 125, 191 token-rgb-light-green: 63, 168, 191 token-rgb-amber: 63, 191, 97 token-rgb-orange: 63, 191, 65 token-rgb-deep-orange: 93, 191, 63 token-rgb-light-blue: 171, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Blackboard # ------------------------------------------------------------------------------ Dubble Blackboard: card-mod-theme: Dubble Blackboard <<: *bubble_shared modes: dark: token-accent: "#fbde2d" token-rgb-primary: 251, 222, 45 token-text-on-accent: "#000000" token-bg: "#0c1021" token-bg-secondary: "#10162e" token-card: "#151c3b" token-text: "#f8f8f8" token-text-secondary: "#f6f6f6" token-sidebar-icon: "#f8f8f8" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 127, 219, 112 token-rgb-pink: 112, 219, 150 token-rgb-deep-purple: 180, 219, 112 token-rgb-indigo: 198, 219, 112 token-rgb-cyan: 112, 127, 219 token-rgb-teal: 112, 180, 219 token-rgb-lime: 112, 219, 204 token-rgb-light-green: 112, 219, 168 token-rgb-amber: 154, 219, 112 token-rgb-orange: 180, 219, 112 token-rgb-deep-orange: 207, 219, 112 token-rgb-light-blue: 132, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#748762" token-rgb-primary: 116, 135, 98 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#e6e6e6" token-card: "#ffffff" token-text: "#0c1021" token-text-secondary: "#060810" token-sidebar-icon: "#060810" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 191, 129 token-rgb-pink: 63, 189, 191 token-rgb-deep-purple: 63, 191, 65 token-rgb-indigo: 83, 191, 63 token-rgb-cyan: 129, 63, 191 token-rgb-teal: 65, 63, 191 token-rgb-lime: 63, 125, 191 token-rgb-light-green: 63, 168, 191 token-rgb-amber: 63, 191, 97 token-rgb-orange: 63, 191, 65 token-rgb-deep-orange: 93, 191, 63 token-rgb-light-blue: 171, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Blueberry # ------------------------------------------------------------------------------ Bubble Blueberry: card-mod-theme: Bubble Blueberry <<: *bubble_shared modes: dark: token-accent: "#a8c4ff" token-rgb-primary: 168, 196, 255 token-text-on-accent: "#000000" token-bg: "#1e2132" token-bg-secondary: "#24273c" token-card: "#272b42" token-text: "#c8d3f5" token-text-secondary: "#c5d0f2" token-sidebar-icon: "#c8d3f5" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 184, 112, 219 token-rgb-pink: 219, 112, 200 token-rgb-deep-purple: 131, 112, 219 token-rgb-indigo: 113, 112, 219 token-rgb-cyan: 219, 184, 112 token-rgb-teal: 219, 131, 112 token-rgb-lime: 219, 112, 146 token-rgb-light-green: 219, 112, 182 token-rgb-amber: 158, 112, 219 token-rgb-orange: 131, 112, 219 token-rgb-deep-orange: 112, 119, 219 token-rgb-light-blue: 218, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#9bbbff" token-rgb-primary: 155, 187, 255 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#1e2132" token-text-secondary: "#141722" token-sidebar-icon: "#141722" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 150, 63, 191 token-rgb-pink: 191, 63, 168 token-rgb-deep-purple: 86, 63, 191 token-rgb-indigo: 65, 63, 191 token-rgb-cyan: 191, 150, 63 token-rgb-teal: 191, 86, 63 token-rgb-lime: 191, 63, 104 token-rgb-light-green: 191, 63, 147 token-rgb-amber: 118, 63, 191 token-rgb-orange: 86, 63, 191 token-rgb-deep-orange: 63, 72, 191 token-rgb-light-blue: 189, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Blueberry # ------------------------------------------------------------------------------ Dubble Blueberry: card-mod-theme: Dubble Blueberry <<: *bubble_shared modes: dark: token-accent: "#82aaff" token-rgb-primary: 130, 170, 255 token-text-on-accent: "#ffffff" token-bg: "#1e2132" token-bg-secondary: "#25293e" token-card: "#2c314a" token-text: "#c8d3f5" token-text-secondary: "#c6d1f3" token-sidebar-icon: "#c8d3f5" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 185, 112, 219 token-rgb-pink: 219, 112, 200 token-rgb-deep-purple: 131, 112, 219 token-rgb-indigo: 113, 112, 219 token-rgb-cyan: 219, 185, 112 token-rgb-teal: 219, 131, 112 token-rgb-lime: 219, 112, 146 token-rgb-light-green: 219, 112, 182 token-rgb-amber: 158, 112, 219 token-rgb-orange: 131, 112, 219 token-rgb-deep-orange: 112, 119, 219 token-rgb-light-blue: 217, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#5a77b2" token-rgb-primary: 90, 119, 178 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#1e2132" token-text-secondary: "#0f1019" token-sidebar-icon: "#0f1019" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 149, 63, 191 token-rgb-pink: 191, 63, 169 token-rgb-deep-purple: 85, 63, 191 token-rgb-indigo: 64, 63, 191 token-rgb-cyan: 191, 149, 63 token-rgb-teal: 191, 85, 63 token-rgb-lime: 191, 63, 105 token-rgb-light-green: 191, 63, 148 token-rgb-amber: 117, 63, 191 token-rgb-orange: 85, 63, 191 token-rgb-deep-orange: 63, 73, 191 token-rgb-light-blue: 190, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Brackets Light # ------------------------------------------------------------------------------ Bubble Brackets Light: card-mod-theme: Bubble Brackets Light <<: *bubble_shared modes: dark: token-accent: "#1e86cc" token-rgb-primary: 30, 134, 204 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#f5f5f5" token-card: "#f5f5f5" token-text: "#333333" token-text-secondary: "#-a-a-a" token-sidebar-icon: "#333333" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 155, 112, 219 token-rgb-pink: 208, 112, 219 token-rgb-deep-purple: 112, 122, 219 token-rgb-indigo: 112, 140, 219 token-rgb-cyan: 219, 155, 112 token-rgb-teal: 219, 112, 122 token-rgb-lime: 219, 112, 176 token-rgb-light-green: 219, 112, 211 token-rgb-amber: 128, 112, 219 token-rgb-orange: 112, 122, 219 token-rgb-deep-orange: 112, 149, 219 token-rgb-light-blue: 219, 190, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1482cc" token-rgb-primary: 20, 130, 204 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#ededed" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#232323" token-sidebar-icon: "#232323" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 115, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 115, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 139 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Brackets Light # ------------------------------------------------------------------------------ Dubble Brackets Light: card-mod-theme: Dubble Brackets Light <<: *bubble_shared modes: dark: token-accent: "#0080d6" token-rgb-primary: 0, 128, 214 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#f5f5f5" token-card: "#f6f6f6" token-text: "#333333" token-text-secondary: "#141414" token-sidebar-icon: "#333333" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 155, 112, 219 token-rgb-pink: 208, 112, 219 token-rgb-deep-purple: 112, 122, 219 token-rgb-indigo: 112, 140, 219 token-rgb-cyan: 219, 155, 112 token-rgb-teal: 219, 112, 122 token-rgb-lime: 219, 112, 176 token-rgb-light-green: 219, 112, 211 token-rgb-amber: 128, 112, 219 token-rgb-orange: 112, 122, 219 token-rgb-deep-orange: 112, 149, 219 token-rgb-light-blue: 219, 190, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#00558e" token-rgb-primary: 0, 85, 142 token-text-on-accent: "#ffffff" token-bg: "#f5f5f5" token-bg-secondary: "#e6e6e6" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 114, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 114, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 140 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Brogrammer # ------------------------------------------------------------------------------ Bubble Brogrammer: card-mod-theme: Bubble Brogrammer <<: *bubble_shared modes: dark: token-accent: "#e5e5e5" token-rgb-primary: 229, 229, 229 token-text-on-accent: "#000000" token-bg: "#1e1e1e" token-bg-secondary: "#292929" token-card: "#303030" token-text: "#d6dbe5" token-text-secondary: "#ced3dd" token-sidebar-icon: "#d6dbe5" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 219, 112 token-rgb-pink: 165, 219, 112 token-rgb-deep-purple: 219, 165, 112 token-rgb-indigo: 219, 147, 112 token-rgb-cyan: 112, 219, 219 token-rgb-teal: 112, 219, 165 token-rgb-lime: 112, 219, 112 token-rgb-light-green: 147, 219, 112 token-rgb-amber: 219, 192, 112 token-rgb-orange: 219, 165, 112 token-rgb-deep-orange: 219, 138, 112 token-rgb-light-blue: 112, 183, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#344150" token-rgb-primary: 52, 65, 80 token-text-on-accent: "#ffffff" token-bg: "#f7f7f7" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#2c3e50" token-text-secondary: "#1e2b37" token-sidebar-icon: "#1e2b37" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 132, 63, 191 token-rgb-pink: 191, 63, 186 token-rgb-deep-purple: 68, 63, 191 token-rgb-indigo: 63, 80, 191 token-rgb-cyan: 191, 132, 63 token-rgb-teal: 191, 68, 63 token-rgb-lime: 191, 63, 122 token-rgb-light-green: 191, 63, 165 token-rgb-amber: 100, 63, 191 token-rgb-orange: 68, 63, 191 token-rgb-deep-orange: 63, 91, 191 token-rgb-light-blue: 191, 174, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Brogrammer # ------------------------------------------------------------------------------ Dubble Brogrammer: card-mod-theme: Dubble Brogrammer <<: *bubble_shared modes: dark: token-accent: "#dadfea" token-rgb-primary: 218, 223, 234 token-text-on-accent: "#000000" token-bg: "#1e1e1e" token-bg-secondary: "#2b2b2b" token-card: "#383838" token-text: "#d6dbe5" token-text-secondary: "#d2d7e1" token-sidebar-icon: "#d6dbe5" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 185, 112, 219 token-rgb-pink: 219, 112, 199 token-rgb-deep-purple: 132, 112, 219 token-rgb-indigo: 114, 112, 219 token-rgb-cyan: 219, 185, 112 token-rgb-teal: 219, 132, 112 token-rgb-lime: 219, 112, 145 token-rgb-light-green: 219, 112, 181 token-rgb-amber: 159, 112, 219 token-rgb-orange: 132, 112, 219 token-rgb-deep-orange: 112, 118, 219 token-rgb-light-blue: 217, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1e2b37" token-rgb-primary: 30, 43, 55 token-text-on-accent: "#ffffff" token-bg: "#f7f7f7" token-bg-secondary: "#e8e8e8" token-card: "#ffffff" token-text: "#2c3e50" token-text-secondary: "#161f28" token-sidebar-icon: "#161f28" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 124, 63, 191 token-rgb-pink: 188, 63, 191 token-rgb-deep-purple: 63, 66, 191 token-rgb-indigo: 63, 87, 191 token-rgb-cyan: 191, 124, 63 token-rgb-teal: 191, 63, 66 token-rgb-lime: 191, 63, 130 token-rgb-light-green: 191, 63, 172 token-rgb-amber: 93, 63, 191 token-rgb-orange: 63, 66, 191 token-rgb-deep-orange: 63, 98, 191 token-rgb-light-blue: 191, 167, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Chalk # ------------------------------------------------------------------------------ Bubble Chalk: card-mod-theme: Bubble Chalk <<: *bubble_shared modes: dark: token-accent: "#b7ccb7" token-rgb-primary: 183, 204, 183 token-text-on-accent: "#000000" token-bg: "#2d2d2d" token-bg-secondary: "#373737" token-card: "#3d3d3d" token-text: "#e0e0e0" token-text-secondary: "#d6d6d6" token-sidebar-icon: "#e0e0e0" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 219, 219 token-rgb-pink: 112, 165, 219 token-rgb-deep-purple: 112, 219, 165 token-rgb-indigo: 112, 219, 147 token-rgb-cyan: 219, 112, 219 token-rgb-teal: 165, 112, 219 token-rgb-lime: 112, 112, 219 token-rgb-light-green: 112, 147, 219 token-rgb-amber: 112, 219, 192 token-rgb-orange: 112, 219, 165 token-rgb-deep-orange: 112, 219, 138 token-rgb-light-blue: 219, 112, 183 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#adccad" token-rgb-primary: 173, 204, 173 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#2d2d2d" token-text-secondary: "#1f1f1f" token-sidebar-icon: "#1f1f1f" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 191, 191 token-rgb-pink: 63, 127, 191 token-rgb-deep-purple: 63, 191, 127 token-rgb-indigo: 63, 191, 106 token-rgb-cyan: 191, 63, 191 token-rgb-teal: 127, 63, 191 token-rgb-lime: 63, 63, 191 token-rgb-light-green: 63, 106, 191 token-rgb-amber: 63, 191, 159 token-rgb-orange: 63, 191, 127 token-rgb-deep-orange: 63, 191, 95 token-rgb-light-blue: 191, 63, 148 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 34)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 34)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Chalk # ------------------------------------------------------------------------------ Dubble Chalk: card-mod-theme: Dubble Chalk <<: *bubble_shared modes: dark: token-accent: "#a0d6a0" token-rgb-primary: 160, 214, 160 token-text-on-accent: "#000000" token-bg: "#2d2d2d" token-bg-secondary: "#393939" token-card: "#464646" token-text: "#e0e0e0" token-text-secondary: "#dbdbdb" token-sidebar-icon: "#e0e0e0" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 219, 219 token-rgb-pink: 112, 165, 219 token-rgb-deep-purple: 112, 219, 165 token-rgb-indigo: 112, 219, 147 token-rgb-cyan: 219, 112, 219 token-rgb-teal: 165, 112, 219 token-rgb-lime: 112, 112, 219 token-rgb-light-green: 112, 147, 219 token-rgb-amber: 112, 219, 192 token-rgb-orange: 112, 219, 165 token-rgb-deep-orange: 112, 219, 138 token-rgb-light-blue: 219, 112, 183 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#6b8e6b" token-rgb-primary: 107, 142, 107 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#2d2d2d" token-text-secondary: "#161616" token-sidebar-icon: "#161616" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 191, 191 token-rgb-pink: 63, 127, 191 token-rgb-deep-purple: 63, 191, 127 token-rgb-indigo: 63, 191, 106 token-rgb-cyan: 191, 63, 191 token-rgb-teal: 127, 63, 191 token-rgb-lime: 63, 63, 191 token-rgb-light-green: 63, 106, 191 token-rgb-amber: 63, 191, 159 token-rgb-orange: 63, 191, 127 token-rgb-deep-orange: 63, 191, 95 token-rgb-light-blue: 191, 63, 148 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 6)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 6)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Chester # ------------------------------------------------------------------------------ Bubble Chester: card-mod-theme: Bubble Chester <<: *bubble_shared modes: dark: token-accent: "#d9e7f5" token-rgb-primary: 217, 231, 245 token-text-on-accent: "#000000" token-bg: "#2c2c2c" token-bg-secondary: "#363636" token-card: "#3c3c3c" token-text: "#b9b9b9" token-text-secondary: "#a3a3a3" token-sidebar-icon: "#b9b9b9" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 165, 112, 219 token-rgb-pink: 219, 112, 219 token-rgb-deep-purple: 112, 112, 219 token-rgb-indigo: 112, 130, 219 token-rgb-cyan: 219, 165, 112 token-rgb-teal: 219, 112, 112 token-rgb-lime: 219, 112, 165 token-rgb-light-green: 219, 112, 201 token-rgb-amber: 138, 112, 219 token-rgb-orange: 112, 112, 219 token-rgb-deep-orange: 112, 138, 219 token-rgb-light-blue: 219, 201, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1482cc" token-rgb-primary: 20, 130, 204 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#2c2c2c" token-text-secondary: "#1e1e1e" token-sidebar-icon: "#1e1e1e" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 115, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 115, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 139 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Chester # ------------------------------------------------------------------------------ Dubble Chester: card-mod-theme: Dubble Chester <<: *bubble_shared modes: dark: token-accent: "#b6d6f7" token-rgb-primary: 182, 214, 247 token-text-on-accent: "#000000" token-bg: "#2c2c2c" token-bg-secondary: "#383838" token-card: "#454545" token-text: "#b9b9b9" token-text-secondary: "#aeaeae" token-sidebar-icon: "#b9b9b9" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 166, 112, 219 token-rgb-pink: 219, 112, 218 token-rgb-deep-purple: 113, 112, 219 token-rgb-indigo: 112, 129, 219 token-rgb-cyan: 219, 166, 112 token-rgb-teal: 219, 113, 112 token-rgb-lime: 219, 112, 164 token-rgb-light-green: 219, 112, 200 token-rgb-amber: 139, 112, 219 token-rgb-orange: 113, 112, 219 token-rgb-deep-orange: 112, 138, 219 token-rgb-light-blue: 219, 202, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#00558e" token-rgb-primary: 0, 85, 142 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#2c2c2c" token-text-secondary: "#161616" token-sidebar-icon: "#161616" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 114, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 114, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 140 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Cobalt # ------------------------------------------------------------------------------ Bubble Cobalt: card-mod-theme: Bubble Cobalt <<: *bubble_shared modes: dark: token-accent: "#ffab26" token-rgb-primary: 255, 171, 38 token-text-on-accent: "#000000" token-bg: "#002240" token-bg-secondary: "#002749" token-card: "#002a4f" token-text: "#ffffff" token-text-secondary: "#ffffff" token-sidebar-icon: "#ffffff" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 153, 219, 112 token-rgb-pink: 112, 219, 124 token-rgb-deep-purple: 207, 219, 112 token-rgb-indigo: 219, 213, 112 token-rgb-cyan: 112, 153, 219 token-rgb-teal: 112, 207, 219 token-rgb-lime: 112, 219, 177 token-rgb-light-green: 112, 219, 142 token-rgb-amber: 180, 219, 112 token-rgb-orange: 207, 219, 112 token-rgb-deep-orange: 219, 204, 112 token-rgb-light-blue: 112, 117, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#ffa619" token-rgb-primary: 255, 166, 25 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#002240" token-text-secondary: "#00172c" token-sidebar-icon: "#00172c" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 113, 191, 63 token-rgb-pink: 63, 191, 78 token-rgb-deep-purple: 176, 191, 63 token-rgb-indigo: 191, 184, 63 token-rgb-cyan: 63, 113, 191 token-rgb-teal: 63, 176, 191 token-rgb-lime: 63, 191, 141 token-rgb-light-green: 63, 191, 99 token-rgb-amber: 144, 191, 63 token-rgb-orange: 176, 191, 63 token-rgb-deep-orange: 191, 173, 63 token-rgb-light-blue: 63, 70, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Cobalt # ------------------------------------------------------------------------------ Dubble Cobalt: card-mod-theme: Dubble Cobalt <<: *bubble_shared modes: dark: token-accent: "#ff9d00" token-rgb-primary: 255, 157, 0 token-text-on-accent: "#ffffff" token-bg: "#002240" token-bg-secondary: "#00284b" token-card: "#002e56" token-text: "#ffffff" token-text-secondary: "#ffffff" token-sidebar-icon: "#ffffff" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 153, 219, 112 token-rgb-pink: 112, 219, 124 token-rgb-deep-purple: 206, 219, 112 token-rgb-indigo: 219, 213, 112 token-rgb-cyan: 112, 153, 219 token-rgb-teal: 112, 206, 219 token-rgb-lime: 112, 219, 178 token-rgb-light-green: 112, 219, 142 token-rgb-amber: 180, 219, 112 token-rgb-orange: 206, 219, 112 token-rgb-deep-orange: 219, 204, 112 token-rgb-light-blue: 112, 117, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#b26d00" token-rgb-primary: 178, 109, 0 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#002240" token-text-secondary: "#001120" token-sidebar-icon: "#001120" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 113, 191, 63 token-rgb-pink: 63, 191, 78 token-rgb-deep-purple: 176, 191, 63 token-rgb-indigo: 191, 184, 63 token-rgb-cyan: 63, 113, 191 token-rgb-teal: 63, 176, 191 token-rgb-lime: 63, 191, 141 token-rgb-light-green: 63, 191, 99 token-rgb-amber: 145, 191, 63 token-rgb-orange: 176, 191, 63 token-rgb-deep-orange: 191, 173, 63 token-rgb-light-blue: 63, 70, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Cool Glow # ------------------------------------------------------------------------------ Bubble Cool Glow: card-mod-theme: Bubble Cool Glow <<: *bubble_shared modes: dark: token-accent: "#aecbfa" token-rgb-primary: 174, 203, 250 token-text-on-accent: "#000000" token-bg: "#1e1e2e" token-bg-secondary: "#242438" token-card: "#28283e" token-text: "#cdd6f4" token-text-secondary: "#cad3f0" token-sidebar-icon: "#cdd6f4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 178, 112, 219 token-rgb-pink: 219, 112, 206 token-rgb-deep-purple: 124, 112, 219 token-rgb-indigo: 112, 117, 219 token-rgb-cyan: 219, 178, 112 token-rgb-teal: 219, 124, 112 token-rgb-lime: 219, 112, 153 token-rgb-light-green: 219, 112, 188 token-rgb-amber: 151, 112, 219 token-rgb-orange: 124, 112, 219 token-rgb-deep-orange: 112, 126, 219 token-rgb-light-blue: 219, 214, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#a2c3fa" token-rgb-primary: 162, 195, 250 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#1e1e2e" token-text-secondary: "#141420" token-sidebar-icon: "#141420" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 143, 63, 191 token-rgb-pink: 191, 63, 175 token-rgb-deep-purple: 79, 63, 191 token-rgb-indigo: 63, 69, 191 token-rgb-cyan: 191, 143, 63 token-rgb-teal: 191, 79, 63 token-rgb-lime: 191, 63, 111 token-rgb-light-green: 191, 63, 154 token-rgb-amber: 111, 63, 191 token-rgb-orange: 79, 63, 191 token-rgb-deep-orange: 63, 79, 191 token-rgb-light-blue: 191, 185, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Cool Glow # ------------------------------------------------------------------------------ Dubble Cool Glow: card-mod-theme: Dubble Cool Glow <<: *bubble_shared modes: dark: token-accent: "#89b4fb" token-rgb-primary: 137, 180, 251 token-text-on-accent: "#ffffff" token-bg: "#1e1e2e" token-bg-secondary: "#26263a" token-card: "#2e2e47" token-text: "#cdd6f4" token-text-secondary: "#cbd4f2" token-sidebar-icon: "#cdd6f4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 178, 112, 219 token-rgb-pink: 219, 112, 206 token-rgb-deep-purple: 125, 112, 219 token-rgb-indigo: 112, 116, 219 token-rgb-cyan: 219, 178, 112 token-rgb-teal: 219, 125, 112 token-rgb-lime: 219, 112, 152 token-rgb-light-green: 219, 112, 188 token-rgb-amber: 152, 112, 219 token-rgb-orange: 125, 112, 219 token-rgb-deep-orange: 112, 125, 219 token-rgb-light-blue: 219, 214, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#5f7eae" token-rgb-primary: 95, 126, 174 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#1e1e2e" token-text-secondary: "#0f0f17" token-sidebar-icon: "#0f0f17" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 141, 63, 191 token-rgb-pink: 191, 63, 177 token-rgb-deep-purple: 77, 63, 191 token-rgb-indigo: 63, 71, 191 token-rgb-cyan: 191, 141, 63 token-rgb-teal: 191, 77, 63 token-rgb-lime: 191, 63, 113 token-rgb-light-green: 191, 63, 156 token-rgb-amber: 109, 63, 191 token-rgb-orange: 77, 63, 191 token-rgb-deep-orange: 63, 81, 191 token-rgb-light-blue: 191, 183, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Cream # ------------------------------------------------------------------------------ Bubble Cream: card-mod-theme: Bubble Cream <<: *bubble_shared modes: dark: token-accent: "#ab9f8b" token-rgb-primary: 171, 159, 139 token-text-on-accent: "#ffffff" token-bg: "#2c2827" token-bg-secondary: "#363130" token-card: "#3c3735" token-text: "#f4ecd8" token-text-secondary: "#f0e8d5" token-sidebar-icon: "#f4ecd8" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 152, 219, 112 token-rgb-pink: 112, 219, 125 token-rgb-deep-purple: 205, 219, 112 token-rgb-indigo: 219, 214, 112 token-rgb-cyan: 112, 152, 219 token-rgb-teal: 112, 205, 219 token-rgb-lime: 112, 219, 179 token-rgb-light-green: 112, 219, 143 token-rgb-amber: 179, 219, 112 token-rgb-orange: 205, 219, 112 token-rgb-deep-orange: 219, 205, 112 token-rgb-light-blue: 112, 116, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#6b594e" token-rgb-primary: 107, 89, 78 token-text-on-accent: "#ffffff" token-bg: "#f4ecd8" token-bg-secondary: "#ece4d1" token-card: "#ffffff" token-text: "#2c2827" token-text-secondary: "#1e1b1b" token-sidebar-icon: "#1e1b1b" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 142, 191, 63 token-rgb-pink: 79, 191, 63 token-rgb-deep-purple: 191, 175, 63 token-rgb-indigo: 191, 154, 63 token-rgb-cyan: 63, 142, 191 token-rgb-teal: 63, 191, 175 token-rgb-lime: 63, 191, 112 token-rgb-light-green: 63, 191, 69 token-rgb-amber: 174, 191, 63 token-rgb-orange: 191, 175, 63 token-rgb-deep-orange: 191, 143, 63 token-rgb-light-blue: 63, 100, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Cream # ------------------------------------------------------------------------------ Dubble Cream: card-mod-theme: Dubble Cream <<: *bubble_shared modes: dark: token-accent: "#bba47d" token-rgb-primary: 187, 164, 125 token-text-on-accent: "#ffffff" token-bg: "#2c2827" token-bg-secondary: "#383332" token-card: "#453f3d" token-text: "#f4ecd8" token-text-secondary: "#f2ead6" token-sidebar-icon: "#f4ecd8" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 151, 219, 112 token-rgb-pink: 112, 219, 126 token-rgb-deep-purple: 205, 219, 112 token-rgb-indigo: 219, 215, 112 token-rgb-cyan: 112, 151, 219 token-rgb-teal: 112, 205, 219 token-rgb-lime: 112, 219, 179 token-rgb-light-green: 112, 219, 143 token-rgb-amber: 178, 219, 112 token-rgb-orange: 205, 219, 112 token-rgb-deep-orange: 219, 206, 112 token-rgb-light-blue: 112, 116, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#4a3a2f" token-rgb-primary: 74, 58, 47 token-text-on-accent: "#ffffff" token-bg: "#f4ecd8" token-bg-secondary: "#e5ddcb" token-card: "#ffffff" token-text: "#2c2827" token-text-secondary: "#161413" token-sidebar-icon: "#161413" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 139, 191, 63 token-rgb-pink: 75, 191, 63 token-rgb-deep-purple: 191, 179, 63 token-rgb-indigo: 191, 158, 63 token-rgb-cyan: 63, 139, 191 token-rgb-teal: 63, 191, 179 token-rgb-lime: 63, 191, 115 token-rgb-light-green: 63, 191, 73 token-rgb-amber: 171, 191, 63 token-rgb-orange: 191, 179, 63 token-rgb-deep-orange: 191, 147, 63 token-rgb-light-blue: 63, 96, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Cybertron # ------------------------------------------------------------------------------ Bubble Cybertron: card-mod-theme: Bubble Cybertron <<: *bubble_shared modes: dark: token-accent: "#7ebaff" token-rgb-primary: 126, 186, 255 token-text-on-accent: "#ffffff" token-bg: "#0d1117" token-bg-secondary: "#131922" token-card: "#171e29" token-text: "#c9d1d9" token-text-secondary: "#bec6cd" token-sidebar-icon: "#c9d1d9" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 169, 112, 219 token-rgb-pink: 219, 112, 215 token-rgb-deep-purple: 115, 112, 219 token-rgb-indigo: 112, 126, 219 token-rgb-cyan: 219, 169, 112 token-rgb-teal: 219, 115, 112 token-rgb-lime: 219, 112, 162 token-rgb-light-green: 219, 112, 197 token-rgb-amber: 142, 112, 219 token-rgb-orange: 115, 112, 219 token-rgb-deep-orange: 112, 135, 219 token-rgb-light-blue: 219, 205, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#71b3ff" token-rgb-primary: 113, 179, 255 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#0d1117" token-text-secondary: "#090b10" token-sidebar-icon: "#090b10" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 131, 63, 191 token-rgb-pink: 191, 63, 186 token-rgb-deep-purple: 68, 63, 191 token-rgb-indigo: 63, 80, 191 token-rgb-cyan: 191, 131, 63 token-rgb-teal: 191, 68, 63 token-rgb-lime: 191, 63, 123 token-rgb-light-green: 191, 63, 165 token-rgb-amber: 100, 63, 191 token-rgb-orange: 68, 63, 191 token-rgb-deep-orange: 63, 91, 191 token-rgb-light-blue: 191, 174, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Cybertron # ------------------------------------------------------------------------------ Dubble Cybertron: card-mod-theme: Dubble Cybertron <<: *bubble_shared modes: dark: token-accent: "#58a6ff" token-rgb-primary: 88, 166, 255 token-text-on-accent: "#ffffff" token-bg: "#0d1117" token-bg-secondary: "#141b24" token-card: "#1c2532" token-text: "#c9d1d9" token-text-secondary: "#c3cbd3" token-sidebar-icon: "#c9d1d9" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 169, 112, 219 token-rgb-pink: 219, 112, 215 token-rgb-deep-purple: 115, 112, 219 token-rgb-indigo: 112, 126, 219 token-rgb-cyan: 219, 169, 112 token-rgb-teal: 219, 115, 112 token-rgb-lime: 219, 112, 162 token-rgb-light-green: 219, 112, 197 token-rgb-amber: 142, 112, 219 token-rgb-orange: 115, 112, 219 token-rgb-deep-orange: 112, 135, 219 token-rgb-light-blue: 219, 204, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#3d74b2" token-rgb-primary: 61, 116, 178 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#0d1117" token-text-secondary: "#06080b" token-sidebar-icon: "#06080b" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 131, 63, 191 token-rgb-pink: 191, 63, 187 token-rgb-deep-purple: 67, 63, 191 token-rgb-indigo: 63, 81, 191 token-rgb-cyan: 191, 131, 63 token-rgb-teal: 191, 67, 63 token-rgb-lime: 191, 63, 123 token-rgb-light-green: 191, 63, 166 token-rgb-amber: 99, 63, 191 token-rgb-orange: 67, 63, 191 token-rgb-deep-orange: 63, 91, 191 token-rgb-light-blue: 191, 173, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Cyberpunk Edge # ------------------------------------------------------------------------------ Bubble Cyberpunk Edge: card-mod-theme: Bubble Cyberpunk Edge <<: *bubble_shared modes: dark: token-accent: "#ff5087" token-rgb-primary: 255, 80, 135 token-text-on-accent: "#ffffff" token-bg: "#0a0e14" token-bg-secondary: "#0f161f" token-card: "#131b26" token-text: "#39ff14" token-text-secondary: "#38ff13" token-sidebar-icon: "#39ff14" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 185, 112 token-rgb-pink: 199, 219, 112 token-rgb-deep-purple: 219, 132, 112 token-rgb-indigo: 219, 114, 112 token-rgb-cyan: 112, 219, 185 token-rgb-teal: 112, 219, 132 token-rgb-lime: 145, 219, 112 token-rgb-light-green: 181, 219, 112 token-rgb-amber: 219, 158, 112 token-rgb-orange: 219, 132, 112 token-rgb-deep-orange: 219, 112, 119 token-rgb-light-blue: 112, 217, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#ff437e" token-rgb-primary: 255, 67, 126 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#0a0e14" token-text-secondary: "#06090d" token-sidebar-icon: "#06090d" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 151, 63 token-rgb-pink: 167, 191, 63 token-rgb-deep-purple: 191, 87, 63 token-rgb-indigo: 191, 66, 63 token-rgb-cyan: 63, 191, 151 token-rgb-teal: 63, 191, 87 token-rgb-lime: 103, 191, 63 token-rgb-light-green: 146, 191, 63 token-rgb-amber: 191, 119, 63 token-rgb-orange: 191, 87, 63 token-rgb-deep-orange: 191, 63, 71 token-rgb-light-blue: 63, 188, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Cyberpunk Edge # ------------------------------------------------------------------------------ Dubble Cyberpunk Edge: card-mod-theme: Dubble Cyberpunk Edge <<: *bubble_shared modes: dark: token-accent: "#ff296c" token-rgb-primary: 255, 41, 108 token-text-on-accent: "#ffffff" token-bg: "#0a0e14" token-bg-secondary: "#111722" token-card: "#182130" token-text: "#39ff14" token-text-secondary: "#38ff13" token-sidebar-icon: "#39ff14" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 185, 112 token-rgb-pink: 199, 219, 112 token-rgb-deep-purple: 219, 132, 112 token-rgb-indigo: 219, 114, 112 token-rgb-cyan: 112, 219, 185 token-rgb-teal: 112, 219, 132 token-rgb-lime: 145, 219, 112 token-rgb-light-green: 181, 219, 112 token-rgb-amber: 219, 158, 112 token-rgb-orange: 219, 132, 112 token-rgb-deep-orange: 219, 112, 118 token-rgb-light-blue: 112, 217, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#b21d4c" token-rgb-primary: 178, 29, 76 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#0a0e14" token-text-secondary: "#05070a" token-sidebar-icon: "#05070a" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 151, 63 token-rgb-pink: 167, 191, 63 token-rgb-deep-purple: 191, 87, 63 token-rgb-indigo: 191, 66, 63 token-rgb-cyan: 63, 191, 151 token-rgb-teal: 63, 191, 87 token-rgb-lime: 103, 191, 63 token-rgb-light-green: 146, 191, 63 token-rgb-amber: 191, 119, 63 token-rgb-orange: 191, 87, 63 token-rgb-deep-orange: 191, 63, 72 token-rgb-light-blue: 63, 188, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Dark Modern # ------------------------------------------------------------------------------ Bubble Dark Modern: card-mod-theme: Bubble Dark Modern <<: *bubble_shared modes: dark: token-accent: "#76aad6" token-rgb-primary: 118, 170, 214 token-text-on-accent: "#ffffff" token-bg: "#1e1e1e" token-bg-secondary: "#292929" token-card: "#303030" token-text: "#d4d4d4" token-text-secondary: "#c7c7c7" token-sidebar-icon: "#d4d4d4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 161, 112, 219 token-rgb-pink: 214, 112, 219 token-rgb-deep-purple: 112, 116, 219 token-rgb-indigo: 112, 134, 219 token-rgb-cyan: 219, 161, 112 token-rgb-teal: 219, 112, 116 token-rgb-lime: 219, 112, 170 token-rgb-light-green: 219, 112, 205 token-rgb-amber: 134, 112, 219 token-rgb-orange: 112, 116, 219 token-rgb-deep-orange: 112, 143, 219 token-rgb-light-blue: 219, 196, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1482cc" token-rgb-primary: 20, 130, 204 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#232323" token-sidebar-icon: "#232323" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 115, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 115, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 139 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Dark Modern # ------------------------------------------------------------------------------ Dubble Dark Modern: card-mod-theme: Dubble Dark Modern <<: *bubble_shared modes: dark: token-accent: "#59a1de" token-rgb-primary: 89, 161, 222 token-text-on-accent: "#ffffff" token-bg: "#1e1e1e" token-bg-secondary: "#2b2b2b" token-card: "#383838" token-text: "#d4d4d4" token-text-secondary: "#cdcdcd" token-sidebar-icon: "#d4d4d4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 161, 112, 219 token-rgb-pink: 214, 112, 219 token-rgb-deep-purple: 112, 116, 219 token-rgb-indigo: 112, 134, 219 token-rgb-cyan: 219, 161, 112 token-rgb-teal: 219, 112, 116 token-rgb-lime: 219, 112, 170 token-rgb-light-green: 219, 112, 205 token-rgb-amber: 134, 112, 219 token-rgb-orange: 112, 116, 219 token-rgb-deep-orange: 112, 143, 219 token-rgb-light-blue: 219, 197, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#00558e" token-rgb-primary: 0, 85, 142 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 114, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 114, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 140 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Dark+ # ------------------------------------------------------------------------------ Bubble Dark+: card-mod-theme: Bubble Dark+ <<: *bubble_shared modes: dark: token-accent: "#76aad6" token-rgb-primary: 118, 170, 214 token-text-on-accent: "#ffffff" token-bg: "#1e1e1e" token-bg-secondary: "#292929" token-card: "#303030" token-text: "#d4d4d4" token-text-secondary: "#c7c7c7" token-sidebar-icon: "#d4d4d4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 161, 112, 219 token-rgb-pink: 214, 112, 219 token-rgb-deep-purple: 112, 116, 219 token-rgb-indigo: 112, 134, 219 token-rgb-cyan: 219, 161, 112 token-rgb-teal: 219, 112, 116 token-rgb-lime: 219, 112, 170 token-rgb-light-green: 219, 112, 205 token-rgb-amber: 134, 112, 219 token-rgb-orange: 112, 116, 219 token-rgb-deep-orange: 112, 143, 219 token-rgb-light-blue: 219, 196, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1482cc" token-rgb-primary: 20, 130, 204 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#232323" token-sidebar-icon: "#232323" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 115, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 115, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 139 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Dark+ # ------------------------------------------------------------------------------ Dubble Dark+: card-mod-theme: Dubble Dark+ <<: *bubble_shared modes: dark: token-accent: "#59a1de" token-rgb-primary: 89, 161, 222 token-text-on-accent: "#ffffff" token-bg: "#1e1e1e" token-bg-secondary: "#2b2b2b" token-card: "#383838" token-text: "#d4d4d4" token-text-secondary: "#cdcdcd" token-sidebar-icon: "#d4d4d4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 161, 112, 219 token-rgb-pink: 214, 112, 219 token-rgb-deep-purple: 112, 116, 219 token-rgb-indigo: 112, 134, 219 token-rgb-cyan: 219, 161, 112 token-rgb-teal: 219, 112, 116 token-rgb-lime: 219, 112, 170 token-rgb-light-green: 219, 112, 205 token-rgb-amber: 134, 112, 219 token-rgb-orange: 112, 116, 219 token-rgb-deep-orange: 112, 143, 219 token-rgb-light-blue: 219, 197, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#00558e" token-rgb-primary: 0, 85, 142 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 114, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 114, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 140 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Doki # ------------------------------------------------------------------------------ Bubble Doki: card-mod-theme: Bubble Doki <<: *bubble_shared modes: dark: token-accent: "#ff9fd6" token-rgb-primary: 255, 159, 214 token-text-on-accent: "#000000" token-bg: "#1a1a2e" token-bg-secondary: "#1f1f38" token-card: "#23233e" token-text: "#f8f8f2" token-text-secondary: "#f5f5ef" token-sidebar-icon: "#f8f8f2" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 157, 112 token-rgb-pink: 219, 211, 112 token-rgb-deep-purple: 219, 112, 120 token-rgb-indigo: 219, 112, 137 token-rgb-cyan: 112, 219, 157 token-rgb-teal: 120, 219, 112 token-rgb-lime: 173, 219, 112 token-rgb-light-green: 209, 219, 112 token-rgb-amber: 219, 131, 112 token-rgb-orange: 219, 112, 120 token-rgb-deep-orange: 219, 112, 146 token-rgb-light-blue: 112, 219, 193 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#cbabf9" token-rgb-primary: 203, 171, 249 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#282a36" token-text-secondary: "#1b1d25" token-sidebar-icon: "#1b1d25" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 63, 138 token-rgb-pink: 191, 63, 75 token-rgb-deep-purple: 179, 63, 191 token-rgb-indigo: 158, 63, 191 token-rgb-cyan: 138, 191, 63 token-rgb-teal: 191, 179, 63 token-rgb-lime: 191, 116, 63 token-rgb-light-green: 191, 73, 63 token-rgb-amber: 191, 63, 170 token-rgb-orange: 179, 63, 191 token-rgb-deep-orange: 147, 63, 191 token-rgb-light-blue: 96, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Doki # ------------------------------------------------------------------------------ Dubble Doki: card-mod-theme: Dubble Doki <<: *bubble_shared modes: dark: token-accent: "#ff79c6" token-rgb-primary: 255, 121, 198 token-text-on-accent: "#ffffff" token-bg: "#1a1a2e" token-bg-secondary: "#21213a" token-card: "#282847" token-text: "#f8f8f2" token-text-secondary: "#f6f6f0" token-sidebar-icon: "#f8f8f2" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 157, 112 token-rgb-pink: 219, 211, 112 token-rgb-deep-purple: 219, 112, 120 token-rgb-indigo: 219, 112, 138 token-rgb-cyan: 112, 219, 157 token-rgb-teal: 120, 219, 112 token-rgb-lime: 173, 219, 112 token-rgb-light-green: 209, 219, 112 token-rgb-amber: 219, 130, 112 token-rgb-orange: 219, 112, 120 token-rgb-deep-orange: 219, 112, 146 token-rgb-light-blue: 112, 219, 193 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#8466ae" token-rgb-primary: 132, 102, 174 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#282a36" token-text-secondary: "#14151b" token-sidebar-icon: "#14151b" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 63, 138 token-rgb-pink: 191, 63, 74 token-rgb-deep-purple: 180, 63, 191 token-rgb-indigo: 159, 63, 191 token-rgb-cyan: 138, 191, 63 token-rgb-teal: 191, 180, 63 token-rgb-lime: 191, 116, 63 token-rgb-light-green: 191, 74, 63 token-rgb-amber: 191, 63, 169 token-rgb-orange: 180, 63, 191 token-rgb-deep-orange: 148, 63, 191 token-rgb-light-blue: 95, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble DotGov # ------------------------------------------------------------------------------ Bubble DotGov: card-mod-theme: Bubble DotGov <<: *bubble_shared modes: dark: token-accent: "#7ebaff" token-rgb-primary: 126, 186, 255 token-text-on-accent: "#ffffff" token-bg: "#0d1117" token-bg-secondary: "#131922" token-card: "#171e29" token-text: "#c9d1d9" token-text-secondary: "#bec6cd" token-sidebar-icon: "#c9d1d9" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 169, 112, 219 token-rgb-pink: 219, 112, 215 token-rgb-deep-purple: 115, 112, 219 token-rgb-indigo: 112, 126, 219 token-rgb-cyan: 219, 169, 112 token-rgb-teal: 219, 115, 112 token-rgb-lime: 219, 112, 162 token-rgb-light-green: 219, 112, 197 token-rgb-amber: 142, 112, 219 token-rgb-orange: 115, 112, 219 token-rgb-deep-orange: 112, 135, 219 token-rgb-light-blue: 219, 205, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#367deb" token-rgb-primary: 54, 125, 235 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#24292f" token-text-secondary: "#191c20" token-sidebar-icon: "#191c20" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 141, 63, 191 token-rgb-pink: 191, 63, 177 token-rgb-deep-purple: 77, 63, 191 token-rgb-indigo: 63, 71, 191 token-rgb-cyan: 191, 141, 63 token-rgb-teal: 191, 77, 63 token-rgb-lime: 191, 63, 113 token-rgb-light-green: 191, 63, 156 token-rgb-amber: 109, 63, 191 token-rgb-orange: 77, 63, 191 token-rgb-deep-orange: 63, 81, 191 token-rgb-light-blue: 191, 183, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble DotGov # ------------------------------------------------------------------------------ Dubble DotGov: card-mod-theme: Dubble DotGov <<: *bubble_shared modes: dark: token-accent: "#58a6ff" token-rgb-primary: 88, 166, 255 token-text-on-accent: "#ffffff" token-bg: "#0d1117" token-bg-secondary: "#141b24" token-card: "#1c2532" token-text: "#c9d1d9" token-text-secondary: "#c3cbd3" token-sidebar-icon: "#c9d1d9" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 169, 112, 219 token-rgb-pink: 219, 112, 215 token-rgb-deep-purple: 115, 112, 219 token-rgb-indigo: 112, 126, 219 token-rgb-cyan: 219, 169, 112 token-rgb-teal: 219, 115, 112 token-rgb-lime: 219, 112, 162 token-rgb-light-green: 219, 112, 197 token-rgb-amber: 142, 112, 219 token-rgb-orange: 115, 112, 219 token-rgb-deep-orange: 112, 135, 219 token-rgb-light-blue: 219, 204, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#154da4" token-rgb-primary: 21, 77, 164 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#24292f" token-text-secondary: "#121417" token-sidebar-icon: "#121417" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 141, 63, 191 token-rgb-pink: 191, 63, 177 token-rgb-deep-purple: 77, 63, 191 token-rgb-indigo: 63, 71, 191 token-rgb-cyan: 191, 141, 63 token-rgb-teal: 191, 77, 63 token-rgb-lime: 191, 63, 113 token-rgb-light-green: 191, 63, 156 token-rgb-amber: 109, 63, 191 token-rgb-orange: 77, 63, 191 token-rgb-deep-orange: 63, 81, 191 token-rgb-light-blue: 191, 183, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Earthsong # ------------------------------------------------------------------------------ Bubble Earthsong: card-mod-theme: Bubble Earthsong <<: *bubble_shared modes: dark: token-accent: "#959ba3" token-rgb-primary: 149, 155, 163 token-text-on-accent: "#ffffff" token-bg: "#292520" token-bg-secondary: "#332e28" token-card: "#3a342d" token-text: "#ece6dc" token-text-secondary: "#e6e0d6" token-sidebar-icon: "#ece6dc" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 173, 112, 219 token-rgb-pink: 219, 112, 211 token-rgb-deep-purple: 119, 112, 219 token-rgb-indigo: 112, 122, 219 token-rgb-cyan: 219, 173, 112 token-rgb-teal: 219, 119, 112 token-rgb-lime: 219, 112, 158 token-rgb-light-green: 219, 112, 193 token-rgb-amber: 146, 112, 219 token-rgb-orange: 119, 112, 219 token-rgb-deep-orange: 112, 131, 219 token-rgb-light-blue: 219, 209, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#68717a" token-rgb-primary: 104, 113, 122 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#292520" token-text-secondary: "#1c1916" token-sidebar-icon: "#1c1916" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 127, 63, 191 token-rgb-pink: 191, 63, 191 token-rgb-deep-purple: 63, 63, 191 token-rgb-indigo: 63, 85, 191 token-rgb-cyan: 191, 127, 63 token-rgb-teal: 191, 63, 63 token-rgb-lime: 191, 63, 127 token-rgb-light-green: 191, 63, 169 token-rgb-amber: 95, 63, 191 token-rgb-orange: 63, 63, 191 token-rgb-deep-orange: 63, 95, 191 token-rgb-light-blue: 191, 170, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Earthsong # ------------------------------------------------------------------------------ Dubble Earthsong: card-mod-theme: Dubble Earthsong <<: *bubble_shared modes: dark: token-accent: "#8b9fb5" token-rgb-primary: 139, 159, 181 token-text-on-accent: "#ffffff" token-bg: "#292520" token-bg-secondary: "#35302a" token-card: "#423c34" token-text: "#ece6dc" token-text-secondary: "#e9e3d9" token-sidebar-icon: "#ece6dc" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 168, 112, 219 token-rgb-pink: 219, 112, 216 token-rgb-deep-purple: 114, 112, 219 token-rgb-indigo: 112, 127, 219 token-rgb-cyan: 219, 168, 112 token-rgb-teal: 219, 114, 112 token-rgb-lime: 219, 112, 163 token-rgb-light-green: 219, 112, 198 token-rgb-amber: 141, 112, 219 token-rgb-orange: 114, 112, 219 token-rgb-deep-orange: 112, 136, 219 token-rgb-light-blue: 219, 204, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#404a55" token-rgb-primary: 64, 74, 85 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#292520" token-text-secondary: "#141210" token-sidebar-icon: "#141210" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 130, 63, 191 token-rgb-pink: 191, 63, 188 token-rgb-deep-purple: 66, 63, 191 token-rgb-indigo: 63, 81, 191 token-rgb-cyan: 191, 130, 63 token-rgb-teal: 191, 66, 63 token-rgb-lime: 191, 63, 124 token-rgb-light-green: 191, 63, 166 token-rgb-amber: 98, 63, 191 token-rgb-orange: 66, 63, 191 token-rgb-deep-orange: 63, 92, 191 token-rgb-light-blue: 191, 173, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Eiffel # ------------------------------------------------------------------------------ Bubble Eiffel: card-mod-theme: Bubble Eiffel <<: *bubble_shared modes: dark: token-accent: "#ff8259" token-rgb-primary: 255, 130, 89 token-text-on-accent: "#ffffff" token-bg: "#323232" token-bg-secondary: "#3c3c3c" token-card: "#424242" token-text: "#ffffff" token-text-secondary: "#ffffff" token-sidebar-icon: "#ffffff" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 192, 219, 112 token-rgb-pink: 139, 219, 112 token-rgb-deep-purple: 219, 192, 112 token-rgb-indigo: 219, 174, 112 token-rgb-cyan: 112, 192, 219 token-rgb-teal: 112, 219, 192 token-rgb-lime: 112, 219, 138 token-rgb-light-green: 121, 219, 112 token-rgb-amber: 219, 218, 112 token-rgb-orange: 219, 192, 112 token-rgb-deep-orange: 219, 165, 112 token-rgb-light-blue: 112, 157, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#cc5e14" token-rgb-primary: 204, 94, 20 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#323232" token-text-secondary: "#222222" token-sidebar-icon: "#222222" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 139, 191, 63 token-rgb-pink: 76, 191, 63 token-rgb-deep-purple: 191, 178, 63 token-rgb-indigo: 191, 157, 63 token-rgb-cyan: 63, 139, 191 token-rgb-teal: 63, 191, 178 token-rgb-lime: 63, 191, 115 token-rgb-light-green: 63, 191, 72 token-rgb-amber: 171, 191, 63 token-rgb-orange: 191, 178, 63 token-rgb-deep-orange: 191, 146, 63 token-rgb-light-blue: 63, 97, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Eiffel # ------------------------------------------------------------------------------ Dubble Eiffel: card-mod-theme: Dubble Eiffel <<: *bubble_shared modes: dark: token-accent: "#ff6632" token-rgb-primary: 255, 102, 50 token-text-on-accent: "#ffffff" token-bg: "#323232" token-bg-secondary: "#3e3e3e" token-card: "#4a4a4a" token-text: "#ffffff" token-text-secondary: "#ffffff" token-sidebar-icon: "#ffffff" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 192, 219, 112 token-rgb-pink: 138, 219, 112 token-rgb-deep-purple: 219, 192, 112 token-rgb-indigo: 219, 175, 112 token-rgb-cyan: 112, 192, 219 token-rgb-teal: 112, 219, 192 token-rgb-lime: 112, 219, 139 token-rgb-light-green: 120, 219, 112 token-rgb-amber: 218, 219, 112 token-rgb-orange: 219, 192, 112 token-rgb-deep-orange: 219, 166, 112 token-rgb-light-blue: 112, 156, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#8e3900" token-rgb-primary: 142, 57, 0 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#323232" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 140, 191, 63 token-rgb-pink: 76, 191, 63 token-rgb-deep-purple: 191, 178, 63 token-rgb-indigo: 191, 157, 63 token-rgb-cyan: 63, 140, 191 token-rgb-teal: 63, 191, 178 token-rgb-lime: 63, 191, 114 token-rgb-light-green: 63, 191, 72 token-rgb-amber: 171, 191, 63 token-rgb-orange: 191, 178, 63 token-rgb-deep-orange: 191, 146, 63 token-rgb-light-blue: 63, 97, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Espresso Soda # ------------------------------------------------------------------------------ Bubble Espresso Soda: card-mod-theme: Bubble Espresso Soda <<: *bubble_shared modes: dark: token-accent: "#9c7755" token-rgb-primary: 156, 119, 85 token-text-on-accent: "#ffffff" token-bg: "#2a211c" token-bg-secondary: "#342923" token-card: "#3b2e27" token-text: "#bda89a" token-text-secondary: "#a99689" token-sidebar-icon: "#bda89a" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 168, 219, 112 token-rgb-pink: 114, 219, 112 token-rgb-deep-purple: 219, 217, 112 token-rgb-indigo: 219, 199, 112 token-rgb-cyan: 112, 168, 219 token-rgb-teal: 112, 219, 217 token-rgb-lime: 112, 219, 163 token-rgb-light-green: 112, 219, 127 token-rgb-amber: 194, 219, 112 token-rgb-orange: 219, 217, 112 token-rgb-deep-orange: 219, 190, 112 token-rgb-light-blue: 112, 132, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#8b4d20" token-rgb-primary: 139, 77, 32 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#2a211c" token-text-secondary: "#1d1713" token-sidebar-icon: "#1d1713" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 137, 191, 63 token-rgb-pink: 73, 191, 63 token-rgb-deep-purple: 191, 181, 63 token-rgb-indigo: 191, 159, 63 token-rgb-cyan: 63, 137, 191 token-rgb-teal: 63, 191, 181 token-rgb-lime: 63, 191, 117 token-rgb-light-green: 63, 191, 74 token-rgb-amber: 169, 191, 63 token-rgb-orange: 191, 181, 63 token-rgb-deep-orange: 191, 149, 63 token-rgb-light-blue: 63, 95, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Espresso Soda # ------------------------------------------------------------------------------ Dubble Espresso Soda: card-mod-theme: Dubble Espresso Soda <<: *bubble_shared modes: dark: token-accent: "#af7845" token-rgb-primary: 175, 120, 69 token-text-on-accent: "#ffffff" token-bg: "#2a211c" token-bg-secondary: "#362b24" token-card: "#43352d" token-text: "#bda89a" token-text-secondary: "#b39f91" token-sidebar-icon: "#bda89a" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 167, 219, 112 token-rgb-pink: 114, 219, 112 token-rgb-deep-purple: 219, 217, 112 token-rgb-indigo: 219, 199, 112 token-rgb-cyan: 112, 167, 219 token-rgb-teal: 112, 219, 217 token-rgb-lime: 112, 219, 163 token-rgb-light-green: 112, 219, 128 token-rgb-amber: 194, 219, 112 token-rgb-orange: 219, 217, 112 token-rgb-deep-orange: 219, 190, 112 token-rgb-light-blue: 112, 132, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 6)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 6)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#61300d" token-rgb-primary: 97, 48, 13 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#2a211c" token-text-secondary: "#15100e" token-sidebar-icon: "#15100e" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 138, 191, 63 token-rgb-pink: 74, 191, 63 token-rgb-deep-purple: 191, 180, 63 token-rgb-indigo: 191, 159, 63 token-rgb-cyan: 63, 138, 191 token-rgb-teal: 63, 191, 180 token-rgb-lime: 63, 191, 116 token-rgb-light-green: 63, 191, 74 token-rgb-amber: 169, 191, 63 token-rgb-orange: 191, 180, 63 token-rgb-deep-orange: 191, 148, 63 token-rgb-light-blue: 63, 95, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Free # ------------------------------------------------------------------------------ Bubble Free: card-mod-theme: Bubble Free <<: *bubble_shared modes: dark: token-accent: "#6cc9b6" token-rgb-primary: 108, 201, 182 token-text-on-accent: "#ffffff" token-bg: "#1e1e1e" token-bg-secondary: "#292929" token-card: "#303030" token-text: "#d4d4d4" token-text-secondary: "#c7c7c7" token-sidebar-icon: "#d4d4d4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 134, 219 token-rgb-pink: 143, 112, 219 token-rgb-deep-purple: 112, 187, 219 token-rgb-indigo: 112, 205, 219 token-rgb-cyan: 219, 112, 134 token-rgb-teal: 219, 112, 187 token-rgb-lime: 197, 112, 219 token-rgb-light-green: 161, 112, 219 token-rgb-amber: 112, 160, 219 token-rgb-orange: 112, 187, 219 token-rgb-deep-orange: 112, 214, 219 token-rgb-light-blue: 219, 126, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#62c9b4" token-rgb-primary: 98, 201, 180 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#1e1e1e" token-text-secondary: "#151515" token-sidebar-icon: "#151515" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 89, 191 token-rgb-pink: 101, 63, 191 token-rgb-deep-purple: 63, 153, 191 token-rgb-indigo: 63, 174, 191 token-rgb-cyan: 191, 63, 89 token-rgb-teal: 191, 63, 153 token-rgb-lime: 165, 63, 191 token-rgb-light-green: 122, 63, 191 token-rgb-amber: 63, 121, 191 token-rgb-orange: 63, 153, 191 token-rgb-deep-orange: 63, 185, 191 token-rgb-light-blue: 191, 80, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Free # ------------------------------------------------------------------------------ Dubble Free: card-mod-theme: Dubble Free <<: *bubble_shared modes: dark: token-accent: "#52d3b9" token-rgb-primary: 82, 211, 185 token-text-on-accent: "#ffffff" token-bg: "#1e1e1e" token-bg-secondary: "#2b2b2b" token-card: "#383838" token-text: "#d4d4d4" token-text-secondary: "#cdcdcd" token-sidebar-icon: "#d4d4d4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 133, 219 token-rgb-pink: 144, 112, 219 token-rgb-deep-purple: 112, 187, 219 token-rgb-indigo: 112, 205, 219 token-rgb-cyan: 219, 112, 133 token-rgb-teal: 219, 112, 187 token-rgb-lime: 197, 112, 219 token-rgb-light-green: 162, 112, 219 token-rgb-amber: 112, 160, 219 token-rgb-orange: 112, 187, 219 token-rgb-deep-orange: 112, 214, 219 token-rgb-light-blue: 219, 126, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#368c7b" token-rgb-primary: 54, 140, 123 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#1e1e1e" token-text-secondary: "#0f0f0f" token-sidebar-icon: "#0f0f0f" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 88, 191 token-rgb-pink: 102, 63, 191 token-rgb-deep-purple: 63, 152, 191 token-rgb-indigo: 63, 173, 191 token-rgb-cyan: 191, 63, 88 token-rgb-teal: 191, 63, 152 token-rgb-lime: 166, 63, 191 token-rgb-light-green: 123, 63, 191 token-rgb-amber: 63, 120, 191 token-rgb-orange: 63, 152, 191 token-rgb-deep-orange: 63, 184, 191 token-rgb-light-blue: 191, 81, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble GitHub Plus # ------------------------------------------------------------------------------ Bubble GitHub Plus: card-mod-theme: Bubble GitHub Plus <<: *bubble_shared modes: dark: token-accent: "#7ebaff" token-rgb-primary: 126, 186, 255 token-text-on-accent: "#ffffff" token-bg: "#0d1117" token-bg-secondary: "#131922" token-card: "#171e29" token-text: "#c9d1d9" token-text-secondary: "#bec6cd" token-sidebar-icon: "#c9d1d9" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 169, 112, 219 token-rgb-pink: 219, 112, 215 token-rgb-deep-purple: 115, 112, 219 token-rgb-indigo: 112, 126, 219 token-rgb-cyan: 219, 169, 112 token-rgb-teal: 219, 115, 112 token-rgb-lime: 219, 112, 162 token-rgb-light-green: 219, 112, 197 token-rgb-amber: 142, 112, 219 token-rgb-orange: 115, 112, 219 token-rgb-deep-orange: 112, 135, 219 token-rgb-light-blue: 219, 205, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1e74da" token-rgb-primary: 30, 116, 218 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#24292f" token-text-secondary: "#191c20" token-sidebar-icon: "#191c20" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 132, 63, 191 token-rgb-pink: 191, 63, 185 token-rgb-deep-purple: 69, 63, 191 token-rgb-indigo: 63, 79, 191 token-rgb-cyan: 191, 132, 63 token-rgb-teal: 191, 69, 63 token-rgb-lime: 191, 63, 122 token-rgb-light-green: 191, 63, 164 token-rgb-amber: 101, 63, 191 token-rgb-orange: 69, 63, 191 token-rgb-deep-orange: 63, 90, 191 token-rgb-light-blue: 191, 175, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble GitHub Plus # ------------------------------------------------------------------------------ Dubble GitHub Plus: card-mod-theme: Dubble GitHub Plus <<: *bubble_shared modes: dark: token-accent: "#58a6ff" token-rgb-primary: 88, 166, 255 token-text-on-accent: "#ffffff" token-bg: "#0d1117" token-bg-secondary: "#141b24" token-card: "#1c2532" token-text: "#c9d1d9" token-text-secondary: "#c3cbd3" token-sidebar-icon: "#c9d1d9" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 169, 112, 219 token-rgb-pink: 219, 112, 215 token-rgb-deep-purple: 115, 112, 219 token-rgb-indigo: 112, 126, 219 token-rgb-cyan: 219, 169, 112 token-rgb-teal: 219, 115, 112 token-rgb-lime: 219, 112, 162 token-rgb-light-green: 219, 112, 197 token-rgb-amber: 142, 112, 219 token-rgb-orange: 115, 112, 219 token-rgb-deep-orange: 112, 135, 219 token-rgb-light-blue: 219, 204, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#064998" token-rgb-primary: 6, 73, 152 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#24292f" token-text-secondary: "#121417" token-sidebar-icon: "#121417" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 132, 63, 191 token-rgb-pink: 191, 63, 186 token-rgb-deep-purple: 68, 63, 191 token-rgb-indigo: 63, 79, 191 token-rgb-cyan: 191, 132, 63 token-rgb-teal: 191, 68, 63 token-rgb-lime: 191, 63, 122 token-rgb-light-green: 191, 63, 164 token-rgb-amber: 100, 63, 191 token-rgb-orange: 68, 63, 191 token-rgb-deep-orange: 63, 90, 191 token-rgb-light-blue: 191, 175, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Glitter # ------------------------------------------------------------------------------ Bubble Glitter: card-mod-theme: Bubble Glitter <<: *bubble_shared modes: dark: token-accent: "#26deff" token-rgb-primary: 38, 222, 255 token-text-on-accent: "#ffffff" token-bg: "#0b0b0f" token-bg-secondary: "#13131b" token-card: "#191922" token-text: "#e6e6e6" token-text-secondary: "#dedede" token-sidebar-icon: "#e6e6e6" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 128, 112, 219 token-rgb-pink: 182, 112, 219 token-rgb-deep-purple: 112, 149, 219 token-rgb-indigo: 112, 167, 219 token-rgb-cyan: 219, 128, 112 token-rgb-teal: 219, 112, 149 token-rgb-lime: 219, 112, 203 token-rgb-light-green: 199, 112, 219 token-rgb-amber: 112, 122, 219 token-rgb-orange: 112, 149, 219 token-rgb-deep-orange: 112, 176, 219 token-rgb-light-blue: 219, 164, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#14abcc" token-rgb-primary: 20, 171, 204 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#0b0b0f" token-text-secondary: "#07070a" token-sidebar-icon: "#07070a" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 86, 63, 191 token-rgb-pink: 150, 63, 191 token-rgb-deep-purple: 63, 104, 191 token-rgb-indigo: 63, 125, 191 token-rgb-cyan: 191, 86, 63 token-rgb-teal: 191, 63, 104 token-rgb-lime: 191, 63, 168 token-rgb-light-green: 171, 63, 191 token-rgb-amber: 63, 72, 191 token-rgb-orange: 63, 104, 191 token-rgb-deep-orange: 63, 136, 191 token-rgb-light-blue: 191, 129, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Glitter # ------------------------------------------------------------------------------ Dubble Glitter: card-mod-theme: Dubble Glitter <<: *bubble_shared modes: dark: token-accent: "#00d8ff" token-rgb-primary: 0, 216, 255 token-text-on-accent: "#ffffff" token-bg: "#0b0b0f" token-bg-secondary: "#15151d" token-card: "#20202b" token-text: "#e6e6e6" token-text-secondary: "#e2e2e2" token-sidebar-icon: "#e6e6e6" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 128, 112, 219 token-rgb-pink: 182, 112, 219 token-rgb-deep-purple: 112, 149, 219 token-rgb-indigo: 112, 167, 219 token-rgb-cyan: 219, 128, 112 token-rgb-teal: 219, 112, 149 token-rgb-lime: 219, 112, 202 token-rgb-light-green: 199, 112, 219 token-rgb-amber: 112, 122, 219 token-rgb-orange: 112, 149, 219 token-rgb-deep-orange: 112, 176, 219 token-rgb-light-blue: 219, 164, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#00758e" token-rgb-primary: 0, 117, 142 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#0b0b0f" token-text-secondary: "#050507" token-sidebar-icon: "#050507" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 86, 63, 191 token-rgb-pink: 149, 63, 191 token-rgb-deep-purple: 63, 105, 191 token-rgb-indigo: 63, 126, 191 token-rgb-cyan: 191, 86, 63 token-rgb-teal: 191, 63, 105 token-rgb-lime: 191, 63, 168 token-rgb-light-green: 171, 63, 191 token-rgb-amber: 63, 73, 191 token-rgb-orange: 63, 105, 191 token-rgb-deep-orange: 63, 136, 191 token-rgb-light-blue: 191, 128, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Gloom # ------------------------------------------------------------------------------ Bubble Gloom: card-mod-theme: Bubble Gloom <<: *bubble_shared modes: dark: token-accent: "#d2b8f9" token-rgb-primary: 210, 184, 249 token-text-on-accent: "#000000" token-bg: "#1e1e2e" token-bg-secondary: "#242438" token-card: "#28283e" token-text: "#f8f8f2" token-text-secondary: "#f5f5ef" token-sidebar-icon: "#f8f8f2" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 112, 176 token-rgb-pink: 219, 112, 122 token-rgb-deep-purple: 208, 112, 219 token-rgb-indigo: 190, 112, 219 token-rgb-cyan: 176, 219, 112 token-rgb-teal: 219, 208, 112 token-rgb-lime: 219, 155, 112 token-rgb-light-green: 219, 119, 112 token-rgb-amber: 219, 112, 203 token-rgb-orange: 208, 112, 219 token-rgb-deep-orange: 181, 112, 219 token-rgb-light-blue: 140, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#cbabf9" token-rgb-primary: 203, 171, 249 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#1e1e2e" token-text-secondary: "#141420" token-sidebar-icon: "#141420" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 63, 138 token-rgb-pink: 191, 63, 75 token-rgb-deep-purple: 179, 63, 191 token-rgb-indigo: 158, 63, 191 token-rgb-cyan: 138, 191, 63 token-rgb-teal: 191, 179, 63 token-rgb-lime: 191, 116, 63 token-rgb-light-green: 191, 73, 63 token-rgb-amber: 191, 63, 170 token-rgb-orange: 179, 63, 191 token-rgb-deep-orange: 147, 63, 191 token-rgb-light-blue: 96, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Gloom # ------------------------------------------------------------------------------ Dubble Gloom: card-mod-theme: Dubble Gloom <<: *bubble_shared modes: dark: token-accent: "#bd93fa" token-rgb-primary: 189, 147, 250 token-text-on-accent: "#ffffff" token-bg: "#1e1e2e" token-bg-secondary: "#26263a" token-card: "#2e2e47" token-text: "#f8f8f2" token-text-secondary: "#f6f6f0" token-sidebar-icon: "#f8f8f2" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 112, 175 token-rgb-pink: 219, 112, 122 token-rgb-deep-purple: 209, 112, 219 token-rgb-indigo: 191, 112, 219 token-rgb-cyan: 175, 219, 112 token-rgb-teal: 219, 209, 112 token-rgb-lime: 219, 155, 112 token-rgb-light-green: 219, 120, 112 token-rgb-amber: 219, 112, 202 token-rgb-orange: 209, 112, 219 token-rgb-deep-orange: 182, 112, 219 token-rgb-light-blue: 139, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#8466ae" token-rgb-primary: 132, 102, 174 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#1e1e2e" token-text-secondary: "#0f0f17" token-sidebar-icon: "#0f0f17" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 63, 138 token-rgb-pink: 191, 63, 74 token-rgb-deep-purple: 180, 63, 191 token-rgb-indigo: 159, 63, 191 token-rgb-cyan: 138, 191, 63 token-rgb-teal: 191, 180, 63 token-rgb-lime: 191, 116, 63 token-rgb-light-green: 191, 74, 63 token-rgb-amber: 191, 63, 169 token-rgb-orange: 180, 63, 191 token-rgb-deep-orange: 148, 63, 191 token-rgb-light-blue: 95, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Gradient # ------------------------------------------------------------------------------ Bubble Gradient: card-mod-theme: Bubble Gradient <<: *bubble_shared modes: dark: token-accent: "#a3edfa" token-rgb-primary: 163, 237, 250 token-text-on-accent: "#000000" token-bg: "#0f0f23" token-bg-secondary: "#13132e" token-card: "#161634" token-text: "#ffffff" token-text-secondary: "#ffffff" token-sidebar-icon: "#ffffff" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 128, 112, 219 token-rgb-pink: 181, 112, 219 token-rgb-deep-purple: 112, 149, 219 token-rgb-indigo: 112, 167, 219 token-rgb-cyan: 219, 128, 112 token-rgb-teal: 219, 112, 149 token-rgb-lime: 219, 112, 203 token-rgb-light-green: 199, 112, 219 token-rgb-amber: 112, 122, 219 token-rgb-orange: 112, 149, 219 token-rgb-deep-orange: 112, 176, 219 token-rgb-light-blue: 219, 163, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#97ebfa" token-rgb-primary: 151, 235, 250 token-text-on-accent: "#000000" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#0f0f23" token-text-secondary: "#0a0a18" token-sidebar-icon: "#0a0a18" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 83, 63, 191 token-rgb-pink: 146, 63, 191 token-rgb-deep-purple: 63, 108, 191 token-rgb-indigo: 63, 129, 191 token-rgb-cyan: 191, 83, 63 token-rgb-teal: 191, 63, 108 token-rgb-lime: 191, 63, 171 token-rgb-light-green: 168, 63, 191 token-rgb-amber: 63, 76, 191 token-rgb-orange: 63, 108, 191 token-rgb-deep-orange: 63, 140, 191 token-rgb-light-blue: 191, 125, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Gradient # ------------------------------------------------------------------------------ Dubble Gradient: card-mod-theme: Dubble Gradient <<: *bubble_shared modes: dark: token-accent: "#7ee8fb" token-rgb-primary: 126, 232, 251 token-text-on-accent: "#000000" token-bg: "#0f0f23" token-bg-secondary: "#141430" token-card: "#1a1a3d" token-text: "#ffffff" token-text-secondary: "#ffffff" token-sidebar-icon: "#ffffff" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 128, 112, 219 token-rgb-pink: 182, 112, 219 token-rgb-deep-purple: 112, 149, 219 token-rgb-indigo: 112, 167, 219 token-rgb-cyan: 219, 128, 112 token-rgb-teal: 219, 112, 149 token-rgb-lime: 219, 112, 203 token-rgb-light-green: 199, 112, 219 token-rgb-amber: 112, 122, 219 token-rgb-orange: 112, 149, 219 token-rgb-deep-orange: 112, 176, 219 token-rgb-light-blue: 219, 164, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#58a2ae" token-rgb-primary: 88, 162, 174 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#0f0f23" token-text-secondary: "#070711" token-sidebar-icon: "#070711" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 81, 63, 191 token-rgb-pink: 145, 63, 191 token-rgb-deep-purple: 63, 109, 191 token-rgb-indigo: 63, 130, 191 token-rgb-cyan: 191, 81, 63 token-rgb-teal: 191, 63, 109 token-rgb-lime: 191, 63, 173 token-rgb-light-green: 166, 63, 191 token-rgb-amber: 63, 77, 191 token-rgb-orange: 63, 109, 191 token-rgb-deep-orange: 63, 141, 191 token-rgb-light-blue: 191, 124, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Gray Matter # ------------------------------------------------------------------------------ Bubble Gray Matter: card-mod-theme: Bubble Gray Matter <<: *bubble_shared modes: dark: token-accent: "#9fc2ff" token-rgb-primary: 159, 194, 255 token-text-on-accent: "#000000" token-bg: "#2d2d2d" token-bg-secondary: "#373737" token-card: "#3d3d3d" token-text: "#d4d4d4" token-text-secondary: "#c7c7c7" token-sidebar-icon: "#d4d4d4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 180, 112, 219 token-rgb-pink: 219, 112, 204 token-rgb-deep-purple: 126, 112, 219 token-rgb-indigo: 112, 115, 219 token-rgb-cyan: 219, 180, 112 token-rgb-teal: 219, 126, 112 token-rgb-lime: 219, 112, 151 token-rgb-light-green: 219, 112, 186 token-rgb-amber: 153, 112, 219 token-rgb-orange: 126, 112, 219 token-rgb-deep-orange: 112, 124, 219 token-rgb-light-blue: 219, 215, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#92baff" token-rgb-primary: 146, 186, 255 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#2d2d2d" token-text-secondary: "#1f1f1f" token-sidebar-icon: "#1f1f1f" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 144, 63, 191 token-rgb-pink: 191, 63, 174 token-rgb-deep-purple: 80, 63, 191 token-rgb-indigo: 63, 68, 191 token-rgb-cyan: 191, 144, 63 token-rgb-teal: 191, 80, 63 token-rgb-lime: 191, 63, 110 token-rgb-light-green: 191, 63, 153 token-rgb-amber: 112, 63, 191 token-rgb-orange: 80, 63, 191 token-rgb-deep-orange: 63, 78, 191 token-rgb-light-blue: 191, 186, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Gray Matter # ------------------------------------------------------------------------------ Dubble Gray Matter: card-mod-theme: Dubble Gray Matter <<: *bubble_shared modes: dark: token-accent: "#79aaff" token-rgb-primary: 121, 170, 255 token-text-on-accent: "#ffffff" token-bg: "#2d2d2d" token-bg-secondary: "#393939" token-card: "#464646" token-text: "#d4d4d4" token-text-secondary: "#cdcdcd" token-sidebar-icon: "#d4d4d4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 180, 112, 219 token-rgb-pink: 219, 112, 204 token-rgb-deep-purple: 126, 112, 219 token-rgb-indigo: 112, 115, 219 token-rgb-cyan: 219, 180, 112 token-rgb-teal: 219, 126, 112 token-rgb-lime: 219, 112, 151 token-rgb-light-green: 219, 112, 187 token-rgb-amber: 153, 112, 219 token-rgb-orange: 126, 112, 219 token-rgb-deep-orange: 112, 124, 219 token-rgb-light-blue: 219, 215, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#5477b2" token-rgb-primary: 84, 119, 178 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#2d2d2d" token-text-secondary: "#161616" token-sidebar-icon: "#161616" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 143, 63, 191 token-rgb-pink: 191, 63, 174 token-rgb-deep-purple: 80, 63, 191 token-rgb-indigo: 63, 68, 191 token-rgb-cyan: 191, 143, 63 token-rgb-teal: 191, 80, 63 token-rgb-lime: 191, 63, 111 token-rgb-light-green: 191, 63, 153 token-rgb-amber: 111, 63, 191 token-rgb-orange: 80, 63, 191 token-rgb-deep-orange: 63, 79, 191 token-rgb-light-blue: 191, 186, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Green # ------------------------------------------------------------------------------ Bubble Green: card-mod-theme: Bubble Green <<: *bubble_shared modes: dark: token-accent: "#59ff59" token-rgb-primary: 89, 255, 89 token-text-on-accent: "#000000" token-bg: "#001100" token-bg-secondary: "#001c00" token-card: "#002400" token-text: "#00ff00" token-text-secondary: "#00ff00" token-sidebar-icon: "#00ff00" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 219, 219 token-rgb-pink: 112, 165, 219 token-rgb-deep-purple: 112, 219, 165 token-rgb-indigo: 112, 219, 147 token-rgb-cyan: 219, 112, 219 token-rgb-teal: 165, 112, 219 token-rgb-lime: 112, 112, 219 token-rgb-light-green: 112, 147, 219 token-rgb-amber: 112, 219, 192 token-rgb-orange: 112, 219, 165 token-rgb-deep-orange: 112, 219, 138 token-rgb-light-blue: 219, 112, 183 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#0d880d" token-rgb-primary: 13, 136, 13 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#001100" token-text-secondary: "#000b00" token-sidebar-icon: "#000b00" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 191, 191 token-rgb-pink: 63, 127, 191 token-rgb-deep-purple: 63, 191, 127 token-rgb-indigo: 63, 191, 106 token-rgb-cyan: 191, 63, 191 token-rgb-teal: 127, 63, 191 token-rgb-lime: 63, 63, 191 token-rgb-light-green: 63, 106, 191 token-rgb-amber: 63, 191, 159 token-rgb-orange: 63, 191, 127 token-rgb-deep-orange: 63, 191, 95 token-rgb-light-blue: 191, 63, 148 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Green # ------------------------------------------------------------------------------ Dubble Green: card-mod-theme: Dubble Green <<: *bubble_shared modes: dark: token-accent: "#32ff32" token-rgb-primary: 50, 255, 50 token-text-on-accent: "#ffffff" token-bg: "#001100" token-bg-secondary: "#001f00" token-card: "#002d00" token-text: "#00ff00" token-text-secondary: "#00ff00" token-sidebar-icon: "#00ff00" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 219, 219 token-rgb-pink: 112, 165, 219 token-rgb-deep-purple: 112, 219, 165 token-rgb-indigo: 112, 219, 147 token-rgb-cyan: 219, 112, 219 token-rgb-teal: 165, 112, 219 token-rgb-lime: 112, 112, 219 token-rgb-light-green: 112, 147, 219 token-rgb-amber: 112, 219, 192 token-rgb-orange: 112, 219, 165 token-rgb-deep-orange: 112, 219, 138 token-rgb-light-blue: 219, 112, 183 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 34)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 34)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#005f00" token-rgb-primary: 0, 95, 0 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#001100" token-text-secondary: "#000800" token-sidebar-icon: "#000800" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 191, 191 token-rgb-pink: 63, 127, 191 token-rgb-deep-purple: 63, 191, 127 token-rgb-indigo: 63, 191, 106 token-rgb-cyan: 191, 63, 191 token-rgb-teal: 127, 63, 191 token-rgb-lime: 63, 63, 191 token-rgb-light-green: 63, 106, 191 token-rgb-amber: 63, 191, 159 token-rgb-orange: 63, 191, 127 token-rgb-deep-orange: 63, 191, 95 token-rgb-light-blue: 191, 63, 148 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Gruvbox Dark Hard # ------------------------------------------------------------------------------ Bubble Gruvbox Dark Hard: card-mod-theme: Bubble Gruvbox Dark Hard <<: *bubble_shared modes: dark: token-accent: "#fac854" token-rgb-primary: 250, 200, 84 token-text-on-accent: "#000000" token-bg: "#1d2021" token-bg-secondary: "#262a2c" token-card: "#2c3132" token-text: "#ebdbb2" token-text-secondary: "#e4d5ad" token-sidebar-icon: "#ebdbb2" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 144, 219, 112 token-rgb-pink: 112, 219, 133 token-rgb-deep-purple: 198, 219, 112 token-rgb-indigo: 215, 219, 112 token-rgb-cyan: 112, 144, 219 token-rgb-teal: 112, 198, 219 token-rgb-lime: 112, 219, 187 token-rgb-light-green: 112, 219, 151 token-rgb-amber: 171, 219, 112 token-rgb-orange: 198, 219, 112 token-rgb-deep-orange: 219, 213, 112 token-rgb-light-blue: 115, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#af4514" token-rgb-primary: 175, 69, 20 token-text-on-accent: "#ffffff" token-bg: "#fbf1c7" token-bg-secondary: "#f3e9c1" token-card: "#ffffff" token-text: "#3c3836" token-text-secondary: "#2a2725" token-sidebar-icon: "#2a2725" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 150, 191, 63 token-rgb-pink: 87, 191, 63 token-rgb-deep-purple: 191, 167, 63 token-rgb-indigo: 191, 146, 63 token-rgb-cyan: 63, 150, 191 token-rgb-teal: 63, 191, 167 token-rgb-lime: 63, 191, 104 token-rgb-light-green: 65, 191, 63 token-rgb-amber: 182, 191, 63 token-rgb-orange: 191, 167, 63 token-rgb-deep-orange: 191, 135, 63 token-rgb-light-blue: 63, 108, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Gruvbox Dark Hard # ------------------------------------------------------------------------------ Dubble Gruvbox Dark Hard: card-mod-theme: Dubble Gruvbox Dark Hard <<: *bubble_shared modes: dark: token-accent: "#fbbd2f" token-rgb-primary: 251, 189, 47 token-text-on-accent: "#000000" token-bg: "#1d2021" token-bg-secondary: "#282c2e" token-card: "#34393b" token-text: "#ebdbb2" token-text-secondary: "#e8d8af" token-sidebar-icon: "#ebdbb2" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 144, 219, 112 token-rgb-pink: 112, 219, 133 token-rgb-deep-purple: 198, 219, 112 token-rgb-indigo: 216, 219, 112 token-rgb-cyan: 112, 144, 219 token-rgb-teal: 112, 198, 219 token-rgb-lime: 112, 219, 186 token-rgb-light-green: 112, 219, 151 token-rgb-amber: 171, 219, 112 token-rgb-orange: 198, 219, 112 token-rgb-deep-orange: 219, 213, 112 token-rgb-light-blue: 115, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#7a2802" token-rgb-primary: 122, 40, 2 token-text-on-accent: "#ffffff" token-bg: "#fbf1c7" token-bg-secondary: "#ebe2bb" token-card: "#ffffff" token-text: "#3c3836" token-text-secondary: "#1e1c1b" token-sidebar-icon: "#1e1c1b" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 150, 191, 63 token-rgb-pink: 87, 191, 63 token-rgb-deep-purple: 191, 167, 63 token-rgb-indigo: 191, 146, 63 token-rgb-cyan: 63, 150, 191 token-rgb-teal: 63, 191, 167 token-rgb-lime: 63, 191, 104 token-rgb-light-green: 65, 191, 63 token-rgb-amber: 182, 191, 63 token-rgb-orange: 191, 167, 63 token-rgb-deep-orange: 191, 136, 63 token-rgb-light-blue: 63, 108, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Gruvbox Dark Soft # ------------------------------------------------------------------------------ Bubble Gruvbox Dark Soft: card-mod-theme: Bubble Gruvbox Dark Soft <<: *bubble_shared modes: dark: token-accent: "#fac854" token-rgb-primary: 250, 200, 84 token-text-on-accent: "#000000" token-bg: "#32302f" token-bg-secondary: "#3c3938" token-card: "#423f3e" token-text: "#ebdbb2" token-text-secondary: "#e4d5ad" token-sidebar-icon: "#ebdbb2" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 144, 219, 112 token-rgb-pink: 112, 219, 133 token-rgb-deep-purple: 198, 219, 112 token-rgb-indigo: 215, 219, 112 token-rgb-cyan: 112, 144, 219 token-rgb-teal: 112, 198, 219 token-rgb-lime: 112, 219, 187 token-rgb-light-green: 112, 219, 151 token-rgb-amber: 171, 219, 112 token-rgb-orange: 198, 219, 112 token-rgb-deep-orange: 219, 213, 112 token-rgb-light-blue: 115, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#af4514" token-rgb-primary: 175, 69, 20 token-text-on-accent: "#ffffff" token-bg: "#fbf1c7" token-bg-secondary: "#f3e9c1" token-card: "#ffffff" token-text: "#3c3836" token-text-secondary: "#2a2725" token-sidebar-icon: "#2a2725" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 150, 191, 63 token-rgb-pink: 87, 191, 63 token-rgb-deep-purple: 191, 167, 63 token-rgb-indigo: 191, 146, 63 token-rgb-cyan: 63, 150, 191 token-rgb-teal: 63, 191, 167 token-rgb-lime: 63, 191, 104 token-rgb-light-green: 65, 191, 63 token-rgb-amber: 182, 191, 63 token-rgb-orange: 191, 167, 63 token-rgb-deep-orange: 191, 135, 63 token-rgb-light-blue: 63, 108, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Gruvbox Dark Soft # ------------------------------------------------------------------------------ Dubble Gruvbox Dark Soft: card-mod-theme: Dubble Gruvbox Dark Soft <<: *bubble_shared modes: dark: token-accent: "#fbbd2f" token-rgb-primary: 251, 189, 47 token-text-on-accent: "#000000" token-bg: "#32302f" token-bg-secondary: "#3e3b3a" token-card: "#4a4746" token-text: "#ebdbb2" token-text-secondary: "#e8d8af" token-sidebar-icon: "#ebdbb2" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 144, 219, 112 token-rgb-pink: 112, 219, 133 token-rgb-deep-purple: 198, 219, 112 token-rgb-indigo: 216, 219, 112 token-rgb-cyan: 112, 144, 219 token-rgb-teal: 112, 198, 219 token-rgb-lime: 112, 219, 186 token-rgb-light-green: 112, 219, 151 token-rgb-amber: 171, 219, 112 token-rgb-orange: 198, 219, 112 token-rgb-deep-orange: 219, 213, 112 token-rgb-light-blue: 115, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#7a2802" token-rgb-primary: 122, 40, 2 token-text-on-accent: "#ffffff" token-bg: "#fbf1c7" token-bg-secondary: "#ebe2bb" token-card: "#ffffff" token-text: "#3c3836" token-text-secondary: "#1e1c1b" token-sidebar-icon: "#1e1c1b" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 150, 191, 63 token-rgb-pink: 87, 191, 63 token-rgb-deep-purple: 191, 167, 63 token-rgb-indigo: 191, 146, 63 token-rgb-cyan: 63, 150, 191 token-rgb-teal: 63, 191, 167 token-rgb-lime: 63, 191, 104 token-rgb-light-green: 65, 191, 63 token-rgb-amber: 182, 191, 63 token-rgb-orange: 191, 167, 63 token-rgb-deep-orange: 191, 136, 63 token-rgb-light-blue: 63, 108, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Iceberg # ------------------------------------------------------------------------------ Bubble Iceberg: card-mod-theme: Bubble Iceberg <<: *bubble_shared modes: dark: token-accent: "#a1b1c6" token-rgb-primary: 161, 177, 198 token-text-on-accent: "#ffffff" token-bg: "#161821" token-bg-secondary: "#1d202c" token-card: "#212432" token-text: "#c6c8d1" token-text-secondary: "#b8bac3" token-sidebar-icon: "#c6c8d1" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 172, 112, 219 token-rgb-pink: 219, 112, 212 token-rgb-deep-purple: 119, 112, 219 token-rgb-indigo: 112, 122, 219 token-rgb-cyan: 219, 172, 112 token-rgb-teal: 219, 119, 112 token-rgb-lime: 219, 112, 158 token-rgb-light-green: 219, 112, 194 token-rgb-amber: 146, 112, 219 token-rgb-orange: 119, 112, 219 token-rgb-deep-orange: 112, 131, 219 token-rgb-light-blue: 219, 208, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#97abc6" token-rgb-primary: 151, 171, 198 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#161821" token-text-secondary: "#0f1017" token-sidebar-icon: "#0f1017" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 136, 63, 191 token-rgb-pink: 191, 63, 181 token-rgb-deep-purple: 73, 63, 191 token-rgb-indigo: 63, 75, 191 token-rgb-cyan: 191, 136, 63 token-rgb-teal: 191, 73, 63 token-rgb-lime: 191, 63, 118 token-rgb-light-green: 191, 63, 160 token-rgb-amber: 105, 63, 191 token-rgb-orange: 73, 63, 191 token-rgb-deep-orange: 63, 86, 191 token-rgb-light-blue: 191, 179, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Iceberg # ------------------------------------------------------------------------------ Dubble Iceberg: card-mod-theme: Dubble Iceberg <<: *bubble_shared modes: dark: token-accent: "#8ba9d1" token-rgb-primary: 139, 169, 209 token-text-on-accent: "#ffffff" token-bg: "#161821" token-bg-secondary: "#1e212e" token-card: "#272b3b" token-text: "#c6c8d1" token-text-secondary: "#bfc1ca" token-sidebar-icon: "#c6c8d1" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 173, 112, 219 token-rgb-pink: 219, 112, 211 token-rgb-deep-purple: 119, 112, 219 token-rgb-indigo: 112, 122, 219 token-rgb-cyan: 219, 173, 112 token-rgb-teal: 219, 119, 112 token-rgb-lime: 219, 112, 158 token-rgb-light-green: 219, 112, 193 token-rgb-amber: 146, 112, 219 token-rgb-orange: 119, 112, 219 token-rgb-deep-orange: 112, 131, 219 token-rgb-light-blue: 219, 209, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#5c6f8a" token-rgb-primary: 92, 111, 138 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#161821" token-text-secondary: "#0a0b10" token-sidebar-icon: "#0a0b10" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 138, 63, 191 token-rgb-pink: 191, 63, 180 token-rgb-deep-purple: 74, 63, 191 token-rgb-indigo: 63, 73, 191 token-rgb-cyan: 191, 138, 63 token-rgb-teal: 191, 74, 63 token-rgb-lime: 191, 63, 116 token-rgb-light-green: 191, 63, 158 token-rgb-amber: 106, 63, 191 token-rgb-orange: 74, 63, 191 token-rgb-deep-orange: 63, 84, 191 token-rgb-light-blue: 191, 181, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble JetBrains Darcula # ------------------------------------------------------------------------------ Bubble JetBrains Darcula: card-mod-theme: Bubble JetBrains Darcula <<: *bubble_shared modes: dark: token-accent: "#84a3bb" token-rgb-primary: 132, 163, 187 token-text-on-accent: "#ffffff" token-bg: "#2b2b2b" token-bg-secondary: "#353535" token-card: "#3b3b3b" token-text: "#a9b7c6" token-text-secondary: "#9aa7b4" token-sidebar-icon: "#a9b7c6" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 158, 112, 219 token-rgb-pink: 212, 112, 219 token-rgb-deep-purple: 112, 119, 219 token-rgb-indigo: 112, 136, 219 token-rgb-cyan: 219, 158, 112 token-rgb-teal: 219, 112, 119 token-rgb-lime: 219, 112, 172 token-rgb-light-green: 219, 112, 208 token-rgb-amber: 132, 112, 219 token-rgb-orange: 112, 119, 219 token-rgb-deep-orange: 112, 145, 219 token-rgb-light-blue: 219, 194, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#7a9fbb" token-rgb-primary: 122, 159, 187 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#2b2b2b" token-text-secondary: "#1e1e1e" token-sidebar-icon: "#1e1e1e" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 118, 63, 191 token-rgb-pink: 182, 63, 191 token-rgb-deep-purple: 63, 72, 191 token-rgb-indigo: 63, 93, 191 token-rgb-cyan: 191, 118, 63 token-rgb-teal: 191, 63, 72 token-rgb-lime: 191, 63, 136 token-rgb-light-green: 191, 63, 178 token-rgb-amber: 86, 63, 191 token-rgb-orange: 63, 72, 191 token-rgb-deep-orange: 63, 104, 191 token-rgb-light-blue: 191, 161, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble JetBrains Darcula # ------------------------------------------------------------------------------ Dubble JetBrains Darcula: card-mod-theme: Dubble JetBrains Darcula <<: *bubble_shared modes: dark: token-accent: "#6fa1c8" token-rgb-primary: 111, 161, 200 token-text-on-accent: "#ffffff" token-bg: "#2b2b2b" token-bg-secondary: "#373737" token-card: "#444444" token-text: "#a9b7c6" token-text-secondary: "#a1afbd" token-sidebar-icon: "#a9b7c6" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 159, 112, 219 token-rgb-pink: 212, 112, 219 token-rgb-deep-purple: 112, 118, 219 token-rgb-indigo: 112, 136, 219 token-rgb-cyan: 219, 159, 112 token-rgb-teal: 219, 112, 118 token-rgb-lime: 219, 112, 172 token-rgb-light-green: 219, 112, 208 token-rgb-amber: 132, 112, 219 token-rgb-orange: 112, 118, 219 token-rgb-deep-orange: 112, 145, 219 token-rgb-light-blue: 219, 194, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#486982" token-rgb-primary: 72, 105, 130 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#2b2b2b" token-text-secondary: "#151515" token-sidebar-icon: "#151515" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 118, 63, 191 token-rgb-pink: 182, 63, 191 token-rgb-deep-purple: 63, 72, 191 token-rgb-indigo: 63, 93, 191 token-rgb-cyan: 191, 118, 63 token-rgb-teal: 191, 63, 72 token-rgb-lime: 191, 63, 136 token-rgb-light-green: 191, 63, 178 token-rgb-amber: 86, 63, 191 token-rgb-orange: 63, 72, 191 token-rgb-deep-orange: 63, 104, 191 token-rgb-light-blue: 191, 161, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble LaserWave # ------------------------------------------------------------------------------ Bubble LaserWave: card-mod-theme: Bubble LaserWave <<: *bubble_shared modes: dark: token-accent: "#eb87c6" token-rgb-primary: 235, 135, 198 token-text-on-accent: "#ffffff" token-bg: "#27212e" token-bg-secondary: "#2f2838" token-card: "#352c3e" token-text: "#fffefe" token-text-secondary: "#fffefe" token-sidebar-icon: "#fffefe" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 151, 112 token-rgb-pink: 219, 205, 112 token-rgb-deep-purple: 219, 112, 126 token-rgb-indigo: 219, 112, 143 token-rgb-cyan: 112, 219, 151 token-rgb-teal: 126, 219, 112 token-rgb-lime: 179, 219, 112 token-rgb-light-green: 215, 219, 112 token-rgb-amber: 219, 125, 112 token-rgb-orange: 219, 112, 126 token-rgb-deep-orange: 219, 112, 152 token-rgb-light-blue: 112, 219, 187 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#eb7bc1" token-rgb-primary: 235, 123, 193 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#27212e" token-text-secondary: "#1b1720" token-sidebar-icon: "#1b1720" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 111, 63 token-rgb-pink: 191, 175, 63 token-rgb-deep-purple: 191, 63, 79 token-rgb-indigo: 191, 63, 100 token-rgb-cyan: 63, 191, 111 token-rgb-teal: 79, 191, 63 token-rgb-lime: 143, 191, 63 token-rgb-light-green: 185, 191, 63 token-rgb-amber: 191, 79, 63 token-rgb-orange: 191, 63, 79 token-rgb-deep-orange: 191, 63, 111 token-rgb-light-blue: 63, 191, 154 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble LaserWave # ------------------------------------------------------------------------------ Dubble LaserWave: card-mod-theme: Dubble LaserWave <<: *bubble_shared modes: dark: token-accent: "#ef65bc" token-rgb-primary: 239, 101, 188 token-text-on-accent: "#ffffff" token-bg: "#27212e" token-bg-secondary: "#31293a" token-card: "#3c3247" token-text: "#fffefe" token-text-secondary: "#fffefe" token-sidebar-icon: "#fffefe" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 151, 112 token-rgb-pink: 219, 205, 112 token-rgb-deep-purple: 219, 112, 126 token-rgb-indigo: 219, 112, 144 token-rgb-cyan: 112, 219, 151 token-rgb-teal: 126, 219, 112 token-rgb-lime: 179, 219, 112 token-rgb-light-green: 215, 219, 112 token-rgb-amber: 219, 125, 112 token-rgb-orange: 219, 112, 126 token-rgb-deep-orange: 219, 112, 152 token-rgb-light-blue: 112, 219, 187 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#a44681" token-rgb-primary: 164, 70, 129 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#27212e" token-text-secondary: "#131017" token-sidebar-icon: "#131017" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 111, 63 token-rgb-pink: 191, 174, 63 token-rgb-deep-purple: 191, 63, 80 token-rgb-indigo: 191, 63, 101 token-rgb-cyan: 63, 191, 111 token-rgb-teal: 80, 191, 63 token-rgb-lime: 143, 191, 63 token-rgb-light-green: 186, 191, 63 token-rgb-amber: 191, 79, 63 token-rgb-orange: 191, 63, 80 token-rgb-deep-orange: 191, 63, 111 token-rgb-light-blue: 63, 191, 153 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Light Modern # ------------------------------------------------------------------------------ Bubble Light Modern: card-mod-theme: Bubble Light Modern <<: *bubble_shared modes: dark: token-accent: "#1e86cc" token-rgb-primary: 30, 134, 204 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#ffffff" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#-a-a-a" token-sidebar-icon: "#333333" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 155, 112, 219 token-rgb-pink: 208, 112, 219 token-rgb-deep-purple: 112, 122, 219 token-rgb-indigo: 112, 140, 219 token-rgb-cyan: 219, 155, 112 token-rgb-teal: 219, 112, 122 token-rgb-lime: 219, 112, 176 token-rgb-light-green: 219, 112, 211 token-rgb-amber: 128, 112, 219 token-rgb-orange: 112, 122, 219 token-rgb-deep-orange: 112, 149, 219 token-rgb-light-blue: 219, 190, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1482cc" token-rgb-primary: 20, 130, 204 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#232323" token-sidebar-icon: "#232323" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 115, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 115, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 139 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Light Modern # ------------------------------------------------------------------------------ Dubble Light Modern: card-mod-theme: Dubble Light Modern <<: *bubble_shared modes: dark: token-accent: "#0080d6" token-rgb-primary: 0, 128, 214 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#ffffff" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#141414" token-sidebar-icon: "#333333" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 155, 112, 219 token-rgb-pink: 208, 112, 219 token-rgb-deep-purple: 112, 122, 219 token-rgb-indigo: 112, 140, 219 token-rgb-cyan: 219, 155, 112 token-rgb-teal: 219, 112, 122 token-rgb-lime: 219, 112, 176 token-rgb-light-green: 219, 112, 211 token-rgb-amber: 128, 112, 219 token-rgb-orange: 112, 122, 219 token-rgb-deep-orange: 112, 149, 219 token-rgb-light-blue: 219, 190, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#00558e" token-rgb-primary: 0, 85, 142 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 114, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 114, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 140 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Luna # ------------------------------------------------------------------------------ Bubble Luna: card-mod-theme: Bubble Luna <<: *bubble_shared modes: dark: token-accent: "#ffc47a" token-rgb-primary: 255, 196, 122 token-text-on-accent: "#000000" token-bg: "#1c1c1c" token-bg-secondary: "#272727" token-card: "#2e2e2e" token-text: "#b2b2b2" token-text-secondary: "#9a9a9a" token-sidebar-icon: "#b2b2b2" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 159, 219, 112 token-rgb-pink: 112, 219, 118 token-rgb-deep-purple: 213, 219, 112 token-rgb-indigo: 219, 207, 112 token-rgb-cyan: 112, 159, 219 token-rgb-teal: 112, 213, 219 token-rgb-lime: 112, 219, 171 token-rgb-light-green: 112, 219, 136 token-rgb-amber: 186, 219, 112 token-rgb-orange: 213, 219, 112 token-rgb-deep-orange: 219, 198, 112 token-rgb-light-blue: 112, 124, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#ff9719" token-rgb-primary: 255, 151, 25 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#1c1c1c" token-text-secondary: "#131313" token-sidebar-icon: "#131313" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 121, 191, 63 token-rgb-pink: 63, 191, 69 token-rgb-deep-purple: 185, 191, 63 token-rgb-indigo: 191, 176, 63 token-rgb-cyan: 63, 121, 191 token-rgb-teal: 63, 185, 191 token-rgb-lime: 63, 191, 133 token-rgb-light-green: 63, 191, 91 token-rgb-amber: 153, 191, 63 token-rgb-orange: 185, 191, 63 token-rgb-deep-orange: 191, 165, 63 token-rgb-light-blue: 63, 78, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Luna # ------------------------------------------------------------------------------ Dubble Luna: card-mod-theme: Dubble Luna <<: *bubble_shared modes: dark: token-accent: "#ffb453" token-rgb-primary: 255, 180, 83 token-text-on-accent: "#000000" token-bg: "#1c1c1c" token-bg-secondary: "#292929" token-card: "#373737" token-text: "#b2b2b2" token-text-secondary: "#a6a6a6" token-sidebar-icon: "#b2b2b2" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 158, 219, 112 token-rgb-pink: 112, 219, 119 token-rgb-deep-purple: 212, 219, 112 token-rgb-indigo: 219, 208, 112 token-rgb-cyan: 112, 158, 219 token-rgb-teal: 112, 212, 219 token-rgb-lime: 112, 219, 172 token-rgb-light-green: 112, 219, 136 token-rgb-amber: 185, 219, 112 token-rgb-orange: 212, 219, 112 token-rgb-deep-orange: 219, 199, 112 token-rgb-light-blue: 112, 123, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#b26200" token-rgb-primary: 178, 98, 0 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#1c1c1c" token-text-secondary: "#0e0e0e" token-sidebar-icon: "#0e0e0e" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 121, 191, 63 token-rgb-pink: 63, 191, 70 token-rgb-deep-purple: 184, 191, 63 token-rgb-indigo: 191, 176, 63 token-rgb-cyan: 63, 121, 191 token-rgb-teal: 63, 184, 191 token-rgb-lime: 63, 191, 133 token-rgb-light-green: 63, 191, 91 token-rgb-amber: 152, 191, 63 token-rgb-orange: 184, 191, 63 token-rgb-deep-orange: 191, 165, 63 token-rgb-light-blue: 63, 78, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Material Theme # ------------------------------------------------------------------------------ Bubble Material Theme: card-mod-theme: Bubble Material Theme <<: *bubble_shared modes: dark: token-accent: "#9ecbc6" token-rgb-primary: 158, 203, 198 token-text-on-accent: "#000000" token-bg: "#263238" token-bg-secondary: "#2c3a41" token-card: "#304047" token-text: "#eeffff" token-text-secondary: "#eeffff" token-sidebar-icon: "#eeffff" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 124, 219 token-rgb-pink: 153, 112, 219 token-rgb-deep-purple: 112, 177, 219 token-rgb-indigo: 112, 195, 219 token-rgb-cyan: 219, 112, 124 token-rgb-teal: 219, 112, 177 token-rgb-lime: 207, 112, 219 token-rgb-light-green: 171, 112, 219 token-rgb-amber: 112, 150, 219 token-rgb-orange: 112, 177, 219 token-rgb-deep-orange: 112, 204, 219 token-rgb-light-blue: 219, 136, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#0d897c" token-rgb-primary: 13, 137, 124 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#263238" token-text-secondary: "#1a2327" token-sidebar-icon: "#1a2327" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 77, 191 token-rgb-pink: 114, 63, 191 token-rgb-deep-purple: 63, 140, 191 token-rgb-indigo: 63, 162, 191 token-rgb-cyan: 191, 63, 77 token-rgb-teal: 191, 63, 140 token-rgb-lime: 177, 63, 191 token-rgb-light-green: 135, 63, 191 token-rgb-amber: 63, 108, 191 token-rgb-orange: 63, 140, 191 token-rgb-deep-orange: 63, 172, 191 token-rgb-light-blue: 191, 92, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Material Theme # ------------------------------------------------------------------------------ Dubble Material Theme: card-mod-theme: Dubble Material Theme <<: *bubble_shared modes: dark: token-accent: "#86d5ce" token-rgb-primary: 134, 213, 206 token-text-on-accent: "#000000" token-bg: "#263238" token-bg-secondary: "#2e3c43" token-card: "#36474f" token-text: "#eeffff" token-text-secondary: "#eeffff" token-sidebar-icon: "#eeffff" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 121, 219 token-rgb-pink: 156, 112, 219 token-rgb-deep-purple: 112, 175, 219 token-rgb-indigo: 112, 193, 219 token-rgb-cyan: 219, 112, 121 token-rgb-teal: 219, 112, 175 token-rgb-lime: 209, 112, 219 token-rgb-light-green: 174, 112, 219 token-rgb-amber: 112, 148, 219 token-rgb-orange: 112, 175, 219 token-rgb-deep-orange: 112, 202, 219 token-rgb-light-blue: 219, 138, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#005f56" token-rgb-primary: 0, 95, 86 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#263238" token-text-secondary: "#13191c" token-sidebar-icon: "#13191c" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 75, 191 token-rgb-pink: 115, 63, 191 token-rgb-deep-purple: 63, 139, 191 token-rgb-indigo: 63, 160, 191 token-rgb-cyan: 191, 63, 75 token-rgb-teal: 191, 63, 139 token-rgb-lime: 179, 63, 191 token-rgb-light-green: 136, 63, 191 token-rgb-amber: 63, 107, 191 token-rgb-orange: 63, 139, 191 token-rgb-deep-orange: 63, 171, 191 token-rgb-light-blue: 191, 94, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Mellow # ------------------------------------------------------------------------------ Bubble Mellow: card-mod-theme: Bubble Mellow <<: *bubble_shared modes: dark: token-accent: "#c2e9fe" token-rgb-primary: 194, 233, 254 token-text-on-accent: "#000000" token-bg: "#1e1e1e" token-bg-secondary: "#292929" token-card: "#303030" token-text: "#d4d4d4" token-text-secondary: "#c7c7c7" token-sidebar-icon: "#d4d4d4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 149, 112, 219 token-rgb-pink: 203, 112, 219 token-rgb-deep-purple: 112, 128, 219 token-rgb-indigo: 112, 146, 219 token-rgb-cyan: 219, 149, 112 token-rgb-teal: 219, 112, 128 token-rgb-lime: 219, 112, 181 token-rgb-light-green: 219, 112, 217 token-rgb-amber: 122, 112, 219 token-rgb-orange: 112, 128, 219 token-rgb-deep-orange: 112, 155, 219 token-rgb-light-blue: 219, 185, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1482cc" token-rgb-primary: 20, 130, 204 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#232323" token-sidebar-icon: "#232323" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 115, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 115, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 139 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Mellow # ------------------------------------------------------------------------------ Dubble Mellow: card-mod-theme: Dubble Mellow <<: *bubble_shared modes: dark: token-accent: "#9cdcfe" token-rgb-primary: 156, 220, 254 token-text-on-accent: "#000000" token-bg: "#1e1e1e" token-bg-secondary: "#2b2b2b" token-card: "#383838" token-text: "#d4d4d4" token-text-secondary: "#cdcdcd" token-sidebar-icon: "#d4d4d4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 149, 112, 219 token-rgb-pink: 202, 112, 219 token-rgb-deep-purple: 112, 128, 219 token-rgb-indigo: 112, 146, 219 token-rgb-cyan: 219, 149, 112 token-rgb-teal: 219, 112, 128 token-rgb-lime: 219, 112, 182 token-rgb-light-green: 219, 112, 217 token-rgb-amber: 122, 112, 219 token-rgb-orange: 112, 128, 219 token-rgb-deep-orange: 112, 155, 219 token-rgb-light-blue: 219, 185, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#00558e" token-rgb-primary: 0, 85, 142 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 114, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 114, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 140 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Mint # ------------------------------------------------------------------------------ Bubble Mint: card-mod-theme: Bubble Mint <<: *bubble_shared modes: dark: token-accent: "#b8d8c1" token-rgb-primary: 184, 216, 193 token-text-on-accent: "#000000" token-bg: "#1e1e1e" token-bg-secondary: "#292929" token-card: "#303030" token-text: "#d4d4d4" token-text-secondary: "#c7c7c7" token-sidebar-icon: "#d4d4d4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 189, 219 token-rgb-pink: 112, 135, 219 token-rgb-deep-purple: 112, 219, 195 token-rgb-indigo: 112, 219, 178 token-rgb-cyan: 219, 112, 189 token-rgb-teal: 195, 112, 219 token-rgb-lime: 142, 112, 219 token-rgb-light-green: 112, 117, 219 token-rgb-amber: 112, 215, 219 token-rgb-orange: 112, 219, 195 token-rgb-deep-orange: 112, 219, 169 token-rgb-light-blue: 219, 112, 153 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#62cdc5" token-rgb-primary: 98, 205, 197 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#232323" token-sidebar-icon: "#232323" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 73, 191 token-rgb-pink: 117, 63, 191 token-rgb-deep-purple: 63, 137, 191 token-rgb-indigo: 63, 158, 191 token-rgb-cyan: 191, 63, 73 token-rgb-teal: 191, 63, 137 token-rgb-lime: 181, 63, 191 token-rgb-light-green: 139, 63, 191 token-rgb-amber: 63, 105, 191 token-rgb-orange: 63, 137, 191 token-rgb-deep-orange: 63, 168, 191 token-rgb-light-blue: 191, 96, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Mint # ------------------------------------------------------------------------------ Dubble Mint: card-mod-theme: Dubble Mint <<: *bubble_shared modes: dark: token-accent: "#9ddfb0" token-rgb-primary: 157, 223, 176 token-text-on-accent: "#000000" token-bg: "#1e1e1e" token-bg-secondary: "#2b2b2b" token-card: "#383838" token-text: "#d4d4d4" token-text-secondary: "#cdcdcd" token-sidebar-icon: "#d4d4d4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 188, 219 token-rgb-pink: 112, 134, 219 token-rgb-deep-purple: 112, 219, 196 token-rgb-indigo: 112, 219, 178 token-rgb-cyan: 219, 112, 188 token-rgb-teal: 196, 112, 219 token-rgb-lime: 143, 112, 219 token-rgb-light-green: 112, 117, 219 token-rgb-amber: 112, 215, 219 token-rgb-orange: 112, 219, 196 token-rgb-deep-orange: 112, 219, 169 token-rgb-light-blue: 219, 112, 152 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#368f89" token-rgb-primary: 54, 143, 137 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 72, 191 token-rgb-pink: 118, 63, 191 token-rgb-deep-purple: 63, 136, 191 token-rgb-indigo: 63, 157, 191 token-rgb-cyan: 191, 63, 72 token-rgb-teal: 191, 63, 136 token-rgb-lime: 182, 63, 191 token-rgb-light-green: 140, 63, 191 token-rgb-amber: 63, 104, 191 token-rgb-orange: 63, 136, 191 token-rgb-deep-orange: 63, 167, 191 token-rgb-light-blue: 191, 97, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Moonlight # ------------------------------------------------------------------------------ Bubble Moonlight: card-mod-theme: Bubble Moonlight <<: *bubble_shared modes: dark: token-accent: "#a8c4ff" token-rgb-primary: 168, 196, 255 token-text-on-accent: "#000000" token-bg: "#191f26" token-bg-secondary: "#202730" token-card: "#242d37" token-text: "#a6b0c0" token-text-secondary: "#959ead" token-sidebar-icon: "#a6b0c0" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 184, 112, 219 token-rgb-pink: 219, 112, 200 token-rgb-deep-purple: 131, 112, 219 token-rgb-indigo: 113, 112, 219 token-rgb-cyan: 219, 184, 112 token-rgb-teal: 219, 131, 112 token-rgb-lime: 219, 112, 146 token-rgb-light-green: 219, 112, 182 token-rgb-amber: 158, 112, 219 token-rgb-orange: 131, 112, 219 token-rgb-deep-orange: 112, 119, 219 token-rgb-light-blue: 218, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#9bbbff" token-rgb-primary: 155, 187, 255 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#191f26" token-text-secondary: "#11151a" token-sidebar-icon: "#11151a" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 150, 63, 191 token-rgb-pink: 191, 63, 168 token-rgb-deep-purple: 86, 63, 191 token-rgb-indigo: 65, 63, 191 token-rgb-cyan: 191, 150, 63 token-rgb-teal: 191, 86, 63 token-rgb-lime: 191, 63, 104 token-rgb-light-green: 191, 63, 147 token-rgb-amber: 118, 63, 191 token-rgb-orange: 86, 63, 191 token-rgb-deep-orange: 63, 72, 191 token-rgb-light-blue: 189, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Moonlight # ------------------------------------------------------------------------------ Dubble Moonlight: card-mod-theme: Dubble Moonlight <<: *bubble_shared modes: dark: token-accent: "#82aaff" token-rgb-primary: 130, 170, 255 token-text-on-accent: "#ffffff" token-bg: "#191f26" token-bg-secondary: "#212933" token-card: "#2a3440" token-text: "#a6b0c0" token-text-secondary: "#9da7b6" token-sidebar-icon: "#a6b0c0" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 185, 112, 219 token-rgb-pink: 219, 112, 200 token-rgb-deep-purple: 131, 112, 219 token-rgb-indigo: 113, 112, 219 token-rgb-cyan: 219, 185, 112 token-rgb-teal: 219, 131, 112 token-rgb-lime: 219, 112, 146 token-rgb-light-green: 219, 112, 182 token-rgb-amber: 158, 112, 219 token-rgb-orange: 131, 112, 219 token-rgb-deep-orange: 112, 119, 219 token-rgb-light-blue: 217, 219, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#5a77b2" token-rgb-primary: 90, 119, 178 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#191f26" token-text-secondary: "#0c0f13" token-sidebar-icon: "#0c0f13" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 149, 63, 191 token-rgb-pink: 191, 63, 169 token-rgb-deep-purple: 85, 63, 191 token-rgb-indigo: 64, 63, 191 token-rgb-cyan: 191, 149, 63 token-rgb-teal: 191, 85, 63 token-rgb-lime: 191, 63, 105 token-rgb-light-green: 191, 63, 148 token-rgb-amber: 117, 63, 191 token-rgb-orange: 85, 63, 191 token-rgb-deep-orange: 63, 73, 191 token-rgb-light-blue: 190, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Night Rider # ------------------------------------------------------------------------------ Bubble Night Rider: card-mod-theme: Bubble Night Rider <<: *bubble_shared modes: dark: token-accent: "#ff875b" token-rgb-primary: 255, 135, 91 token-text-on-accent: "#ffffff" token-bg: "#0d0d0d" token-bg-secondary: "#191919" token-card: "#202020" token-text: "#e0e0e0" token-text-secondary: "#d6d6d6" token-sidebar-icon: "#e0e0e0" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 190, 219, 112 token-rgb-pink: 137, 219, 112 token-rgb-deep-purple: 219, 194, 112 token-rgb-indigo: 219, 176, 112 token-rgb-cyan: 112, 190, 219 token-rgb-teal: 112, 219, 194 token-rgb-lime: 112, 219, 140 token-rgb-light-green: 119, 219, 112 token-rgb-amber: 217, 219, 112 token-rgb-orange: 219, 194, 112 token-rgb-deep-orange: 219, 167, 112 token-rgb-light-blue: 112, 154, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#ff7d4e" token-rgb-primary: 255, 125, 78 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#0d0d0d" token-text-secondary: "#090909" token-sidebar-icon: "#090909" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 157, 191, 63 token-rgb-pink: 93, 191, 63 token-rgb-deep-purple: 191, 161, 63 token-rgb-indigo: 191, 140, 63 token-rgb-cyan: 63, 157, 191 token-rgb-teal: 63, 191, 161 token-rgb-lime: 63, 191, 97 token-rgb-light-green: 72, 191, 63 token-rgb-amber: 189, 191, 63 token-rgb-orange: 191, 161, 63 token-rgb-deep-orange: 191, 129, 63 token-rgb-light-blue: 63, 114, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 24)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Night Rider # ------------------------------------------------------------------------------ Dubble Night Rider: card-mod-theme: Dubble Night Rider <<: *bubble_shared modes: dark: token-accent: "#ff6b35" token-rgb-primary: 255, 107, 53 token-text-on-accent: "#ffffff" token-bg: "#0d0d0d" token-bg-secondary: "#1b1b1b" token-card: "#2a2a2a" token-text: "#e0e0e0" token-text-secondary: "#dbdbdb" token-sidebar-icon: "#e0e0e0" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 190, 219, 112 token-rgb-pink: 137, 219, 112 token-rgb-deep-purple: 219, 194, 112 token-rgb-indigo: 219, 176, 112 token-rgb-cyan: 112, 190, 219 token-rgb-teal: 112, 219, 194 token-rgb-lime: 112, 219, 140 token-rgb-light-green: 119, 219, 112 token-rgb-amber: 217, 219, 112 token-rgb-orange: 219, 194, 112 token-rgb-deep-orange: 219, 167, 112 token-rgb-light-blue: 112, 154, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#b24a25" token-rgb-primary: 178, 74, 37 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#0d0d0d" token-text-secondary: "#060606" token-sidebar-icon: "#060606" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 157, 191, 63 token-rgb-pink: 94, 191, 63 token-rgb-deep-purple: 191, 160, 63 token-rgb-indigo: 191, 139, 63 token-rgb-cyan: 63, 157, 191 token-rgb-teal: 63, 191, 160 token-rgb-lime: 63, 191, 97 token-rgb-light-green: 72, 191, 63 token-rgb-amber: 189, 191, 63 token-rgb-orange: 191, 160, 63 token-rgb-deep-orange: 191, 129, 63 token-rgb-light-blue: 63, 115, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Nostromo # ------------------------------------------------------------------------------ Bubble Nostromo: card-mod-theme: Bubble Nostromo <<: *bubble_shared modes: dark: token-accent: "#9cc6c0" token-rgb-primary: 156, 198, 192 token-text-on-accent: "#000000" token-bg: "#242626" token-bg-secondary: "#2e3030" token-card: "#343737" token-text: "#b5b4b6" token-text-secondary: "#9f9ea0" token-sidebar-icon: "#b5b4b6" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 127, 219 token-rgb-pink: 150, 112, 219 token-rgb-deep-purple: 112, 181, 219 token-rgb-indigo: 112, 198, 219 token-rgb-cyan: 219, 112, 127 token-rgb-teal: 219, 112, 181 token-rgb-lime: 203, 112, 219 token-rgb-light-green: 168, 112, 219 token-rgb-amber: 112, 154, 219 token-rgb-orange: 112, 181, 219 token-rgb-deep-orange: 112, 207, 219 token-rgb-light-blue: 219, 132, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#6ea0a0" token-rgb-primary: 110, 160, 160 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#242626" token-text-secondary: "#191a1a" token-sidebar-icon: "#191a1a" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 63, 191 token-rgb-pink: 127, 63, 191 token-rgb-deep-purple: 63, 127, 191 token-rgb-indigo: 63, 148, 191 token-rgb-cyan: 191, 63, 63 token-rgb-teal: 191, 63, 127 token-rgb-lime: 191, 63, 191 token-rgb-light-green: 148, 63, 191 token-rgb-amber: 63, 95, 191 token-rgb-orange: 63, 127, 191 token-rgb-deep-orange: 63, 159, 191 token-rgb-light-blue: 191, 106, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Nostromo # ------------------------------------------------------------------------------ Dubble Nostromo: card-mod-theme: Dubble Nostromo <<: *bubble_shared modes: dark: token-accent: "#86d1c6" token-rgb-primary: 134, 209, 198 token-text-on-accent: "#000000" token-bg: "#242626" token-bg-secondary: "#303333" token-card: "#3c4040" token-text: "#b5b4b6" token-text-secondary: "#aaa9ab" token-sidebar-icon: "#b5b4b6" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 127, 219 token-rgb-pink: 150, 112, 219 token-rgb-deep-purple: 112, 181, 219 token-rgb-indigo: 112, 199, 219 token-rgb-cyan: 219, 112, 127 token-rgb-teal: 219, 112, 181 token-rgb-lime: 203, 112, 219 token-rgb-light-green: 167, 112, 219 token-rgb-amber: 112, 154, 219 token-rgb-orange: 112, 181, 219 token-rgb-deep-orange: 112, 208, 219 token-rgb-light-blue: 219, 132, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#426f6f" token-rgb-primary: 66, 111, 111 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#242626" token-text-secondary: "#121313" token-sidebar-icon: "#121313" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 63, 191 token-rgb-pink: 127, 63, 191 token-rgb-deep-purple: 63, 127, 191 token-rgb-indigo: 63, 148, 191 token-rgb-cyan: 191, 63, 63 token-rgb-teal: 191, 63, 127 token-rgb-lime: 191, 63, 191 token-rgb-light-green: 148, 63, 191 token-rgb-amber: 63, 95, 191 token-rgb-orange: 63, 127, 191 token-rgb-deep-orange: 63, 159, 191 token-rgb-light-blue: 191, 106, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Obsidian # ------------------------------------------------------------------------------ Bubble Obsidian: card-mod-theme: Bubble Obsidian <<: *bubble_shared modes: dark: token-accent: "#a2c780" token-rgb-primary: 162, 199, 128 token-text-on-accent: "#ffffff" token-bg: "#293134" token-bg-secondary: "#313a3e" token-card: "#354044" token-text: "#e0e2e4" token-text-secondary: "#d8d9db" token-sidebar-icon: "#e0e2e4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 219, 168 token-rgb-pink: 112, 217, 219 token-rgb-deep-purple: 112, 219, 114 token-rgb-indigo: 127, 219, 112 token-rgb-cyan: 168, 112, 219 token-rgb-teal: 114, 112, 219 token-rgb-lime: 112, 163, 219 token-rgb-light-green: 112, 199, 219 token-rgb-amber: 112, 219, 141 token-rgb-orange: 112, 219, 114 token-rgb-deep-orange: 136, 219, 112 token-rgb-light-blue: 203, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#7894b1" token-rgb-primary: 120, 148, 177 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#293134" token-text-secondary: "#1c2224" token-sidebar-icon: "#1c2224" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 128, 63, 191 token-rgb-pink: 191, 63, 190 token-rgb-deep-purple: 64, 63, 191 token-rgb-indigo: 63, 83, 191 token-rgb-cyan: 191, 128, 63 token-rgb-teal: 191, 64, 63 token-rgb-lime: 191, 63, 126 token-rgb-light-green: 191, 63, 168 token-rgb-amber: 96, 63, 191 token-rgb-orange: 64, 63, 191 token-rgb-deep-orange: 63, 94, 191 token-rgb-light-blue: 191, 171, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Obsidian # ------------------------------------------------------------------------------ Dubble Obsidian: card-mod-theme: Dubble Obsidian <<: *bubble_shared modes: dark: token-accent: "#9bd268" token-rgb-primary: 155, 210, 104 token-text-on-accent: "#000000" token-bg: "#293134" token-bg-secondary: "#323c40" token-card: "#3c474c" token-text: "#e0e2e4" token-text-secondary: "#dcdddf" token-sidebar-icon: "#e0e2e4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 219, 167 token-rgb-pink: 112, 217, 219 token-rgb-deep-purple: 112, 219, 114 token-rgb-indigo: 128, 219, 112 token-rgb-cyan: 167, 112, 219 token-rgb-teal: 114, 112, 219 token-rgb-lime: 112, 163, 219 token-rgb-light-green: 112, 199, 219 token-rgb-amber: 112, 219, 140 token-rgb-orange: 112, 219, 114 token-rgb-deep-orange: 136, 219, 112 token-rgb-light-blue: 203, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#48617b" token-rgb-primary: 72, 97, 123 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#293134" token-text-secondary: "#14181a" token-sidebar-icon: "#14181a" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 128, 63, 191 token-rgb-pink: 191, 63, 189 token-rgb-deep-purple: 65, 63, 191 token-rgb-indigo: 63, 83, 191 token-rgb-cyan: 191, 128, 63 token-rgb-teal: 191, 65, 63 token-rgb-lime: 191, 63, 126 token-rgb-light-green: 191, 63, 168 token-rgb-amber: 96, 63, 191 token-rgb-orange: 65, 63, 191 token-rgb-deep-orange: 63, 94, 191 token-rgb-light-blue: 191, 171, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Oceanic # ------------------------------------------------------------------------------ Bubble Oceanic: card-mod-theme: Bubble Oceanic <<: *bubble_shared modes: dark: token-accent: "#84a8cc" token-rgb-primary: 132, 168, 204 token-text-on-accent: "#ffffff" token-bg: "#1b2b34" token-bg-secondary: "#20333e" token-card: "#233844" token-text: "#cdd3de" token-text-secondary: "#c3c9d4" token-sidebar-icon: "#cdd3de" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 165, 112, 219 token-rgb-pink: 219, 112, 219 token-rgb-deep-purple: 112, 112, 219 token-rgb-indigo: 112, 130, 219 token-rgb-cyan: 219, 165, 112 token-rgb-teal: 219, 112, 112 token-rgb-lime: 219, 112, 165 token-rgb-light-green: 219, 112, 201 token-rgb-amber: 138, 112, 219 token-rgb-orange: 112, 112, 219 token-rgb-deep-orange: 112, 138, 219 token-rgb-light-blue: 219, 201, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#6e9ea0" token-rgb-primary: 110, 158, 160 token-text-on-accent: "#ffffff" token-bg: "#f8f8f2" token-bg-secondary: "#f0f0ea" token-card: "#ffffff" token-text: "#1b2b34" token-text-secondary: "#121e24" token-sidebar-icon: "#121e24" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 68, 63, 191 token-rgb-pink: 132, 63, 191 token-rgb-deep-purple: 63, 122, 191 token-rgb-indigo: 63, 143, 191 token-rgb-cyan: 191, 68, 63 token-rgb-teal: 191, 63, 122 token-rgb-lime: 191, 63, 186 token-rgb-light-green: 153, 63, 191 token-rgb-amber: 63, 90, 191 token-rgb-orange: 63, 122, 191 token-rgb-deep-orange: 63, 154, 191 token-rgb-light-blue: 191, 111, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Oceanic # ------------------------------------------------------------------------------ Dubble Oceanic: card-mod-theme: Dubble Oceanic <<: *bubble_shared modes: dark: token-accent: "#6ba0d6" token-rgb-primary: 107, 160, 214 token-text-on-accent: "#ffffff" token-bg: "#1b2b34" token-bg-secondary: "#213540" token-card: "#273f4c" token-text: "#cdd3de" token-text-secondary: "#c8ced9" token-sidebar-icon: "#cdd3de" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 166, 112, 219 token-rgb-pink: 219, 112, 218 token-rgb-deep-purple: 112, 112, 219 token-rgb-indigo: 112, 129, 219 token-rgb-cyan: 219, 166, 112 token-rgb-teal: 219, 112, 112 token-rgb-lime: 219, 112, 165 token-rgb-light-green: 219, 112, 200 token-rgb-amber: 139, 112, 219 token-rgb-orange: 112, 112, 219 token-rgb-deep-orange: 112, 138, 219 token-rgb-light-blue: 219, 201, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#426e6f" token-rgb-primary: 66, 110, 111 token-text-on-accent: "#ffffff" token-bg: "#f8f8f2" token-bg-secondary: "#e9e9e3" token-card: "#ffffff" token-text: "#1b2b34" token-text-secondary: "#0d151a" token-sidebar-icon: "#0d151a" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 66, 63, 191 token-rgb-pink: 130, 63, 191 token-rgb-deep-purple: 63, 124, 191 token-rgb-indigo: 63, 145, 191 token-rgb-cyan: 191, 66, 63 token-rgb-teal: 191, 63, 124 token-rgb-lime: 191, 63, 188 token-rgb-light-green: 151, 63, 191 token-rgb-amber: 63, 92, 191 token-rgb-orange: 63, 124, 191 token-rgb-deep-orange: 63, 156, 191 token-rgb-light-blue: 191, 109, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Pastel # ------------------------------------------------------------------------------ Bubble Pastel: card-mod-theme: Bubble Pastel <<: *bubble_shared modes: dark: token-accent: "#ffca92" token-rgb-primary: 255, 202, 146 token-text-on-accent: "#000000" token-bg: "#262626" token-bg-secondary: "#303030" token-card: "#373737" token-text: "#f8f8f2" token-text-secondary: "#f5f5ef" token-sidebar-icon: "#f8f8f2" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 164, 219, 112 token-rgb-pink: 112, 219, 113 token-rgb-deep-purple: 217, 219, 112 token-rgb-indigo: 219, 202, 112 token-rgb-cyan: 112, 164, 219 token-rgb-teal: 112, 217, 219 token-rgb-lime: 112, 219, 167 token-rgb-light-green: 112, 219, 131 token-rgb-amber: 191, 219, 112 token-rgb-orange: 217, 219, 112 token-rgb-deep-orange: 219, 193, 112 token-rgb-light-blue: 112, 128, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#ffc485" token-rgb-primary: 255, 196, 133 token-text-on-accent: "#000000" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#262626" token-text-secondary: "#1a1a1a" token-sidebar-icon: "#1a1a1a" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 125, 191, 63 token-rgb-pink: 63, 191, 65 token-rgb-deep-purple: 189, 191, 63 token-rgb-indigo: 191, 172, 63 token-rgb-cyan: 63, 125, 191 token-rgb-teal: 63, 189, 191 token-rgb-lime: 63, 191, 129 token-rgb-light-green: 63, 191, 87 token-rgb-amber: 157, 191, 63 token-rgb-orange: 189, 191, 63 token-rgb-deep-orange: 191, 161, 63 token-rgb-light-blue: 63, 82, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Pastel # ------------------------------------------------------------------------------ Dubble Pastel: card-mod-theme: Dubble Pastel <<: *bubble_shared modes: dark: token-accent: "#ffb86c" token-rgb-primary: 255, 184, 108 token-text-on-accent: "#000000" token-bg: "#262626" token-bg-secondary: "#333333" token-card: "#404040" token-text: "#f8f8f2" token-text-secondary: "#f6f6f0" token-sidebar-icon: "#f8f8f2" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 163, 219, 112 token-rgb-pink: 112, 219, 114 token-rgb-deep-purple: 217, 219, 112 token-rgb-indigo: 219, 203, 112 token-rgb-cyan: 112, 163, 219 token-rgb-teal: 112, 217, 219 token-rgb-lime: 112, 219, 167 token-rgb-light-green: 112, 219, 131 token-rgb-amber: 190, 219, 112 token-rgb-orange: 217, 219, 112 token-rgb-deep-orange: 219, 194, 112 token-rgb-light-blue: 112, 128, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#b2804b" token-rgb-primary: 178, 128, 75 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#262626" token-text-secondary: "#131313" token-sidebar-icon: "#131313" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 125, 191, 63 token-rgb-pink: 63, 191, 65 token-rgb-deep-purple: 189, 191, 63 token-rgb-indigo: 191, 171, 63 token-rgb-cyan: 63, 125, 191 token-rgb-teal: 63, 189, 191 token-rgb-lime: 63, 191, 129 token-rgb-light-green: 63, 191, 86 token-rgb-amber: 157, 191, 63 token-rgb-orange: 189, 191, 63 token-rgb-deep-orange: 191, 161, 63 token-rgb-light-blue: 63, 83, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 8)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 8)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Plastic # ------------------------------------------------------------------------------ Bubble Plastic: card-mod-theme: Bubble Plastic <<: *bubble_shared modes: dark: token-accent: "#1fd4b0" token-rgb-primary: 31, 212, 176 token-text-on-accent: "#ffffff" token-bg: "#0d0d0d" token-bg-secondary: "#191919" token-card: "#202020" token-text: "#e6e6e6" token-text-secondary: "#dedede" token-sidebar-icon: "#e6e6e6" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 133, 219 token-rgb-pink: 144, 112, 219 token-rgb-deep-purple: 112, 187, 219 token-rgb-indigo: 112, 204, 219 token-rgb-cyan: 219, 112, 133 token-rgb-teal: 219, 112, 187 token-rgb-lime: 197, 112, 219 token-rgb-light-green: 162, 112, 219 token-rgb-amber: 112, 160, 219 token-rgb-orange: 112, 187, 219 token-rgb-deep-orange: 112, 213, 219 token-rgb-light-blue: 219, 126, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#12b897" token-rgb-primary: 18, 184, 151 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#0d0d0d" token-text-secondary: "#090909" token-sidebar-icon: "#090909" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 89, 191 token-rgb-pink: 102, 63, 191 token-rgb-deep-purple: 63, 152, 191 token-rgb-indigo: 63, 174, 191 token-rgb-cyan: 191, 63, 89 token-rgb-teal: 191, 63, 152 token-rgb-lime: 165, 63, 191 token-rgb-light-green: 123, 63, 191 token-rgb-amber: 63, 120, 191 token-rgb-orange: 63, 152, 191 token-rgb-deep-orange: 63, 184, 191 token-rgb-light-blue: 191, 80, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Plastic # ------------------------------------------------------------------------------ Dubble Plastic: card-mod-theme: Dubble Plastic <<: *bubble_shared modes: dark: token-accent: "#00dcb0" token-rgb-primary: 0, 220, 176 token-text-on-accent: "#ffffff" token-bg: "#0d0d0d" token-bg-secondary: "#1b1b1b" token-card: "#2a2a2a" token-text: "#e6e6e6" token-text-secondary: "#e2e2e2" token-sidebar-icon: "#e6e6e6" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 133, 219 token-rgb-pink: 144, 112, 219 token-rgb-deep-purple: 112, 187, 219 token-rgb-indigo: 112, 205, 219 token-rgb-cyan: 219, 112, 133 token-rgb-teal: 219, 112, 187 token-rgb-lime: 197, 112, 219 token-rgb-light-green: 162, 112, 219 token-rgb-amber: 112, 160, 219 token-rgb-orange: 112, 187, 219 token-rgb-deep-orange: 112, 213, 219 token-rgb-light-blue: 219, 126, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#008067" token-rgb-primary: 0, 128, 103 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#0d0d0d" token-text-secondary: "#060606" token-sidebar-icon: "#060606" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 88, 191 token-rgb-pink: 102, 63, 191 token-rgb-deep-purple: 63, 152, 191 token-rgb-indigo: 63, 173, 191 token-rgb-cyan: 191, 63, 88 token-rgb-teal: 191, 63, 152 token-rgb-lime: 166, 63, 191 token-rgb-light-green: 123, 63, 191 token-rgb-amber: 63, 120, 191 token-rgb-orange: 63, 152, 191 token-rgb-deep-orange: 63, 184, 191 token-rgb-light-blue: 191, 81, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Plastic (Inverted) # ------------------------------------------------------------------------------ Bubble Plastic (Inverted): card-mod-theme: Bubble Plastic (Inverted) <<: *bubble_shared modes: dark: token-accent: "#1bb899" token-rgb-primary: 27, 184, 153 token-text-on-accent: "#ffffff" token-bg: "#e6e6e6" token-bg-secondary: "#e7e7e7" token-card: "#e8e8e8" token-text: "#0d0d0d" token-text-secondary: "#-3b-3b-3b" token-sidebar-icon: "#0d0d0d" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 133, 219 token-rgb-pink: 144, 112, 219 token-rgb-deep-purple: 112, 186, 219 token-rgb-indigo: 112, 204, 219 token-rgb-cyan: 219, 112, 133 token-rgb-teal: 219, 112, 186 token-rgb-lime: 198, 112, 219 token-rgb-light-green: 162, 112, 219 token-rgb-amber: 112, 160, 219 token-rgb-orange: 112, 186, 219 token-rgb-deep-orange: 112, 213, 219 token-rgb-light-blue: 219, 126, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 12)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#15d4ae" token-rgb-primary: 21, 212, 174 token-text-on-accent: "#ffffff" token-bg: "#0d0d0d" token-bg-secondary: "#0c0c0c" token-card: "#ffffff" token-text: "#e6e6e6" token-text-secondary: "#a1a1a1" token-sidebar-icon: "#a1a1a1" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 89, 191 token-rgb-pink: 102, 63, 191 token-rgb-deep-purple: 63, 152, 191 token-rgb-indigo: 63, 174, 191 token-rgb-cyan: 191, 63, 89 token-rgb-teal: 191, 63, 152 token-rgb-lime: 165, 63, 191 token-rgb-light-green: 123, 63, 191 token-rgb-amber: 63, 120, 191 token-rgb-orange: 63, 152, 191 token-rgb-deep-orange: 63, 184, 191 token-rgb-light-blue: 191, 80, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Plastic (Inverted) # ------------------------------------------------------------------------------ Dubble Plastic (Inverted): card-mod-theme: Dubble Plastic (Inverted) <<: *bubble_shared modes: dark: token-accent: "#00c69f" token-rgb-primary: 0, 198, 159 token-text-on-accent: "#ffffff" token-bg: "#e6e6e6" token-bg-secondary: "#e7e7e7" token-card: "#e9e9e9" token-text: "#0d0d0d" token-text-secondary: "#-17-17-17" token-sidebar-icon: "#0d0d0d" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 133, 219 token-rgb-pink: 144, 112, 219 token-rgb-deep-purple: 112, 186, 219 token-rgb-indigo: 112, 204, 219 token-rgb-cyan: 219, 112, 133 token-rgb-teal: 219, 112, 186 token-rgb-lime: 198, 112, 219 token-rgb-light-green: 162, 112, 219 token-rgb-amber: 112, 160, 219 token-rgb-orange: 112, 186, 219 token-rgb-deep-orange: 112, 213, 219 token-rgb-light-blue: 219, 126, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#009476" token-rgb-primary: 0, 148, 118 token-text-on-accent: "#ffffff" token-bg: "#0d0d0d" token-bg-secondary: "#0c0c0c" token-card: "#ffffff" token-text: "#e6e6e6" token-text-secondary: "#737373" token-sidebar-icon: "#737373" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 89, 191 token-rgb-pink: 101, 63, 191 token-rgb-deep-purple: 63, 153, 191 token-rgb-indigo: 63, 174, 191 token-rgb-cyan: 191, 63, 89 token-rgb-teal: 191, 63, 153 token-rgb-lime: 165, 63, 191 token-rgb-light-green: 122, 63, 191 token-rgb-amber: 63, 121, 191 token-rgb-orange: 63, 153, 191 token-rgb-deep-orange: 63, 185, 191 token-rgb-light-blue: 191, 80, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Polar # ------------------------------------------------------------------------------ Bubble Polar: card-mod-theme: Bubble Polar <<: *bubble_shared modes: dark: token-accent: "#9dafc1" token-rgb-primary: 157, 175, 193 token-text-on-accent: "#ffffff" token-bg: "#2e3440" token-bg-secondary: "#343b49" token-card: "#38404f" token-text: "#d8dee9" token-text-secondary: "#d1d7e2" token-sidebar-icon: "#d8dee9" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 165, 112, 219 token-rgb-pink: 219, 112, 219 token-rgb-deep-purple: 112, 112, 219 token-rgb-indigo: 112, 130, 219 token-rgb-cyan: 219, 165, 112 token-rgb-teal: 219, 112, 112 token-rgb-lime: 219, 112, 165 token-rgb-light-green: 219, 112, 201 token-rgb-amber: 138, 112, 219 token-rgb-orange: 112, 112, 219 token-rgb-deep-orange: 112, 138, 219 token-rgb-light-blue: 219, 201, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#6f8aac" token-rgb-primary: 111, 138, 172 token-text-on-accent: "#ffffff" token-bg: "#eceff4" token-bg-secondary: "#e4e7ec" token-card: "#ffffff" token-text: "#2e3440" token-text-secondary: "#20242c" token-sidebar-icon: "#20242c" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 134, 63, 191 token-rgb-pink: 191, 63, 183 token-rgb-deep-purple: 71, 63, 191 token-rgb-indigo: 63, 77, 191 token-rgb-cyan: 191, 134, 63 token-rgb-teal: 191, 71, 63 token-rgb-lime: 191, 63, 120 token-rgb-light-green: 191, 63, 162 token-rgb-amber: 102, 63, 191 token-rgb-orange: 71, 63, 191 token-rgb-deep-orange: 63, 88, 191 token-rgb-light-blue: 191, 177, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 8)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 8)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Polar # ------------------------------------------------------------------------------ Dubble Polar: card-mod-theme: Dubble Polar <<: *bubble_shared modes: dark: token-accent: "#89abcd" token-rgb-primary: 137, 171, 205 token-text-on-accent: "#ffffff" token-bg: "#2e3440" token-bg-secondary: "#363d4b" token-card: "#3e4656" token-text: "#d8dee9" token-text-secondary: "#d4dae5" token-sidebar-icon: "#d8dee9" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 165, 112, 219 token-rgb-pink: 219, 112, 219 token-rgb-deep-purple: 112, 112, 219 token-rgb-indigo: 112, 130, 219 token-rgb-cyan: 219, 165, 112 token-rgb-teal: 219, 112, 112 token-rgb-lime: 219, 112, 165 token-rgb-light-green: 219, 112, 201 token-rgb-amber: 138, 112, 219 token-rgb-orange: 112, 112, 219 token-rgb-deep-orange: 112, 138, 219 token-rgb-light-blue: 219, 201, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#415a78" token-rgb-primary: 65, 90, 120 token-text-on-accent: "#ffffff" token-bg: "#eceff4" token-bg-secondary: "#dde0e5" token-card: "#ffffff" token-text: "#2e3440" token-text-secondary: "#171920" token-sidebar-icon: "#171920" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 133, 63, 191 token-rgb-pink: 191, 63, 185 token-rgb-deep-purple: 69, 63, 191 token-rgb-indigo: 63, 79, 191 token-rgb-cyan: 191, 133, 63 token-rgb-teal: 191, 69, 63 token-rgb-lime: 191, 63, 121 token-rgb-light-green: 191, 63, 164 token-rgb-amber: 101, 63, 191 token-rgb-orange: 69, 63, 191 token-rgb-deep-orange: 63, 89, 191 token-rgb-light-blue: 191, 175, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Red Sands # ------------------------------------------------------------------------------ Bubble Red Sands: card-mod-theme: Bubble Red Sands <<: *bubble_shared modes: dark: token-accent: "#ff887b" token-rgb-primary: 255, 136, 123 token-text-on-accent: "#ffffff" token-bg: "#242424" token-bg-secondary: "#2e2e2e" token-card: "#353535" token-text: "#ffffff" token-text-secondary: "#ffffff" token-sidebar-icon: "#ffffff" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 208, 219, 112 token-rgb-pink: 155, 219, 112 token-rgb-deep-purple: 219, 176, 112 token-rgb-indigo: 219, 158, 112 token-rgb-cyan: 112, 208, 219 token-rgb-teal: 112, 219, 176 token-rgb-lime: 112, 219, 122 token-rgb-light-green: 137, 219, 112 token-rgb-amber: 219, 203, 112 token-rgb-orange: 219, 176, 112 token-rgb-deep-orange: 219, 149, 112 token-rgb-light-blue: 112, 173, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#cc4747" token-rgb-primary: 204, 71, 71 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#242424" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 191, 63 token-rgb-pink: 127, 191, 63 token-rgb-deep-purple: 191, 127, 63 token-rgb-indigo: 191, 106, 63 token-rgb-cyan: 63, 191, 191 token-rgb-teal: 63, 191, 127 token-rgb-lime: 63, 191, 63 token-rgb-light-green: 106, 191, 63 token-rgb-amber: 191, 159, 63 token-rgb-orange: 191, 127, 63 token-rgb-deep-orange: 191, 95, 63 token-rgb-light-blue: 63, 148, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Red Sands # ------------------------------------------------------------------------------ Dubble Red Sands: card-mod-theme: Dubble Red Sands <<: *bubble_shared modes: dark: token-accent: "#ff6654" token-rgb-primary: 255, 102, 84 token-text-on-accent: "#ffffff" token-bg: "#242424" token-bg-secondary: "#313131" token-card: "#3e3e3e" token-text: "#ffffff" token-text-secondary: "#ffffff" token-sidebar-icon: "#ffffff" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 208, 219, 112 token-rgb-pink: 154, 219, 112 token-rgb-deep-purple: 219, 177, 112 token-rgb-indigo: 219, 159, 112 token-rgb-cyan: 112, 208, 219 token-rgb-teal: 112, 219, 177 token-rgb-lime: 112, 219, 123 token-rgb-light-green: 136, 219, 112 token-rgb-amber: 219, 203, 112 token-rgb-orange: 219, 177, 112 token-rgb-deep-orange: 219, 150, 112 token-rgb-light-blue: 112, 172, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#8e2323" token-rgb-primary: 142, 35, 35 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#242424" token-text-secondary: "#121212" token-sidebar-icon: "#121212" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 191, 63 token-rgb-pink: 127, 191, 63 token-rgb-deep-purple: 191, 127, 63 token-rgb-indigo: 191, 106, 63 token-rgb-cyan: 63, 191, 191 token-rgb-teal: 63, 191, 127 token-rgb-lime: 63, 191, 63 token-rgb-light-green: 106, 191, 63 token-rgb-amber: 191, 159, 63 token-rgb-orange: 191, 127, 63 token-rgb-deep-orange: 191, 95, 63 token-rgb-light-blue: 63, 148, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Retro # ------------------------------------------------------------------------------ Bubble Retro: card-mod-theme: Bubble Retro <<: *bubble_shared modes: dark: token-accent: "#9bc6ab" token-rgb-primary: 155, 198, 171 token-text-on-accent: "#000000" token-bg: "#2a2a2a" token-bg-secondary: "#343434" token-card: "#3b3b3b" token-text: "#e0e0e0" token-text-secondary: "#d6d6d6" token-sidebar-icon: "#e0e0e0" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 179, 219 token-rgb-pink: 112, 125, 219 token-rgb-deep-purple: 112, 219, 205 token-rgb-indigo: 112, 219, 187 token-rgb-cyan: 219, 112, 179 token-rgb-teal: 205, 112, 219 token-rgb-lime: 152, 112, 219 token-rgb-light-green: 116, 112, 219 token-rgb-amber: 112, 206, 219 token-rgb-orange: 112, 219, 205 token-rgb-deep-orange: 112, 219, 178 token-rgb-light-blue: 219, 112, 143 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#699a75" token-rgb-primary: 105, 154, 117 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#2a2a2a" token-text-secondary: "#1d1d1d" token-sidebar-icon: "#1d1d1d" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 160, 191 token-rgb-pink: 63, 96, 191 token-rgb-deep-purple: 63, 191, 158 token-rgb-indigo: 63, 191, 137 token-rgb-cyan: 191, 63, 160 token-rgb-teal: 158, 63, 191 token-rgb-lime: 94, 63, 191 token-rgb-light-green: 63, 75, 191 token-rgb-amber: 63, 191, 190 token-rgb-orange: 63, 191, 158 token-rgb-deep-orange: 63, 191, 126 token-rgb-light-blue: 191, 63, 117 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l + 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l + 18)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Retro # ------------------------------------------------------------------------------ Dubble Retro: card-mod-theme: Dubble Retro <<: *bubble_shared modes: dark: token-accent: "#85d1a1" token-rgb-primary: 133, 209, 161 token-text-on-accent: "#000000" token-bg: "#2a2a2a" token-bg-secondary: "#363636" token-card: "#434343" token-text: "#e0e0e0" token-text-secondary: "#dbdbdb" token-sidebar-icon: "#e0e0e0" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 179, 219 token-rgb-pink: 112, 126, 219 token-rgb-deep-purple: 112, 219, 205 token-rgb-indigo: 112, 219, 187 token-rgb-cyan: 219, 112, 179 token-rgb-teal: 205, 112, 219 token-rgb-lime: 151, 112, 219 token-rgb-light-green: 115, 112, 219 token-rgb-amber: 112, 206, 219 token-rgb-orange: 112, 219, 205 token-rgb-deep-orange: 112, 219, 178 token-rgb-light-blue: 219, 112, 144 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h calc(s - 15) calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h calc(s - 15) calc(l - 20)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#3e6b4a" token-rgb-primary: 62, 107, 74 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#2a2a2a" token-text-secondary: "#151515" token-sidebar-icon: "#151515" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 157, 191 token-rgb-pink: 63, 93, 191 token-rgb-deep-purple: 63, 191, 161 token-rgb-indigo: 63, 191, 140 token-rgb-cyan: 191, 63, 157 token-rgb-teal: 161, 63, 191 token-rgb-lime: 97, 63, 191 token-rgb-light-green: 63, 72, 191 token-rgb-amber: 63, 189, 191 token-rgb-orange: 63, 191, 161 token-rgb-deep-orange: 63, 191, 129 token-rgb-light-blue: 191, 63, 114 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l + 22)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l + 22)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Rouge # ------------------------------------------------------------------------------ Bubble Rouge: card-mod-theme: Bubble Rouge <<: *bubble_shared modes: dark: token-accent: "#e08d93" token-rgb-primary: 224, 141, 147 token-text-on-accent: "#ffffff" token-bg: "#111111" token-bg-secondary: "#1c1c1c" token-card: "#242424" token-text: "#abb2bf" token-text-secondary: "#99a0ab" token-sidebar-icon: "#abb2bf" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 211, 112 token-rgb-pink: 173, 219, 112 token-rgb-deep-purple: 219, 158, 112 token-rgb-indigo: 219, 140, 112 token-rgb-cyan: 112, 219, 211 token-rgb-teal: 112, 219, 158 token-rgb-lime: 119, 219, 112 token-rgb-light-green: 155, 219, 112 token-rgb-amber: 219, 184, 112 token-rgb-orange: 219, 158, 112 token-rgb-deep-orange: 219, 131, 112 token-rgb-light-blue: 112, 191, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#e08289" token-rgb-primary: 224, 130, 137 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#111111" token-text-secondary: "#0b0b0b" token-sidebar-icon: "#0b0b0b" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 181, 63 token-rgb-pink: 136, 191, 63 token-rgb-deep-purple: 191, 118, 63 token-rgb-indigo: 191, 96, 63 token-rgb-cyan: 63, 191, 181 token-rgb-teal: 63, 191, 118 token-rgb-lime: 73, 191, 63 token-rgb-light-green: 115, 191, 63 token-rgb-amber: 191, 149, 63 token-rgb-orange: 191, 118, 63 token-rgb-deep-orange: 191, 86, 63 token-rgb-light-blue: 63, 158, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Rouge # ------------------------------------------------------------------------------ Dubble Rouge: card-mod-theme: Dubble Rouge <<: *bubble_shared modes: dark: token-accent: "#e66e78" token-rgb-primary: 230, 110, 120 token-text-on-accent: "#ffffff" token-bg: "#111111" token-bg-secondary: "#1f1f1f" token-card: "#2d2d2d" token-text: "#abb2bf" token-text-secondary: "#a2a9b5" token-sidebar-icon: "#abb2bf" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 210, 112 token-rgb-pink: 174, 219, 112 token-rgb-deep-purple: 219, 156, 112 token-rgb-indigo: 219, 138, 112 token-rgb-cyan: 112, 219, 210 token-rgb-teal: 112, 219, 156 token-rgb-lime: 121, 219, 112 token-rgb-light-green: 156, 219, 112 token-rgb-amber: 219, 183, 112 token-rgb-orange: 219, 156, 112 token-rgb-deep-orange: 219, 130, 112 token-rgb-light-blue: 112, 192, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#9c4b51" token-rgb-primary: 156, 75, 81 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#111111" token-text-secondary: "#080808" token-sidebar-icon: "#080808" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 181, 63 token-rgb-pink: 136, 191, 63 token-rgb-deep-purple: 191, 118, 63 token-rgb-indigo: 191, 96, 63 token-rgb-cyan: 63, 191, 181 token-rgb-teal: 63, 191, 118 token-rgb-lime: 73, 191, 63 token-rgb-light-green: 115, 191, 63 token-rgb-amber: 191, 149, 63 token-rgb-orange: 191, 118, 63 token-rgb-deep-orange: 191, 86, 63 token-rgb-light-blue: 63, 158, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Selenitic # ------------------------------------------------------------------------------ Bubble Selenitic: card-mod-theme: Bubble Selenitic <<: *bubble_shared modes: dark: token-accent: "#af7979" token-rgb-primary: 175, 121, 121 token-text-on-accent: "#ffffff" token-bg: "#0c0c0c" token-bg-secondary: "#181818" token-card: "#1f1f1f" token-text: "#e0e0e0" token-text-secondary: "#d6d6d6" token-sidebar-icon: "#e0e0e0" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 219, 112 token-rgb-pink: 165, 219, 112 token-rgb-deep-purple: 219, 165, 112 token-rgb-indigo: 219, 147, 112 token-rgb-cyan: 112, 219, 219 token-rgb-teal: 112, 219, 165 token-rgb-lime: 112, 219, 112 token-rgb-light-green: 147, 219, 112 token-rgb-amber: 219, 192, 112 token-rgb-orange: 219, 165, 112 token-rgb-deep-orange: 219, 138, 112 token-rgb-light-blue: 112, 183, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 6)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 6)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#af7070" token-rgb-primary: 175, 112, 112 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#0c0c0c" token-text-secondary: "#080808" token-sidebar-icon: "#080808" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 191, 63 token-rgb-pink: 127, 191, 63 token-rgb-deep-purple: 191, 127, 63 token-rgb-indigo: 191, 106, 63 token-rgb-cyan: 63, 191, 191 token-rgb-teal: 63, 191, 127 token-rgb-lime: 63, 191, 63 token-rgb-light-green: 106, 191, 63 token-rgb-amber: 191, 159, 63 token-rgb-orange: 191, 127, 63 token-rgb-deep-orange: 191, 95, 63 token-rgb-light-blue: 63, 148, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Selenitic # ------------------------------------------------------------------------------ Dubble Selenitic: card-mod-theme: Dubble Selenitic <<: *bubble_shared modes: dark: token-accent: "#bf6767" token-rgb-primary: 191, 103, 103 token-text-on-accent: "#ffffff" token-bg: "#0c0c0c" token-bg-secondary: "#1a1a1a" token-card: "#292929" token-text: "#e0e0e0" token-text-secondary: "#dbdbdb" token-sidebar-icon: "#e0e0e0" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 219, 112 token-rgb-pink: 165, 219, 112 token-rgb-deep-purple: 219, 165, 112 token-rgb-indigo: 219, 147, 112 token-rgb-cyan: 112, 219, 219 token-rgb-teal: 112, 219, 165 token-rgb-lime: 112, 219, 112 token-rgb-light-green: 147, 219, 112 token-rgb-amber: 219, 192, 112 token-rgb-orange: 219, 165, 112 token-rgb-deep-orange: 219, 138, 112 token-rgb-light-blue: 112, 183, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#7a4242" token-rgb-primary: 122, 66, 66 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#0c0c0c" token-text-secondary: "#060606" token-sidebar-icon: "#060606" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 191, 63 token-rgb-pink: 127, 191, 63 token-rgb-deep-purple: 191, 127, 63 token-rgb-indigo: 191, 106, 63 token-rgb-cyan: 63, 191, 191 token-rgb-teal: 63, 191, 127 token-rgb-lime: 63, 191, 63 token-rgb-light-green: 106, 191, 63 token-rgb-amber: 191, 159, 63 token-rgb-orange: 191, 127, 63 token-rgb-deep-orange: 191, 95, 63 token-rgb-light-blue: 63, 148, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Slime # ------------------------------------------------------------------------------ Bubble Slime: card-mod-theme: Bubble Slime <<: *bubble_shared modes: dark: token-accent: "#a8c396" token-rgb-primary: 168, 195, 150 token-text-on-accent: "#000000" token-bg: "#1e1e1e" token-bg-secondary: "#292929" token-card: "#303030" token-text: "#d4d4d4" token-text-secondary: "#c7c7c7" token-sidebar-icon: "#d4d4d4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 219, 176 token-rgb-pink: 112, 208, 219 token-rgb-deep-purple: 112, 219, 122 token-rgb-indigo: 119, 219, 112 token-rgb-cyan: 176, 112, 219 token-rgb-teal: 122, 112, 219 token-rgb-lime: 112, 155, 219 token-rgb-light-green: 112, 190, 219 token-rgb-amber: 112, 219, 149 token-rgb-orange: 112, 219, 122 token-rgb-deep-orange: 128, 219, 112 token-rgb-light-blue: 212, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#a3c38c" token-rgb-primary: 163, 195, 140 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#1e1e1e" token-text-secondary: "#151515" token-sidebar-icon: "#151515" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 191, 137 token-rgb-pink: 63, 180, 191 token-rgb-deep-purple: 63, 191, 74 token-rgb-indigo: 74, 191, 63 token-rgb-cyan: 137, 63, 191 token-rgb-teal: 74, 63, 191 token-rgb-lime: 63, 117, 191 token-rgb-light-green: 63, 159, 191 token-rgb-amber: 63, 191, 106 token-rgb-orange: 63, 191, 74 token-rgb-deep-orange: 85, 191, 63 token-rgb-light-blue: 180, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 28)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Slime # ------------------------------------------------------------------------------ Dubble Slime: card-mod-theme: Dubble Slime <<: *bubble_shared modes: dark: token-accent: "#a1cf80" token-rgb-primary: 161, 207, 128 token-text-on-accent: "#000000" token-bg: "#1e1e1e" token-bg-secondary: "#2b2b2b" token-card: "#383838" token-text: "#d4d4d4" token-text-secondary: "#cdcdcd" token-sidebar-icon: "#d4d4d4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 219, 174 token-rgb-pink: 112, 210, 219 token-rgb-deep-purple: 112, 219, 121 token-rgb-indigo: 121, 219, 112 token-rgb-cyan: 174, 112, 219 token-rgb-teal: 121, 112, 219 token-rgb-lime: 112, 156, 219 token-rgb-light-green: 112, 192, 219 token-rgb-amber: 112, 219, 147 token-rgb-orange: 112, 219, 121 token-rgb-deep-orange: 130, 219, 112 token-rgb-light-blue: 210, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#6a8854" token-rgb-primary: 106, 136, 84 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#1e1e1e" token-text-secondary: "#0f0f0f" token-sidebar-icon: "#0f0f0f" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 191, 137 token-rgb-pink: 63, 181, 191 token-rgb-deep-purple: 63, 191, 73 token-rgb-indigo: 75, 191, 63 token-rgb-cyan: 137, 63, 191 token-rgb-teal: 73, 63, 191 token-rgb-lime: 63, 117, 191 token-rgb-light-green: 63, 160, 191 token-rgb-amber: 63, 191, 105 token-rgb-orange: 63, 191, 73 token-rgb-deep-orange: 85, 191, 63 token-rgb-light-blue: 179, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Soft # ------------------------------------------------------------------------------ Bubble Soft: card-mod-theme: Bubble Soft <<: *bubble_shared modes: dark: token-accent: "#c2e9fe" token-rgb-primary: 194, 233, 254 token-text-on-accent: "#000000" token-bg: "#1e1e1e" token-bg-secondary: "#292929" token-card: "#303030" token-text: "#d4d4d4" token-text-secondary: "#c7c7c7" token-sidebar-icon: "#d4d4d4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 149, 112, 219 token-rgb-pink: 203, 112, 219 token-rgb-deep-purple: 112, 128, 219 token-rgb-indigo: 112, 146, 219 token-rgb-cyan: 219, 149, 112 token-rgb-teal: 219, 112, 128 token-rgb-lime: 219, 112, 181 token-rgb-light-green: 219, 112, 217 token-rgb-amber: 122, 112, 219 token-rgb-orange: 112, 128, 219 token-rgb-deep-orange: 112, 155, 219 token-rgb-light-blue: 219, 185, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#1482cc" token-rgb-primary: 20, 130, 204 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#232323" token-sidebar-icon: "#232323" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 115, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 115, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 139 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Soft # ------------------------------------------------------------------------------ Dubble Soft: card-mod-theme: Dubble Soft <<: *bubble_shared modes: dark: token-accent: "#9cdcfe" token-rgb-primary: 156, 220, 254 token-text-on-accent: "#000000" token-bg: "#1e1e1e" token-bg-secondary: "#2b2b2b" token-card: "#383838" token-text: "#d4d4d4" token-text-secondary: "#cdcdcd" token-sidebar-icon: "#d4d4d4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 149, 112, 219 token-rgb-pink: 202, 112, 219 token-rgb-deep-purple: 112, 128, 219 token-rgb-indigo: 112, 146, 219 token-rgb-cyan: 219, 149, 112 token-rgb-teal: 219, 112, 128 token-rgb-lime: 219, 112, 182 token-rgb-light-green: 219, 112, 217 token-rgb-amber: 122, 112, 219 token-rgb-orange: 112, 128, 219 token-rgb-deep-orange: 112, 155, 219 token-rgb-light-blue: 219, 185, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#00558e" token-rgb-primary: 0, 85, 142 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 114, 63, 191 token-rgb-pink: 178, 63, 191 token-rgb-deep-purple: 63, 76, 191 token-rgb-indigo: 63, 97, 191 token-rgb-cyan: 191, 114, 63 token-rgb-teal: 191, 63, 76 token-rgb-lime: 191, 63, 140 token-rgb-light-green: 191, 63, 182 token-rgb-amber: 83, 63, 191 token-rgb-orange: 63, 76, 191 token-rgb-deep-orange: 63, 108, 191 token-rgb-light-blue: 191, 157, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Sublime # ------------------------------------------------------------------------------ Bubble Sublime: card-mod-theme: Bubble Sublime <<: *bubble_shared modes: dark: token-accent: "#ffd326" token-rgb-primary: 255, 211, 38 token-text-on-accent: "#000000" token-bg: "#252525" token-bg-secondary: "#2f2f2f" token-card: "#363636" token-text: "#f8f8f2" token-text-secondary: "#f5f5ef" token-sidebar-icon: "#f8f8f2" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 133, 219, 112 token-rgb-pink: 112, 219, 144 token-rgb-deep-purple: 187, 219, 112 token-rgb-indigo: 205, 219, 112 token-rgb-cyan: 112, 133, 219 token-rgb-teal: 112, 187, 219 token-rgb-lime: 112, 219, 197 token-rgb-light-green: 112, 219, 161 token-rgb-amber: 160, 219, 112 token-rgb-orange: 187, 219, 112 token-rgb-deep-orange: 214, 219, 112 token-rgb-light-blue: 126, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#ffa319" token-rgb-primary: 255, 163, 25 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#252525" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 114, 191, 63 token-rgb-pink: 63, 191, 76 token-rgb-deep-purple: 178, 191, 63 token-rgb-indigo: 191, 182, 63 token-rgb-cyan: 63, 114, 191 token-rgb-teal: 63, 178, 191 token-rgb-lime: 63, 191, 140 token-rgb-light-green: 63, 191, 97 token-rgb-amber: 146, 191, 63 token-rgb-orange: 178, 191, 63 token-rgb-deep-orange: 191, 172, 63 token-rgb-light-blue: 63, 72, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Sublime # ------------------------------------------------------------------------------ Dubble Sublime: card-mod-theme: Dubble Sublime <<: *bubble_shared modes: dark: token-accent: "#ffcc00" token-rgb-primary: 255, 204, 0 token-text-on-accent: "#000000" token-bg: "#252525" token-bg-secondary: "#323232" token-card: "#3f3f3f" token-text: "#f8f8f2" token-text-secondary: "#f6f6f0" token-sidebar-icon: "#f8f8f2" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 133, 219, 112 token-rgb-pink: 112, 219, 144 token-rgb-deep-purple: 187, 219, 112 token-rgb-indigo: 205, 219, 112 token-rgb-cyan: 112, 133, 219 token-rgb-teal: 112, 187, 219 token-rgb-lime: 112, 219, 197 token-rgb-light-green: 112, 219, 162 token-rgb-amber: 160, 219, 112 token-rgb-orange: 187, 219, 112 token-rgb-deep-orange: 213, 219, 112 token-rgb-light-blue: 126, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#b26b00" token-rgb-primary: 178, 107, 0 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#252525" token-text-secondary: "#121212" token-sidebar-icon: "#121212" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 114, 191, 63 token-rgb-pink: 63, 191, 76 token-rgb-deep-purple: 178, 191, 63 token-rgb-indigo: 191, 182, 63 token-rgb-cyan: 63, 114, 191 token-rgb-teal: 63, 178, 191 token-rgb-lime: 63, 191, 140 token-rgb-light-green: 63, 191, 97 token-rgb-amber: 146, 191, 63 token-rgb-orange: 178, 191, 63 token-rgb-deep-orange: 191, 172, 63 token-rgb-light-blue: 63, 72, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 2)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Sundial # ------------------------------------------------------------------------------ Bubble Sundial: card-mod-theme: Bubble Sundial <<: *bubble_shared modes: dark: token-accent: "#ffca92" token-rgb-primary: 255, 202, 146 token-text-on-accent: "#000000" token-bg: "#1a1a1a" token-bg-secondary: "#252525" token-card: "#2c2c2c" token-text: "#f8f8f2" token-text-secondary: "#f5f5ef" token-sidebar-icon: "#f8f8f2" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 164, 219, 112 token-rgb-pink: 112, 219, 113 token-rgb-deep-purple: 217, 219, 112 token-rgb-indigo: 219, 202, 112 token-rgb-cyan: 112, 164, 219 token-rgb-teal: 112, 217, 219 token-rgb-lime: 112, 219, 167 token-rgb-light-green: 112, 219, 131 token-rgb-amber: 191, 219, 112 token-rgb-orange: 217, 219, 112 token-rgb-deep-orange: 219, 193, 112 token-rgb-light-blue: 112, 128, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#ffac5c" token-rgb-primary: 255, 172, 92 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#1a1a1a" token-text-secondary: "#121212" token-sidebar-icon: "#121212" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 128, 191, 63 token-rgb-pink: 64, 191, 63 token-rgb-deep-purple: 191, 190, 63 token-rgb-indigo: 191, 168, 63 token-rgb-cyan: 63, 128, 191 token-rgb-teal: 63, 191, 190 token-rgb-lime: 63, 191, 126 token-rgb-light-green: 63, 191, 83 token-rgb-amber: 160, 191, 63 token-rgb-orange: 191, 190, 63 token-rgb-deep-orange: 191, 158, 63 token-rgb-light-blue: 63, 86, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 32)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 32)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Sundial # ------------------------------------------------------------------------------ Dubble Sundial: card-mod-theme: Dubble Sundial <<: *bubble_shared modes: dark: token-accent: "#ffb86c" token-rgb-primary: 255, 184, 108 token-text-on-accent: "#000000" token-bg: "#1a1a1a" token-bg-secondary: "#272727" token-card: "#353535" token-text: "#f8f8f2" token-text-secondary: "#f6f6f0" token-sidebar-icon: "#f8f8f2" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 163, 219, 112 token-rgb-pink: 112, 219, 114 token-rgb-deep-purple: 217, 219, 112 token-rgb-indigo: 219, 203, 112 token-rgb-cyan: 112, 163, 219 token-rgb-teal: 112, 217, 219 token-rgb-lime: 112, 219, 167 token-rgb-light-green: 112, 219, 131 token-rgb-amber: 190, 219, 112 token-rgb-orange: 217, 219, 112 token-rgb-deep-orange: 219, 194, 112 token-rgb-light-blue: 112, 128, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#b26f2e" token-rgb-primary: 178, 111, 46 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#1a1a1a" token-text-secondary: "#0d0d0d" token-sidebar-icon: "#0d0d0d" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 128, 191, 63 token-rgb-pink: 64, 191, 63 token-rgb-deep-purple: 191, 190, 63 token-rgb-indigo: 191, 169, 63 token-rgb-cyan: 63, 128, 191 token-rgb-teal: 63, 191, 190 token-rgb-lime: 63, 191, 126 token-rgb-light-green: 63, 191, 84 token-rgb-amber: 160, 191, 63 token-rgb-orange: 191, 190, 63 token-rgb-deep-orange: 191, 158, 63 token-rgb-light-blue: 63, 85, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 4)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Terra # ------------------------------------------------------------------------------ Bubble Terra: card-mod-theme: Bubble Terra <<: *bubble_shared modes: dark: token-accent: "#a8c396" token-rgb-primary: 168, 195, 150 token-text-on-accent: "#000000" token-bg: "#1c1c1c" token-bg-secondary: "#272727" token-card: "#2e2e2e" token-text: "#d4d4d4" token-text-secondary: "#c7c7c7" token-sidebar-icon: "#d4d4d4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 219, 176 token-rgb-pink: 112, 208, 219 token-rgb-deep-purple: 112, 219, 122 token-rgb-indigo: 119, 219, 112 token-rgb-cyan: 176, 112, 219 token-rgb-teal: 122, 112, 219 token-rgb-lime: 112, 155, 219 token-rgb-light-green: 112, 190, 219 token-rgb-amber: 112, 219, 149 token-rgb-orange: 112, 219, 122 token-rgb-deep-orange: 128, 219, 112 token-rgb-light-blue: 212, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#84b353" token-rgb-primary: 132, 179, 83 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#1c1c1c" token-text-secondary: "#131313" token-sidebar-icon: "#131313" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 191, 126 token-rgb-pink: 63, 191, 189 token-rgb-deep-purple: 65, 191, 63 token-rgb-indigo: 86, 191, 63 token-rgb-cyan: 126, 63, 191 token-rgb-teal: 63, 65, 191 token-rgb-lime: 63, 128, 191 token-rgb-light-green: 63, 171, 191 token-rgb-amber: 63, 191, 94 token-rgb-orange: 65, 191, 63 token-rgb-deep-orange: 96, 191, 63 token-rgb-light-blue: 168, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Terra # ------------------------------------------------------------------------------ Dubble Terra: card-mod-theme: Dubble Terra <<: *bubble_shared modes: dark: token-accent: "#a1cf80" token-rgb-primary: 161, 207, 128 token-text-on-accent: "#000000" token-bg: "#1c1c1c" token-bg-secondary: "#292929" token-card: "#373737" token-text: "#d4d4d4" token-text-secondary: "#cdcdcd" token-sidebar-icon: "#d4d4d4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 219, 174 token-rgb-pink: 112, 210, 219 token-rgb-deep-purple: 112, 219, 121 token-rgb-indigo: 121, 219, 112 token-rgb-cyan: 174, 112, 219 token-rgb-teal: 121, 112, 219 token-rgb-lime: 112, 156, 219 token-rgb-light-green: 112, 192, 219 token-rgb-amber: 112, 219, 147 token-rgb-orange: 112, 219, 121 token-rgb-deep-orange: 130, 219, 112 token-rgb-light-blue: 210, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#567d2e" token-rgb-primary: 86, 125, 46 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#1c1c1c" token-text-secondary: "#0e0e0e" token-sidebar-icon: "#0e0e0e" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 191, 126 token-rgb-pink: 63, 191, 190 token-rgb-deep-purple: 64, 191, 63 token-rgb-indigo: 85, 191, 63 token-rgb-cyan: 126, 63, 191 token-rgb-teal: 63, 64, 191 token-rgb-lime: 63, 128, 191 token-rgb-light-green: 63, 170, 191 token-rgb-amber: 63, 191, 94 token-rgb-orange: 64, 191, 63 token-rgb-deep-orange: 96, 191, 63 token-rgb-light-blue: 169, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Tin # ------------------------------------------------------------------------------ Bubble Tin: card-mod-theme: Bubble Tin <<: *bubble_shared modes: dark: token-accent: "#9ecbc6" token-rgb-primary: 158, 203, 198 token-text-on-accent: "#000000" token-bg: "#262626" token-bg-secondary: "#303030" token-card: "#373737" token-text: "#e0e0e0" token-text-secondary: "#d6d6d6" token-sidebar-icon: "#e0e0e0" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 124, 219 token-rgb-pink: 153, 112, 219 token-rgb-deep-purple: 112, 177, 219 token-rgb-indigo: 112, 195, 219 token-rgb-cyan: 219, 112, 124 token-rgb-teal: 219, 112, 177 token-rgb-lime: 207, 112, 219 token-rgb-light-green: 171, 112, 219 token-rgb-amber: 112, 150, 219 token-rgb-orange: 112, 177, 219 token-rgb-deep-orange: 112, 204, 219 token-rgb-light-blue: 219, 136, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#5fb6ad" token-rgb-primary: 95, 182, 173 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#262626" token-text-secondary: "#1a1a1a" token-sidebar-icon: "#1a1a1a" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 76, 191 token-rgb-pink: 114, 63, 191 token-rgb-deep-purple: 63, 140, 191 token-rgb-indigo: 63, 161, 191 token-rgb-cyan: 191, 63, 76 token-rgb-teal: 191, 63, 140 token-rgb-lime: 178, 63, 191 token-rgb-light-green: 135, 63, 191 token-rgb-amber: 63, 108, 191 token-rgb-orange: 63, 140, 191 token-rgb-deep-orange: 63, 172, 191 token-rgb-light-blue: 191, 93, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Tin # ------------------------------------------------------------------------------ Dubble Tin: card-mod-theme: Dubble Tin <<: *bubble_shared modes: dark: token-accent: "#86d5ce" token-rgb-primary: 134, 213, 206 token-text-on-accent: "#000000" token-bg: "#262626" token-bg-secondary: "#333333" token-card: "#404040" token-text: "#e0e0e0" token-text-secondary: "#dbdbdb" token-sidebar-icon: "#e0e0e0" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 121, 219 token-rgb-pink: 156, 112, 219 token-rgb-deep-purple: 112, 175, 219 token-rgb-indigo: 112, 193, 219 token-rgb-cyan: 219, 112, 121 token-rgb-teal: 219, 112, 175 token-rgb-lime: 209, 112, 219 token-rgb-light-green: 174, 112, 219 token-rgb-amber: 112, 148, 219 token-rgb-orange: 112, 175, 219 token-rgb-deep-orange: 112, 202, 219 token-rgb-light-blue: 219, 138, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#357f78" token-rgb-primary: 53, 127, 120 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#262626" token-text-secondary: "#131313" token-sidebar-icon: "#131313" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 75, 191 token-rgb-pink: 115, 63, 191 token-rgb-deep-purple: 63, 139, 191 token-rgb-indigo: 63, 160, 191 token-rgb-cyan: 191, 63, 75 token-rgb-teal: 191, 63, 139 token-rgb-lime: 179, 63, 191 token-rgb-light-green: 136, 63, 191 token-rgb-amber: 63, 107, 191 token-rgb-orange: 63, 139, 191 token-rgb-deep-orange: 63, 171, 191 token-rgb-light-blue: 191, 94, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Tron # ------------------------------------------------------------------------------ Bubble Tron: card-mod-theme: Bubble Tron <<: *bubble_shared modes: dark: token-accent: "#26ffff" token-rgb-primary: 38, 255, 255 token-text-on-accent: "#000000" token-bg: "#0d1117" token-bg-secondary: "#131922" token-card: "#171e29" token-text: "#b3b3b3" token-text-secondary: "#9c9c9c" token-sidebar-icon: "#b3b3b3" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 112, 219 token-rgb-pink: 165, 112, 219 token-rgb-deep-purple: 112, 165, 219 token-rgb-indigo: 112, 183, 219 token-rgb-cyan: 219, 112, 112 token-rgb-teal: 219, 112, 165 token-rgb-lime: 219, 112, 219 token-rgb-light-green: 183, 112, 219 token-rgb-amber: 112, 138, 219 token-rgb-orange: 112, 165, 219 token-rgb-deep-orange: 112, 192, 219 token-rgb-light-blue: 219, 147, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#149ecc" token-rgb-primary: 20, 158, 204 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#0d1117" token-text-secondary: "#090b10" token-sidebar-icon: "#090b10" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 95, 63, 191 token-rgb-pink: 159, 63, 191 token-rgb-deep-purple: 63, 95, 191 token-rgb-indigo: 63, 116, 191 token-rgb-cyan: 191, 95, 63 token-rgb-teal: 191, 63, 95 token-rgb-lime: 191, 63, 159 token-rgb-light-green: 180, 63, 191 token-rgb-amber: 63, 63, 191 token-rgb-orange: 63, 95, 191 token-rgb-deep-orange: 63, 127, 191 token-rgb-light-blue: 191, 138, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 10)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 10)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Tron # ------------------------------------------------------------------------------ Dubble Tron: card-mod-theme: Dubble Tron <<: *bubble_shared modes: dark: token-accent: "#00ffff" token-rgb-primary: 0, 255, 255 token-text-on-accent: "#ffffff" token-bg: "#0d1117" token-bg-secondary: "#141b24" token-card: "#1c2532" token-text: "#b3b3b3" token-text-secondary: "#a7a7a7" token-sidebar-icon: "#b3b3b3" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 112, 219 token-rgb-pink: 165, 112, 219 token-rgb-deep-purple: 112, 165, 219 token-rgb-indigo: 112, 183, 219 token-rgb-cyan: 219, 112, 112 token-rgb-teal: 219, 112, 165 token-rgb-lime: 219, 112, 219 token-rgb-light-green: 183, 112, 219 token-rgb-amber: 112, 138, 219 token-rgb-orange: 112, 165, 219 token-rgb-deep-orange: 112, 192, 219 token-rgb-light-blue: 219, 147, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 26)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#006b8e" token-rgb-primary: 0, 107, 142 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#0d1117" token-text-secondary: "#06080b" token-sidebar-icon: "#06080b" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 95, 63, 191 token-rgb-pink: 158, 63, 191 token-rgb-deep-purple: 63, 96, 191 token-rgb-indigo: 63, 117, 191 token-rgb-cyan: 191, 95, 63 token-rgb-teal: 191, 63, 96 token-rgb-lime: 191, 63, 159 token-rgb-light-green: 180, 63, 191 token-rgb-amber: 63, 64, 191 token-rgb-orange: 63, 96, 191 token-rgb-deep-orange: 63, 127, 191 token-rgb-light-blue: 191, 137, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base Dubble Universe: card-mod-theme: Dubble Universe <<: *bubble_shared modes: dark: token-accent: "#79bfff" token-rgb-primary: 121, 191, 255 token-text-on-accent: "#ffffff" token-bg: "#0d1117" token-bg-secondary: "#141b24" token-card: "#1c2532" token-text: "#c9d1d9" token-text-secondary: "#c3cbd3" token-sidebar-icon: "#c9d1d9" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 163, 112, 219 token-rgb-pink: 216, 112, 219 token-rgb-deep-purple: 112, 114, 219 token-rgb-indigo: 112, 132, 219 token-rgb-cyan: 219, 163, 112 token-rgb-teal: 219, 112, 114 token-rgb-lime: 219, 112, 168 token-rgb-light-green: 219, 112, 203 token-rgb-amber: 136, 112, 219 token-rgb-orange: 112, 114, 219 token-rgb-deep-orange: 112, 141, 219 token-rgb-light-blue: 219, 199, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#3d74b2" token-rgb-primary: 61, 116, 178 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#0d1117" token-text-secondary: "#06080b" token-sidebar-icon: "#06080b" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 131, 63, 191 token-rgb-pink: 191, 63, 187 token-rgb-deep-purple: 67, 63, 191 token-rgb-indigo: 63, 81, 191 token-rgb-cyan: 191, 131, 63 token-rgb-teal: 191, 67, 63 token-rgb-lime: 191, 63, 123 token-rgb-light-green: 191, 63, 166 token-rgb-amber: 99, 63, 191 token-rgb-orange: 67, 63, 191 token-rgb-deep-orange: 63, 91, 191 token-rgb-light-blue: 191, 173, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Vapor # ------------------------------------------------------------------------------ Bubble Vapor: card-mod-theme: Bubble Vapor <<: *bubble_shared modes: dark: token-accent: "#ff9fd6" token-rgb-primary: 255, 159, 214 token-text-on-accent: "#000000" token-bg: "#1a1a2e" token-bg-secondary: "#1f1f38" token-card: "#23233e" token-text: "#f8f8f2" token-text-secondary: "#f5f5ef" token-sidebar-icon: "#f8f8f2" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 157, 112 token-rgb-pink: 219, 211, 112 token-rgb-deep-purple: 219, 112, 120 token-rgb-indigo: 219, 112, 137 token-rgb-cyan: 112, 219, 157 token-rgb-teal: 120, 219, 112 token-rgb-lime: 173, 219, 112 token-rgb-light-green: 209, 219, 112 token-rgb-amber: 219, 131, 112 token-rgb-orange: 219, 112, 120 token-rgb-deep-orange: 219, 112, 146 token-rgb-light-blue: 112, 219, 193 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#cbabf9" token-rgb-primary: 203, 171, 249 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#1a1a2e" token-text-secondary: "#121220" token-sidebar-icon: "#121220" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 63, 138 token-rgb-pink: 191, 63, 75 token-rgb-deep-purple: 179, 63, 191 token-rgb-indigo: 158, 63, 191 token-rgb-cyan: 138, 191, 63 token-rgb-teal: 191, 179, 63 token-rgb-lime: 191, 116, 63 token-rgb-light-green: 191, 73, 63 token-rgb-amber: 191, 63, 170 token-rgb-orange: 179, 63, 191 token-rgb-deep-orange: 147, 63, 191 token-rgb-light-blue: 96, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 20)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Vapor # ------------------------------------------------------------------------------ Dubble Vapor: card-mod-theme: Dubble Vapor <<: *bubble_shared modes: dark: token-accent: "#ff79c6" token-rgb-primary: 255, 121, 198 token-text-on-accent: "#ffffff" token-bg: "#1a1a2e" token-bg-secondary: "#21213a" token-card: "#282847" token-text: "#f8f8f2" token-text-secondary: "#f6f6f0" token-sidebar-icon: "#f8f8f2" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 157, 112 token-rgb-pink: 219, 211, 112 token-rgb-deep-purple: 219, 112, 120 token-rgb-indigo: 219, 112, 138 token-rgb-cyan: 112, 219, 157 token-rgb-teal: 120, 219, 112 token-rgb-lime: 173, 219, 112 token-rgb-light-green: 209, 219, 112 token-rgb-amber: 219, 130, 112 token-rgb-orange: 219, 112, 120 token-rgb-deep-orange: 219, 112, 146 token-rgb-light-blue: 112, 219, 193 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#8466ae" token-rgb-primary: 132, 102, 174 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#1a1a2e" token-text-secondary: "#0d0d17" token-sidebar-icon: "#0d0d17" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 63, 138 token-rgb-pink: 191, 63, 74 token-rgb-deep-purple: 180, 63, 191 token-rgb-indigo: 159, 63, 191 token-rgb-cyan: 138, 191, 63 token-rgb-teal: 191, 180, 63 token-rgb-lime: 191, 116, 63 token-rgb-light-green: 191, 74, 63 token-rgb-amber: 191, 63, 169 token-rgb-orange: 180, 63, 191 token-rgb-deep-orange: 148, 63, 191 token-rgb-light-blue: 95, 191, 63 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Warm # ------------------------------------------------------------------------------ Bubble Warm: card-mod-theme: Bubble Warm <<: *bubble_shared modes: dark: token-accent: "#d7c49d" token-rgb-primary: 215, 196, 157 token-text-on-accent: "#000000" token-bg: "#1e1e1e" token-bg-secondary: "#292929" token-card: "#303030" token-text: "#d4d4d4" token-text-secondary: "#c7c7c7" token-sidebar-icon: "#d4d4d4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 147, 219, 112 token-rgb-pink: 112, 219, 130 token-rgb-deep-purple: 200, 219, 112 token-rgb-indigo: 218, 219, 112 token-rgb-cyan: 112, 147, 219 token-rgb-teal: 112, 200, 219 token-rgb-lime: 112, 219, 184 token-rgb-light-green: 112, 219, 148 token-rgb-amber: 174, 219, 112 token-rgb-orange: 200, 219, 112 token-rgb-deep-orange: 219, 210, 112 token-rgb-light-blue: 112, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#ce9f8c" token-rgb-primary: 206, 159, 140 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#232323" token-sidebar-icon: "#232323" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 154, 191, 63 token-rgb-pink: 90, 191, 63 token-rgb-deep-purple: 191, 164, 63 token-rgb-indigo: 191, 142, 63 token-rgb-cyan: 63, 154, 191 token-rgb-teal: 63, 191, 164 token-rgb-lime: 63, 191, 100 token-rgb-light-green: 69, 191, 63 token-rgb-amber: 186, 191, 63 token-rgb-orange: 191, 164, 63 token-rgb-deep-orange: 191, 132, 63 token-rgb-light-blue: 63, 112, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 22)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Warm # ------------------------------------------------------------------------------ Dubble Warm: card-mod-theme: Dubble Warm <<: *bubble_shared modes: dark: token-accent: "#dfc081" token-rgb-primary: 223, 192, 129 token-text-on-accent: "#000000" token-bg: "#1e1e1e" token-bg-secondary: "#2b2b2b" token-card: "#383838" token-text: "#d4d4d4" token-text-secondary: "#cdcdcd" token-sidebar-icon: "#d4d4d4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 147, 219, 112 token-rgb-pink: 112, 219, 130 token-rgb-deep-purple: 201, 219, 112 token-rgb-indigo: 218, 219, 112 token-rgb-cyan: 112, 147, 219 token-rgb-teal: 112, 201, 219 token-rgb-lime: 112, 219, 183 token-rgb-light-green: 112, 219, 148 token-rgb-amber: 174, 219, 112 token-rgb-orange: 201, 219, 112 token-rgb-deep-orange: 219, 210, 112 token-rgb-light-blue: 112, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#906553" token-rgb-primary: 144, 101, 83 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 153, 191, 63 token-rgb-pink: 89, 191, 63 token-rgb-deep-purple: 191, 165, 63 token-rgb-indigo: 191, 143, 63 token-rgb-cyan: 63, 153, 191 token-rgb-teal: 63, 191, 165 token-rgb-lime: 63, 191, 101 token-rgb-light-green: 68, 191, 63 token-rgb-amber: 185, 191, 63 token-rgb-orange: 191, 165, 63 token-rgb-deep-orange: 191, 133, 63 token-rgb-light-blue: 63, 111, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Wombat # ------------------------------------------------------------------------------ Bubble Wombat: card-mod-theme: Bubble Wombat <<: *bubble_shared modes: dark: token-accent: "#cacaca" token-rgb-primary: 202, 202, 202 token-text-on-accent: "#000000" token-bg: "#171f1c" token-bg-secondary: "#1f2a26" token-card: "#24302c" token-text: "#ececec" token-text-secondary: "#e6e6e6" token-sidebar-icon: "#ececec" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 219, 112 token-rgb-pink: 165, 219, 112 token-rgb-deep-purple: 219, 165, 112 token-rgb-indigo: 219, 147, 112 token-rgb-cyan: 112, 219, 219 token-rgb-teal: 112, 219, 165 token-rgb-lime: 112, 219, 112 token-rgb-light-green: 147, 219, 112 token-rgb-amber: 219, 192, 112 token-rgb-orange: 219, 165, 112 token-rgb-deep-orange: 219, 138, 112 token-rgb-light-blue: 112, 183, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#8f8f8f" token-rgb-primary: 143, 143, 143 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#171f1c" token-text-secondary: "#101513" token-sidebar-icon: "#101513" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 191, 63 token-rgb-pink: 127, 191, 63 token-rgb-deep-purple: 191, 127, 63 token-rgb-indigo: 191, 106, 63 token-rgb-cyan: 63, 191, 191 token-rgb-teal: 63, 191, 127 token-rgb-lime: 63, 191, 63 token-rgb-light-green: 106, 191, 63 token-rgb-amber: 191, 159, 63 token-rgb-orange: 191, 127, 63 token-rgb-deep-orange: 191, 95, 63 token-rgb-light-blue: 63, 148, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 10)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 10)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Wombat # ------------------------------------------------------------------------------ Dubble Wombat: card-mod-theme: Dubble Wombat <<: *bubble_shared modes: dark: token-accent: "#d4d4d4" token-rgb-primary: 212, 212, 212 token-text-on-accent: "#000000" token-bg: "#171f1c" token-bg-secondary: "#202c28" token-card: "#2a3934" token-text: "#ececec" token-text-secondary: "#e9e9e9" token-sidebar-icon: "#ececec" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 219, 112 token-rgb-pink: 165, 219, 112 token-rgb-deep-purple: 219, 165, 112 token-rgb-indigo: 219, 147, 112 token-rgb-cyan: 112, 219, 219 token-rgb-teal: 112, 219, 165 token-rgb-lime: 112, 219, 112 token-rgb-light-green: 147, 219, 112 token-rgb-amber: 219, 192, 112 token-rgb-orange: 219, 165, 112 token-rgb-deep-orange: 219, 138, 112 token-rgb-light-blue: 112, 183, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#646464" token-rgb-primary: 100, 100, 100 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#171f1c" token-text-secondary: "#0b0f0e" token-sidebar-icon: "#0b0f0e" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 191, 63 token-rgb-pink: 127, 191, 63 token-rgb-deep-purple: 191, 127, 63 token-rgb-indigo: 191, 106, 63 token-rgb-cyan: 63, 191, 191 token-rgb-teal: 63, 191, 127 token-rgb-lime: 63, 191, 63 token-rgb-light-green: 106, 191, 63 token-rgb-amber: 191, 159, 63 token-rgb-orange: 191, 127, 63 token-rgb-deep-orange: 191, 95, 63 token-rgb-light-blue: 63, 148, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Xcode # ------------------------------------------------------------------------------ Bubble Xcode: card-mod-theme: Bubble Xcode <<: *bubble_shared modes: dark: token-accent: "#ff9fd6" token-rgb-primary: 255, 159, 214 token-text-on-accent: "#000000" token-bg: "#1e1e1e" token-bg-secondary: "#292929" token-card: "#303030" token-text: "#d4d4d4" token-text-secondary: "#c7c7c7" token-sidebar-icon: "#d4d4d4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 219, 157, 112 token-rgb-pink: 219, 211, 112 token-rgb-deep-purple: 219, 112, 120 token-rgb-indigo: 219, 112, 137 token-rgb-cyan: 112, 219, 157 token-rgb-teal: 120, 219, 112 token-rgb-lime: 173, 219, 112 token-rgb-light-green: 209, 219, 112 token-rgb-amber: 219, 131, 112 token-rgb-orange: 219, 112, 120 token-rgb-deep-orange: 219, 112, 146 token-rgb-light-blue: 112, 219, 193 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#cb8edd" token-rgb-primary: 203, 142, 221 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#232323" token-sidebar-icon: "#232323" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 191, 63, 92 token-rgb-pink: 191, 98, 63 token-rgb-deep-purple: 191, 63, 156 token-rgb-indigo: 191, 63, 177 token-rgb-cyan: 92, 191, 63 token-rgb-teal: 156, 191, 63 token-rgb-lime: 191, 162, 63 token-rgb-light-green: 191, 119, 63 token-rgb-amber: 191, 63, 124 token-rgb-orange: 191, 63, 156 token-rgb-deep-orange: 191, 63, 188 token-rgb-light-blue: 63, 191, 77 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 18)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Xcode # ------------------------------------------------------------------------------ Dubble Xcode: card-mod-theme: Dubble Xcode <<: *bubble_shared modes: dark: token-accent: "#ff79c6" token-rgb-primary: 255, 121, 198 token-text-on-accent: "#ffffff" token-bg: "#1e1e1e" token-bg-secondary: "#2b2b2b" token-card: "#383838" token-text: "#d4d4d4" token-text-secondary: "#cdcdcd" token-sidebar-icon: "#d4d4d4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 219, 157, 112 token-rgb-pink: 219, 211, 112 token-rgb-deep-purple: 219, 112, 120 token-rgb-indigo: 219, 112, 138 token-rgb-cyan: 112, 219, 157 token-rgb-teal: 120, 219, 112 token-rgb-lime: 173, 219, 112 token-rgb-light-green: 209, 219, 112 token-rgb-amber: 219, 130, 112 token-rgb-orange: 219, 112, 120 token-rgb-deep-orange: 219, 112, 146 token-rgb-light-blue: 112, 219, 193 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 30)) <<: *bubble_colors_dark_no_rgb light: token-accent: "#8a549a" token-rgb-primary: 138, 84, 154 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#333333" token-text-secondary: "#191919" token-sidebar-icon: "#191919" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 191, 63, 92 token-rgb-pink: 191, 98, 63 token-rgb-deep-purple: 191, 63, 156 token-rgb-indigo: 191, 63, 177 token-rgb-cyan: 92, 191, 63 token-rgb-teal: 156, 191, 63 token-rgb-lime: 191, 162, 63 token-rgb-light-green: 191, 119, 63 token-rgb-amber: 191, 63, 124 token-rgb-orange: 191, 63, 156 token-rgb-deep-orange: 191, 63, 188 token-rgb-light-blue: 63, 191, 77 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Yellow # ------------------------------------------------------------------------------ Bubble Yellow: card-mod-theme: Bubble Yellow <<: *bubble_shared modes: dark: token-accent: "#ffff26" token-rgb-primary: 255, 255, 38 token-text-on-accent: "#000000" token-bg: "#1c1c1c" token-bg-secondary: "#272727" token-card: "#2e2e2e" token-text: "#d4d4d4" token-text-secondary: "#c7c7c7" token-sidebar-icon: "#d4d4d4" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 112, 219, 112 token-rgb-pink: 112, 219, 165 token-rgb-deep-purple: 165, 219, 112 token-rgb-indigo: 183, 219, 112 token-rgb-cyan: 112, 112, 219 token-rgb-teal: 112, 165, 219 token-rgb-lime: 112, 219, 219 token-rgb-light-green: 112, 219, 183 token-rgb-amber: 138, 219, 112 token-rgb-orange: 165, 219, 112 token-rgb-deep-orange: 192, 219, 112 token-rgb-light-blue: 147, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#cc9e14" token-rgb-primary: 204, 158, 20 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#1c1c1c" token-text-secondary: "#131313" token-sidebar-icon: "#131313" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 95, 191, 63 token-rgb-pink: 63, 191, 95 token-rgb-deep-purple: 159, 191, 63 token-rgb-indigo: 180, 191, 63 token-rgb-cyan: 63, 95, 191 token-rgb-teal: 63, 159, 191 token-rgb-lime: 63, 191, 159 token-rgb-light-green: 63, 191, 116 token-rgb-amber: 127, 191, 63 token-rgb-orange: 159, 191, 63 token-rgb-deep-orange: 191, 191, 63 token-rgb-light-blue: 74, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 14)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Yellow # ------------------------------------------------------------------------------ Dubble Yellow: card-mod-theme: Dubble Yellow <<: *bubble_shared modes: dark: token-accent: "#ffff00" token-rgb-primary: 255, 255, 0 token-text-on-accent: "#000000" token-bg: "#1c1c1c" token-bg-secondary: "#292929" token-card: "#373737" token-text: "#d4d4d4" token-text-secondary: "#cdcdcd" token-sidebar-icon: "#d4d4d4" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 112, 219, 112 token-rgb-pink: 112, 219, 165 token-rgb-deep-purple: 165, 219, 112 token-rgb-indigo: 183, 219, 112 token-rgb-cyan: 112, 112, 219 token-rgb-teal: 112, 165, 219 token-rgb-lime: 112, 219, 219 token-rgb-light-green: 112, 219, 183 token-rgb-amber: 138, 219, 112 token-rgb-orange: 165, 219, 112 token-rgb-deep-orange: 192, 219, 112 token-rgb-light-blue: 147, 112, 219 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#8e6b00" token-rgb-primary: 142, 107, 0 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#1c1c1c" token-text-secondary: "#0e0e0e" token-sidebar-icon: "#0e0e0e" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 95, 191, 63 token-rgb-pink: 63, 191, 96 token-rgb-deep-purple: 158, 191, 63 token-rgb-indigo: 180, 191, 63 token-rgb-cyan: 63, 95, 191 token-rgb-teal: 63, 158, 191 token-rgb-lime: 63, 191, 159 token-rgb-light-green: 63, 191, 117 token-rgb-amber: 127, 191, 63 token-rgb-orange: 158, 191, 63 token-rgb-deep-orange: 190, 191, 63 token-rgb-light-blue: 74, 63, 191 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Bubble Zenburn # ------------------------------------------------------------------------------ Bubble Zenburn: card-mod-theme: Bubble Zenburn <<: *bubble_shared modes: dark: token-accent: "#abd1d3" token-rgb-primary: 171, 209, 211 token-text-on-accent: "#000000" token-bg: "#3f3f3f" token-bg-secondary: "#484848" token-card: "#4e4e4e" token-text: "#dcdccc" token-text-secondary: "#d1d1c2" token-sidebar-icon: "#dcdccc" token-success: "#a6e3a1" token-rgb-green: 166, 227, 161 token-warning: "#f9e2af" token-rgb-yellow: 249, 226, 175 token-error: "#f38ba8" token-rgb-red: 243, 139, 168 token-info: "#89b4fa" token-rgb-blue: 137, 180, 250 token-rgb-purple: 117, 112, 219 token-rgb-pink: 171, 112, 219 token-rgb-deep-purple: 112, 160, 219 token-rgb-indigo: 112, 178, 219 token-rgb-cyan: 219, 117, 112 token-rgb-teal: 219, 112, 160 token-rgb-lime: 219, 112, 213 token-rgb-light-green: 188, 112, 219 token-rgb-amber: 112, 133, 219 token-rgb-orange: 112, 160, 219 token-rgb-deep-orange: 112, 187, 219 token-rgb-light-blue: 219, 153, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#8e9f8e" token-rgb-primary: 142, 159, 142 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#f7f7f7" token-card: "#ffffff" token-text: "#3f3f3f" token-text-secondary: "#2c2c2c" token-sidebar-icon: "#2c2c2c" token-success: "#40a02b" token-rgb-green: 64, 160, 43 token-warning: "#df8e1d" token-rgb-yellow: 223, 142, 29 token-error: "#d20f39" token-rgb-red: 210, 15, 57 token-info: "#1e66f5" token-rgb-blue: 30, 102, 245 token-rgb-purple: 63, 191, 191 token-rgb-pink: 63, 127, 191 token-rgb-deep-purple: 63, 191, 127 token-rgb-indigo: 63, 191, 106 token-rgb-cyan: 191, 63, 191 token-rgb-teal: 127, 63, 191 token-rgb-lime: 63, 63, 191 token-rgb-light-green: 63, 106, 191 token-rgb-amber: 63, 191, 159 token-rgb-orange: 63, 191, 127 token-rgb-deep-orange: 63, 191, 95 token-rgb-light-blue: 191, 63, 148 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) bubble-button-accent-color: hsl(from var(--token-accent) h s calc(l - 16)) <<: *bubble_colors_light_base # ------------------------------------------------------------------------------ # Dubble Zenburn # ------------------------------------------------------------------------------ Dubble Zenburn: card-mod-theme: Dubble Zenburn <<: *bubble_shared modes: dark: token-accent: "#91d8db" token-rgb-primary: 145, 216, 219 token-text-on-accent: "#000000" token-bg: "#3f3f3f" token-bg-secondary: "#4a4a4a" token-card: "#565656" token-text: "#dcdccc" token-text-secondary: "#d6d6c7" token-sidebar-icon: "#dcdccc" token-success: "#50fa7b" token-rgb-green: 80, 250, 123 token-warning: "#ffb86c" token-rgb-yellow: 255, 184, 108 token-error: "#ff5555" token-rgb-red: 255, 85, 85 token-info: "#8be9fd" token-rgb-blue: 139, 233, 253 token-rgb-purple: 116, 112, 219 token-rgb-pink: 170, 112, 219 token-rgb-deep-purple: 112, 161, 219 token-rgb-indigo: 112, 179, 219 token-rgb-cyan: 219, 116, 112 token-rgb-teal: 219, 112, 161 token-rgb-lime: 219, 112, 214 token-rgb-light-green: 187, 112, 219 token-rgb-amber: 112, 134, 219 token-rgb-orange: 112, 161, 219 token-rgb-deep-orange: 112, 188, 219 token-rgb-light-blue: 219, 152, 112 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_dark_no_rgb light: token-accent: "#586f58" token-rgb-primary: 88, 111, 88 token-text-on-accent: "#ffffff" token-bg: "#ffffff" token-bg-secondary: "#efefef" token-card: "#ffffff" token-text: "#3f3f3f" token-text-secondary: "#1f1f1f" token-sidebar-icon: "#1f1f1f" token-success: "#22c55e" token-rgb-green: 34, 197, 94 token-warning: "#eab308" token-rgb-yellow: 234, 179, 8 token-error: "#ef4444" token-rgb-red: 239, 68, 68 token-info: "#3b82f6" token-rgb-blue: 59, 130, 246 token-rgb-purple: 63, 191, 191 token-rgb-pink: 63, 127, 191 token-rgb-deep-purple: 63, 191, 127 token-rgb-indigo: 63, 191, 106 token-rgb-cyan: 191, 63, 191 token-rgb-teal: 127, 63, 191 token-rgb-lime: 63, 63, 191 token-rgb-light-green: 63, 106, 191 token-rgb-amber: 63, 191, 159 token-rgb-orange: 63, 191, 127 token-rgb-deep-orange: 63, 191, 95 token-rgb-light-blue: 191, 63, 148 token-rgb-brown: 121, 85, 72 token-rgb-grey: 158, 158, 158 bubble-accent-color: var(--token-accent) bubble-button-accent-color: var(--token-accent) <<: *bubble_colors_light_base