()
| 15 | // ============================================================================ |
| 16 | |
| 17 | function toggleTheme() { |
| 18 | toggleAndSaveTheme(); |
| 19 | applyLineColors(); |
| 20 | |
| 21 | // Rebuild scroll marker with new theme colors |
| 22 | buildScrollMarker(); |
| 23 | } |
| 24 | |
| 25 | // ============================================================================ |
| 26 | // Utility Functions |
nothing calls this directly
no test coverage detected
searching dependent graphs…