nix-config/assets/selenized-black.yaml
Donovan Glover 9bd004c3a8
nix: Avoid IFD by importing base16 scheme directly
This fixes an issue where previously the derivation had to be evaluated
before importing the base16 scheme, thus causing `nix flake check` to
fail when multi-platform support was added.

See: https://github.com/NixOS/nix/issues/4265
2024-06-20 21:58:16 -04:00

22 lines
462 B
YAML

system: "base16"
name: "selenized-black"
author: "Jan Warchol (https://github.com/jan-warchol/selenized) / adapted to base16 by ali"
variant: "dark"
palette:
base00: "181818"
base01: "252525"
base02: "3b3b3b"
base03: "777777"
base04: "777777"
base05: "b9b9b9"
base06: "dedede"
base07: "dedede"
base08: "ed4a46"
base09: "e67f43"
base0A: "dbb32d"
base0B: "70b433"
base0C: "3fc5b7"
base0D: "368aeb"
base0E: "a580e2"
base0F: "eb6eb7"