mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 22:49:41 +00:00
home/ghostty: increase cursor thickness
This commit is contained in:
parent
d7e5df3f5d
commit
94877b6b0b
1 changed files with 9 additions and 7 deletions
|
|
@ -14,11 +14,20 @@ in
|
|||
];
|
||||
|
||||
programs.ghostty.settings = {
|
||||
# Declutter
|
||||
gtk-titlebar = false;
|
||||
window-decoration = "none";
|
||||
confirm-close-surface = false;
|
||||
|
||||
# Fonts
|
||||
font-family = "Iosevka NFM";
|
||||
adjust-cursor-thickness = 2;
|
||||
keybind = [
|
||||
"ctrl+shift+==increase_font_size:1"
|
||||
"ctrl+-=decrease_font_size:1"
|
||||
];
|
||||
|
||||
# Theme
|
||||
background = "#fdf6e3";
|
||||
foreground = "#073642";
|
||||
palette = [
|
||||
|
|
@ -39,13 +48,6 @@ in
|
|||
"14=#4bccc1" # a platupus? perry the platupus?
|
||||
"15=#eeeadd"
|
||||
];
|
||||
|
||||
confirm-close-surface = false;
|
||||
|
||||
keybind = [
|
||||
"ctrl+shift+==increase_font_size:1"
|
||||
"ctrl+-=decrease_font_size:1"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue