mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
Apply review suggestions
This commit is contained in:
parent
e1a97dba0e
commit
4dc83ddd10
1 changed files with 6 additions and 3 deletions
|
@ -63,11 +63,13 @@ tabstop = { modifiers = ["italic"], bg = "bossanova" }
|
|||
|
||||
"ui.virtual.indent-guide" = { fg = "comet" }
|
||||
|
||||
"ui.selection" = { bg = "#481173" }
|
||||
"ui.selection" = { bg = "#540099" }
|
||||
"ui.selection.primary" = { bg = "#540099" }
|
||||
# TODO: namespace ui.cursor as ui.selection.cursor?
|
||||
"ui.cursor.select" = { bg = "delta" }
|
||||
"ui.cursor.insert" = { bg = "white" }
|
||||
"ui.cursor.normal" = { bg = "blueberry" }
|
||||
"ui.cursor.select" = { bg = "blueberry" }
|
||||
"ui.cursor.insert" = { bg = "blueberry" }
|
||||
"ui.cursor.primary.normal" = { bg = "delta" }
|
||||
"ui.cursor.primary.select" = { bg = "delta" }
|
||||
"ui.cursor.primary.insert" = { bg = "white" }
|
||||
"ui.cursor.match" = { fg = "#212121", bg = "#6C6999" }
|
||||
|
@ -112,3 +114,4 @@ honey = "#efba5d"
|
|||
apricot = "#f47868"
|
||||
lightning = "#ffcd1c"
|
||||
delta = "#6F44F0"
|
||||
blueberry = "#55339E"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue