From 6262c3a8cfa3caf71fd33bdcd085324f31aa6488 Mon Sep 17 00:00:00 2001 From: ambi23 Date: Wed, 6 Jun 2018 20:55:24 +0700 Subject: [PATCH 1/2] Add gold color --- .idea/codeStyles/Project.xml | 29 +++++++++++++++ .idea/misc.xml | 35 +++++++++++++------ app/app.iml | 1 - .../teamtreehouse/funfacts/ColorWheel.java | 3 +- 4 files changed, 56 insertions(+), 12 deletions(-) create mode 100644 .idea/codeStyles/Project.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..30aa626 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index c9710e6..53ad887 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,17 +3,32 @@ - - - - - - - - - + + + - + diff --git a/app/app.iml b/app/app.iml index 1593039..e5908db 100644 --- a/app/app.iml +++ b/app/app.iml @@ -9,7 +9,6 @@