FIX cursor text color
This commit is contained in:
parent
34b070d345
commit
c27388d363
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue