This commit is contained in:
Rasmus Mecklenburg 2025-04-01 19:56:00 +01:00 committed by GitHub
commit 6b858a9da2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"