Add logs buffer

This commit is contained in:
2026-05-04 22:46:21 +03:00
parent e4462f9674
commit 999f1953f9
11 changed files with 180 additions and 53 deletions
+4
View File
@@ -28,3 +28,7 @@ colors:
syntax_constant: "teal"
syntax_variable: "purple"
syntax_string: "blue"
# Typer logs highlighting
syntax_info: "green"
syntax_warning: "yellow"
syntax_error: "red"