Configure kitty
This commit is contained in:
parent
ada9f02d0e
commit
4ca5c379bf
@ -5,7 +5,6 @@
|
|||||||
./git
|
./git
|
||||||
./terminal
|
./terminal
|
||||||
./gnome-extensions
|
./gnome-extensions
|
||||||
./vscode
|
|
||||||
./ricing
|
./ricing
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -17,6 +16,7 @@
|
|||||||
ferdium
|
ferdium
|
||||||
git
|
git
|
||||||
gh
|
gh
|
||||||
|
vscode-fhs
|
||||||
|
|
||||||
# School
|
# School
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
|
|||||||
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./stylix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# GTK theming
|
# GTK theming
|
||||||
|
|||||||
@ -5,6 +5,8 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
autoEnable = false;
|
autoEnable = false;
|
||||||
|
|
||||||
|
image = ../../../wallpapers/maze.png;
|
||||||
|
|
||||||
targets = {
|
targets = {
|
||||||
gnome.enable = true;
|
gnome.enable = true;
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
|
|||||||
@ -3,43 +3,43 @@
|
|||||||
{
|
{
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
settings = {
|
settings = {
|
||||||
foreground = "#f8f8f2";
|
foreground = "#e5e5cd";
|
||||||
background = "#4c4c4c";
|
background = "#413e3e";
|
||||||
|
|
||||||
selection_foreground = "#4c4c4c";
|
selection_foreground = "#413e3e";
|
||||||
selection_background = "#e7e7e7";
|
selection_background = "#e5e5cd";
|
||||||
|
|
||||||
# black
|
# black
|
||||||
color0 = "#4c4c4c";
|
color0 = "#343232";
|
||||||
color8 = "#acacac";
|
color8 = "#5c5656";
|
||||||
|
|
||||||
# red
|
# red
|
||||||
color1 = "#fe7394";
|
color1 = "#fb5c82";
|
||||||
color9 = "#ffedf1";
|
color9 = "#fea6bb";
|
||||||
|
|
||||||
# green
|
# green
|
||||||
color2 = "#cacc73";
|
color2 = "#c2c561";
|
||||||
color10 = "#dadc9c";
|
color10 = "#d9da98";
|
||||||
|
|
||||||
# yellow
|
# yellow
|
||||||
color3 = "#fedb5b";
|
color3 = "#fbd444";
|
||||||
color11 = "#fefbea";
|
color11 = "#fee68e";
|
||||||
|
|
||||||
# blue
|
# blue
|
||||||
color4 = "#7688ea";
|
color4 = "#6075e6";
|
||||||
color12 = "#edeffc";
|
color12 = "#a2aef1";
|
||||||
|
|
||||||
# magenta
|
# magenta
|
||||||
color5 = "#fac3ed";
|
color5 = "#f273d4";
|
||||||
color13 = "#fff6fe";
|
color13 = "#f9b8ea";
|
||||||
|
|
||||||
# cyan
|
# cyan
|
||||||
color6 = "#96ceb4";
|
color6 = "#85c5a8";
|
||||||
color14 = "#b8dfcd";
|
color14 = "#b8dfcd";
|
||||||
|
|
||||||
# white
|
# white
|
||||||
color7 = "#e5e5cd";
|
color7 = "#e5e5cc";
|
||||||
color15 = "#f6f6ee";
|
color15 = "#f7f7ee";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -1,13 +0,0 @@
|
|||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
programs.vscode = {
|
|
||||||
enable = true;
|
|
||||||
extensions = with pkgs.vscode-extensions; [
|
|
||||||
bbenoist.nix
|
|
||||||
ms-python.python
|
|
||||||
catppuccin.catppuccin-vsc-icons
|
|
||||||
catppuccin.catppuccin-vsc
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@ -1,33 +1,21 @@
|
|||||||
{ ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoEnable = true;
|
autoEnable = true;
|
||||||
|
|
||||||
base16Scheme = {
|
homeManagerIntegration.autoImport = false;
|
||||||
base00 = "343232";
|
|
||||||
base01 = "413e3e";
|
|
||||||
base02 = "4f4a4a";
|
|
||||||
base03 = "5c5656";
|
|
||||||
base04 = "6a6262";
|
|
||||||
base05 = "f6f6ee";
|
|
||||||
base06 = "eeeedd";
|
|
||||||
base07 = "e5e5cd";
|
|
||||||
base08 = "fb5c82";
|
|
||||||
base09 = "c2c561";
|
|
||||||
base0A = "fbd444";
|
|
||||||
base0B = "6075e6";
|
|
||||||
base0C = "f273d4";
|
|
||||||
base0D = "85c5a8";
|
|
||||||
base0E = "caca9b";
|
|
||||||
base0F = "953f48";
|
|
||||||
};
|
|
||||||
|
|
||||||
image = ../../wallpapers/maze.png;
|
image = ../../wallpapers/maze.png;
|
||||||
|
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
|
|
||||||
targets.grub.useImage = true;
|
targets.grub.useImage = true;
|
||||||
|
|
||||||
|
cursor = {
|
||||||
|
package = pkgs.bibata-cursors;
|
||||||
|
name = "Bibata-Modern-Ice";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user