Switch to everforest

inky
Elnu 1 year ago
parent aab45bcce3
commit 08a21d7a36

@ -33,7 +33,6 @@ in
(import ./home.nix)
(import ./thinkpads/home.nix)
];
home.file."./.background-image".source = ../wallpapers/178869_1366x768.jpg;
};
};
}
@ -61,7 +60,6 @@ in
(import ./home.nix)
(import ./thinkpads/home.nix)
];
home.file."./.background-image".source = ../wallpapers/roxynord.png;
};
};
}
@ -88,7 +86,6 @@ in
(import ./home.nix)
(import ./virtualbox/home.nix)
];
home.file."./.background-image".source = ../wallpapers/roxynord.png;
};
};
}

@ -1,8 +0,0 @@
{
background = "#2e3440";
background-alt = "#3b4252";
foreground = "#eceff4";
primary = "#8fbcbb";
alert = "#bf616a";
disabled = "#434c5e";
}

@ -0,0 +1 @@
everforest-medium.nix

@ -89,7 +89,7 @@ in
interval = 25;
mount-0 = "/";
label-mounted = "%{F#88c0d0}%mountpoint%%{F-} %percentage_used%%";
label-mounted = "%{F${colors.primary}}%mountpoint%%{F-} %percentage_used%%";
label-unmounted = "%mountpoint% not mounted";
label-unmounted-foreground = "${colors.disabled}";
};

@ -0,0 +1,8 @@
{
background = "#1e2326";
background-alt = "#272e33";
foreground = "#d3c6aa";
primary = "#83c092";
alert = "#e67e80";
disabled = "#2e383c";
}

@ -0,0 +1,8 @@
{
background = "#232a2e";
background-alt = "#2d353b";
foreground = "#d3c6aa";
primary = "#83c092";
alert = "#e67e80";
disabled = "#343f44";
}

@ -0,0 +1,8 @@
{
background = "#2e3440";
background-alt = "#3b4252";
foreground = "#eceff4";
primary = "#8fbcbb";
alert = "#bf616a";
disabled = "#434c5e";
}

@ -3,11 +3,12 @@
{
programs.kitty = {
enable = true;
theme = "Nord";
# https://github.com/kovidgoyal/kitty-themes/blob/master/themes.json
theme = "Everforest Dark Hard";
font = {
name = "FiraCode Nerd Font Mono";
size = 12;
};
extraConfig = "enable_audio_bell 0\nconfirm_os_window_close 0\nbackground_opacity 0.8";
extraConfig = "enable_audio_bell 0\nconfirm_os_window_close 0\nbackground_opacity 0.7";
};
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 KiB

Loading…
Cancel
Save