diff --git a/flake.nix b/flake.nix index b21bb77..ae885ae 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ name = "Emmet"; # name/identifier email = "emmet@librephoenix.com"; # email (used for certain configurations) dotfilesDir = "~/.dotfiles"; # absolute path of the local repo - theme = "uwunicorn-yt"; # selcted theme from my themes directory (./themes/) + theme = "io"; # selcted theme from my themes directory (./themes/) wm = "hyprland"; # Selected window manager or desktop environment; must select one in both ./user/wm/ and ./system/wm/ # window manager type (hyprland or x11) translator wmType = if (wm == "hyprland") then "wayland" else "x11"; diff --git a/themes/uwunicorn-yt/README.org b/themes/io/README.org similarity index 57% rename from themes/uwunicorn-yt/README.org rename to themes/io/README.org index fd6ba94..c6728e1 100644 --- a/themes/uwunicorn-yt/README.org +++ b/themes/io/README.org @@ -1,7 +1,9 @@ -#+title: Uwunicorn (Youtube ver.) +#+title: Io #+author: Emmet -"Uwunicorn" base-16 theme originally by Fernando Marques ([[https://github.com/RakkiUwU]]) and Gabriel Fontes ([[https://github.com/Misterio77]]) +"Io" theme, which is my fork of Uwunicorn originally by Fernando Marques ([[https://github.com/RakkiUwU]]) and Gabriel Fontes ([[https://github.com/Misterio77]]). + +The main difference is that it has more vibrant colors. [[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/uwunicorn.png]] diff --git a/themes/uwunicorn-yt/backgroundsha256.txt b/themes/io/backgroundsha256.txt similarity index 100% rename from themes/uwunicorn-yt/backgroundsha256.txt rename to themes/io/backgroundsha256.txt diff --git a/themes/uwunicorn-yt/backgroundurl.txt b/themes/io/backgroundurl.txt similarity index 100% rename from themes/uwunicorn-yt/backgroundurl.txt rename to themes/io/backgroundurl.txt diff --git a/themes/uwunicorn-yt/uwunicorn-yt.yaml b/themes/io/io.yaml similarity index 65% rename from themes/uwunicorn-yt/uwunicorn-yt.yaml rename to themes/io/io.yaml index 725c4be..2c2ecb2 100644 --- a/themes/uwunicorn-yt/uwunicorn-yt.yaml +++ b/themes/io/io.yaml @@ -1,5 +1,5 @@ scheme: "UwUnicorn" -author: "Fernando Marques (https://github.com/RakkiUwU) and Gabriel Fontes (https://github.com/Misterio77), modified by me (https://librephoenix.com)" +author: "LibrePhoenix (forked from Fernando Marques (https://github.com/RakkiUwU) and Gabriel Fontes (https://github.com/Misterio77))" base00: "241b26" base01: "2f2a3f" base02: "46354a" diff --git a/themes/uwunicorn-yt/polarity.txt b/themes/io/polarity.txt similarity index 100% rename from themes/uwunicorn-yt/polarity.txt rename to themes/io/polarity.txt