Made orichalcum theme

This commit is contained in:
Emmet
2025-09-25 20:23:03 -05:00
parent 76788051dd
commit 917cbe4a39
5 changed files with 37 additions and 3 deletions

View File

@@ -44,7 +44,7 @@
# style
stylix = {
enable = true;
theme = "io";
theme = "orichalcum";
};
};

View File

@@ -10,7 +10,7 @@ in
enable = lib.mkEnableOption "Enable stylix theming";
};
systemSettings.stylix.theme = lib.mkOption {
default = "io";
default = "orichalcum";
type = lib.types.enum (builtins.attrNames (lib.filterAttrs (name: type: type == "directory") (builtins.readDir ../../themes)));
description = "Theme for stylix to use system wide. A list of themes can be found in the `themes` directory.";
};

View File

@@ -3,7 +3,7 @@
slug = "io";
author = "LibrePhoenix (https://github.com/librephoenix)";
credits = "Forked from Fernando Marques (https://github.com/RakkiUwU) and Gabriel Fontes (https://github.com/Misterio77))";
description = "Flagship theme of the LibrePhoenix Channel, named after one of Jupiter's moons";
description = "Former flagship theme of the LibrePhoenix Channel, named after one of Jupiter's moons";
polarity = "dark";
backgroundUrl = "https://images.hdqwalls.com/wallpapers/aurora-s-embrace-a-borealis-beauty-in-anime-ub.jpg";
backgroundSha256 = "sha256-GjM/Bu0zispdtPCFPzAk+zGlKYYg5XwTTxZ0TXOW9Fg=";

View File

@@ -0,0 +1,8 @@
#+title: Orichalcum
#+author: Emmet
"Orichalcum" theme, which is a fork of Uwunicorn originally by Fernando Marques ([[https://github.com/RakkiUwU]]) and Gabriel Fontes ([[https://github.com/Misterio77]]).
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/uwunicorn.png]]
[[https://wallpapers.com/images/hd/alluring-sunset-anime-scenery-r2gmgtcp8h9iwo9u.webp][Background Link]]

View File

@@ -0,0 +1,26 @@
{
scheme = "Orichalcum";
slug = "orichalcum";
author = "LibrePhoenix (https://github.com/librephoenix)";
credits = "Forked from Fernando Marques (https://github.com/RakkiUwU) and Gabriel Fontes (https://github.com/Misterio77))";
description = "Flagship theme of the LibrePhoenix Channel, named after a mythical metal";
polarity = "dark";
backgroundUrl = "https://wallpapers.com/images/hd/alluring-sunset-anime-scenery-r2gmgtcp8h9iwo9u.webp";
backgroundSha256 = "sha256-jOd9SznQTa8AoO6cZGy0LhN8lBadrRf60FvyCEs2tLo=";
base00 = "#1a181a";
base01 = "#262326";
base02 = "#302c30";
base03 = "#463f47";
base04 = "#bfaab7";
base05 = "#dbd7da";
base06 = "#dbd7da";
base07 = "#faf7f9";
base08 = "#da4747";
base09 = "#fd6d35";
base0A = "#ffa846";
base0B = "#fbc024";
base0C = "#8049d5";
base0D = "#b368ec";
base0E = "#e27fc6";
base0F = "#e64464";
}