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 = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
theme = "Atelier Cave Dark";
|
theme = "3024 Night";
|
||||||
|
|
||||||
font = {
|
font = {
|
||||||
name = "JetBrainsMono Nerd Font";
|
name = "JetBrainsMono Nerd Font";
|
||||||
size = 9;
|
size = 9;
|
||||||
|
|
@ -12,12 +12,12 @@
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
confirm_os_window_close = 0;
|
confirm_os_window_close = 0;
|
||||||
background_opacity = "0.75";
|
background_opacity = "0.75";
|
||||||
window_padding_width = 10;
|
window_padding_width = 10;
|
||||||
scrollback_lines = 10000;
|
scrollback_lines = 10000;
|
||||||
enable_audio_bell = false;
|
enable_audio_bell = false;
|
||||||
mouse_hide_wait = 60;
|
mouse_hide_wait = 60;
|
||||||
|
|
||||||
## Tabs
|
## Tabs
|
||||||
tab_title_template = "{index}";
|
tab_title_template = "{index}";
|
||||||
active_tab_font_style = "normal";
|
active_tab_font_style = "normal";
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
inactive_tab_background = "#313244";
|
inactive_tab_background = "#313244";
|
||||||
};
|
};
|
||||||
|
|
||||||
keybindings = {
|
keybindings = {
|
||||||
## Unbind
|
## Unbind
|
||||||
"ctrl+shift+left" = "no_op";
|
"ctrl+shift+left" = "no_op";
|
||||||
"ctrl+shift+right" = "no_op";
|
"ctrl+shift+right" = "no_op";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue