aboutsummaryrefslogtreecommitdiff
path: root/docs/Theming.md
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-09-12 21:04:50 -0700
committerGitHub <noreply@github.com>2021-09-12 21:04:50 -0700
commitddfc240ed4c80dc8980f91f89d11f8b1563315cb (patch)
treed5093ab0bbd49861895b839ba3d767e4eea7bf8c /docs/Theming.md
parentc77455ca08695a3d3470452d69bdead5dc961f4b (diff)
parentc9d3fac2af841181c64a1e2cfe9dd4edbb0e6fba (diff)
downloadfrost-ddfc240ed4c80dc8980f91f89d11f8b1563315cb.tar.gz
frost-ddfc240ed4c80dc8980f91f89d11f8b1563315cb.tar.bz2
frost-ddfc240ed4c80dc8980f91f89d11f8b1563315cb.zip
Merge pull request #1803 from AllanWang/theme
Update theme
Diffstat (limited to 'docs/Theming.md')
-rw-r--r--docs/Theming.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Theming.md b/docs/Theming.md
index dc027ba6..14fff12c 100644
--- a/docs/Theming.md
+++ b/docs/Theming.md
@@ -22,9 +22,9 @@ In the case of providing theme updates, identifying the relevant selectors will
It is also useful to apply Frost's existing themes to see what is already configured and what is missing. To do so, I use the following tools:
* [Visual Studio Code](https://code.visualstudio.com/) as the main IDE
-* [CSS & JS Injection](https://chrome.google.com/webstore/detail/css-and-javascript-inject/ckddknfdmcemedlmmebildepcmneakaa) or any other plugin that allows you to apply CSS to a web page.
-
-When opening the Frost project, navigating to `app/web` and install the npm packages. Run SASS to generate the files, and focus on `app/web/assets/css/core/core.css`; this is what you'll want to paste into the browser extension to see the updates. To update the theme, modify one of the `app/web/scss/core/_core_*.scss` files, which will update `core.css`.
+* [Super CSS Inject](https://chrome.google.com/webstore/detail/super-css-inject/pcfpmmmjdgngeidaggcahhoncahmpiin) or any other plugin that allows you to apply CSS to a web page.
+ * Use [Web Server for Chrome](https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb) to deliver local files.
+When opening the Frost project, navigating to `app/web` and install the npm packages. Run SASS to generate the files, and focus on `app/web/assets/css/facebook/core/core.css`; this is what you'll want to paste into the browser extension to see the updates. To update the theme, modify one of the `app/web/scss/facebook/core/_core_*.scss` files, which will update `core.css`.
If the update works, the selected elements should change.
Note that the core theme is intentionally a mix of weird colors, to make it easier to see changes.