Fix missing colors

This commit is contained in:
David Heinemeier Hansson
2026-01-01 12:33:36 -07:00
parent b14297ea21
commit ff9474e0eb
3 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ cursor = "#ddf7ff"
foreground = "#ddf7ff"
background = "#0B0C16"
selection_foreground = "#0B0C16"
selection_background = "#ddf7ff"
color0 = "#0B0C16"
color1 = "#50f872"