Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
8
modules/themes/README.org
Normal file
8
modules/themes/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: My Themes
|
||||
#+author: Emmet
|
||||
|
||||
Inside this directory are all of my themes!
|
||||
|
||||
Each theme directory stores =default.nix= which is an attribute set containing all the necessary information including both colors and a background image link (which is automatically downloaded by my config).
|
||||
|
||||
Look at any of the directories here for more info!
|
4
modules/themes/alph/README.org
Normal file
4
modules/themes/alph/README.org
Normal file
@@ -0,0 +1,4 @@
|
||||
#+title: Alph
|
||||
#+author: Emmet
|
||||
|
||||
"Alph" base-16 theme by me.
|
25
modules/themes/alph/default.nix
Normal file
25
modules/themes/alph/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Alph";
|
||||
slug = "alph";
|
||||
author = "LibrePhoenix (https://github.com/librephoenix)";
|
||||
description = "Flagship light theme of the LibrePhoenix Channel";
|
||||
polarity = "light";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/132/401/75/painting-clouds-sky-landscape-wallpaper-57bfb2f40fd59f8acf4284a1e191c785.jpg";
|
||||
backgroundSha256 = "sha256-ZM0X0IXsUwAgxdZileDOol8kBANxjW8oGrgha3OFjYE=";
|
||||
base00 = "fbfbff";
|
||||
base01 = "D8E4F4";
|
||||
base02 = "BCCDE1";
|
||||
base03 = "9FB4D1";
|
||||
base04 = "667D9F";
|
||||
base05 = "444452";
|
||||
base06 = "333349";
|
||||
base07 = "141229";
|
||||
base08 = "AD0617";
|
||||
base09 = "872626";
|
||||
base0A = "AD6A06";
|
||||
base0B = "06AD72";
|
||||
base0C = "06A3AD";
|
||||
base0D = "0A5D97";
|
||||
base0E = "5B037A";
|
||||
base0F = "87267C";
|
||||
}
|
8
modules/themes/ashes/README.org
Normal file
8
modules/themes/ashes/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Ashes
|
||||
#+author: Emmet
|
||||
|
||||
"Ashes" base-16 theme originally by Jannik Siebert ([[https://github.com/janniks]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/ashes.png]]
|
||||
|
||||
[[https://images.hdqwalls.com/wallpapers/anime-road-to-city-everlasting-summer-4k-ep.jpg][Background Link]]
|
25
modules/themes/ashes/default.nix
Normal file
25
modules/themes/ashes/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Ashes";
|
||||
slug = "ashes";
|
||||
author = "Jannik Siebert (https://github.com/janniks)";
|
||||
description = "Desaturated dark color scheme";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://images.hdqwalls.com/wallpapers/anime-road-to-city-everlasting-summer-4k-ep.jpg";
|
||||
backgroundSha256 = "sha256-ul7ecqPw9bSr+JRSd+3OlKwVfB+5378L7ObYydJDsgQ=";
|
||||
base00 = "1C2023";
|
||||
base01 = "393F45";
|
||||
base02 = "565E65";
|
||||
base03 = "747C84";
|
||||
base04 = "ADB3BA";
|
||||
base05 = "C7CCD1";
|
||||
base06 = "DFE2E5";
|
||||
base07 = "F3F4F5";
|
||||
base08 = "C7AE95";
|
||||
base09 = "C7C795";
|
||||
base0A = "AEC795";
|
||||
base0B = "95C7AE";
|
||||
base0C = "95AEC7";
|
||||
base0D = "AE95C7";
|
||||
base0E = "C795AE";
|
||||
base0F = "C79595";
|
||||
}
|
8
modules/themes/atelier-cave/README.org
Normal file
8
modules/themes/atelier-cave/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Atelier Cave
|
||||
#+author: Emmet
|
||||
|
||||
"Atelier Cave" base-16 theme originally by Bram de Haan ([[http://atelierbramdehaan.nl]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/atelier-cave.png]]
|
||||
|
||||
[[https://images.hdqwalls.com/wallpapers/anime-girl-angel-ring-5k-7c.jpg][Background Link]]
|
25
modules/themes/atelier-cave/default.nix
Normal file
25
modules/themes/atelier-cave/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Atelier Cave";
|
||||
slug = "atelier-cave";
|
||||
author = "Bram de Haan (http://atelierbramdehaan.nl)";
|
||||
description = ''A “cool-warm” palette; not for the claustrophobic'';
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://images.hdqwalls.com/wallpapers/anime-girl-angel-ring-5k-7c.jpg";
|
||||
backgroundUrlSha256 = "sha256-AVPJYFLEQr9x1V2yQLkMc1g7GqcBPJiKRFuj8MaKe5c=";
|
||||
base00 = "19171c";
|
||||
base01 = "26232a";
|
||||
base02 = "585260";
|
||||
base03 = "655f6d";
|
||||
base04 = "7e7887";
|
||||
base05 = "8b8792";
|
||||
base06 = "e2dfe7";
|
||||
base07 = "efecf4";
|
||||
base08 = "be4678";
|
||||
base09 = "aa573c";
|
||||
base0A = "a06e3b";
|
||||
base0B = "2a9292";
|
||||
base0C = "398bc6";
|
||||
base0D = "576ddb";
|
||||
base0E = "955ae7";
|
||||
base0F = "bf40bf";
|
||||
}
|
8
modules/themes/atelier-dune/README.org
Normal file
8
modules/themes/atelier-dune/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Atelier Dune
|
||||
#+author: Emmet
|
||||
|
||||
"Atelier Dune" base-16 theme originally by Bram de Haan ([[http://atelierbramdehaan.nl]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/atelier-dune.png]]
|
||||
|
||||
[[https://images.hdqwalls.com/wallpapers/anime-girl-angel-ring-5k-7c.jpg][Background Link]]
|
25
modules/themes/atelier-dune/default.nix
Normal file
25
modules/themes/atelier-dune/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Atelier Dune";
|
||||
slug = "atelier-dune";
|
||||
author = "Bram de Haan (http://atelierbramdehaan.nl)";
|
||||
description = "A welcoming, soothing friendly but also bright, colorscheme";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://images.hdqwalls.com/wallpapers/tengen-toppa-gurren-lagann-4k-1m.jpg";
|
||||
backgroundSha256 = "sha256-wplFIlIIYHTofJMuBLtpSWwrFyzz8ao1Gq4wGqgz7qY=";
|
||||
base00 = "20201d";
|
||||
base01 = "292824";
|
||||
base02 = "6e6b5e";
|
||||
base03 = "7d7a68";
|
||||
base04 = "999580";
|
||||
base05 = "a6a28c";
|
||||
base06 = "e8e4cf";
|
||||
base07 = "fefbec";
|
||||
base08 = "d73737";
|
||||
base09 = "b65611";
|
||||
base0A = "ae9513";
|
||||
base0B = "60ac39";
|
||||
base0C = "1fad83";
|
||||
base0D = "6684e1";
|
||||
base0E = "b854d4";
|
||||
base0F = "d43552";
|
||||
}
|
8
modules/themes/atelier-estuary/README.org
Normal file
8
modules/themes/atelier-estuary/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Atelier Estuary
|
||||
#+author: Emmet
|
||||
|
||||
"Atelier Estuary" base-16 theme originally by Bram de Haan ([[http://atelierbramdehaan.nl]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/atelier-estuary.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/352/194/322/digital-art-artwork-dragon-skeleton-wallpaper-15f339ed090d16293ff528ba738d87f9.jpg][Background Link]]
|
25
modules/themes/atelier-estuary/default.nix
Normal file
25
modules/themes/atelier-estuary/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Atelier Estuary";
|
||||
slug = "atelier-estuary";
|
||||
author = "Bram de Haan (http://atelierbramdehaan.nl)";
|
||||
description = "A bit of a poisonous colorscheme, be aware of the crocodiles …, they’re hiding in there";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/352/194/322/digital-art-artwork-dragon-skeleton-wallpaper-15f339ed090d16293ff528ba738d87f9.jpg";
|
||||
backgroundUrlSha256 = "sha256-f97njdnllbsnnIjZnz/j0l2qIFWbEsGF2QtV1JTF2Yg=";
|
||||
base00 = "22221b";
|
||||
base01 = "302f27";
|
||||
base02 = "5f5e4e";
|
||||
base03 = "6c6b5a";
|
||||
base04 = "878573";
|
||||
base05 = "929181";
|
||||
base06 = "e7e6df";
|
||||
base07 = "f4f3ec";
|
||||
base08 = "ba6236";
|
||||
base09 = "ae7313";
|
||||
base0A = "a5980d";
|
||||
base0B = "7d9726";
|
||||
base0C = "5b9d48";
|
||||
base0D = "36a166";
|
||||
base0E = "5f9182";
|
||||
base0F = "9d6c7c";
|
||||
}
|
8
modules/themes/atelier-forest/README.org
Normal file
8
modules/themes/atelier-forest/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Atelier Forest
|
||||
#+author: Emmet
|
||||
|
||||
"Atelier Forest" base-16 theme originally by Bram de Haan ([[http://atelierbramdehaan.nl]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/atelier-forest.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/72/wallhaven-72p97v.jpg][Background Link]]
|
25
modules/themes/atelier-forest/default.nix
Normal file
25
modules/themes/atelier-forest/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Atelier Forest";
|
||||
slug = "atelier-forest";
|
||||
author = "Bram de Haan (http://atelierbramdehaan.nl)";
|
||||
description = ''A colorscheme like “Birds of Paradise”, but a bit muddier on the browns, less red and more greyed out, like clay'';
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/72/wallhaven-72p97v.jpg";
|
||||
backgroundSha256 = "sha256-+ayGF3G14PfZwZnIeqCpnV/awnwdpue3OBmJYTirb2U=";
|
||||
base00 = "1b1918";
|
||||
base01 = "2c2421";
|
||||
base02 = "68615e";
|
||||
base03 = "766e6b";
|
||||
base04 = "9c9491";
|
||||
base05 = "a8a19f";
|
||||
base06 = "e6e2e0";
|
||||
base07 = "f1efee";
|
||||
base08 = "f22c40";
|
||||
base09 = "df5320";
|
||||
base0A = "c38418";
|
||||
base0B = "7b9726";
|
||||
base0C = "3d97b8";
|
||||
base0D = "407ee7";
|
||||
base0E = "6666ea";
|
||||
base0F = "c33ff3";
|
||||
}
|
8
modules/themes/atelier-heath/README.org
Normal file
8
modules/themes/atelier-heath/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Atelier Heath
|
||||
#+author: Emmet
|
||||
|
||||
"Atelier Heath" base-16 theme originally by Bram de Haan ([[http://atelierbramdehaan.nl]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/atelier-heath.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/861/102/512/moonlight-fantasy-landscape-moon-full-moon-wallpaper-0960b8dd31ca4d2b96b7684fd021067d.jpg][Background Link]]
|
25
modules/themes/atelier-heath/default.nix
Normal file
25
modules/themes/atelier-heath/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Atelier Heath";
|
||||
slug = "atelier-heath";
|
||||
author = "Bram de Haan (http://atelierbramdehaan.nl)";
|
||||
description = "Here the background-colors have these cool-red colors for the background, but then obviously toned down quite a bit…";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/861/102/512/moonlight-fantasy-landscape-moon-full-moon-wallpaper-0960b8dd31ca4d2b96b7684fd021067d.jpg";
|
||||
backgroundSha256 = "sha256-KuPdCD5IT0/LJghqQKuAFiFtztp+FyRJRdsjdrAzPI8=";
|
||||
base00 = "1b181b";
|
||||
base01 = "292329";
|
||||
base02 = "695d69";
|
||||
base03 = "776977";
|
||||
base04 = "9e8f9e";
|
||||
base05 = "ab9bab";
|
||||
base06 = "d8cad8";
|
||||
base07 = "f7f3f7";
|
||||
base08 = "ca402b";
|
||||
base09 = "a65926";
|
||||
base0A = "bb8a35";
|
||||
base0B = "918b3b";
|
||||
base0C = "159393";
|
||||
base0D = "516aec";
|
||||
base0E = "7b59c0";
|
||||
base0F = "cc33cc";
|
||||
}
|
8
modules/themes/atelier-lakeside/README.org
Normal file
8
modules/themes/atelier-lakeside/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Atelier Lakeside
|
||||
#+author: Emmet
|
||||
|
||||
"Atelier Lakeside" base-16 theme originally by Bram de Haan ([[http://atelierbramdehaan.nl]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/atelier-lakeside.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/410/867/750/vector-forest-sunset-forest-sunset-forest-wallpaper-b3abc35d0d699b056fa6b247589b18a8.jpg][Background Link]]
|
25
modules/themes/atelier-lakeside/default.nix
Normal file
25
modules/themes/atelier-lakeside/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Atelier Lakeside";
|
||||
slug = "atelier-lakeside";
|
||||
author = "Bram de Haan (http://atelierbramdehaan.nl)";
|
||||
description = "Coolest colorscheme of the (Atelier) bunch";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/410/867/750/vector-forest-sunset-forest-sunset-forest-wallpaper-b3abc35d0d699b056fa6b247589b18a8.jpg";
|
||||
backgroundSha256 = "sha256-8ytn00rZUiJxgtjXqTxtR7qusokxjY68u+UiWuwD8Bs=";
|
||||
base00 = "161b1d";
|
||||
base01 = "1f292e";
|
||||
base02 = "516d7b";
|
||||
base03 = "5a7b8c";
|
||||
base04 = "7195a8";
|
||||
base05 = "7ea2b4";
|
||||
base06 = "c1e4f6";
|
||||
base07 = "ebf8ff";
|
||||
base08 = "d22d72";
|
||||
base09 = "935c25";
|
||||
base0A = "8a8a0f";
|
||||
base0B = "568c3b";
|
||||
base0C = "2d8f6f";
|
||||
base0D = "257fad";
|
||||
base0E = "6b6bb8";
|
||||
base0F = "b72dd2";
|
||||
}
|
8
modules/themes/atelier-plateau/README.org
Normal file
8
modules/themes/atelier-plateau/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Atelier Plateau
|
||||
#+author: Emmet
|
||||
|
||||
"Atelier Plateau" base-16 theme originally by Bram de Haan ([[http://atelierbramdehaan.nl]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/atelier-plateau.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/428/434/322/art-computer-digital-art-concept-art-wallpaper-b9a0c85d016a9d0b66a7b84f509116ad.jpg][Background Link]]
|
25
modules/themes/atelier-plateau/default.nix
Normal file
25
modules/themes/atelier-plateau/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Atelier Plateau";
|
||||
slug = "atelier-plateau";
|
||||
author = "Bram de Haan (http://atelierbramdehaan.nl)";
|
||||
description = "A warm palette; no real green in here";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/428/434/322/art-computer-digital-art-concept-art-wallpaper-b9a0c85d016a9d0b66a7b84f509116ad.jpg";
|
||||
backgroundSha256 = "sha256-GL4QjCZFLAgsMM05cLqAx9Sd293NfU79azFhuzBGhW0=";
|
||||
base00 = "1b1818";
|
||||
base01 = "292424";
|
||||
base02 = "585050";
|
||||
base03 = "655d5d";
|
||||
base04 = "7e7777";
|
||||
base05 = "8a8585";
|
||||
base06 = "e7dfdf";
|
||||
base07 = "f4ecec";
|
||||
base08 = "ca4949";
|
||||
base09 = "b45a3c";
|
||||
base0A = "a06e3b";
|
||||
base0B = "4b8b8b";
|
||||
base0C = "5485b6";
|
||||
base0D = "7272ca";
|
||||
base0E = "8464c4";
|
||||
base0F = "bd5187";
|
||||
}
|
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";
|
||||
}
|
8
modules/themes/atelier-seaside/README.org
Normal file
8
modules/themes/atelier-seaside/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Atelier Seaside
|
||||
#+author: Emmet
|
||||
|
||||
"Atelier Seaside" base-16 theme originally by Bram de Haan ([[http://atelierbramdehaan.nl]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/atelier-seaside.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/714/495/609/landscape-artwork-digital-art-fantasy-art-wallpaper-9960e89d112afd2ba6e738ff70b1e63d.jpg][Background Link]]
|
25
modules/themes/atelier-seaside/default.nix
Normal file
25
modules/themes/atelier-seaside/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Atelier Seaside";
|
||||
slug = "atelier-seaside";
|
||||
author = "Bram de Haan (http://atelierbramdehaan.nl)";
|
||||
description = "Very saturated color-palette; comes popping at you";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/714/495/609/landscape-artwork-digital-art-fantasy-art-wallpaper-9960e89d112afd2ba6e738ff70b1e63d.jpg";
|
||||
backgroundSha256 = "sha256-GcHU4qYRGFubobNENwp8prpd/da4tzHwRyN+rsH2dYA=";
|
||||
base00 = "131513";
|
||||
base01 = "242924";
|
||||
base02 = "5e6e5e";
|
||||
base03 = "687d68";
|
||||
base04 = "809980";
|
||||
base05 = "8ca68c";
|
||||
base06 = "cfe8cf";
|
||||
base07 = "f4fbf4";
|
||||
base08 = "e6193c";
|
||||
base09 = "87711d";
|
||||
base0A = "98981b";
|
||||
base0B = "29a329";
|
||||
base0C = "1999b3";
|
||||
base0D = "3d62f5";
|
||||
base0E = "ad2bee";
|
||||
base0F = "e619c3";
|
||||
}
|
8
modules/themes/atelier-sulphurpool/README.org
Normal file
8
modules/themes/atelier-sulphurpool/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Atelier Sulphurpool
|
||||
#+author: Emmet
|
||||
|
||||
"Atelier Sulphurpool" base-16 theme originally by Bram de Haan ([[http://atelierbramdehaan.nl]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/atelier-sulphurpool.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/13/960/9/digital-art-fantasy-art-colorful-space-art-wallpaper-99330d2ae61a6c661d5ea4793fc17511.jpg][Background Link]]
|
25
modules/themes/atelier-sulphurpool/default.nix
Normal file
25
modules/themes/atelier-sulphurpool/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Atelier Sulphurpool";
|
||||
slug = "atelier-sulphurpool";
|
||||
author = "Bram de Haan (http://atelierbramdehaan.nl)";
|
||||
description = "Purple base color; easy on the eye";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/13/960/9/digital-art-fantasy-art-colorful-space-art-wallpaper-99330d2ae61a6c661d5ea4793fc17511.jpg";
|
||||
backgroundSha256 = "sha256-mnh2uKy3PO0otUdTw4Bv4JDnMYj/m7Gt7P7XDJb2+c0=";
|
||||
base00 = "202746";
|
||||
base01 = "293256";
|
||||
base02 = "5e6687";
|
||||
base03 = "6b7394";
|
||||
base04 = "898ea4";
|
||||
base05 = "979db4";
|
||||
base06 = "dfe2f1";
|
||||
base07 = "f5f7ff";
|
||||
base08 = "c94922";
|
||||
base09 = "c76b29";
|
||||
base0A = "c08b30";
|
||||
base0B = "ac9739";
|
||||
base0C = "22a2c9";
|
||||
base0D = "3d8fd1";
|
||||
base0E = "6679cc";
|
||||
base0F = "9c637a";
|
||||
}
|
8
modules/themes/ayu-dark/README.org
Normal file
8
modules/themes/ayu-dark/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Ayu Dark
|
||||
#+author: Emmet
|
||||
|
||||
"Ayu Dark" base-16 theme originally by Khue Nguyen ([[mailto:Z5483Y@gmail.com][Z5483Y@gmail.com]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/ayu-dark.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/zy/wallhaven-zy8wwo.jpg][Background Link]]
|
25
modules/themes/ayu-dark/default.nix
Normal file
25
modules/themes/ayu-dark/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Ayu Dark";
|
||||
slug = "ayu-dark";
|
||||
author = "Khue Nguyen <Z5483Y@gmail.com>";
|
||||
description = "Simple, bright and elegant theme";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/zy/wallhaven-zy8wwo.jpg";
|
||||
backgroundSha256 = "sha256-0BiSjEZnwh6KnWuNau+9lf1PVBYRnq228l4OA/nm5YI=";
|
||||
base00 = "0F1419";
|
||||
base01 = "131721";
|
||||
base02 = "272D38";
|
||||
base03 = "3E4B59";
|
||||
base04 = "BFBDB6";
|
||||
base05 = "E6E1CF";
|
||||
base06 = "E6E1CF";
|
||||
base07 = "F3F4F5";
|
||||
base08 = "F07178";
|
||||
base09 = "FF8F40";
|
||||
base0A = "FFB454";
|
||||
base0B = "B8CC52";
|
||||
base0C = "95E6CB";
|
||||
base0D = "59C2FF";
|
||||
base0E = "D2A6FF";
|
||||
base0F = "E6B673";
|
||||
}
|
9
modules/themes/background-test.sh
Executable file
9
modules/themes/background-test.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
for i in $(ls -d */);
|
||||
do
|
||||
if curl --output /dev/null --silent --head --fail $(cat $i/default.nix | grep "backgroundUrl" | cut -d'"' -f 2); then
|
||||
echo "$i background successfully downloads";
|
||||
else
|
||||
echo -e "\033[0;31m$i background download fails\033[0m"
|
||||
fi
|
||||
done
|
8
modules/themes/bespin/README.org
Normal file
8
modules/themes/bespin/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Bespin
|
||||
#+author: Emmet
|
||||
|
||||
"Bespin" base-16 theme originally by Jan T. Sott.
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/bespin.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/597/635/621/sword-fantasy-forest-twilight-river-hd-wallpaper-f98078cd21caad7b46d7b83fb021566d.jpg][Background Link]]
|
25
modules/themes/bespin/default.nix
Normal file
25
modules/themes/bespin/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Bespin";
|
||||
slug = "bespin";
|
||||
author = "Jan T. Sott (https://github.com/idleberg)";
|
||||
description = "Port of the Bespin theme from Sublime Text 2/3";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/597/635/621/sword-fantasy-forest-twilight-river-hd-wallpaper-f98078cd21caad7b46d7b83fb021566d.jpg";
|
||||
backgroundSha256 = "sha256-uVPfyCXyyBVSfgbiQy5rhngNjuAmxk89btary3Iiwq0=";
|
||||
base00 = "28211c";
|
||||
base01 = "36312e";
|
||||
base02 = "5e5d5c";
|
||||
base03 = "666666";
|
||||
base04 = "797977";
|
||||
base05 = "8a8986";
|
||||
base06 = "9d9b97";
|
||||
base07 = "baae9e";
|
||||
base08 = "cf6a4c";
|
||||
base09 = "cf7d34";
|
||||
base0A = "f9ee98";
|
||||
base0B = "54be0d";
|
||||
base0C = "afc4db";
|
||||
base0D = "5ea6ea";
|
||||
base0E = "9b859d";
|
||||
base0F = "937121";
|
||||
}
|
8
modules/themes/caret/README.org
Normal file
8
modules/themes/caret/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Caret Dark
|
||||
#+author: Emmet
|
||||
|
||||
"Caret Dark" is a Neovim theme originally by projeckt0n ([[https://github.com/projekt0n/caret.nvim]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/caret.png]]
|
||||
|
||||
[[https://raw.githubusercontent.com/D3Ext/aesthetic-wallpapers/main/images/gruvbox_retrocity.png][Background Link]]
|
25
modules/themes/caret/default.nix
Normal file
25
modules/themes/caret/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Caret Dark";
|
||||
slug = "caret-dark";
|
||||
author = "projekt0n (https://github.com/projekt0n)";
|
||||
description = "The timeless colorscheme (originally for the neovim text editor)";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://raw.githubusercontent.com/D3Ext/aesthetic-wallpapers/main/images/gruvbox_retrocity.png";
|
||||
backgroundSha256 = "sha256-sHr/BFWhRvzr0gVD73E7fSlGG8/9G2D3/M46UNf+qvU=";
|
||||
base00 = "2a2d25";
|
||||
base01 = "3f4536";
|
||||
base02 = "586048";
|
||||
base03 = "6d7859";
|
||||
base04 = "9db573";
|
||||
base05 = "b0c48d";
|
||||
base06 = "c5d4ab";
|
||||
base07 = "fdfffa";
|
||||
base08 = "f18e91";
|
||||
base09 = "e2a66f";
|
||||
base0A = "e0c98a";
|
||||
base0B = "a1ea9e";
|
||||
base0C = "a1ea93";
|
||||
base0D = "67cfa3";
|
||||
base0E = "80b7cb";
|
||||
base0F = "baacd7";
|
||||
}
|
8
modules/themes/catppuccin-frappe/README.org
Normal file
8
modules/themes/catppuccin-frappe/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Catppuccin Frappe
|
||||
#+author: Emmet
|
||||
|
||||
"Catppuccin Frappe" base-16 theme ([[https://github.com/catppuccin/catppuccin]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/catppuccin-frappe.png]]
|
||||
|
||||
[[https://images3.alphacoders.com/126/1266078.jpg][Background Link]]
|
25
modules/themes/catppuccin-frappe/default.nix
Normal file
25
modules/themes/catppuccin-frappe/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Catppuccin Frappe";
|
||||
slug = "catppuccin-frappe";
|
||||
author = "https://catppuccin.com/";
|
||||
description = "Soothing pastel theme for the high-spirited!";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://images3.alphacoders.com/126/1266078.jpg";
|
||||
backgroundSha256 = "sha256-krJtLOP+9mV87l0/XCkqtk558VeHP3ZjThLEh97ESek=";
|
||||
base00 = "303446";
|
||||
base01 = "292c3c";
|
||||
base02 = "414559";
|
||||
base03 = "51576d";
|
||||
base04 = "626880";
|
||||
base05 = "c6d0f5";
|
||||
base06 = "f2d5cf";
|
||||
base07 = "babbf1";
|
||||
base08 = "e78284";
|
||||
base09 = "ef9f76";
|
||||
base0A = "e5c890";
|
||||
base0B = "a6d189";
|
||||
base0C = "81c8be";
|
||||
base0D = "8caaee";
|
||||
base0E = "ca9ee6";
|
||||
base0F = "eebebe";
|
||||
}
|
8
modules/themes/catppuccin-mocha/README.org
Normal file
8
modules/themes/catppuccin-mocha/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Catppuccin Mocha
|
||||
#+author: Emmet
|
||||
|
||||
"Catppuccin Mocha" base-16 theme ([[https://github.com/catppuccin/catppuccin]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/catppuccin-mocha.png]]
|
||||
|
||||
[[https://images7.alphacoders.com/126/1266081.jpg][Background Link]]
|
25
modules/themes/catppuccin-mocha/default.nix
Normal file
25
modules/themes/catppuccin-mocha/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Catppuccin Mocha";
|
||||
slug = "catppuccin-mocha";
|
||||
author = "https://catppuccin.com/";
|
||||
description = "Soothing pastel theme for the high-spirited!";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://images7.alphacoders.com/126/1266081.jpg";
|
||||
backgroundSha256 = "sha256-wCXKHemZYxVYnWVwh6Ng/nGlUroRotXgvcOdSfqRPeo=";
|
||||
base00 = "1e1e2e";
|
||||
base01 = "181825";
|
||||
base02 = "313244";
|
||||
base03 = "45475a";
|
||||
base04 = "585b70";
|
||||
base05 = "cdd6f4";
|
||||
base06 = "f5e0dc";
|
||||
base07 = "b4befe";
|
||||
base08 = "f38ba8";
|
||||
base09 = "fab387";
|
||||
base0A = "f9e2af";
|
||||
base0B = "a6e3a1";
|
||||
base0C = "94e2d5";
|
||||
base0D = "89b4fa";
|
||||
base0E = "cba6f7";
|
||||
base0F = "f2cdcd";
|
||||
}
|
8
modules/themes/darkmoss/README.org
Normal file
8
modules/themes/darkmoss/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Darkmoss
|
||||
#+author: Emmet
|
||||
|
||||
"Darkmoss" base-16 theme originally by Gabriel Avanzi ([[https://github.com/avanzzzi]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/darkmoss.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/0w/wallhaven-0wrp3p.jpg][Background Link]]
|
25
modules/themes/darkmoss/default.nix
Normal file
25
modules/themes/darkmoss/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "darkmoss";
|
||||
slug = "darkmoss";
|
||||
author = "Gabriel Avanzi (https://github.com/avanzzzi)";
|
||||
description = "A dark color scheme for Base16";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/0w/wallhaven-0wrp3p.jpg";
|
||||
backgroundSha256 = "sha256-JGEY8mhpXNLCXPoWCXvGWbLkfkpeZRl+hxiLPGwVmSQ=";
|
||||
base00 = "171e1f";
|
||||
base01 = "252c2d";
|
||||
base02 = "373c3d";
|
||||
base03 = "555e5f";
|
||||
base04 = "818f80";
|
||||
base05 = "c7c7a5";
|
||||
base06 = "e3e3c8";
|
||||
base07 = "e1eaef";
|
||||
base08 = "ff4658";
|
||||
base09 = "e6db74";
|
||||
base0A = "fdb11f";
|
||||
base0B = "499180";
|
||||
base0C = "66d9ef";
|
||||
base0D = "498091";
|
||||
base0E = "9bc0c8";
|
||||
base0F = "d27b53";
|
||||
}
|
8
modules/themes/doom-one/README.org
Normal file
8
modules/themes/doom-one/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Doom One
|
||||
#+author: Emmet
|
||||
|
||||
"Doom One" base-16 theme originally by Henrik Lissner ([[https://github.com/doomemacs/themes]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/doom-one.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/834/299/692/city-lights-girl-moon-wallpaper-e178a9faa68bf35ee7e3f2afc50e43fc.jpg][Background Link]]
|
25
modules/themes/doom-one/default.nix
Normal file
25
modules/themes/doom-one/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Doom One";
|
||||
slug = "doom-one";
|
||||
author = "hlissner (https://github.com/doomemacs/themes)";
|
||||
description = "Flagship theme of Doom Emacs";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/834/299/692/city-lights-girl-moon-wallpaper-e178a9faa68bf35ee7e3f2afc50e43fc.jpg";
|
||||
backgroundSha256 = "sha256-gYGwWAgRjpZQGUMZsw5GJ11dKKrU6/bX3xcKXQZVOac=";
|
||||
base00 = "1b2229";
|
||||
base01 = "3f444a";
|
||||
base02 = "5B6268";
|
||||
base03 = "202328";
|
||||
base04 = "73797e";
|
||||
base05 = "9ca0a4";
|
||||
base06 = "b1b1b1";
|
||||
base07 = "e6e6e6";
|
||||
base08 = "ff6c6b";
|
||||
base09 = "ECBE7B";
|
||||
base0A = "98be65";
|
||||
base0B = "4db5bd";
|
||||
base0C = "51afef";
|
||||
base0D = "a9a1e1";
|
||||
base0E = "46D9FF";
|
||||
base0F = "5699AF";
|
||||
}
|
8
modules/themes/dracula/README.org
Normal file
8
modules/themes/dracula/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Dracula
|
||||
#+author: Emmet
|
||||
|
||||
"Dracula" base-16 theme ([[https://github.com/dracula]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/dracula.png]]
|
||||
|
||||
[[https://images.hdqwalls.com/wallpapers/heights-are-not-scary-5k-7s.jpg][Background Link]]
|
25
modules/themes/dracula/default.nix
Normal file
25
modules/themes/dracula/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Dracula";
|
||||
slug = "dracula";
|
||||
author = "Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (https://github.com/dracula)";
|
||||
description = "Dark theme inspired by a certain vampire";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://images.hdqwalls.com/wallpapers/heights-are-not-scary-5k-7s.jpg";
|
||||
backgroundSha256 = "sha256-rgJkrd7S/uWugPyBVTicbn6HtC8ru5HtEHP426CRSCE=";
|
||||
base00 = "282936";
|
||||
base01 = "333547";
|
||||
base02 = "4d4f68";
|
||||
base03 = "626483";
|
||||
base04 = "62d6e8";
|
||||
base05 = "e9e9f4";
|
||||
base06 = "f1f2f8";
|
||||
base07 = "f7f7fb";
|
||||
base08 = "ea51b2";
|
||||
base09 = "b45bcf";
|
||||
base0A = "00f769";
|
||||
base0B = "ebff87";
|
||||
base0C = "a1efe4";
|
||||
base0D = "62d6e8";
|
||||
base0E = "b45bcf";
|
||||
base0F = "00f769";
|
||||
}
|
8
modules/themes/ember/README.org
Normal file
8
modules/themes/ember/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Ember
|
||||
#+author: Emmet
|
||||
|
||||
"Ember" base-16 theme originally by me ([[https://gitlab.com/librephoenix]], [[https://github.com/librephoenix]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/ember.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/x8/wallhaven-x82ldl.jpg][Background Link]]
|
25
modules/themes/ember/default.nix
Normal file
25
modules/themes/ember/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Ember";
|
||||
slug = "ember";
|
||||
author = "Emmet K (https://gitlab.com/librephoenix)";
|
||||
description = "Warm and fiery colorscheme";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/x8/wallhaven-x82ldl.jpg";
|
||||
backgroundSha256 = "sha256-3HX1ADHBXR50YGmS0Y7i6n19AUX74sy8tJnOLZzMjEw=";
|
||||
base00 = "330a0a";
|
||||
base01 = "4d0a0a";
|
||||
base02 = "662a0a";
|
||||
base03 = "992f0a";
|
||||
base04 = "c05a0a";
|
||||
base05 = "f89852";
|
||||
base06 = "ffb441";
|
||||
base07 = "ffc8b5";
|
||||
base08 = "f92622";
|
||||
base09 = "fd751f";
|
||||
base0A = "fdc51f";
|
||||
base0B = "8682fe";
|
||||
base0C = "f1bf84";
|
||||
base0D = "b6b98f";
|
||||
base0E = "a275a0";
|
||||
base0F = "bb86cc";
|
||||
}
|
8
modules/themes/emil/README.org
Normal file
8
modules/themes/emil/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Emil
|
||||
#+author: Emmet
|
||||
|
||||
"Emil" base-16 theme originally by limelier.
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/emil.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/535/845/69/digital-art-artwork-fantasy-art-planet-sun-hd-wallpaper-d866fd38b0b06cd800cc016ed8d284fa.jpg][Background Link]]
|
25
modules/themes/emil/default.nix
Normal file
25
modules/themes/emil/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Emil";
|
||||
slug = "emil";
|
||||
author = "limelier (https://github.com/limelier)";
|
||||
description = "Ethereal pastel color scheme";
|
||||
polarity = "light";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/535/845/69/digital-art-artwork-fantasy-art-planet-sun-hd-wallpaper-d866fd38b0b06cd800cc016ed8d284fa.jpg";
|
||||
backgroundSha256 = "sha256-qD/yPZHqDgpMwhqPNtyO4r3dtAnR9oMx6DLizZvDHpk=";
|
||||
base00 = "efefef";
|
||||
base01 = "bebed2";
|
||||
base02 = "9e9eaf";
|
||||
base03 = "7c7c98";
|
||||
base04 = "505063";
|
||||
base05 = "313145";
|
||||
base06 = "22223a";
|
||||
base07 = "1a1a2f";
|
||||
base08 = "f43979";
|
||||
base09 = "d22a8b";
|
||||
base0A = "ff669b";
|
||||
base0B = "0073a8";
|
||||
base0C = "2155d6";
|
||||
base0D = "471397";
|
||||
base0E = "6916b6";
|
||||
base0F = "8d17a5";
|
||||
}
|
8
modules/themes/eris/README.org
Normal file
8
modules/themes/eris/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Eris
|
||||
#+author: Emmet
|
||||
|
||||
"Eris" base-16 theme originally by ed ([[https://codeberg.org/ed]])
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/eris.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/531/951/621/digital-digital-art-artwork-illustration-minimalism-hd-wallpaper-08869d3810a06c28a09cf1be487204ea.jpg][Background Link]]
|
25
modules/themes/eris/default.nix
Normal file
25
modules/themes/eris/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Eris";
|
||||
slug = "eris";
|
||||
author = "ed (https://codeberg.org/ed)";
|
||||
description = "Vibrant purple and orange theme";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/531/951/621/digital-digital-art-artwork-illustration-minimalism-hd-wallpaper-08869d3810a06c28a09cf1be487204ea.jpg";
|
||||
backgroundSha256 = "sha256-w8BF0TvHX0LBZqPvgKJi0Zg6aWIKLgS/jyoRRu6M54A=";
|
||||
base00 = "0a0920";
|
||||
base01 = "13133a";
|
||||
base02 = "23255a";
|
||||
base03 = "333773";
|
||||
base04 = "4a5293";
|
||||
base05 = "606bac";
|
||||
base06 = "7986c5";
|
||||
base07 = "9aaae5";
|
||||
base08 = "f768a3";
|
||||
base09 = "f768a3";
|
||||
base0A = "faaea2";
|
||||
base0B = "faaea2";
|
||||
base0C = "258fc4";
|
||||
base0D = "258fc4";
|
||||
base0E = "f768a3";
|
||||
base0F = "f768a3";
|
||||
}
|
8
modules/themes/eva/README.org
Normal file
8
modules/themes/eva/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Eva
|
||||
#+author: Emmet
|
||||
|
||||
"Eva" base-16 theme originally by kjakapat ([[https://github.com/kjakapat]])
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/eva.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/13/wallhaven-13m9z9.jpg][Background Link]]
|
25
modules/themes/eva/default.nix
Normal file
25
modules/themes/eva/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Eva";
|
||||
slug = "eva";
|
||||
author = "kjakapat (https://github.com/kjakapat)";
|
||||
description = "Wintery cyan color scheme";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/13/wallhaven-13m9z9.jpg";
|
||||
backgroundSha256 = "sha256-eWXpVrveYCG8cq3Pu/734DbO8tdofjUUIlrSNfOUTlM=";
|
||||
base00 = "2a3b4d";
|
||||
base01 = "3d566f";
|
||||
base02 = "4b6988";
|
||||
base03 = "55799c";
|
||||
base04 = "7e90a3";
|
||||
base05 = "9fa2a6";
|
||||
base06 = "d6d7d9";
|
||||
base07 = "ffffff";
|
||||
base08 = "c4676c";
|
||||
base09 = "ff9966";
|
||||
base0A = "ffff66";
|
||||
base0B = "66ff66";
|
||||
base0C = "4b8f77";
|
||||
base0D = "15f4ee";
|
||||
base0E = "9c6cd3";
|
||||
base0F = "bb64a9";
|
||||
}
|
8
modules/themes/everforest/README.org
Normal file
8
modules/themes/everforest/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Everforest
|
||||
#+author: Emmet
|
||||
|
||||
"Everforest" base-16 theme originally by Sainnhe Park ([[https://github.com/sainnhe]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/everforest.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/83/wallhaven-839ppy.png][Background Link]]
|
25
modules/themes/everforest/default.nix
Normal file
25
modules/themes/everforest/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Everforest";
|
||||
slug = "everforest";
|
||||
author = "Sainnhe Park (https://github.com/sainnhe)";
|
||||
description = "Comfortable & pleasant color scheme (originally for Vim)";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/83/wallhaven-839ppy.png";
|
||||
backgroundSha256 = "sha256-xtnvDoIs+kKvRXo/L+ifq/q+yWNeqh1EUsaRkmDTtz4=";
|
||||
base00 = "2f383e";
|
||||
base01 = "374247";
|
||||
base02 = "4a555b";
|
||||
base03 = "859289";
|
||||
base04 = "9da9a0";
|
||||
base05 = "d3c6aa";
|
||||
base06 = "e4e1cd";
|
||||
base07 = "fdf6e3";
|
||||
base08 = "7fbbb3";
|
||||
base09 = "d699b6";
|
||||
base0A = "dbbc7f";
|
||||
base0B = "83c092";
|
||||
base0C = "e69875";
|
||||
base0D = "a7c080";
|
||||
base0E = "e67e80";
|
||||
base0F = "eaedc8";
|
||||
}
|
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";
|
||||
}
|
8
modules/themes/gigavolt/README.org
Normal file
8
modules/themes/gigavolt/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Gigavolt
|
||||
#+author: Emmet
|
||||
|
||||
"Gigavolt" base-16 theme originally by Aidan Swope ([[https://github.com/Whillikers]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/gigavolt.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/240/608/936/anime-original-bird-building-city-hd-wallpaper-d3ead31ac8d55c6d18129e0391683261.jpg][Background Link]]
|
25
modules/themes/gigavolt/default.nix
Normal file
25
modules/themes/gigavolt/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Gigavolt";
|
||||
slug = "gigavolt";
|
||||
author = "Aidan Swope (https://github.com/Whillikers)";
|
||||
description = "An electrifying color scheme. For use with mad science only";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/240/608/936/anime-original-bird-building-city-hd-wallpaper-d3ead31ac8d55c6d18129e0391683261.jpg";
|
||||
backgroundSha256 = "sha256-5H/VP5qzdJQgpzndacXt12wbFcfxaWDqAoZxFSetekg=";
|
||||
base00 = "202126";
|
||||
base01 = "2d303d";
|
||||
base02 = "5a576e";
|
||||
base03 = "a1d2e6";
|
||||
base04 = "cad3ff";
|
||||
base05 = "e9e7e1";
|
||||
base06 = "eff0f9";
|
||||
base07 = "f2fbff";
|
||||
base08 = "ff661a";
|
||||
base09 = "19f988";
|
||||
base0A = "ffdc2d";
|
||||
base0B = "f2e6a9";
|
||||
base0C = "fb6acb";
|
||||
base0D = "40bfff";
|
||||
base0E = "ae94f9";
|
||||
base0F = "6187ff";
|
||||
}
|
8
modules/themes/gruvbox-dark-hard/README.org
Normal file
8
modules/themes/gruvbox-dark-hard/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Gruvbox Dark Hard
|
||||
#+author: Emmet
|
||||
|
||||
"Gruvbox Dark Hard" base-16 theme originally by Dawid Kurek ([[mailto:dawikur@gmail.com][dawikur@gmail.com]]) and morhetz ([[https://github.com/morhetz/gruvbox]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/gruvbox-dark-hard.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/39/wallhaven-3911w9.jpg][Background Link]]
|
25
modules/themes/gruvbox-dark-hard/default.nix
Normal file
25
modules/themes/gruvbox-dark-hard/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Gruvbox Dark, Hard";
|
||||
slug = "gruvbox-dark-hard";
|
||||
author = "Dawid Kurek (dawikur@gmail.com) and morhetz (https://github.com/morhetz/gruvbox)";
|
||||
description = "Retro groove color scheme (originally for Vim)";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/39/wallhaven-3911w9.jpg";
|
||||
backgroundSha256 = "sha256-dBmKkLR8yI1W7d9IRTOaErHf0KApSq0UsY5LWxAaSuA=";
|
||||
base00 = "1d2021";
|
||||
base01 = "3c3836";
|
||||
base02 = "504945";
|
||||
base03 = "665c54";
|
||||
base04 = "bdae93";
|
||||
base05 = "d5c4a1";
|
||||
base06 = "ebdbb2";
|
||||
base07 = "fbf1c7";
|
||||
base08 = "fb4934";
|
||||
base09 = "fe8019";
|
||||
base0A = "fabd2f";
|
||||
base0B = "b8bb26";
|
||||
base0C = "8ec07c";
|
||||
base0D = "83a598";
|
||||
base0E = "d3869b";
|
||||
base0F = "d65d0e";
|
||||
}
|
8
modules/themes/gruvbox-dark-medium/README.org
Normal file
8
modules/themes/gruvbox-dark-medium/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Gruvbox Dark Medium
|
||||
#+author: Emmet
|
||||
|
||||
"Gruvbox Dark Medium" base-16 theme originally by Dawid Kurek ([[mailto:dawikur@gmail.com][dawikur@gmail.com]]) and morhetz ([[https://github.com/morhetz/gruvbox]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/gruvbox-dark-medium.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/39/wallhaven-3911w9.jpg][Background Link]]
|
25
modules/themes/gruvbox-dark-medium/default.nix
Normal file
25
modules/themes/gruvbox-dark-medium/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Gruvbox Dark, Medium";
|
||||
slug = "gruvbox-dark-medium";
|
||||
author = "Dawid Kurek (dawikur@gmail.com) and morhetz (https://github.com/morhetz/gruvbox)";
|
||||
description = "Retro groove color scheme (originally for Vim)";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/39/wallhaven-3911w9.jpg";
|
||||
backgroundSha256 = "sha256-dBmKkLR8yI1W7d9IRTOaErHf0KApSq0UsY5LWxAaSuA=";
|
||||
base00 = "282828";
|
||||
base01 = "3c3836";
|
||||
base02 = "504945";
|
||||
base03 = "665c54";
|
||||
base04 = "bdae93";
|
||||
base05 = "d5c4a1";
|
||||
base06 = "ebdbb2";
|
||||
base07 = "fbf1c7";
|
||||
base08 = "fb4934";
|
||||
base09 = "fe8019";
|
||||
base0A = "fabd2f";
|
||||
base0B = "b8bb26";
|
||||
base0C = "8ec07c";
|
||||
base0D = "83a598";
|
||||
base0E = "d3869b";
|
||||
base0F = "d65d0e";
|
||||
}
|
8
modules/themes/gruvbox-light-hard/README.org
Normal file
8
modules/themes/gruvbox-light-hard/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Gruvbox Light Hard
|
||||
#+author: Emmet
|
||||
|
||||
"Gruvbox Light Hard" base-16 theme originally by Dawid Kurek ([[mailto:dawikur@gmail.com][dawikur@gmail.com]]) and morhetz ([[https://github.com/morhetz/gruvbox]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/gruvbox-light-hard.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/dp/wallhaven-dppjk3.jpg][Background Link]]
|
25
modules/themes/gruvbox-light-hard/default.nix
Normal file
25
modules/themes/gruvbox-light-hard/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Gruvbox Light, Hard";
|
||||
slug = "gruvbox-light-hard";
|
||||
author = "Dawid Kurek (dawikur@gmail.com) and morhetz (https://github.com/morhetz/gruvbox)";
|
||||
description = "Retro groove color scheme (originally for Vim)";
|
||||
polarity = "light";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/dp/wallhaven-dppjk3.jpg";
|
||||
backgroundSha256 = "sha256-12U/Z4HGv31MihexuwCnTX6mcfOvkdUsMghahKzoPBE=";
|
||||
base00 = "f9f5d7";
|
||||
base01 = "ebdbb2";
|
||||
base02 = "d5c4a1";
|
||||
base03 = "bdae93";
|
||||
base04 = "665c54";
|
||||
base05 = "504945";
|
||||
base06 = "3c3836";
|
||||
base07 = "282828";
|
||||
base08 = "9d0006";
|
||||
base09 = "af3a03";
|
||||
base0A = "b57614";
|
||||
base0B = "79740e";
|
||||
base0C = "427b58";
|
||||
base0D = "076678";
|
||||
base0E = "8f3f71";
|
||||
base0F = "d65d0e";
|
||||
}
|
8
modules/themes/gruvbox-light-medium/README.org
Normal file
8
modules/themes/gruvbox-light-medium/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Gruvbox Light Medium
|
||||
#+author: Emmet
|
||||
|
||||
"Gruvbox Light Medium" base-16 theme originally by Dawid Kurek ([[mailto:dawikur@gmail.com][dawikur@gmail.com]]) and morhetz ([[https://github.com/morhetz/gruvbox]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/gruvbox-light-medium.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/dp/wallhaven-dppjk3.jpg][Background Link]]
|
25
modules/themes/gruvbox-light-medium/default.nix
Normal file
25
modules/themes/gruvbox-light-medium/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Gruvbox Light, Medium";
|
||||
slug = "gruvbox-light-medium";
|
||||
author = "Dawid Kurek (dawikur@gmail.com) and morhetz (https://github.com/morhetz/gruvbox)";
|
||||
description = "Retro groove color scheme (originally for Vim)";
|
||||
polarity = "light";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/dp/wallhaven-dppjk3.jpg";
|
||||
backgroundSha256 = "sha256-12U/Z4HGv31MihexuwCnTX6mcfOvkdUsMghahKzoPBE=";
|
||||
base00 = "fbf1c7";
|
||||
base01 = "ebdbb2";
|
||||
base02 = "d5c4a1";
|
||||
base03 = "bdae93";
|
||||
base04 = "665c54";
|
||||
base05 = "504945";
|
||||
base06 = "3c3836";
|
||||
base07 = "282828";
|
||||
base08 = "9d0006";
|
||||
base09 = "af3a03";
|
||||
base0A = "b57614";
|
||||
base0B = "79740e";
|
||||
base0C = "427b58";
|
||||
base0D = "076678";
|
||||
base0E = "8f3f71";
|
||||
base0F = "d65d0e";
|
||||
}
|
8
modules/themes/helios/README.org
Normal file
8
modules/themes/helios/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Helios
|
||||
#+author: Emmet
|
||||
|
||||
"Helios" base-16 theme originally by Alex Meyer ([[https://github.com/reyemxela]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/helios.png]]
|
||||
|
||||
[[https://images.hdqwalls.com/wallpapers/one-last-time-8h.jpg][Background Link]]
|
25
modules/themes/helios/default.nix
Normal file
25
modules/themes/helios/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Helios";
|
||||
slug = "helios";
|
||||
author = "Alex Meyer (https://github.com/reyemxela)";
|
||||
description = "Somewhat inspired by gruvbox; a dark, saturated base16 scheme with nice clean colors";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://images.hdqwalls.com/wallpapers/one-last-time-8h.jpg";
|
||||
backgroundSha256 = "sha256-KDp90rltTtMEiQtsA8VPq2Msi/D51mPPEdo1tiRIo7E=";
|
||||
base00 = "1d2021";
|
||||
base01 = "383c3e";
|
||||
base02 = "53585b";
|
||||
base03 = "6f7579";
|
||||
base04 = "cdcdcd";
|
||||
base05 = "d5d5d5";
|
||||
base06 = "dddddd";
|
||||
base07 = "e5e5e5";
|
||||
base08 = "d72638";
|
||||
base09 = "eb8413";
|
||||
base0A = "f19d1a";
|
||||
base0B = "88b92d";
|
||||
base0C = "1ba595";
|
||||
base0D = "1e8bac";
|
||||
base0E = "be4264";
|
||||
base0F = "c85e0d";
|
||||
}
|
8
modules/themes/henna/README.org
Normal file
8
modules/themes/henna/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Henna
|
||||
#+author: Emmet
|
||||
|
||||
"Henna" base-16 theme originally by httpsterio ([[https://github.com/httpsterio/vscode-henna]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/henna.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/71/196/981/digital-art-minimalism-nature-hills-wallpaper-88f64d4860b08ca8d02c41def8f2349a.jpg][Background Link]]
|
25
modules/themes/henna/default.nix
Normal file
25
modules/themes/henna/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Henna";
|
||||
slug = "henna";
|
||||
author = "httpsterio (https://github.com/httpsterio/vscode-henna)";
|
||||
description = "Henna is a colour theme inspired by a certain green-eyed redhead girl";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/71/196/981/digital-art-minimalism-nature-hills-wallpaper-88f64d4860b08ca8d02c41def8f2349a.jpg";
|
||||
backgroundSha256 = "sha256-0skcwkVzZ3VdLImlMUT9sab3631vTttKk8LupTqM71Q=";
|
||||
base00 = "10151a";
|
||||
base01 = "1B1F23";
|
||||
base02 = "2c313a";
|
||||
base03 = "3B4048";
|
||||
base04 = "495162";
|
||||
base05 = "606F73";
|
||||
base06 = "6B717D";
|
||||
base07 = "f8f8f0";
|
||||
base08 = "e74c3c";
|
||||
base09 = "fd7c56";
|
||||
base0A = "9cd230";
|
||||
base0B = "53df83";
|
||||
base0C = "1abc9c";
|
||||
base0D = "56b5c2";
|
||||
base0E = "FFB8D1";
|
||||
base0F = "ECBE7B";
|
||||
}
|
8
modules/themes/horizon-dark/README.org
Normal file
8
modules/themes/horizon-dark/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Horizon Dark
|
||||
#+author: Emmet
|
||||
|
||||
"Horizon Dark" base-16 theme originally by Michaël Ball ([[https://github.com/michael-ball]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/horizon-dark.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/966/951/802/digital-digital-art-artwork-illustration-fantasy-art-hd-wallpaper-4856fd282030fc78505c71cea802646a.jpg][Background Link]]
|
25
modules/themes/horizon-dark/default.nix
Normal file
25
modules/themes/horizon-dark/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Horizon Dark";
|
||||
slug = "horizon-dark";
|
||||
author = "Michaël Ball (http://github.com/michael-ball/)";
|
||||
description = "A beautifully warm theme (originally for Visual Studio Code)";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/966/951/802/digital-digital-art-artwork-illustration-fantasy-art-hd-wallpaper-4856fd282030fc78505c71cea802646a.jpg";
|
||||
backgroundSha256 = "sha256-a09gjqeVRB6JlDvis+QRDquNuefDAj/NHw9FHAj8yys=";
|
||||
base00 = "1C1E26";
|
||||
base01 = "232530";
|
||||
base02 = "2E303E";
|
||||
base03 = "6F6F70";
|
||||
base04 = "9DA0A2";
|
||||
base05 = "CBCED0";
|
||||
base06 = "DCDFE4";
|
||||
base07 = "E3E6EE";
|
||||
base08 = "E93C58";
|
||||
base09 = "E58D7D";
|
||||
base0A = "EFB993";
|
||||
base0B = "EFAF8E";
|
||||
base0C = "24A8B4";
|
||||
base0D = "DF5273";
|
||||
base0E = "B072D1";
|
||||
base0F = "E4A382";
|
||||
}
|
10
modules/themes/io/README.org
Normal file
10
modules/themes/io/README.org
Normal file
@@ -0,0 +1,10 @@
|
||||
#+title: Io
|
||||
#+author: Emmet
|
||||
|
||||
"Io" theme, which is my fork of Uwunicorn originally by Fernando Marques ([[https://github.com/RakkiUwU]]) and Gabriel Fontes ([[https://github.com/Misterio77]]).
|
||||
|
||||
The main difference is that it has more vibrant colors.
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/uwunicorn.png]]
|
||||
|
||||
[[https://www.freepik.com/free-ai-image/digital-art-moon-wallpaper_77361154.htm#page=5&query=ai%20pink%20red%20teal%20forest%20dark&position=27&from_view=search&track=ais][Background Link]]
|
26
modules/themes/io/default.nix
Normal file
26
modules/themes/io/default.nix
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
scheme = "Io";
|
||||
slug = "io";
|
||||
author = "LibrePhoenix (https://github.com/librephoenix)";
|
||||
credits = "Forked from Fernando Marques (https://github.com/RakkiUwU) and Gabriel Fontes (https://github.com/Misterio77))";
|
||||
description = "Flagship theme of the LibrePhoenix Channel, named after one of Jupiter's moons";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://images.hdqwalls.com/wallpapers/aurora-s-embrace-a-borealis-beauty-in-anime-ub.jpg";
|
||||
backgroundSha256 = "sha256-GjM/Bu0zispdtPCFPzAk+zGlKYYg5XwTTxZ0TXOW9Fg=";
|
||||
base00 = "1a181a";
|
||||
base01 = "262326";
|
||||
base02 = "302c30";
|
||||
base03 = "463f47";
|
||||
base04 = "bfaab7";
|
||||
base05 = "dbd7da";
|
||||
base06 = "dbd7da";
|
||||
base07 = "faf7f9";
|
||||
base08 = "de5b44";
|
||||
base09 = "e39755";
|
||||
base0A = "a84a73";
|
||||
base0B = "c965bf";
|
||||
base0C = "9c5fce";
|
||||
base0D = "0e85b9";
|
||||
base0E = "6ac38f";
|
||||
base0F = "a3ab5a";
|
||||
}
|
8
modules/themes/isotope/README.org
Normal file
8
modules/themes/isotope/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Isotope
|
||||
#+author: Emmet
|
||||
|
||||
"Isotope" base-16 theme originally by Jan T. Sott.
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/isotope.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/108/140/869/digital-digital-art-artwork-fantasy-art-drawing-hd-wallpaper-d8b62d28c0f06c48d03c114ec8f2b4aa.jpg][Background Link]]
|
25
modules/themes/isotope/default.nix
Normal file
25
modules/themes/isotope/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Isotope";
|
||||
slug = "isotope";
|
||||
author = "Jan T. Sott (https://github.com/idleberg)";
|
||||
description = "Vibrant atomic color scheme";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/108/140/869/digital-digital-art-artwork-fantasy-art-drawing-hd-wallpaper-d8b62d28c0f06c48d03c114ec8f2b4aa.jpg";
|
||||
backgroundSha256 = "sha256-zYzUBaCvYVgmfw1/irgleRpTIrm4dsP8F3RmR8m/DBk=";
|
||||
base00 = "000000";
|
||||
base01 = "404040";
|
||||
base02 = "606060";
|
||||
base03 = "808080";
|
||||
base04 = "c0c0c0";
|
||||
base05 = "d0d0d0";
|
||||
base06 = "e0e0e0";
|
||||
base07 = "ffffff";
|
||||
base08 = "ff0000";
|
||||
base09 = "ff9900";
|
||||
base0A = "ff0099";
|
||||
base0B = "33ff00";
|
||||
base0C = "00ffff";
|
||||
base0D = "0066ff";
|
||||
base0E = "cc00ff";
|
||||
base0F = "3300ff";
|
||||
}
|
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";
|
||||
}
|
8
modules/themes/material-vivid/README.org
Normal file
8
modules/themes/material-vivid/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Material Vivid
|
||||
#+author: Emmet
|
||||
|
||||
"Material Vivid" base-16 theme originally by joshyrobot.
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/material-vivid.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/e7/wallhaven-e7z71l.jpg][Background Link]]
|
25
modules/themes/material-vivid/default.nix
Normal file
25
modules/themes/material-vivid/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Material Vivid";
|
||||
slug = "material-vivid";
|
||||
author = "joshyrobot (https://github.com/joshyrobot)";
|
||||
description = "A more vivid base16 material theme";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/e7/wallhaven-e7z71l.jpg";
|
||||
backgroundSha256 = "sha256-LBgsEyiFJUv1FT26dq2ACIFtQZXTIeKtEk92cLoNv4g=";
|
||||
base00 = "202124";
|
||||
base01 = "27292c";
|
||||
base02 = "323639";
|
||||
base03 = "44464d";
|
||||
base04 = "676c71";
|
||||
base05 = "80868b";
|
||||
base06 = "9e9e9e";
|
||||
base07 = "ffffff";
|
||||
base08 = "f44336";
|
||||
base09 = "ff9800";
|
||||
base0A = "ffeb3b";
|
||||
base0B = "00e676";
|
||||
base0C = "00bcd4";
|
||||
base0D = "2196f3";
|
||||
base0E = "673ab7";
|
||||
base0F = "8d6e63";
|
||||
}
|
8
modules/themes/miramare/README.org
Normal file
8
modules/themes/miramare/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Miramare
|
||||
#+author: Emmet
|
||||
|
||||
"Miramare" base-16 theme originally by franbach ([[https://github.com/franbach/miramare]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/miramare.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/v9/wallhaven-v9qy9l.jpg][Background Link]]
|
25
modules/themes/miramare/default.nix
Normal file
25
modules/themes/miramare/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Miramare";
|
||||
slug = "miramare";
|
||||
author = "franbach (https://github.com/franbach/miramare)";
|
||||
description = "Comfortable & pleasant color scheme (originally for Vim)";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/v9/wallhaven-v9qy9l.jpg";
|
||||
backgroundSha256 = "sha256-3Yo3qdzMRQGh/C3Qo5gpS2V1D4u1MptmqsXb+QO9EsE=";
|
||||
base00 = "0d1001";
|
||||
base01 = "241c0a";
|
||||
base02 = "3c3836";
|
||||
base03 = "5b5b5b";
|
||||
base04 = "7c6f64";
|
||||
base05 = "928374";
|
||||
base06 = "d8caac";
|
||||
base07 = "e6d6ac";
|
||||
base08 = "e68183";
|
||||
base09 = "e39b7b";
|
||||
base0A = "d9bb80";
|
||||
base0B = "87af87";
|
||||
base0C = "0075c4";
|
||||
base0D = "89beba";
|
||||
base0E = "87af87";
|
||||
base0F = "87c095";
|
||||
}
|
8
modules/themes/monokai/README.org
Normal file
8
modules/themes/monokai/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Monokai
|
||||
#+author: Emmet
|
||||
|
||||
"Monokai" base-16 theme originally by Wimer Hazenberg ([[http://www.monokai.nl]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/monokai.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/xl/wallhaven-xl225z.png][Background Link]]
|
25
modules/themes/monokai/default.nix
Normal file
25
modules/themes/monokai/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Monokai";
|
||||
slug = "monokai";
|
||||
author = "Wimer Hazenberg (https://monokai.pro/)";
|
||||
description = "Port of monokai for base16";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/xl/wallhaven-xl225z.png";
|
||||
backgroundSha256 = "sha256-zQXOIdWGxvwh6KFeiWwfRFNqIHtWzCsVHK8ondcYi2w=";
|
||||
base00 = "272822";
|
||||
base01 = "383830";
|
||||
base02 = "49483e";
|
||||
base03 = "75715e";
|
||||
base04 = "a59f85";
|
||||
base05 = "f8f8f2";
|
||||
base06 = "f5f4f1";
|
||||
base07 = "f9f8f5";
|
||||
base08 = "f92672";
|
||||
base09 = "fd971f";
|
||||
base0A = "f4bf75";
|
||||
base0B = "a6e22e";
|
||||
base0C = "a1efe4";
|
||||
base0D = "66d9ef";
|
||||
base0E = "ae81ff";
|
||||
base0F = "cc6633";
|
||||
}
|
8
modules/themes/nord/README.org
Normal file
8
modules/themes/nord/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Nord
|
||||
#+author: Emmet
|
||||
|
||||
"Nord" base-16 theme originally by Arctic Ice Studio ([[https://www.arcticicestudio.com/]]) and Sven Greb ([[https://svengreb.de/]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/nord.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/976/74/465/multiple-display-mountains-snow-nature-wallpaper-c1b4ba2a902ec5b27032d3c4aefe604d.jpg][Background Link]]
|
25
modules/themes/nord/default.nix
Normal file
25
modules/themes/nord/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Nord";
|
||||
slug = "nord";
|
||||
author = "Sven Greb (https://github.com/nordtheme)";
|
||||
description = "An arctic, north-bluish color palette";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/976/74/465/multiple-display-mountains-snow-nature-wallpaper-c1b4ba2a902ec5b27032d3c4aefe604d.jpg";
|
||||
backgroundSha256 = "sha256-+zlCkbmA6GwJStrL1+BP08GezbhDB07TTYBgu86xWOw=";
|
||||
base00 = "2E3440";
|
||||
base01 = "3B4252";
|
||||
base02 = "434C5E";
|
||||
base03 = "4C566A";
|
||||
base04 = "D8DEE9";
|
||||
base05 = "E5E9F0";
|
||||
base06 = "ECEFF4";
|
||||
base07 = "8FBCBB";
|
||||
base08 = "BF616A";
|
||||
base09 = "D08770";
|
||||
base0A = "EBCB8B";
|
||||
base0B = "A3BE8C";
|
||||
base0C = "88C0D0";
|
||||
base0D = "81A1C1";
|
||||
base0E = "B48EAD";
|
||||
base0F = "5E81AC";
|
||||
}
|
8
modules/themes/oceanic-next/README.org
Normal file
8
modules/themes/oceanic-next/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Oceanic Next
|
||||
#+author: Emmet
|
||||
|
||||
"Oceanic Next" base-16 theme originally by voronianski ([[https://github.com/voronianski/oceanic-next-color-scheme]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/oceanic-next.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/1024/162/573/nature-beach-ocean-sea-wallpaper-c8660d98d0b02c48b02cb11e3882646a.jpg][Background Link]]
|
25
modules/themes/oceanic-next/default.nix
Normal file
25
modules/themes/oceanic-next/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Oceanic Next";
|
||||
slug = "oceanic-next";
|
||||
author = "Dmytro Voronianski (https://github.com/voronianski/oceanic-next-color-scheme)";
|
||||
description = "Colorful blue color scheme (originally for Sublime Text 2/3)";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/1024/162/573/nature-beach-ocean-sea-wallpaper-c8660d98d0b02c48b02cb11e3882646a.jpg";
|
||||
backgroundSha256 = "sha256-F67ItsyBFzcU3KNvqwL8DEeXHZlLpmg8xRT8Fr0dolI=";
|
||||
base00 = "1B2B34";
|
||||
base01 = "343D46";
|
||||
base02 = "4F5B66";
|
||||
base03 = "65737E";
|
||||
base04 = "A7ADBA";
|
||||
base05 = "C0C5CE";
|
||||
base06 = "CDD3DE";
|
||||
base07 = "D8DEE9";
|
||||
base08 = "EC5f67";
|
||||
base09 = "F99157";
|
||||
base0A = "FAC863";
|
||||
base0B = "99C794";
|
||||
base0C = "5FB3B3";
|
||||
base0D = "6699CC";
|
||||
base0E = "C594C5";
|
||||
base0F = "AB7967";
|
||||
}
|
8
modules/themes/old-hope/README.org
Normal file
8
modules/themes/old-hope/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Old Hope
|
||||
#+author: Emmet
|
||||
|
||||
"Old Hope" base-16 theme originally by mohkale ([[https://github.com/mohkale/an-old-hope-theme]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/old-hope.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/218/1018/501/star-wars-star-wars-the-rise-of-skywalker-jedi-kylo-ren-lightsaber-hd-wallpaper-534b63fd3d29abf5efe66267283ba8c8.jpg][Background Link]]
|
25
modules/themes/old-hope/default.nix
Normal file
25
modules/themes/old-hope/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Old Hope";
|
||||
slug = "old-hope";
|
||||
author = "mohkale (https://github.com/mohkale/an-old-hope-theme)";
|
||||
description = "A theme inspired by a galaxy far far away...";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/218/1018/501/star-wars-star-wars-the-rise-of-skywalker-jedi-kylo-ren-lightsaber-hd-wallpaper-534b63fd3d29abf5efe66267283ba8c8.jpg";
|
||||
backgroundSha256 = "sha256-3Z8kpA+JBs3nQhe+zUZF0zoXFGbJCfePp3/RzpcuN6Q=";
|
||||
base00 = "1c1d20";
|
||||
base01 = "202328";
|
||||
base02 = "23272e";
|
||||
base03 = "3f444a";
|
||||
base04 = "5B6268";
|
||||
base05 = "686b78";
|
||||
base06 = "9ca0a4";
|
||||
base07 = "cbccd1";
|
||||
base08 = "ea3d54";
|
||||
base09 = "ee7b29";
|
||||
base0A = "fedd38";
|
||||
base0B = "78bd65";
|
||||
base0C = "78bd65";
|
||||
base0D = "4fb3d8";
|
||||
base0E = "b978ab";
|
||||
base0F = "4fb3d8";
|
||||
}
|
8
modules/themes/outrun-dark/README.org
Normal file
8
modules/themes/outrun-dark/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Outrun Dark
|
||||
#+author: Emmet
|
||||
|
||||
"Outrun Dark" base-16 theme originally by Hugo Delahousse ([[https://github.com/hugodelahousse]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/outrun-dark.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/586/965/67/night-sky-illustration-futuristic-art-night-wallpaper-88366d08c0d00c08207cf12ef892b49a.jpg][Background Link]]
|
25
modules/themes/outrun-dark/default.nix
Normal file
25
modules/themes/outrun-dark/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Outrun Dark";
|
||||
slug = "outrun-dark";
|
||||
author = "Hugo Delahousse (https://github.com/hugodelahousse/)";
|
||||
description = "Color scheme inspired by the synthwave music scene";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/586/965/67/night-sky-illustration-futuristic-art-night-wallpaper-88366d08c0d00c08207cf12ef892b49a.jpg";
|
||||
backgroundSha256 = "sha256-wySC8BjvJKZAnbGOeyyp1xwt/EMAwsTON0os6n1/fp8=";
|
||||
base00 = "00002A";
|
||||
base01 = "20204A";
|
||||
base02 = "30305A";
|
||||
base03 = "50507A";
|
||||
base04 = "B0B0DA";
|
||||
base05 = "D0D0FA";
|
||||
base06 = "E0E0FF";
|
||||
base07 = "F5F5FF";
|
||||
base08 = "FF4242";
|
||||
base09 = "FC8D28";
|
||||
base0A = "F3E877";
|
||||
base0B = "59F176";
|
||||
base0C = "0EF0F0";
|
||||
base0D = "66B0FF";
|
||||
base0E = "F10596";
|
||||
base0F = "F003EF";
|
||||
}
|
8
modules/themes/selenized-dark/README.org
Normal file
8
modules/themes/selenized-dark/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Selenized Dark
|
||||
#+author: Emmet
|
||||
|
||||
"Selenized Dark" base-16 theme originally by Jan Warchol ([[https://github.com/jan-warchol/selenized]]) and adapted by ali.
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/selenized-dark.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/474/140/1011/stars-sea-clouds-night-wallpaper-7bede9caa0ccfc6d8a1eb0759c9972b0.jpg][Background Link]]
|
25
modules/themes/selenized-dark/default.nix
Normal file
25
modules/themes/selenized-dark/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Selenized Dark";
|
||||
slug = "selenized-dark";
|
||||
author = "Jan Warchol (https://github.com/jan-warchol/selenized) / adapted to base16 by ali (https://github.com/ali-githb)";
|
||||
description = "Solarized redesigned: fine-tuned color palette for programmers with focus on readability";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/474/140/1011/stars-sea-clouds-night-wallpaper-7bede9caa0ccfc6d8a1eb0759c9972b0.jpg";
|
||||
backgroundSha256 = "sha256-ugnjfKCIpyH0enWB5l52j+1pWG1FwX8X5BeRh68NRuE=";
|
||||
base00 = "103c48";
|
||||
base01 = "184956";
|
||||
base02 = "2d5b69";
|
||||
base03 = "72898f";
|
||||
base04 = "72898f";
|
||||
base05 = "adbcbc";
|
||||
base06 = "cad8d9";
|
||||
base07 = "cad8d9";
|
||||
base08 = "fa5750";
|
||||
base09 = "ed8649";
|
||||
base0A = "dbb32d";
|
||||
base0B = "75b938";
|
||||
base0C = "41c7b9";
|
||||
base0D = "4695f7";
|
||||
base0E = "af88eb";
|
||||
base0F = "f275be";
|
||||
}
|
8
modules/themes/selenized-light/README.org
Normal file
8
modules/themes/selenized-light/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Selenized Light
|
||||
#+author: Emmet
|
||||
|
||||
"Selenized Light" base-16 theme originally by Jan Warchol ([[https://github.com/jan-warchol/selenized]]) and adapted by ali.
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/selenized-light.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/790/734/537/landscape-digital-art-coast-sky-wallpaper-2fbce811ee788644e4f742a5f338be69.jpg][Background Link]]
|
25
modules/themes/selenized-light/default.nix
Normal file
25
modules/themes/selenized-light/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Selenized Light";
|
||||
slug = "selenized-light";
|
||||
author = "Jan Warchol (https://github.com/jan-warchol/selenized) / adapted to base16 by ali (https://github.com/ali-githb)";
|
||||
description = "Solarized redesigned: fine-tuned color palette for programmers with focus on readability";
|
||||
polarity = "light";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/790/734/537/landscape-digital-art-coast-sky-wallpaper-2fbce811ee788644e4f742a5f338be69.jpg";
|
||||
backgroundSha256 = "sha256-QFWU0b/dKHA1duzpDFZ4PfTt1ku4ZnekUnUZKX1drxQ=";
|
||||
base00 = "fbf3db";
|
||||
base01 = "ece3cc";
|
||||
base02 = "d5cdb6";
|
||||
base03 = "909995";
|
||||
base04 = "909995";
|
||||
base05 = "53676d";
|
||||
base06 = "3a4d53";
|
||||
base07 = "3a4d53";
|
||||
base08 = "cc1729";
|
||||
base09 = "bc5819";
|
||||
base0A = "a78300";
|
||||
base0B = "428b00";
|
||||
base0C = "00978a";
|
||||
base0D = "006dce";
|
||||
base0E = "825dc0";
|
||||
base0F = "c44392";
|
||||
}
|
8
modules/themes/solarized-dark/README.org
Normal file
8
modules/themes/solarized-dark/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Solarized Dark
|
||||
#+author: Emmet
|
||||
|
||||
"Solarized Dark" base-16 theme originally by Ethan Schoonover ([[https://ethanschoonover.com/solarized/]]) and modified by aramisgithub.
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/solarized-dark.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/474/140/1011/stars-sea-clouds-night-wallpaper-7bede9caa0ccfc6d8a1eb0759c9972b0.jpg][Background Link]]
|
25
modules/themes/solarized-dark/default.nix
Normal file
25
modules/themes/solarized-dark/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Solarized Dark";
|
||||
slug = "solarized-dark";
|
||||
author = "Ethan Schoonover (https://ethanschoonover.com/), modified by aramisgithub)";
|
||||
description = "Precision colors for machines and people";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/474/140/1011/stars-sea-clouds-night-wallpaper-7bede9caa0ccfc6d8a1eb0759c9972b0.jpg";
|
||||
backgroundSha256 = "sha256-ugnjfKCIpyH0enWB5l52j+1pWG1FwX8X5BeRh68NRuE=";
|
||||
base00 = "002b36";
|
||||
base01 = "073642";
|
||||
base02 = "586e75";
|
||||
base03 = "657b83";
|
||||
base04 = "839496";
|
||||
base05 = "93a1a1";
|
||||
base06 = "eee8d5";
|
||||
base07 = "fdf6e3";
|
||||
base08 = "dc322f";
|
||||
base09 = "cb4b16";
|
||||
base0A = "b58900";
|
||||
base0B = "859900";
|
||||
base0C = "2aa198";
|
||||
base0D = "268bd2";
|
||||
base0E = "6c71c4";
|
||||
base0F = "d33682";
|
||||
}
|
8
modules/themes/solarized-light/README.org
Normal file
8
modules/themes/solarized-light/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Solarized Light
|
||||
#+author: Emmet
|
||||
|
||||
"Solarized Light" base-16 theme originally by Ethan Schoonover ([[https://ethanschoonover.com/solarized/]]) and modified by aramisgithub.
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/solarized-light.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/790/734/537/landscape-digital-art-coast-sky-wallpaper-2fbce811ee788644e4f742a5f338be69.jpg][Background Link]]
|
25
modules/themes/solarized-light/default.nix
Normal file
25
modules/themes/solarized-light/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Solarized Light";
|
||||
slug = "solarized-light";
|
||||
author = "Ethan Schoonover (https://ethanschoonover.com/), modified by aramisgithub)";
|
||||
description = "Precision colors for machines and people";
|
||||
polarity = "light";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/790/734/537/landscape-digital-art-coast-sky-wallpaper-2fbce811ee788644e4f742a5f338be69.jpg";
|
||||
backgroundSha256 = "sha256-QFWU0b/dKHA1duzpDFZ4PfTt1ku4ZnekUnUZKX1drxQ=";
|
||||
base00 = "fdf6e3";
|
||||
base01 = "eee8d5";
|
||||
base02 = "93a1a1";
|
||||
base03 = "839496";
|
||||
base04 = "657b83";
|
||||
base05 = "586e75";
|
||||
base06 = "073642";
|
||||
base07 = "002b36";
|
||||
base08 = "dc322f";
|
||||
base09 = "cb4b16";
|
||||
base0A = "b58900";
|
||||
base0B = "859900";
|
||||
base0C = "2aa198";
|
||||
base0D = "268bd2";
|
||||
base0E = "6c71c4";
|
||||
base0F = "d33682";
|
||||
}
|
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";
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user