Made orichalcum theme
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
# style
|
||||
stylix = {
|
||||
enable = true;
|
||||
theme = "io";
|
||||
theme = "orichalcum";
|
||||
};
|
||||
};
|
||||
|
||||
|
@@ -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.";
|
||||
};
|
||||
|
@@ -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=";
|
||||
|
8
modules/themes/orichalcum/README.org
Normal file
8
modules/themes/orichalcum/README.org
Normal 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]]
|
26
modules/themes/orichalcum/default.nix
Normal file
26
modules/themes/orichalcum/default.nix
Normal 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";
|
||||
}
|
Reference in New Issue
Block a user