An open API service indexing awesome lists of open source software.

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

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.*