From 9bca0225dd051342dca69ddb5c51a7e9472f22b0 Mon Sep 17 00:00:00 2001 From: roberts Date: Tue, 16 May 2023 19:14:44 +0200 Subject: [PATCH] added new color theme --- colors(1)/colors.txt | 11 +++++++++++ colors(1)/palette.png | Bin 0 -> 1809 bytes src/App.vue | 2 +- src/components/ExerciseList.vue | 2 +- src/components/NavigationModel.vue | 9 +++++++-- tailwind.config.js | 10 +++++++++- 6 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 colors(1)/colors.txt create mode 100644 colors(1)/palette.png diff --git a/colors(1)/colors.txt b/colors(1)/colors.txt new file mode 100644 index 0000000..75da141 --- /dev/null +++ b/colors(1)/colors.txt @@ -0,0 +1,11 @@ +Your selected colors: + + Primary: #daeafb (RGB: 218, 234, 251) + Secondary: #000000 (RGB: 0, 0, 0) + Primary Button: #5b9a66 (RGB: 91, 154, 102) + Secondary Button: #120320 (RGB: 18, 3, 32) + Accent: #b574f1 (RGB: 181, 116, 241) + +Realtime Colors link for selected colors: https://realtimecolors.com/?colors=daeafb-000000-5b9a66-120320-b574f1 + +Thanks for using RealtimeColors.com! \ No newline at end of file diff --git a/colors(1)/palette.png b/colors(1)/palette.png new file mode 100644 index 0000000000000000000000000000000000000000..580859ca6b6c1f4180e04c13c878062cdc99554c GIT binary patch literal 1809 zcmeAS@N?(olHy`uVBq!ia0y~yVEh7Pr*NVZg{#lhE&A8y=o|UC_u#Z z;D2r%7p7$|W-dJ9cdH{oO)q1j0JjK>JW#qbWt)W2vE04Y z&M%nPAD4?tKJ~4p+UW&z@C9e7|C&wrJ_&r8*1ll74a?rAiZ68e9s4Ues<>S)M9aaX zjsvAwl|WMYK&jKt7m|TeOoB+d41rROU@54s89)OaUlk$gFnC8pV>E3ba^+}F87((pW$*ATMd!%M^@W{HU&Rir>KHs-{an^L HB{Ts5XnH1d literal 0 HcmV?d00001 diff --git a/src/App.vue b/src/App.vue index 537e268..96b5d87 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,7 +4,7 @@ import { NavigationModel } from "./components/Index.js";