Skip to content

Commit

Permalink
✏️ sweetpastel colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Nov 4, 2023
1 parent a981e18 commit 0e85566
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/gwen/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ in
};
colorScheme =
{
colors = import ../shared/cols/verdant.nix { };
name = "verdant";
colors = import ../shared/cols/sweetpastel.nix { };
name = "sweetpastel";
};

imports = [
Expand Down
41 changes: 41 additions & 0 deletions home/shared/cols/sweetpastel.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{}:
rec {
background = "15181b";
foreground = "F8F9FA";
darker = "161a1e";
bg2 = "2f3337";
mbg = "1b1f23";

cursorColor = "dbdfdf";
contrast = "111111";
cursorline = "191919";
comment = "5a5858";

color0 = "161a1e";
color8 = "43474b";

color1 = "e5a3a1";
color9 = "f9b7b5";

color2 = "b4e3ad";
color10 = "c8f7c1";

color3 = "ece3b1";
color11 = "fff7c5";

color4 = "a3cbe7";
color12 = "b7dffb";

color5 = "ceace8";
color13 = "e2c0fc";

color6 = "c9d4ff";
color14 = "dde8ff";

color7 = "eeeff0";
color15 = "f8f9fa";

name = "sweetpastel";
wallpaper = "sweetpastel";
neofetchpic = "pattern.png";
}

0 comments on commit 0e85566

Please sign in to comment.