89 lines
977 B
TOML
89 lines
977 B
TOML
name = "verdigris"
|
|
version = "0.0.1"
|
|
license = "GPL-3.0-only"
|
|
sourcecode = "https://git.basking.monster/gaiety/verdigris"
|
|
|
|
[author]
|
|
name = "Gaiety"
|
|
email = "ava+verdigris@gaiety.me"
|
|
url = "https://gaiety.me"
|
|
|
|
[colors]
|
|
|
|
[colors.pit]
|
|
name = "Pit"
|
|
l = 10
|
|
c = 3.5
|
|
h = 225
|
|
hex = "#00040B"
|
|
|
|
[colors.depths]
|
|
name = "Depths"
|
|
l = 30
|
|
c = 3.5
|
|
h = 225
|
|
hex = "#19323B"
|
|
|
|
[colors.stope]
|
|
name = "Stope"
|
|
l = 50
|
|
c = 3.5
|
|
h = 225
|
|
hex = "#4E6872"
|
|
|
|
[colors.text]
|
|
name = "Text"
|
|
l = 90
|
|
c = 3.5
|
|
h = 225
|
|
hex = "#C6E4F0"
|
|
|
|
[colors.orange]
|
|
name = "Orange"
|
|
l = 80
|
|
c = 14
|
|
h = 45
|
|
hex = "#FF9F6F"
|
|
|
|
[colors.teal]
|
|
name = "Teal"
|
|
l = 80
|
|
c = 14
|
|
h = 180
|
|
hex = "#23DBC1"
|
|
|
|
[colors.red]
|
|
name = "Red"
|
|
l = 80
|
|
c = 7
|
|
h = 22.5
|
|
hex = "#E8ADA9"
|
|
|
|
[colors.yellow]
|
|
name = "Yellow"
|
|
l = 80
|
|
c = 7
|
|
h = 56.25
|
|
hex = "#E1B392"
|
|
|
|
[colors.green]
|
|
name = "Green"
|
|
l = 80
|
|
c = 7
|
|
h = 157.5
|
|
hex = "#98CCAC"
|
|
|
|
[colors.blue]
|
|
name = "Blue"
|
|
l = 80
|
|
c = 7
|
|
h = 225
|
|
hex = "#8CC8E0"
|
|
|
|
[colors.purple]
|
|
name = "Purple"
|
|
l = 80
|
|
c = 7
|
|
h = 292.5
|
|
hex = "#BEB6E8"
|
|
|