Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
8
modules/themes/stella/README.org
Normal file
8
modules/themes/stella/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Stella
|
||||
#+author: Emmet
|
||||
|
||||
"Stella" base-16 theme originally by Shrimpram.
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/stella.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/662/963/756/artwork-night-stars-sailing-ship-wallpaper-f8e6cdf800802ca8b0acb18ea86274ca.jpg][Background Link]]
|
25
modules/themes/stella/default.nix
Normal file
25
modules/themes/stella/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Stella";
|
||||
slug = "stella";
|
||||
author = "Shrimpram (https://github.com/Shrimpram)";
|
||||
description = "A regal purple color scheme based on a dog named Stella";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/662/963/756/artwork-night-stars-sailing-ship-wallpaper-f8e6cdf800802ca8b0acb18ea86274ca.jpg";
|
||||
backgroundSha256 = "sha256-ZdzYsYawW2pINFG8bHLBd62iyD4p/9Iw09H3pB0SUyw=";
|
||||
base00 = "2B213C";
|
||||
base01 = "362B48";
|
||||
base02 = "4D4160";
|
||||
base03 = "655978";
|
||||
base04 = "7F7192";
|
||||
base05 = "998BAD";
|
||||
base06 = "B4A5C8";
|
||||
base07 = "EBDCFF";
|
||||
base08 = "C79987";
|
||||
base09 = "8865C6";
|
||||
base0A = "C7C691";
|
||||
base0B = "ACC79B";
|
||||
base0C = "9BC7BF";
|
||||
base0D = "A5AAD4";
|
||||
base0E = "C594FF";
|
||||
base0F = "C7AB87";
|
||||
}
|
Reference in New Issue
Block a user