mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: move to new colorscheme for kitty
This commit is contained in:
parent
7ba267bd3a
commit
d5488fbe63
1 changed files with 6 additions and 6 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ ... }:
|
||||
{ ... }:
|
||||
{
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
|
||||
theme = "Atelier Cave Dark";
|
||||
|
||||
theme = "3024 Night";
|
||||
|
||||
font = {
|
||||
name = "JetBrainsMono Nerd Font";
|
||||
size = 9;
|
||||
|
|
@ -12,12 +12,12 @@
|
|||
|
||||
settings = {
|
||||
confirm_os_window_close = 0;
|
||||
background_opacity = "0.75";
|
||||
background_opacity = "0.75";
|
||||
window_padding_width = 10;
|
||||
scrollback_lines = 10000;
|
||||
enable_audio_bell = false;
|
||||
mouse_hide_wait = 60;
|
||||
|
||||
|
||||
## Tabs
|
||||
tab_title_template = "{index}";
|
||||
active_tab_font_style = "normal";
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
inactive_tab_background = "#313244";
|
||||
};
|
||||
|
||||
keybindings = {
|
||||
keybindings = {
|
||||
## Unbind
|
||||
"ctrl+shift+left" = "no_op";
|
||||
"ctrl+shift+right" = "no_op";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue