Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
25
modules/themes/outrun-dark/default.nix
Normal file
25
modules/themes/outrun-dark/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Outrun Dark";
|
||||
slug = "outrun-dark";
|
||||
author = "Hugo Delahousse (https://github.com/hugodelahousse/)";
|
||||
description = "Color scheme inspired by the synthwave music scene";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/586/965/67/night-sky-illustration-futuristic-art-night-wallpaper-88366d08c0d00c08207cf12ef892b49a.jpg";
|
||||
backgroundSha256 = "sha256-wySC8BjvJKZAnbGOeyyp1xwt/EMAwsTON0os6n1/fp8=";
|
||||
base00 = "00002A";
|
||||
base01 = "20204A";
|
||||
base02 = "30305A";
|
||||
base03 = "50507A";
|
||||
base04 = "B0B0DA";
|
||||
base05 = "D0D0FA";
|
||||
base06 = "E0E0FF";
|
||||
base07 = "F5F5FF";
|
||||
base08 = "FF4242";
|
||||
base09 = "FC8D28";
|
||||
base0A = "F3E877";
|
||||
base0B = "59F176";
|
||||
base0C = "0EF0F0";
|
||||
base0D = "66B0FF";
|
||||
base0E = "F10596";
|
||||
base0F = "F003EF";
|
||||
}
|
Reference in New Issue
Block a user