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

26 lines
718 B
Nix

{
scheme = "Helios";
slug = "helios";
author = "Alex Meyer (https://github.com/reyemxela)";
description = "Somewhat inspired by gruvbox; a dark, saturated base16 scheme with nice clean colors";
polarity = "dark";
backgroundUrl = "https://images.hdqwalls.com/wallpapers/one-last-time-8h.jpg";
backgroundSha256 = "sha256-KDp90rltTtMEiQtsA8VPq2Msi/D51mPPEdo1tiRIo7E=";
base00 = "1d2021";
base01 = "383c3e";
base02 = "53585b";
base03 = "6f7579";
base04 = "cdcdcd";
base05 = "d5d5d5";
base06 = "dddddd";
base07 = "e5e5e5";
base08 = "d72638";
base09 = "eb8413";
base0A = "f19d1a";
base0B = "88b92d";
base0C = "1ba595";
base0D = "1e8bac";
base0E = "be4264";
base0F = "c85e0d";
}