Files
nixos-config/modules/themes/caret/default.nix

26 lines
740 B
Nix

{
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";
}