Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
8
modules/themes/emil/README.org
Normal file
8
modules/themes/emil/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Emil
|
||||
#+author: Emmet
|
||||
|
||||
"Emil" base-16 theme originally by limelier.
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/emil.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/535/845/69/digital-art-artwork-fantasy-art-planet-sun-hd-wallpaper-d866fd38b0b06cd800cc016ed8d284fa.jpg][Background Link]]
|
25
modules/themes/emil/default.nix
Normal file
25
modules/themes/emil/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Emil";
|
||||
slug = "emil";
|
||||
author = "limelier (https://github.com/limelier)";
|
||||
description = "Ethereal pastel color scheme";
|
||||
polarity = "light";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/535/845/69/digital-art-artwork-fantasy-art-planet-sun-hd-wallpaper-d866fd38b0b06cd800cc016ed8d284fa.jpg";
|
||||
backgroundSha256 = "sha256-qD/yPZHqDgpMwhqPNtyO4r3dtAnR9oMx6DLizZvDHpk=";
|
||||
base00 = "efefef";
|
||||
base01 = "bebed2";
|
||||
base02 = "9e9eaf";
|
||||
base03 = "7c7c98";
|
||||
base04 = "505063";
|
||||
base05 = "313145";
|
||||
base06 = "22223a";
|
||||
base07 = "1a1a2f";
|
||||
base08 = "f43979";
|
||||
base09 = "d22a8b";
|
||||
base0A = "ff669b";
|
||||
base0B = "0073a8";
|
||||
base0C = "2155d6";
|
||||
base0D = "471397";
|
||||
base0E = "6916b6";
|
||||
base0F = "8d17a5";
|
||||
}
|
Reference in New Issue
Block a user