update background colour in ghostty

This commit is contained in:
2026-08-20 12:58:09 -05:00
parent 0be13c3ce1
commit e3bca91c69

View File

@@ -176,14 +176,14 @@
"14=#b2f8f5"
"15=#f5f9f5"
];
background = "1f2620";
foreground = "eaeaea";
cursor-color = "fffd98";
cursor-text = "3f4c3f";
background = "#1f2620";
foreground = "#eaeaea";
cursor-color = "#fffd98";
cursor-text = "#3f4c3f";
cursor-opacity = 0.7;
cursor-style = "block";
selection-background = "3f4c3f";
selection-foreground = "ffffea";
selection-background = "#3f4c3f";
selection-foreground = "#ffffea";
background-opacity = 1;
window-padding-x = "2,2";
window-padding-y = "2,2";