FIX cursor text color

This commit is contained in:
Nathan Dwarshuis 2024-02-23 18:17:11 -05:00
parent 34b070d345
commit c27388d363
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ bold_italic = { style = "Bold Oblique" }
[colors]
primary.background = "#000000"
primary.foreground = "#ffffff"
cursor = { text = "#30ff30", cursor = "#30ff30" }
cursor = { text = "#000000", cursor = "#30ff30" }
draw_bold_text_with_bright_colors = true
[colors.normal]