diff --git a/modules/themes/ina.nix b/modules/themes/ina.nix new file mode 100644 index 0000000..f6dc9a7 --- /dev/null +++ b/modules/themes/ina.nix @@ -0,0 +1,21 @@ +{ + base00 = "0e1415"; + base01 = "1a2121"; + base02 = "2f3636"; + base03 = "899393"; + base04 = "bec8c8"; + base05 = "dde4e3"; + base06 = "cce8e8"; + base07 = "9cf1f3"; + base08 = "ffb4ab"; + base09 = "b4c8e9"; + base0A = "b0cccc"; + base0B = "80d4d6"; + base0C = "9cf1f3"; + base0D = "80d4d6"; + base0E = "d4e3ff"; + base0F = "ffdad6"; + "author" = "Stylix"; + "scheme" = "Stylix"; + "slug" = "stylix"; +} diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index 210451b..39909c7 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -94,8 +94,8 @@ basics.enable = true; stylix = { enable = true; - base16Scheme = import ../../modules/themes/tsukasa.nix; - image = ../../tsukasa.jpg; + base16Scheme = import ../../modules/themes/ina.nix; + image = ../../wallpaper/ina.jpg; }; }; }; diff --git a/fbk.jpg b/wallpaper/fbk.jpg similarity index 100% rename from fbk.jpg rename to wallpaper/fbk.jpg diff --git a/wallpaper/ina.jpg b/wallpaper/ina.jpg new file mode 100644 index 0000000..23f4df9 Binary files /dev/null and b/wallpaper/ina.jpg differ diff --git a/yuyukowallpaper.png b/wallpaper/yuyukowallpaper.png similarity index 100% rename from yuyukowallpaper.png rename to wallpaper/yuyukowallpaper.png