Skip to content

Commit

Permalink
✏️ stardew colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Nov 5, 2023
1 parent 44caaa7 commit 0e86d39
Show file tree
Hide file tree
Showing 2 changed files with 47 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/sweetpastel.nix { };
name = "sweetpastel";
colors = import ../shared/cols/stardew.nix { };
name = "stardew";
};

imports = [
Expand Down
45 changes: 45 additions & 0 deletions home/shared/cols/stardew.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{}:
rec {
name = "stardewnight";
wallpaper = "satellitee.jpeg";

mbg = "16161a";
bg2 = "15181b";
cursorColor = "dbdfdf";

contrast = "111111";
comment = "676778";
background = "16161a";
black = "16161a";

darker = "15181b";
foreground = "e9ecf2";
cursorline = "212126";
cursor = "e9ecf2";

color0 = "2a2a30";
color1 = "f25c5c";

color2 = "55b682";
color3 = "ff9c6a";

color4 = "7aaaff";
color5 = "f17ac6";

color6 = "7acaff";
color7 = "DCDFE4";

color8 = "2a2a30";
color9 = "f25c5c";

color10 = "55b682";
color11 = "ff9c6a";

color12 = "7aaaff";
color13 = "f17ac6";

color14 = "7acaff";
color15 = "DCDFE4";

neofetchpic = "pattern.png";
}

0 comments on commit 0e86d39

Please sign in to comment.