Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
8
modules/themes/spaceduck/README.org
Normal file
8
modules/themes/spaceduck/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Spaceduck
|
||||
#+author: Emmet
|
||||
|
||||
"Spaceduck" base-16 theme originally by Guillermo Rodriguez ([[https://github.com/pineapplegiant]]) and packaged by Gabriel Fontes ([[https://github.com/Misterio77]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/spaceduck.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/6d/wallhaven-6d5k6x.jpg][Background Link]]
|
25
modules/themes/spaceduck/default.nix
Normal file
25
modules/themes/spaceduck/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Spaceduck";
|
||||
slug = "spaceduck";
|
||||
author = "Guillermo Rodriguez (https://github.com/pineapplegiant), packaged by Gabriel Fontes (https://github.com/Misterio77)";
|
||||
description = "An intergalactic space theme for Vim, Terminal, and more!";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/6d/wallhaven-6d5k6x.jpg";
|
||||
backgroundSha256 = "sha256-+xl4H3UiVmMRNvMhIlaLdVTYYqnSyCTSX2UOTGsDQ8c=";
|
||||
base00 = "16172d";
|
||||
base01 = "1b1c36";
|
||||
base02 = "30365F";
|
||||
base03 = "686f9a";
|
||||
base04 = "818596";
|
||||
base05 = "ecf0c1";
|
||||
base06 = "c1c3cc";
|
||||
base07 = "ffffff";
|
||||
base08 = "e33400";
|
||||
base09 = "e39400";
|
||||
base0A = "f2ce00";
|
||||
base0B = "5ccc96";
|
||||
base0C = "00a3cc";
|
||||
base0D = "7a5ccc";
|
||||
base0E = "b3a1e6";
|
||||
base0F = "ce6f8f";
|
||||
}
|
Reference in New Issue
Block a user