mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 10:04:03 +05:30
Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
parent
1fa8b17b07
commit
0453901d17
303 changed files with 3560 additions and 5566 deletions
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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue