mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 10:04:03 +05:30
Updated stylix schema
This commit is contained in:
parent
c7a8e44bb6
commit
90d9b7a6b8
293 changed files with 1463 additions and 1259 deletions
|
@ -1 +0,0 @@
|
|||
sha256-xgMi6fH3yMGk0txu0p5x01OY9qC4x597vEgSy/G9TBY=
|
|
@ -1 +0,0 @@
|
|||
https://w.wallhaven.cc/full/01/wallhaven-01e6xw.jpg
|
25
themes/windows-95/default.nix
Normal file
25
themes/windows-95/default.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
scheme = "Windows 95";
|
||||
slug = "windows-95";
|
||||
author = "Fergus Collins (https://github.com/C-Fergus)";
|
||||
description = "Color scheme reminiscent of a certain operating system from 1995...";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/01/wallhaven-01e6xw.jpg";
|
||||
backgroundSha256 = "sha256-xgMi6fH3yMGk0txu0p5x01OY9qC4x597vEgSy/G9TBY=";
|
||||
base00 = "000000";
|
||||
base01 = "1C1C1C";
|
||||
base02 = "383838";
|
||||
base03 = "545454";
|
||||
base04 = "7e7e7e";
|
||||
base05 = "a8a8a8";
|
||||
base06 = "d2d2d2";
|
||||
base07 = "fcfcfc";
|
||||
base08 = "fc5454";
|
||||
base09 = "a85400";
|
||||
base0A = "fcfc54";
|
||||
base0B = "54fc54";
|
||||
base0C = "54fcfc";
|
||||
base0D = "5454fc";
|
||||
base0E = "fc54fc";
|
||||
base0F = "00a800";
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
dark
|
|
@ -1,18 +0,0 @@
|
|||
scheme: "Windows 95"
|
||||
author: "Fergus Collins (https://github.com/C-Fergus)"
|
||||
base00: "000000" # black
|
||||
base01: "1C1C1C" # darkish black
|
||||
base02: "383838" # brightish black
|
||||
base03: "545454" # bright black
|
||||
base04: "7e7e7e" # darker white
|
||||
base05: "a8a8a8" # white
|
||||
base06: "d2d2d2" # middle white
|
||||
base07: "fcfcfc" # bright white
|
||||
base08: "fc5454" # bright red
|
||||
base09: "a85400" # yellow
|
||||
base0A: "fcfc54" # bright yellow
|
||||
base0B: "54fc54" # bright green
|
||||
base0C: "54fcfc" # bright cyan
|
||||
base0D: "5454fc" # bright blue
|
||||
base0E: "fc54fc" # bright magenta
|
||||
base0F: "00a800" # green
|
Loading…
Add table
Add a link
Reference in a new issue