Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
8
modules/themes/ember/README.org
Normal file
8
modules/themes/ember/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Ember
|
||||
#+author: Emmet
|
||||
|
||||
"Ember" base-16 theme originally by me ([[https://gitlab.com/librephoenix]], [[https://github.com/librephoenix]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/ember.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/x8/wallhaven-x82ldl.jpg][Background Link]]
|
25
modules/themes/ember/default.nix
Normal file
25
modules/themes/ember/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Ember";
|
||||
slug = "ember";
|
||||
author = "Emmet K (https://gitlab.com/librephoenix)";
|
||||
description = "Warm and fiery colorscheme";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/x8/wallhaven-x82ldl.jpg";
|
||||
backgroundSha256 = "sha256-3HX1ADHBXR50YGmS0Y7i6n19AUX74sy8tJnOLZzMjEw=";
|
||||
base00 = "330a0a";
|
||||
base01 = "4d0a0a";
|
||||
base02 = "662a0a";
|
||||
base03 = "992f0a";
|
||||
base04 = "c05a0a";
|
||||
base05 = "f89852";
|
||||
base06 = "ffb441";
|
||||
base07 = "ffc8b5";
|
||||
base08 = "f92622";
|
||||
base09 = "fd751f";
|
||||
base0A = "fdc51f";
|
||||
base0B = "8682fe";
|
||||
base0C = "f1bf84";
|
||||
base0D = "b6b98f";
|
||||
base0E = "a275a0";
|
||||
base0F = "bb86cc";
|
||||
}
|
Reference in New Issue
Block a user