Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
8
modules/themes/old-hope/README.org
Normal file
8
modules/themes/old-hope/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Old Hope
|
||||
#+author: Emmet
|
||||
|
||||
"Old Hope" base-16 theme originally by mohkale ([[https://github.com/mohkale/an-old-hope-theme]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/old-hope.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/218/1018/501/star-wars-star-wars-the-rise-of-skywalker-jedi-kylo-ren-lightsaber-hd-wallpaper-534b63fd3d29abf5efe66267283ba8c8.jpg][Background Link]]
|
25
modules/themes/old-hope/default.nix
Normal file
25
modules/themes/old-hope/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Old Hope";
|
||||
slug = "old-hope";
|
||||
author = "mohkale (https://github.com/mohkale/an-old-hope-theme)";
|
||||
description = "A theme inspired by a galaxy far far away...";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/218/1018/501/star-wars-star-wars-the-rise-of-skywalker-jedi-kylo-ren-lightsaber-hd-wallpaper-534b63fd3d29abf5efe66267283ba8c8.jpg";
|
||||
backgroundSha256 = "sha256-3Z8kpA+JBs3nQhe+zUZF0zoXFGbJCfePp3/RzpcuN6Q=";
|
||||
base00 = "1c1d20";
|
||||
base01 = "202328";
|
||||
base02 = "23272e";
|
||||
base03 = "3f444a";
|
||||
base04 = "5B6268";
|
||||
base05 = "686b78";
|
||||
base06 = "9ca0a4";
|
||||
base07 = "cbccd1";
|
||||
base08 = "ea3d54";
|
||||
base09 = "ee7b29";
|
||||
base0A = "fedd38";
|
||||
base0B = "78bd65";
|
||||
base0C = "78bd65";
|
||||
base0D = "4fb3d8";
|
||||
base0E = "b978ab";
|
||||
base0F = "4fb3d8";
|
||||
}
|
Reference in New Issue
Block a user