From 70c7cf9f7a601c089191a7488ac39297bb6d0a15 Mon Sep 17 00:00:00 2001 From: nicholasnovakovic Date: Thu, 5 Sep 2019 16:47:45 +0800 Subject: [PATCH 1/5] Add black color --- .idea/$PRODUCT_WORKSPACE_FILE$ | 40 ++++++++++++++++++++++++++++++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 +++++++ .idea/samplerepo-things.iml | 9 ++++++++ .idea/vcs.xml | 6 +++++ .idea/workspace.xml | 15 +++++++++++++ colors.txt | 1 + 7 files changed, 83 insertions(+) create mode 100644 .idea/$PRODUCT_WORKSPACE_FILE$ create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/samplerepo-things.iml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/$PRODUCT_WORKSPACE_FILE$ b/.idea/$PRODUCT_WORKSPACE_FILE$ new file mode 100644 index 0000000..67bd976 --- /dev/null +++ b/.idea/$PRODUCT_WORKSPACE_FILE$ @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..f37474b --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..83e6f25 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/samplerepo-things.iml b/.idea/samplerepo-things.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/samplerepo-things.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..4cdc67d --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/colors.txt b/colors.txt index caf8a36..dfcd887 100644 --- a/colors.txt +++ b/colors.txt @@ -1,3 +1,4 @@ blue red white +black From 8583980be3726a306dfd67d73a8b8810ba7272ae Mon Sep 17 00:00:00 2001 From: nicholasnovakovic Date: Thu, 5 Sep 2019 16:50:08 +0800 Subject: [PATCH 2/5] Add yellow color --- colors.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/colors.txt b/colors.txt index caf8a36..d931b71 100644 --- a/colors.txt +++ b/colors.txt @@ -1,3 +1,4 @@ blue red white +yellow \ No newline at end of file From 1bb0e23a2e954db86593b858aa2501ac68581608 Mon Sep 17 00:00:00 2001 From: nicholasnovakovic Date: Thu, 5 Sep 2019 16:53:58 +0800 Subject: [PATCH 3/5] Add diamond shape --- shapes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/shapes.txt b/shapes.txt index 2b50ee0..b6e799d 100644 --- a/shapes.txt +++ b/shapes.txt @@ -2,3 +2,4 @@ circle oval rectangle square +diamond \ No newline at end of file From e91819f3bfee840c3ce6d395e91212b6e6d3c446 Mon Sep 17 00:00:00 2001 From: nicholasnovakovic Date: Thu, 5 Sep 2019 16:56:25 +0800 Subject: [PATCH 4/5] add color pink --- colors.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/colors.txt b/colors.txt index 629f3fe..6257645 100644 --- a/colors.txt +++ b/colors.txt @@ -2,4 +2,5 @@ blue red white black -yellow \ No newline at end of file +yellow +pink \ No newline at end of file From d4a2ebdfbb9e2b75b2cf13a2453c2fc7357adebb Mon Sep 17 00:00:00 2001 From: nicholasnovakovic Date: Thu, 5 Sep 2019 16:58:17 +0800 Subject: [PATCH 5/5] Edit color blue to bleu --- colors.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors.txt b/colors.txt index 6257645..35fac03 100644 --- a/colors.txt +++ b/colors.txt @@ -1,4 +1,4 @@ -blue +bleu red white black