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/manegarm/README.org
Normal file
8
modules/themes/manegarm/README.org
Normal file
|
@ -0,0 +1,8 @@
|
|||
#+title: Manegarm
|
||||
#+author: Emmet
|
||||
|
||||
"Manegarm" base-16 theme originally by kenranunderscore ([[https://github.com/kenranunderscore]])
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/manegarm.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/86/440/1017/digital-digital-art-artwork-illustration-drawing-hd-wallpaper-60cb37b6dd08e0d36729f856e7bcb083.jpg][Background Link]]
|
25
modules/themes/manegarm/default.nix
Normal file
25
modules/themes/manegarm/default.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
scheme = "Manegarm";
|
||||
slug = "manegarm";
|
||||
author = "kenranunderscore (https://github.com/kenranunderscore)";
|
||||
description = "A dark theme with autumn-inspired colors";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/86/440/1017/digital-digital-art-artwork-illustration-drawing-hd-wallpaper-60cb37b6dd08e0d36729f856e7bcb083.jpg";
|
||||
backgroundSha256 = "sha256-JdL2TfIJCQdzmoex/uqJzJJ1V8nVmTWRBC296O8ynnw=";
|
||||
base00 = "1c1408";
|
||||
base01 = "241c0a";
|
||||
base02 = "351a0f";
|
||||
base03 = "422013";
|
||||
base04 = "5b8512";
|
||||
base05 = "73797e";
|
||||
base06 = "9ca0a4";
|
||||
base07 = "dfdfdf";
|
||||
base08 = "ff4e00";
|
||||
base09 = "ff7000";
|
||||
base0A = "7cb518";
|
||||
base0B = "ffbf00";
|
||||
base0C = "0075c4";
|
||||
base0D = "d72638";
|
||||
base0E = "76597b";
|
||||
base0F = "dbc077";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue