From 6db47ecca049435f2fb8297d387b2f8813d0e7b4 Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 13 Jan 2020 17:30:16 -0500 Subject: [PATCH] document the colors I've used so far prep for change --- COLORS.md | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 COLORS.md diff --git a/COLORS.md b/COLORS.md new file mode 100644 index 0000000..50fbc7d --- /dev/null +++ b/COLORS.md @@ -0,0 +1,94 @@ +WIP Style guidelines +-------------------- + + +Colors currently in use from CSS +-------------------------------- + + home.css:100: color: #41465f; + home.css:10: color: #3b6bbf; + home.css:113: color: #41465f; + home.css:125: color: #41465f; + home.css:139: color: #3b6bbf; + home.css:17: color: #81888f; + home.css:26: color: #495057; + home.css:35: color: #3b6bbf; + home.css:49: color: #495057; + home.css:58: background-color: #f8f8ff; + home.css:66: color: #495057; + search.css:20: background-color: #ddd + search.css:23: background-color: #2196f3; + search.css:24: color: #fff + + home.css:135: background: 0 0!important; + home.css:161: background: #dee2e6; + home.css:175: background: #dee2e6; + home.css:188: background: #a48fe1; + home.css:200: background: #dee2e6; + home.css:214: background: #dee2e6; + home.css:228: background: #d9d9d6; + home.css:246: background: #ffc56d; + home.css:260: background: #f7e59a; + home.css:50: background-attachment: fixed; + home.css:51: background-size: 100% 100%; + home.css:57:.background { + home.css:58: background-color: #f8f8ff; + home.css:79: background: #f8f8ff; + home.css:91: background: #f8f8ff; + search.css:20: background-color: #ddd + search.css:23: background-color: #2196f3; + search.css:5: background: #dee2e6; + + +Colors currently in use from Javascript +--------------------------------------- + + background.js:172: colors: { + background.js-173- frame: "#FFC56D", + background.js-174- toolbar: "#FFC56D" + background.js-175- } + -- + background.js:179: colors: { + background.js-180- frame: "#FFC56D", + background.js-181- toolbar: "#FFC56D" + background.js-182- } + -- + background.js:189: colors: { + background.js-190- frame: "#A4C8E1", + background.js-191- toolbar: "#A4C8E1" + background.js-192- } + -- + background.js:196: colors: { + background.js-197- frame: "#A4C8E1", + background.js-198- toolbar: "#A4C8E1" + background.js-199- } + -- + background.js:206: colors: { + background.js-207- frame: "#D9D9D6", + background.js-208- toolbar: "#D9D9D6" + background.js-209- } + -- + background.js:213: colors: { + background.js-214- frame: "#D9D9D6", + background.js-215- toolbar: "#D9D9D6" + background.js-216- } + -- + background.js:223: colors: { + background.js-224- frame: "#F7E59A", + background.js-225- toolbar: "#F7E59A" + background.js-226- } + -- + background.js:230: colors: { + background.js-231- frame: "#F7E59A", + background.js-232- toolbar: "#F7E59A" + background.js-233- } + -- + background.js:240: colors: { + background.js-241- frame: "#A48FE1", + background.js-242- toolbar: "#A48FE1" + background.js-243- } + -- + background.js:247: colors: { + background.js-248- frame: "#A48FE1", + background.js-249- toolbar: "#A48FE1" + background.js-250- }