Color Category
This commit is contained in:
parent
665407d904
commit
c6f2712ca7
|
@ -25,6 +25,10 @@
|
||||||
"title": "Calendar",
|
"title": "Calendar",
|
||||||
"id": "calendar"
|
"id": "calendar"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Color",
|
||||||
|
"id": "color"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Clock",
|
"title": "Clock",
|
||||||
"id": "clock"
|
"id": "clock"
|
||||||
|
@ -5623,7 +5627,7 @@
|
||||||
{
|
{
|
||||||
"title": "Colo",
|
"title": "Colo",
|
||||||
"category-ids": [
|
"category-ids": [
|
||||||
"misc"
|
"color"
|
||||||
],
|
],
|
||||||
"description": "Color themes hunter",
|
"description": "Color themes hunter",
|
||||||
"license": "apache-2.0",
|
"license": "apache-2.0",
|
||||||
|
@ -5675,7 +5679,7 @@
|
||||||
{
|
{
|
||||||
"title": "GammaThingy",
|
"title": "GammaThingy",
|
||||||
"category-ids": [
|
"category-ids": [
|
||||||
"misc"
|
"color"
|
||||||
],
|
],
|
||||||
"description": "Change screen gamma dynamically",
|
"description": "Change screen gamma dynamically",
|
||||||
"source": "https://github.com/thomasfinch/GammaThingy",
|
"source": "https://github.com/thomasfinch/GammaThingy",
|
||||||
|
@ -5687,7 +5691,7 @@
|
||||||
{
|
{
|
||||||
"title": "GoodNight",
|
"title": "GoodNight",
|
||||||
"category-ids": [
|
"category-ids": [
|
||||||
"misc"
|
"color"
|
||||||
],
|
],
|
||||||
"screenshots": [
|
"screenshots": [
|
||||||
"http://i.imgur.com/QEAE4B3.jpg"
|
"http://i.imgur.com/QEAE4B3.jpg"
|
||||||
|
|
Loading…
Reference in New Issue