mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
Merge 4dc83ddd10
into 7ebf650029
This commit is contained in:
commit
6b858a9da2
1 changed files with 5 additions and 2 deletions
|
@ -66,8 +66,10 @@ tabstop = { modifiers = ["italic"], bg = "bossanova" }
|
|||
"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