https://github.com/hatixntsoa/browser.theme
Simple Dark Mode Chromium Based Browser Theme
https://github.com/hatixntsoa/browser.theme
browser chromium-theme dark-theme
Last synced: 7 days ago
JSON representation
Simple Dark Mode Chromium Based Browser Theme
- Host: GitHub
- URL: https://github.com/hatixntsoa/browser.theme
- Owner: hatixntsoa
- License: mit
- Created: 2026-06-22T07:44:12.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2026-06-22T12:00:33.000Z (about 1 month ago)
- Last Synced: 2026-07-17T14:38:46.330Z (7 days ago)
- Topics: browser, chromium-theme, dark-theme
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Simple Dark Mode Chromium-Based Browser Theme
A minimal, clean dark theme for Chromium-based browsers. Follow the steps below to install and apply the theme to your environment.
## Installation Guide
### Step 1: Clone the Repository
Open your terminal or command prompt and run the following commands to clone the repository and navigate into the project directory:
```bash
git clone https://github.com/hatixntsoa/browser.theme
```
```bash
cd browser.theme
```
### Step 2: Get the Absolute Path
You will need the absolute path of the `browser.theme` directory to load it into your browser.
* **Linux / macOS:** Run the following command and copy the output path:
```bash
pwd
```
* **Windows:** Open the directory in Windows Explorer, click on the address bar at the top, and copy the full folder path (e.g., `C:\Users\YourName\Documents\browser.theme`).
### Step 3: Access Extensions Settings
Open your preferred Chromium-based browser and navigate to the extensions page by typing the appropriate URL into the address bar:
* **Brave:**
```bash
brave://extensions
```
* **Google Chrome:**
```bash
chrome://extensions
```
* **Microsoft Edge:**
```bash
edge://extensions
```
### Step 4: Load the Theme
1. In the top-right corner of the Extensions page, toggle the **Developer mode** switch to **ON**.
2. Click the **Load unpacked** button that appears in the top-left menu.
3. Paste or navigate to the absolute path you copied in **Step 2**, and select the `browser.theme` folder.
*Voilà! Your new dark theme is now active.*