update background colour in ghostty
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user