Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
25
modules/themes/tomorrow-night/default.nix
Normal file
25
modules/themes/tomorrow-night/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Tomorrow Night";
|
||||
slug = "tomorrow-night";
|
||||
author = "Chris Kempson (https://chriskempson.com)";
|
||||
description = "A colourful theme with muted colours and sensible syntax highlighting";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/28/wallhaven-28867y.png";
|
||||
backgroundSha256 = "sha256-G8wLZitUlaquirgCtHCFu6dQHJophD8/c7INNMhh49M=";
|
||||
base00 = "1d1f21";
|
||||
base01 = "282a2e";
|
||||
base02 = "373b41";
|
||||
base03 = "969896";
|
||||
base04 = "b4b7b4";
|
||||
base05 = "c5c8c6";
|
||||
base06 = "e0e0e0";
|
||||
base07 = "ffffff";
|
||||
base08 = "cc6666";
|
||||
base09 = "de935f";
|
||||
base0A = "f0c674";
|
||||
base0B = "b5bd68";
|
||||
base0C = "8abeb7";
|
||||
base0D = "81a2be";
|
||||
base0E = "b294bb";
|
||||
base0F = "a3685a";
|
||||
}
|
Reference in New Issue
Block a user