Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
8
modules/themes/helios/README.org
Normal file
8
modules/themes/helios/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Helios
|
||||
#+author: Emmet
|
||||
|
||||
"Helios" base-16 theme originally by Alex Meyer ([[https://github.com/reyemxela]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/helios.png]]
|
||||
|
||||
[[https://images.hdqwalls.com/wallpapers/one-last-time-8h.jpg][Background Link]]
|
25
modules/themes/helios/default.nix
Normal file
25
modules/themes/helios/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Helios";
|
||||
slug = "helios";
|
||||
author = "Alex Meyer (https://github.com/reyemxela)";
|
||||
description = "Somewhat inspired by gruvbox; a dark, saturated base16 scheme with nice clean colors";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://images.hdqwalls.com/wallpapers/one-last-time-8h.jpg";
|
||||
backgroundSha256 = "sha256-KDp90rltTtMEiQtsA8VPq2Msi/D51mPPEdo1tiRIo7E=";
|
||||
base00 = "1d2021";
|
||||
base01 = "383c3e";
|
||||
base02 = "53585b";
|
||||
base03 = "6f7579";
|
||||
base04 = "cdcdcd";
|
||||
base05 = "d5d5d5";
|
||||
base06 = "dddddd";
|
||||
base07 = "e5e5e5";
|
||||
base08 = "d72638";
|
||||
base09 = "eb8413";
|
||||
base0A = "f19d1a";
|
||||
base0B = "88b92d";
|
||||
base0C = "1ba595";
|
||||
base0D = "1e8bac";
|
||||
base0E = "be4264";
|
||||
base0F = "c85e0d";
|
||||
}
|
Reference in New Issue
Block a user