Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
8
modules/themes/atelier-savanna/README.org
Normal file
8
modules/themes/atelier-savanna/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Atelier Savanna
|
||||
#+author: Emmet
|
||||
|
||||
"Atelier Savanna" base-16 theme originally by Bram de Haan ([[http://atelierbramdehaan.nl]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/atelier-savanna.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/760/955/638/artwork-landscape-sky-mountains-wallpaper-78664db880d01c78404c214e28e2847a.jpg][Background Link]]
|
25
modules/themes/atelier-savanna/default.nix
Normal file
25
modules/themes/atelier-savanna/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Atelier Savanna";
|
||||
slug = "atelier-savanna";
|
||||
author = "Bram de Haan (http://atelierbramdehaan.nl)";
|
||||
description = ''“Color-wheel colors” are desaturated considerably, giving this colorscheme a rather understated appeal and, dear I say it, a ‘natural’ look and feel'';
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/760/955/638/artwork-landscape-sky-mountains-wallpaper-78664db880d01c78404c214e28e2847a.jpg";
|
||||
backgroundSha256 = "sha256-0ubzlyIj3Uz9vQa+qvz/+q/1trgbNUEpQysqtEFs54g=";
|
||||
base00 = "171c19";
|
||||
base01 = "232a25";
|
||||
base02 = "526057";
|
||||
base03 = "5f6d64";
|
||||
base04 = "78877d";
|
||||
base05 = "87928a";
|
||||
base06 = "dfe7e2";
|
||||
base07 = "ecf4ee";
|
||||
base08 = "b16139";
|
||||
base09 = "9f713c";
|
||||
base0A = "a07e3b";
|
||||
base0B = "489963";
|
||||
base0C = "1c9aa0";
|
||||
base0D = "478c90";
|
||||
base0E = "55859b";
|
||||
base0F = "867469";
|
||||
}
|
Reference in New Issue
Block a user