ghostty: fix palette

This commit is contained in:
Daniel Lundin 2025-01-21 20:08:31 +01:00
parent 8d7b072aaf
commit c747fa6757
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -54,24 +54,6 @@
cursor-color = "#e7e7b7"; cursor-color = "#e7e7b7";
selection-background = "#84979f"; selection-background = "#84979f";
selection-foreground = "#000000"; selection-foreground = "#000000";
palette = [
"#000000"
"#ff0035"
"#85ff00"
"#ffc900"
"#00a7ff"
"#cb01ff"
"#00e0ff"
"#b7bec7"
"#444444"
"#ff8c88"
"#baff94"
"#ffe090"
"#88ccff"
"#e38dff"
"#97eeff"
"#ffffff"
];
}; };
PatagiaLight = { PatagiaLight = {
background = "#fefeff"; background = "#fefeff";
@ -79,24 +61,6 @@
cursor-color = "#aa0000"; cursor-color = "#aa0000";
selection-background = "#ffe6a4"; selection-background = "#ffe6a4";
selection-foreground = "#483600"; selection-foreground = "#483600";
palette = [
"#000000"
"#9e001d"
"#306300"
"#deae00"
"#00669e"
"#7d009e"
"#008a9e"
"#f7f7f7"
"#b0b0b0"
"#ff0035"
"#509e00"
"#ffc900"
"#00a7ff"
"#cb01ff"
"#00e0ff"
"#ffffff"
];
}; };
}; };
}; };