Merge dev into main branch #2

Merged
vrifox merged 11 commits from dev into main 2023-01-06 22:53:36 +01:00
2 changed files with 12 additions and 12 deletions
Showing only changes of commit 192b91f4b9 - Show all commits

View file

@ -1,5 +1,5 @@
--- ---
title: "Firefox im Dark-Mode" title: "Der dunkle Modus von Firefox"
author: "" author: ""
date: 2021-05-15T11:54:53+02:00 date: 2021-05-15T11:54:53+02:00
categories: categories:
@ -8,19 +8,19 @@ tags:
draft: false draft: false
type: "post" type: "post"
description: "" description: ""
slug: firefox-im-dark-mode slug: "dunkler-modus-von-firefox"
--- ---
This is how to enable the dark mode for all compatible websites in your Firefox. In diesem Artikel möchte ich zeigen, wie man den Dark-Mode auf kompatiblen Websites in Firefox aktiviert.
## Firefox Config ## Erweiterte Einstellungen von Firefox
To enable the Firefox Dark Mode open your Firefox' [about:config](https://support.mozilla.org/en-US/kb/about-config-editor-firefox) and add a **new** boolean `ui.systemUsesDarkTheme` and set it to `1`. Um den Dark-Mode von Firefox zu aktivieren, öffne [about:config](https://support.mozilla.org/en-US/kb/about-config-editor-firefox) und füge einen **neuen** Boolean mit dem Namen `ui.systemUsesDarkTheme` hinzu und setze ihn auf `1`.
## Debugging ## Websites Entwickeln
For debugging purposes you can switch between dark and light mode using the *Inspector* (right-click > Inspect): Falls du Websites entwickelst, könnte es hilfreich sein, schnell zwischen dem hellen und dem dunklen Modus zu wechseln. Öffne hierzu den *Inspektor* (Rechtsklick → Untersuchen):
![Firefox' Inspector dark and light mode](/upload/2021-05-15%20Firefox%20Inspector%20Dark%20Light%20Mode.png) ![Dark- und Light-Mode im Firefox Inspektor](/upload/2021-05-15%20Firefox%20Inspector%20Dark%20Light%20Mode.png)
You can test this right here on my website 🙂 Du kannst das übrigens direkt auf meiner Website testen 🙂

View file

@ -1,5 +1,5 @@
--- ---
title: "Firefox Dark Mode" title: "Firefox' Dark Mode"
author: "" author: ""
date: 2021-05-15T11:54:53+02:00 date: 2021-05-15T11:54:53+02:00
categories: categories:
@ -8,7 +8,7 @@ tags:
draft: false draft: false
type: "post" type: "post"
description: "" description: ""
slug: firefox-dark-mode slug: "firefox-dark-mode"
--- ---
This is how to enable the dark mode for all compatible websites in your Firefox. This is how to enable the dark mode for all compatible websites in your Firefox.
@ -19,7 +19,7 @@ To enable the Firefox Dark Mode open your Firefox' [about:config](https://suppor
## Debugging ## Debugging
For debugging purposes you can switch between dark and light mode using the *Inspector* (right-click > Inspect): For debugging purposes you can switch between dark and light mode using the *Inspector* (right-click Inspect):
![Firefox' Inspector dark and light mode](/upload/2021-05-15%20Firefox%20Inspector%20Dark%20Light%20Mode.png) ![Firefox' Inspector dark and light mode](/upload/2021-05-15%20Firefox%20Inspector%20Dark%20Light%20Mode.png)