mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
parent
1fa8b17b07
commit
0453901d17
303 changed files with 3560 additions and 5566 deletions
8
modules/themes/fairy-floss/README.org
Normal file
8
modules/themes/fairy-floss/README.org
Normal file
|
@ -0,0 +1,8 @@
|
|||
#+title: Fairy Floss
|
||||
#+author: Emmet
|
||||
|
||||
"Fairy Floss" base-16 theme originally by sailorhg ([[https://github.com/sailorhg/fairyfloss]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/fairy-floss.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/rr/wallhaven-rrgydw.jpg][Background Link]]
|
25
modules/themes/fairy-floss/default.nix
Normal file
25
modules/themes/fairy-floss/default.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
scheme = "Fairy Floss";
|
||||
slug = "fairy-floss";
|
||||
author = "sailorhg (https://github.com/sailorhg)";
|
||||
description = "A pastel/candy/daydream theme";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/rr/wallhaven-rrgydw.jpg";
|
||||
backgroundSha256 = "sha256-bv9c0RWYGT3EX8tfqzanQ8ZwVNcxbpmRYv5ymk7hido=";
|
||||
base00 = "343145";
|
||||
base01 = "464258";
|
||||
base02 = "6A6483";
|
||||
base03 = "422013";
|
||||
base04 = "9673D3";
|
||||
base05 = "A0A0C0";
|
||||
base06 = "B5B2Bd";
|
||||
base07 = "F8F8F0";
|
||||
base08 = "CC6666";
|
||||
base09 = "FFEA00";
|
||||
base0A = "C2FFDF";
|
||||
base0B = "55b3cc";
|
||||
base0C = "8295D6";
|
||||
base0D = "FFB8D1";
|
||||
base0E = "C5A3FF";
|
||||
base0F = "96CBFE";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue