{
    "name": "Nebula Cappuccino",
    "blur_strength": 4,
    "main_text_color": "rgba(222, 214, 200, 1)",
    "italics_text_color": "rgba(170, 155, 135, 1)",
    "underline_text_color": "rgba(160, 145, 125, 1)",
    "quote_text_color": "rgba(196, 168, 130, 1)",
    "blur_tint_color": "rgba(36, 30, 26, 1)",
    "chat_tint_color": "rgba(36, 30, 26, 0.06)",
    "user_mes_blur_tint_color": "rgba(58, 48, 42, 0.9)",
    "bot_mes_blur_tint_color": "rgba(36, 30, 26, 1)",
    "shadow_color": "rgba(0, 0, 0, 0.85)",
    "shadow_width": 2,
    "border_color": "rgba(70, 55, 45, 1)",
    "font_scale": 1,
    "fast_ui_mode": false,
    "waifuMode": false,
    "avatar_style": 1,
    "chat_display": 1,
    "toastr_position": "toast-top-center",
    "noShadows": false,
    "chat_width": 50,
    "timer_enabled": true,
    "timestamps_enabled": false,
    "timestamp_model_icon": false,
    "mesIDDisplay_enabled": false,
    "hideChatAvatars_enabled": false,
    "message_token_count_enabled": true,
    "expand_message_actions": true,
    "enableZenSliders": false,
    "enableLabMode": false,
    "hotswap_enabled": true,
    "custom_css": ":root {\n    --top-bar-bg: rgba(24, 20, 18, 0.75);\n    --topBarBlockSize: 25px;\n\n    --tint-base: rgba(36, 30, 26, 0.92);\n    --tint-soft: rgba(58, 48, 42, 0.55);\n    --tint-highlight: rgba(196, 168, 130, 0.08);\n\n    --accent-gold: rgba(196, 168, 130, 0.9);\n    --accent-muted: rgba(160, 140, 115, 0.6);\n}\n\n/* === Typography === */\nbody {\n    font-family: \"Inter\", \"Segoe UI\", \"Noto Sans\", system-ui, sans-serif;\n    letter-spacing: 0.01em;\n    font-size: 0.9rem;\n}\n\n.mes {\n    font-size: 1rem;\n}\n\n/* === Borders === */\n#send_form,\n.drawer-content,\n.popup[open],\n.menu_button,\n.drawer-content select,\ninput,\n.select2-container .select2-selection--multiple,\n.inline-drawer-content,\ntextarea,\n#extensions_settings .inline-drawer-toggle.inline-drawer-header,\n#extensions_settings2 .inline-drawer-toggle.inline-drawer-header,\n#user-settings-block h4,\n.standoutHeader {\n    border-radius: 0px !important;\n}\n\n/* === Background System === */\n#right-nav-panel,\n#left-nav-panel,\n#top-bar {\n    background:\n        linear-gradient(180deg, var(--tint-highlight), transparent 50%),\n        var(--tint-base) !important;\n}\n\n/* === Buttons === */\n.menu_button,\n.buttons_block .menu_button {\n    background: none !important;\n    border: none !important;\n    opacity: 0.35;\n    transition: opacity 0.2s ease, transform 0.1s ease;\n}\n\n.menu_button:hover {\n    opacity: 0.9;\n}\n\n.menu_button:active {\n    transform: scale(0.96);\n}\n\n/* === Icon Overrides === */\n.inline-drawer-icon.fa-circle-chevron-down::before {\n    content: \"\\f078\" !important;\n    font-family: \"Font Awesome 6 Free\" !important;\n    font-weight: 900 !important;\n}\n\n.inline-drawer-icon.fa-circle-chevron-up::before {\n    content: \"\\f077\" !important;\n    font-family: \"Font Awesome 6 Free\" !important;\n    font-weight: 900 !important;\n}\n\n#character_cross.fa-circle-xmark::before,\n.fa-circle-xmark::before {\n    content: \"\\f00d\" !important;\n    font-family: \"Font Awesome 6 Free\" !important;\n    font-weight: 900 !important;\n}\n\n\n/* === Headers === */\n#extensions_settings .inline-drawer-toggle.inline-drawer-header,\n#extensions_settings2 .inline-drawer-toggle.inline-drawer-header,\n#user-settings-block h4,\n.standoutHeader {\n    background:\n        linear-gradient(90deg, rgba(196,168,130,0.12), transparent 60%),\n        rgba(0,0,0,0.15);\n    color: var(--accent-gold);\n    letter-spacing: 0.04em;\n}\n\n/* === Inputs === */\ninput[type='checkbox'] {\n    -webkit-appearance: none;\n    appearance: none;\n    width: 1.2em;\n    height: 1.2em;\n    border-radius: 3px;\n    background-color: var(--tint-soft);\n    border: 2px solid var(--accent-muted);\n    display: grid;\n    place-content: center;\n    cursor: pointer;\n    transition: all 0.15s ease;\n}\n\ninput[type='checkbox']:checked {\n    background-color: var(--accent-gold);\n}\n\ninput[type=\"range\"] {\n    -webkit-appearance: none;\n    appearance: none;\n    height: 2px;\n    background: var(--SmartThemeUnderlineColor);\n    border: none;\n}\n\ninput[type=\"range\"]::-webkit-slider-thumb {\n    -webkit-appearance: none;\n    width: 10px;\n    height: 10px;\n    background: var(--SmartThemeQuoteColor);\n    border: none;\n}\n\ninput.neo-range-slider[type=\"range\"] {\n    -webkit-appearance: none !important;\n    appearance: none !important;\n    width: 100%;\n    height: 6px;\n    background: rgba(255,255,255,0.06);\n    border: 1px solid var(--SmartThemeBorderColor);\n    cursor: pointer;\n}\n\ninput.neo-range-slider[type=\"range\"]::-webkit-slider-runnable-track {\n    height: 6px;\n    background: transparent;\n}\n\ninput.neo-range-slider[type=\"range\"]::-webkit-slider-thumb {\n    -webkit-appearance: none !important;\n    width: 10px;\n    height: 10px;\n    margin-top: -2px;\n    border-radius: 50%;\n    background: var(--SmartThemeQuoteColor);\n    border: 1px solid rgba(255,255,255,0.25);\n    cursor: pointer;\n}\n\ninput.neo-range-slider[type=\"range\"]::-moz-range-thumb {\n    width: 14px;\n    height: 14px;\n    border-radius: 50%;\n    background: var(--SmartThemeQuoteColor);\n    border: 1px solid rgba(255,255,255,0.25);\n    cursor: pointer;\n}\n\n/* === Scrollbars === */\n::-webkit-scrollbar {\n    width: 6px;\n    height: 6px;\n}\n\n::-webkit-scrollbar-thumb {\n    background-color: var(--accent-muted);\n}\n\n::-webkit-scrollbar-thumb:hover {\n    background-color: var(--accent-gold);\n}\n\n/* === SVG Icon System === */\n.drawer-icon.fa-solid::before,\n#options_button::before,\n#extensionsMenuButton::before,\n#mes_impersonate::before,\n#mes_continue::before,\n#send_but::before,\n#stscript_continue i::before,\n#stscript_pause i::before,\n#stscript_stop i::before,\n#mes_stop i::before,\n#vm-continue-chat-btn i::before {\n    content: \"\";\n    display: inline-block;\n    width: 1em;\n    height: 1em;\n    background-color: currentColor;\n    -webkit-mask: var(--icon) no-repeat center / contain;\n    mask: var(--icon) no-repeat center / contain;\n}\n\n#leftNavDrawerIcon { --icon: url(\"https://api.iconify.design/pepicons-print/sliders.svg\"); }\n#API-status-top { --icon: url(\"https://api.iconify.design/pepicons-print/contract.svg\"); }\n.drawer-icon[title=\"AI Response Formatting\"] { --icon: url(\"https://api.iconify.design/pepicons-print/menu.svg\"); }\n#WIDrawerIcon { --icon: url(\"https://api.iconify.design/pepicons-print/planet.svg\"); }\n.drawer-icon[title=\"User Settings\"] { --icon: url(\"https://api.iconify.design/pepicons-print/eye-frame.svg\"); }\n#backgrounds-drawer-toggle .drawer-icon { --icon: url(\"https://api.iconify.design/pepicons-print/photo.svg\"); }\n.drawer-icon[title=\"Extensions\"],\n#extensionsMenuButton { --icon: url(\"https://api.iconify.design/pepicons-print/stars.svg\"); }\n.drawer-icon[title=\"Persona Management\"],\n#mes_impersonate { --icon: url(\"https://api.iconify.design/pepicons-print/person.svg\"); }\n#rightNavDrawerIcon { --icon: url(\"https://api.iconify.design/pepicons-print/heart-filled.svg\"); }\n#options_button { --icon: url(\"https://api.iconify.design/pepicons-print/menu.svg\"); }\n#mes_continue { --icon: url(\"https://api.iconify.design/pepicons-print/arrow-right.svg\"); }\n#send_but { --icon: url(\"https://api.iconify.design/pepicons-print/paper-plane.svg\"); }\n#stscript_continue i { --icon: url(\"https://api.iconify.design/pepicons-print/play.svg\"); }\n#stscript_pause i { --icon: url(\"https://api.iconify.design/pepicons-print/pause.svg\"); }\n#stscript_stop i,\n#mes_stop i { --icon: url(\"https://api.iconify.design/pepicons-print/times.svg\"); }\n#vm-continue-chat-btn i { --icon: url(\"https://api.iconify.design/pepicons-print/fast-forward.svg\"); }\n#vm-topbar-btn { --icon: url(\"https://api.iconify.design/ph/flower-lotus-duotone.svg\"); }\n\n/* === Tags === */\n.tag {\n    border-radius: 2px !important;\n    padding: 2px 6px;\n    font-size: 11px;\n    letter-spacing: 0.04em;\n    border: 1px solid rgba(255,255,255,0.12);\n    box-shadow: inset 0 0 0 999px rgba(0,0,0,0.15);\n    transition: all 0.15s ease;\n}\n\n.tag_name {\n    color: rgba(255,255,255,0.9);\n}\n\n.tag:hover {\n    box-shadow: inset 0 0 0 999px rgba(0,0,0,0.05), 0 0 4px rgba(0,0,0,0.4);\n    border-color: rgba(255,255,255,0.2);\n}\n\n.tag:active {\n    transform: scale(0.96);\n}\n\n/* === World Info === */\n.world_entry {\n    margin-bottom: 6px;\n}\n\n.wi-card-entry {\n    background: rgba(0, 0, 0, 0.35);\n    border: 1px solid var(--SmartThemeBorderColor);\n    border-radius: 2px !important;\n    overflow: hidden;\n    transition: border-color 0.2s ease, box-shadow 0.2s ease;\n}\n\n.wi-card-entry:hover {\n    border-color: rgba(255,255,255,0.18);\n    box-shadow: 0 0 6px rgba(0,0,0,0.5);\n}\n\n.WIEntryTitleAndStatus textarea.text_pole {\n    background: transparent;\n    border: none;\n    font-weight: 500;\n    font-size: 13px;\n    color: var(--SmartThemeMainTextColor);\n}\n\n.WIEntryTitleAndStatus textarea.text_pole:focus {\n    outline: none;\n    border-bottom: 1px solid var(--SmartThemeQuoteColor);\n}\n\n.inline-drawer-toggle {\n    opacity: 0.5;\n    transition: opacity 0.2s ease;\n}\n\n.inline-drawer-toggle:hover {\n    opacity: 1;\n}\n\n/* ===== REASONING BLOCK ===== */\n\n.mes_reasoning_header {\n    background: rgba(255,255,255,0.04);\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 6px;\n\n    font-family: var(--font-body);\n    font-size: 0.9em;\n    letter-spacing: 0.3px;\n\n    padding: 6px 20px;\n}\n\n/* main reasoning content */\n.mes_reasoning {\n    font-family: var(--font-mono);\n\n    background: rgba(0,0,0,0.25);\n    border: 1px solid rgba(255,255,255,0.06);\n    border-top: none;\n\n    border-radius: 0 0 6px 6px;\n    padding: 10px 12px;\n\n    font-size: 0.9em;\n    line-height: 1.5;\n\n    color: rgba(220, 235, 235, 0.85);\n}\n\n/* optional: subtle divider when collapsed/expanded */\n.mes_reasoning_header + .mes_reasoning {\n    margin-top: -1px;\n}\n\n/* optional: make code inside reasoning even cleaner */\n.mes_reasoning code {\n    background: rgba(255,255,255,0.04);\n    border-radius: 4px;\n    padding: 2px 4px;\n}\n\n/* === Toasts === */\n.toast {\n    background-color: rgba(28, 24, 20, 0.96) !important;\n    color: rgba(235, 225, 210, 0.92) !important;\n    border: 1px solid rgba(196, 168, 130, 0.25) !important;\n    border-left: 4px solid var(--accent-gold) !important;\n    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.5) !important;\n}\n\n.toast::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(135deg, rgba(196,168,130,0.08), transparent 50%);\n    pointer-events: none;\n}\n\n.toast-title {\n    font-weight: 600;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    border-bottom: 1px dashed rgba(196,168,130,0.3);\n}\n\n.toast-message {\n    font-size: 13px;\n    line-height: 1.4;\n}",
    "bogus_folders": true,
    "zoomed_avatar_magnification": true,
    "reduced_motion": true,
    "compact_input_area": false,
    "show_swipe_num_all_messages": false,
    "click_to_edit": false,
    "media_display": "gallery"
}