Color message bar messages

This commit is contained in:
2026-05-19 17:12:54 +03:00
parent 5af962c6b2
commit 01bc6702a9
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ type TyperConfig struct {
FallbackStyle string `yaml:"fallback_style,omitempty"`
ShowTopMenu bool `yaml:"show_top_menu,omitempty"`
ShowLineIndex bool `yaml:"show_line_index,omitempty"`
ColorMessageBar bool `yaml:"color_message_bar"`
ExtendLineIndex bool `yaml:"extend_line_index,omitempty"`
BufferInfoMessage string `yaml:"buffer_info_message,omitempty"`
TabIndentation int `yaml:"tab_indentation,omitempty"`