- 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.
45 lines
1.9 KiB
CSS
45 lines
1.9 KiB
CSS
/*
|
|
|
|
Name: yeti
|
|
Author: Michael Kaminsky (http://github.com/mkaminsky11)
|
|
|
|
Original yeti color scheme by Jesse Weed (https://github.com/jesseweed/yeti-syntax)
|
|
|
|
*/
|
|
|
|
|
|
.cm-s-yeti.CodeMirror {
|
|
background-color: #ECEAE8 !important;
|
|
color: #d1c9c0 !important;
|
|
border: none;
|
|
}
|
|
|
|
.cm-s-yeti .CodeMirror-gutters {
|
|
color: #adaba6;
|
|
background-color: #E5E1DB;
|
|
border: none;
|
|
}
|
|
.cm-s-yeti .CodeMirror-cursor { border-left: solid thin #d1c9c0; }
|
|
.cm-s-yeti .CodeMirror-linenumber { color: #adaba6; }
|
|
.cm-s-yeti.CodeMirror-focused div.CodeMirror-selected { background: #DCD8D2; }
|
|
.cm-s-yeti .CodeMirror-line::selection, .cm-s-yeti .CodeMirror-line > span::selection, .cm-s-yeti .CodeMirror-line > span > span::selection { background: #DCD8D2; }
|
|
.cm-s-yeti .CodeMirror-line::-moz-selection, .cm-s-yeti .CodeMirror-line > span::-moz-selection, .cm-s-yeti .CodeMirror-line > span > span::-moz-selection { background: #DCD8D2; }
|
|
.cm-s-yeti span.cm-comment { color: #d4c8be; }
|
|
.cm-s-yeti span.cm-string, .cm-s-yeti span.cm-string-2 { color: #96c0d8; }
|
|
.cm-s-yeti span.cm-number { color: #a074c4; }
|
|
.cm-s-yeti span.cm-variable { color: #55b5db; }
|
|
.cm-s-yeti span.cm-variable-2 { color: #a074c4; }
|
|
.cm-s-yeti span.cm-def { color: #55b5db; }
|
|
.cm-s-yeti span.cm-operator { color: #9fb96e; }
|
|
.cm-s-yeti span.cm-keyword { color: #9fb96e; }
|
|
.cm-s-yeti span.cm-atom { color: #a074c4; }
|
|
.cm-s-yeti span.cm-meta { color: #96c0d8; }
|
|
.cm-s-yeti span.cm-tag { color: #96c0d8; }
|
|
.cm-s-yeti span.cm-attribute { color: #9fb96e; }
|
|
.cm-s-yeti span.cm-qualifier { color: #96c0d8; }
|
|
.cm-s-yeti span.cm-property { color: #a074c4; }
|
|
.cm-s-yeti span.cm-builtin { color: #a074c4; }
|
|
.cm-s-yeti span.cm-variable-3 { color: #96c0d8; }
|
|
.cm-s-yeti .CodeMirror-activeline-background { background: #E7E4E0; }
|
|
.cm-s-yeti .CodeMirror-matchingbracket { text-decoration: underline; }
|