From 08d21d8c2900226052f671c869d11e34a72e4adf Mon Sep 17 00:00:00 2001 From: billmerickel Date: Sat, 30 Jun 2018 17:13:03 -0700 Subject: [PATCH 1/2] Add gold color --- .idea/codeStyles/Project.xml | 29 ++++++++++++++ .idea/misc.xml | 38 ++++++++++++------- app/app.iml | 1 - .../teamtreehouse/funfacts/ColorWheel.java | 3 +- 4 files changed, 56 insertions(+), 15 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..18d646f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,19 +1,31 @@ - - + + + - - - - - - - - - - - + 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 @@