This commit is contained in:
2023-04-12 20:32:07 +02:00
committed by soraefir
parent 10fbbc2654
commit a7ef5cf996
96 changed files with 5857 additions and 4 deletions

8
colors/default.nix Executable file
View File

@@ -0,0 +1,8 @@
{
...
}:
{
imports = [
./sorahiro_soft.nix
];
}

BIN
colors/palette0.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
colors/palette1h.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
colors/palette1p.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

33
colors/sorahiro_hard.nix Executable file
View File

@@ -0,0 +1,33 @@
{
nix-colors,
...
}:
{
# usage: a = "#${config.colorScheme.colors.base00}";
colorScheme = {
slug = "sorahiro-hard";
name = "sorahiro-hard";
author = "Soraefir @ Helcel";
colors = {
# Format: Name, Pantone, RAL
base00= "#030B12"; # Rich Black / 6C / 000-15-00
base01= "#0C1D2E"; # Maastricht Blue / 5395C / 270-20-15
base02= "#203A53"; # Japanese Indigo / 534C / 260-20-20
base03= "#425F7C"; # Deep Space Sparkle / 7699C / 260-40-20
base04= "#93A9BE"; # Pewter Blue / 535C / 260-70-15
base05= "#B6C5D5"; # Pastel Blue / 5445C / 260-80-10
base06= "#D6DFE8"; # Gainsboro / 642C / 260-90-05
base07= "#F0F3F7"; # White / 656C / 290-92-05
base08= "#F59331"; # Deep Saffron / 715C / 070-70-70
base09= "#F5F531"; # Maximum Yellow / 394C / 100-80-80
base0A= "#93F531"; # French Lime / 7488C / 120-70-75
base0B= "#31F593"; # Eucalyptus / 3385C / 160-70-50
base0C= "#3193F5"; # Brilliant Azure / 2727C / 280-50-40
baseOD= "#9331F5"; # Blue-Violet / 7442C / 300-40-45
base0E= "#F53193"; # Royal Pink / 232C / 350-50-50
base0F= "#F53131"; # Deep Carmine Pink / 1788C / 040-50-70
};
};
}

32
colors/sorahiro_soft.nix Executable file
View File

@@ -0,0 +1,32 @@
{
nix-colors,
...
}:
{
# usage: a = "#${config.colorScheme.colors.base00}";
colorScheme = {
slug = "sorahiro-soft";
name = "sorahiro-soft";
author = "Soraefir @ Helcel";
colors = {
# Format: Name, Pantone, RAL
base00= "#030B12"; # Rich Black / 6C / 000-15-00
base01= "#0C1D2E"; # Maastricht Blue / 5395C / 270-20-15
base02= "#203A53"; # Japanese Indigo / 534C / 260-20-20
base03= "#425F7C"; # Deep Space Sparkle / 7699C / 260-40-20
base04= "#93A9BE"; # Pewter Blue / 535C / 260-70-15
base05= "#B6C5D5"; # Pastel Blue / 5445C / 260-80-10
base06= "#D6DFE8"; # Gainsboro / 642C / 260-90-05
base07= "#F0F3F7"; # White / 656C / 290-92-05
base08= "#F5B97D"; # Mellow Apricot / 156C / 070-80-40
base09= "#F5F57D"; # Sunny / 393C / 100-90-50
base0A= "#B9F57D"; # Yellow-Green / 373C / 120-80-60
base0B= "#7DF5B9"; # Aquamarine / 3375C / 150-80-40
base0C= "#7DB9F5"; # Light Azure / 278C / 250-70-30
base0D= "#B97DF5"; # Lavender / 2572C / 310-60-35
base0E= "#F57DB9"; # Persian Pink / 211C / 350-60-45
base0F= "#F57D7D"; # Light Coral / 170C / 030-60-50
};
};
}