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

@@ -2,9 +2,11 @@ accent = "#7fbbb3"
active_border_color = "#7fbbb3"
active_tab_background = "#2d353b"
cursor = "#d3c6aa"
foreground = "#d3c6aa"
background = "#2d353b"
selection_foreground = "#2d353b"
selection_background = "#d3c6aa"
color0 = "#475258"
color1 = "#e67e80"