mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 18:14:04 +05:30
Updated stylix schema
This commit is contained in:
parent
c7a8e44bb6
commit
90d9b7a6b8
293 changed files with 1463 additions and 1259 deletions
25
themes/solarized-dark/default.nix
Normal file
25
themes/solarized-dark/default.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
scheme = "Solarized Dark";
|
||||
slug = "solarized-dark";
|
||||
author = "Ethan Schoonover (https://ethanschoonover.com/), modified by aramisgithub)";
|
||||
description = "Precision colors for machines and people";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/474/140/1011/stars-sea-clouds-night-wallpaper-7bede9caa0ccfc6d8a1eb0759c9972b0.jpg";
|
||||
backgroundSha256 = "sha256-ugnjfKCIpyH0enWB5l52j+1pWG1FwX8X5BeRh68NRuE=";
|
||||
base00 = "002b36";
|
||||
base01 = "073642";
|
||||
base02 = "586e75";
|
||||
base03 = "657b83";
|
||||
base04 = "839496";
|
||||
base05 = "93a1a1";
|
||||
base06 = "eee8d5";
|
||||
base07 = "fdf6e3";
|
||||
base08 = "dc322f";
|
||||
base09 = "cb4b16";
|
||||
base0A = "b58900";
|
||||
base0B = "859900";
|
||||
base0C = "2aa198";
|
||||
base0D = "268bd2";
|
||||
base0E = "6c71c4";
|
||||
base0F = "d33682";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue