Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
8
modules/themes/ayu-dark/README.org
Normal file
8
modules/themes/ayu-dark/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Ayu Dark
|
||||
#+author: Emmet
|
||||
|
||||
"Ayu Dark" base-16 theme originally by Khue Nguyen ([[mailto:Z5483Y@gmail.com][Z5483Y@gmail.com]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/ayu-dark.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/zy/wallhaven-zy8wwo.jpg][Background Link]]
|
25
modules/themes/ayu-dark/default.nix
Normal file
25
modules/themes/ayu-dark/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Ayu Dark";
|
||||
slug = "ayu-dark";
|
||||
author = "Khue Nguyen <Z5483Y@gmail.com>";
|
||||
description = "Simple, bright and elegant theme";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/zy/wallhaven-zy8wwo.jpg";
|
||||
backgroundSha256 = "sha256-0BiSjEZnwh6KnWuNau+9lf1PVBYRnq228l4OA/nm5YI=";
|
||||
base00 = "0F1419";
|
||||
base01 = "131721";
|
||||
base02 = "272D38";
|
||||
base03 = "3E4B59";
|
||||
base04 = "BFBDB6";
|
||||
base05 = "E6E1CF";
|
||||
base06 = "E6E1CF";
|
||||
base07 = "F3F4F5";
|
||||
base08 = "F07178";
|
||||
base09 = "FF8F40";
|
||||
base0A = "FFB454";
|
||||
base0B = "B8CC52";
|
||||
base0C = "95E6CB";
|
||||
base0D = "59C2FF";
|
||||
base0E = "D2A6FF";
|
||||
base0F = "E6B673";
|
||||
}
|
Reference in New Issue
Block a user