Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
8
modules/themes/atelier-seaside/README.org
Normal file
8
modules/themes/atelier-seaside/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Atelier Seaside
|
||||
#+author: Emmet
|
||||
|
||||
"Atelier Seaside" base-16 theme originally by Bram de Haan ([[http://atelierbramdehaan.nl]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/atelier-seaside.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/714/495/609/landscape-artwork-digital-art-fantasy-art-wallpaper-9960e89d112afd2ba6e738ff70b1e63d.jpg][Background Link]]
|
25
modules/themes/atelier-seaside/default.nix
Normal file
25
modules/themes/atelier-seaside/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Atelier Seaside";
|
||||
slug = "atelier-seaside";
|
||||
author = "Bram de Haan (http://atelierbramdehaan.nl)";
|
||||
description = "Very saturated color-palette; comes popping at you";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/714/495/609/landscape-artwork-digital-art-fantasy-art-wallpaper-9960e89d112afd2ba6e738ff70b1e63d.jpg";
|
||||
backgroundSha256 = "sha256-GcHU4qYRGFubobNENwp8prpd/da4tzHwRyN+rsH2dYA=";
|
||||
base00 = "131513";
|
||||
base01 = "242924";
|
||||
base02 = "5e6e5e";
|
||||
base03 = "687d68";
|
||||
base04 = "809980";
|
||||
base05 = "8ca68c";
|
||||
base06 = "cfe8cf";
|
||||
base07 = "f4fbf4";
|
||||
base08 = "e6193c";
|
||||
base09 = "87711d";
|
||||
base0A = "98981b";
|
||||
base0B = "29a329";
|
||||
base0C = "1999b3";
|
||||
base0D = "3d62f5";
|
||||
base0E = "ad2bee";
|
||||
base0F = "e619c3";
|
||||
}
|
Reference in New Issue
Block a user