Merge branch 'dev' into rc

This commit is contained in:
David Heinemeier Hansson
2026-05-06 21:05:41 +02:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
"ui.virtual.jump-label" = { fg = "color1", modifiers = ["bold"] }
"ui.virtual.whitespace" = "color8"
"ui.selection" = { bg = "color0" }
"ui.selection" = { bg = "selection_background", fg = "selection_foreground" }
"ui.cursor" = { fg = "background", bg = "cursor" }
"ui.cursor.primary" = { fg = "background", bg = "cursor" }
+1 -1
View File
@@ -3,7 +3,7 @@ cursor = "#eaeaea"
foreground = "#bebebe"
background = "#121212"
selection_foreground = "#bebebe"
selection_background = "#333333"
selection_background = "#515151"
color0 = "#333333"
color1 = "#D35F5F"
+1 -1
View File
@@ -15,7 +15,7 @@ selection_foreground = "#00172e"
selection_background = "#faa968"
# Normal colors (ANSI 0-7)
color0 = "#00172e"
color0 = "#303442"
color1 = "#f85525"
color2 = "#028391"
color3 = "#e97b3c"