1
0
Fork 0

Update colors

This commit is contained in:
Malte 2023-01-01 16:46:33 +01:00
parent 149f8b905f
commit 4f55b4aa43
4 changed files with 537 additions and 459 deletions

View file

@ -147,7 +147,7 @@ in {
snap-to-grid = true;
tile-by-default = true;
active-hint = true;
hint-color-rgba = "rgba(0,0,255,1)";
hint-color-rgba = "rgba(30,102,245,1)";
tile-enter = ["<Super>t"];
tile-move-left-global = ["<Super><Shift>Left"];
tile-move-right-global = ["<Super><Shift>Right"];

View file

@ -24,6 +24,8 @@
strip_trailing_spaces = "always";
font_size = "10.5";
cursor = "#1e66f5";
};
};
}

View file

@ -26,15 +26,6 @@
plugins = ["colored-man-pages"];
};
plugins = [
# {
# name = "auto-notify";
# src = pkgs.fetchFromGitHub {
# owner = "MichaelAquilina";
# repo = "zsh-auto-notify";
# rev = "0.8.0";
# sha256 = "02x7q0ncbj1bn031ha7k3n2q2vrbv1wbvpx9w2qxv9jagqnjm3bd";
# };
# }
{
name = "you-should-use";
src = "${pkgs.zsh-you-should-use}/share/zsh/plugins/you-should-use";

File diff suppressed because it is too large Load diff