mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 09:13:09 +01:00
stylix: Inline base16 scheme
This commit is contained in:
parent
423984a241
commit
1defdcf785
@ -1,21 +0,0 @@
|
|||||||
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"
|
|
@ -227,7 +227,31 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
image = "${stylix-background}/wallpaper.png";
|
image = "${stylix-background}/wallpaper.png";
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
base16Scheme = ../assets/selenized-black.yaml;
|
base16Scheme = {
|
||||||
|
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";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
opacity = {
|
opacity = {
|
||||||
terminal = opacity;
|
terminal = opacity;
|
||||||
|
Loading…
Reference in New Issue
Block a user