1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

Adjust default theme colors (insert/extend cursor)

This commit is contained in:
Blaž Hrastnik 2021-06-23 22:11:46 +09:00
parent 39dc09e6c4
commit ea8cd4765d

@ -52,8 +52,11 @@
"ui.text" = { fg = "#a4a0e8" } # lavender "ui.text" = { fg = "#a4a0e8" } # lavender
"ui.text.focus" = { fg = "#dbbfef"} # lilac "ui.text.focus" = { fg = "#dbbfef"} # lilac
"ui.selection" = { bg = "#44258b" } "ui.selection" = { bg = "#540099" }
"ui.selection.primary" = { bg = "#540099" } "ui.selection.primary" = { bg = "#540099" }
"ui.cursor.select" = { bg = "#6F44F0" }
"ui.cursor.insert" = { bg = "#802F00" }
"ui.cursor.insert" = { bg = "#FFFFFF" }
"ui.menu.selected" = { fg = "#281733", bg = "#ffffff" } # revolver "ui.menu.selected" = { fg = "#281733", bg = "#ffffff" } # revolver
"warning" = "#ffcd1c" "warning" = "#ffcd1c"