From 5ba2872324edfe02450ce908620528bacdc36bcd Mon Sep 17 00:00:00 2001 From: Gregory Dudnikof <1win1@bk.ru> Date: Tue, 11 Apr 2017 11:50:21 +0300 Subject: [PATCH] Add 2 new gradients 1) terminal-like black to green gradient (#000, #0f9b0f) 2) light-blue to white color in style of Telegram messenger --- gradients.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gradients.json b/gradients.json index bc14e2ee..2ff3946e 100644 --- a/gradients.json +++ b/gradients.json @@ -933,5 +933,13 @@ { "name": "Scooter", "colors": ["#36D1DC", "#5B86E5"] + }, + { + "name": "Terminal", + "colors": ["#000000", "#0f9b0f"] + }, + { + "name": "Telegram", + "colors": ["#1c92d2", "#0f9b0f"] } -] \ No newline at end of file +]