ghostty: fix palette
This commit is contained in:
parent
8d7b072aaf
commit
be7a6724d5
1 changed files with 0 additions and 53 deletions
|
@ -35,7 +35,6 @@
|
|||
window-padding-balance = true;
|
||||
window-padding-color = "extend";
|
||||
window-theme = "system";
|
||||
theme = "light:PatagiaLight,dark:PatagiaDark";
|
||||
|
||||
keybind = [
|
||||
"alt+shift+c=copy_to_clipboard"
|
||||
|
@ -47,58 +46,6 @@
|
|||
"super+enter=toggle_fullscreen"
|
||||
];
|
||||
};
|
||||
themes = {
|
||||
PatagiaDark = {
|
||||
background = if config.patagia.oled.enable then "#000000" else "#14151a";
|
||||
foreground = "#b7bec7";
|
||||
cursor-color = "#e7e7b7";
|
||||
selection-background = "#84979f";
|
||||
selection-foreground = "#000000";
|
||||
palette = [
|
||||
"#000000"
|
||||
"#ff0035"
|
||||
"#85ff00"
|
||||
"#ffc900"
|
||||
"#00a7ff"
|
||||
"#cb01ff"
|
||||
"#00e0ff"
|
||||
"#b7bec7"
|
||||
"#444444"
|
||||
"#ff8c88"
|
||||
"#baff94"
|
||||
"#ffe090"
|
||||
"#88ccff"
|
||||
"#e38dff"
|
||||
"#97eeff"
|
||||
"#ffffff"
|
||||
];
|
||||
};
|
||||
PatagiaLight = {
|
||||
background = "#fefeff";
|
||||
foreground = "#222222";
|
||||
cursor-color = "#aa0000";
|
||||
selection-background = "#ffe6a4";
|
||||
selection-foreground = "#483600";
|
||||
palette = [
|
||||
"#000000"
|
||||
"#9e001d"
|
||||
"#306300"
|
||||
"#deae00"
|
||||
"#00669e"
|
||||
"#7d009e"
|
||||
"#008a9e"
|
||||
"#f7f7f7"
|
||||
"#b0b0b0"
|
||||
"#ff0035"
|
||||
"#509e00"
|
||||
"#ffc900"
|
||||
"#00a7ff"
|
||||
"#cb01ff"
|
||||
"#00e0ff"
|
||||
"#ffffff"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
xdg.desktopEntries = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue