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/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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue