From 1ac9487c763215ddfe4b751231bd12d1c0dea99e Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sun, 24 Jan 2021 19:02:34 -0600 Subject: [PATCH] Add sample colors to sample .lumerc --- .lumerc.sample | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.lumerc.sample b/.lumerc.sample index 8a521ec..f0dd778 100644 --- a/.lumerc.sample +++ b/.lumerc.sample @@ -1 +1,11 @@ -access_token = "token" \ No newline at end of file +access_token = "token" + +[colors] +purple_candy = [ 280.0, 0.29, 0.71 ] +wasabi = [ 120.0, 1.0, 0.7 ] +honeydew = [ 120.0, 1.0, 0.97 ] +green_mist = [ 92.0, 0.72, 0.75 ] +pea = [ 90.0, 0.42, 0.47 ] +cat_eye = [ 76.0, 0.74, 0.61 ] +seagreen = [ 160.0, 1.0, 0.50 ] +blue_mist = [ 202.0, 0.97, 0.75 ] \ No newline at end of file