Updated stylix schema
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
# Ashes scheme for the Base16 Builder (https://github.com/chriskempson/base16-builder)
|
||||
scheme: "Ashes"
|
||||
author: "Jannik Siebert (https://github.com/janniks)"
|
||||
base00: "1C2023" # ----
|
||||
base01: "393F45" # ---
|
||||
base02: "565E65" # --
|
||||
base03: "747C84" # -
|
||||
base04: "ADB3BA" # +
|
||||
base05: "C7CCD1" # ++
|
||||
base06: "DFE2E5" # +++
|
||||
base07: "F3F4F5" # ++++
|
||||
base08: "C7AE95" # orange
|
||||
base09: "C7C795" # yellow
|
||||
base0A: "AEC795" # poison green
|
||||
base0B: "95C7AE" # turquois
|
||||
base0C: "95AEC7" # aqua
|
||||
base0D: "AE95C7" # purple
|
||||
base0E: "C795AE" # pink
|
||||
base0F: "C79595" # light red
|
@@ -1 +0,0 @@
|
||||
sha256-ul7ecqPw9bSr+JRSd+3OlKwVfB+5378L7ObYydJDsgQ=
|
@@ -1 +0,0 @@
|
||||
https://images.hdqwalls.com/wallpapers/anime-road-to-city-everlasting-summer-4k-ep.jpg
|
25
themes/ashes/default.nix
Normal file
25
themes/ashes/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Ashes";
|
||||
slug = "ashes";
|
||||
author = "Jannik Siebert (https://github.com/janniks)";
|
||||
description = "Desaturated dark color scheme";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://images.hdqwalls.com/wallpapers/anime-road-to-city-everlasting-summer-4k-ep.jpg";
|
||||
backgroundSha256 = "sha256-ul7ecqPw9bSr+JRSd+3OlKwVfB+5378L7ObYydJDsgQ=";
|
||||
base00 = "1C2023";
|
||||
base01 = "393F45";
|
||||
base02 = "565E65";
|
||||
base03 = "747C84";
|
||||
base04 = "ADB3BA";
|
||||
base05 = "C7CCD1";
|
||||
base06 = "DFE2E5";
|
||||
base07 = "F3F4F5";
|
||||
base08 = "C7AE95";
|
||||
base09 = "C7C795";
|
||||
base0A = "AEC795";
|
||||
base0B = "95C7AE";
|
||||
base0C = "95AEC7";
|
||||
base0D = "AE95C7";
|
||||
base0E = "C795AE";
|
||||
base0F = "C79595";
|
||||
}
|
@@ -1 +0,0 @@
|
||||
dark
|
Reference in New Issue
Block a user