retheme
This commit is contained in:
parent
117bdea98a
commit
879c0f9823
4 changed files with 12 additions and 9 deletions
|
@ -2,13 +2,13 @@
|
|||
programs.kitty = {
|
||||
enable = true;
|
||||
font = {
|
||||
name = "FiraCode Nerd Font";
|
||||
size = 11;
|
||||
name = "Departure Mono Nerd Font";
|
||||
size = 12;
|
||||
};
|
||||
keybindings = {
|
||||
"ctrl+shift+n" = "new_os_window_with_cwd";
|
||||
};
|
||||
settings = {
|
||||
settings = rec {
|
||||
#adjust_column_width = "70%";
|
||||
color0 = "#282828";
|
||||
color8 = "#928374";
|
||||
|
@ -26,8 +26,8 @@
|
|||
color14 = "#8ec07c";
|
||||
color7 = "#a89984";
|
||||
color15 = "#ebdbb2";
|
||||
foreground = "#ebdbb2";
|
||||
background = "#282828";
|
||||
foreground = color15;
|
||||
background = "#1d2021";
|
||||
confirm_os_window_close = 0;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue