Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
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";
|
||||
}
|
Reference in New Issue
Block a user