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