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/summerfruit-dark/README.org
Normal file
8
modules/themes/summerfruit-dark/README.org
Normal file
|
@ -0,0 +1,8 @@
|
|||
#+title: Summerfruit Dark
|
||||
#+author: Emmet
|
||||
|
||||
"Summerfruit Dark" base-16 theme originally by Christopher Corley ([[http://christop.club]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/summerfruit-dark.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/rr/wallhaven-rrow61.png][Background Link]]
|
25
modules/themes/summerfruit-dark/default.nix
Normal file
25
modules/themes/summerfruit-dark/default.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
scheme = "Summerfruit Dark";
|
||||
slug = "summerfruit-dark";
|
||||
author = "Christopher Corley (https://christop.club/)";
|
||||
description = "Fruity vibrant color scheme with neon colors";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/rr/wallhaven-rrow61.png";
|
||||
backgroundSha256 = "sha256-/3k+6paAH2Z36f5g4eeK62+dXF+8szDj4EO8vXYRg8o=";
|
||||
base00 = "151515";
|
||||
base01 = "202020";
|
||||
base02 = "303030";
|
||||
base03 = "505050";
|
||||
base04 = "B0B0B0";
|
||||
base05 = "D0D0D0";
|
||||
base06 = "E0E0E0";
|
||||
base07 = "FFFFFF";
|
||||
base08 = "FF0086";
|
||||
base09 = "FD8900";
|
||||
base0A = "ABA800";
|
||||
base0B = "00C918";
|
||||
base0C = "1FAAAA";
|
||||
base0D = "3777E6";
|
||||
base0E = "AD00A1";
|
||||
base0F = "CC6633";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue