Improve the configs

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2026-05-10 15:18:38 +05:30
parent c87e2e3c9e
commit 767697af72
8 changed files with 55 additions and 16 deletions
+4 -4
View File
@@ -11,16 +11,16 @@ bold_italic = { family = "Iosevka Term", style = "Bold Italic" }
size = 14
[colors.primary]
background = "#111111"
background = "#000000"
foreground = "#c1c9d2"
[colors.cursor]
text = "#111111"
text = "#000000"
cursor = "#c1c9d2"
[colors.selection]
text = "#ffffff"
background = "#3e4043"
background = "#393939"
[colors.normal]
black = "#000000"
@@ -43,7 +43,7 @@ cyan = "#7fd3ed"
white = "#ffffff"
[cursor]
style = { shape = "Underline", blinking = "On" }
style = { shape = "Block", blinking = "Off" }
[selection]
save_to_clipboard = true