- Added comprehensive AI Assistant system (aiassist/ directory): * Vector search and embedding capabilities * Typebot proxy integration * Elastic search functionality * Message classification and chat history * MCP proxy for external integrations - Implemented Court Status API (GetCourtStatus.php): * Real-time court document status checking * Integration with external court systems * Comprehensive error handling and logging - Enhanced S3 integration: * Improved file backup system with metadata * Batch processing capabilities * Enhanced error logging and recovery * Copy operations with URL fixing - Added Telegram contact creation API - Improved error logging across all modules - Enhanced callback system for AI responses - Extensive backup file storage with timestamps - Updated documentation and README files - File storage improvements: * Thousands of backup files with proper metadata * Fix operations for broken file references * Project-specific backup and recovery systems * Comprehensive file integrity checking Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
35 lines
1.4 KiB
CSS
35 lines
1.4 KiB
CSS
/*
|
|
|
|
Name: Bespin
|
|
Author: Mozilla / Jan T. Sott
|
|
|
|
CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
|
|
Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
|
|
|
|
*/
|
|
|
|
.cm-s-bespin.CodeMirror {background: #28211c; color: #9d9b97;}
|
|
.cm-s-bespin div.CodeMirror-selected {background: #36312e !important;}
|
|
.cm-s-bespin .CodeMirror-gutters {background: #28211c; border-right: 0px;}
|
|
.cm-s-bespin .CodeMirror-linenumber {color: #666666;}
|
|
.cm-s-bespin .CodeMirror-cursor {border-left: 1px solid #797977 !important;}
|
|
|
|
.cm-s-bespin span.cm-comment {color: #937121;}
|
|
.cm-s-bespin span.cm-atom {color: #9b859d;}
|
|
.cm-s-bespin span.cm-number {color: #9b859d;}
|
|
|
|
.cm-s-bespin span.cm-property, .cm-s-bespin span.cm-attribute {color: #54be0d;}
|
|
.cm-s-bespin span.cm-keyword {color: #cf6a4c;}
|
|
.cm-s-bespin span.cm-string {color: #f9ee98;}
|
|
|
|
.cm-s-bespin span.cm-variable {color: #54be0d;}
|
|
.cm-s-bespin span.cm-variable-2 {color: #5ea6ea;}
|
|
.cm-s-bespin span.cm-def {color: #cf7d34;}
|
|
.cm-s-bespin span.cm-error {background: #cf6a4c; color: #797977;}
|
|
.cm-s-bespin span.cm-bracket {color: #9d9b97;}
|
|
.cm-s-bespin span.cm-tag {color: #cf6a4c;}
|
|
.cm-s-bespin span.cm-link {color: #9b859d;}
|
|
|
|
.cm-s-bespin .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
|
|
.cm-s-bespin .CodeMirror-activeline-background { background: #404040; }
|