Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance README.md for Better Clarity and Usability #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 30 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,33 @@
# Npp-1-Dark
One Dark Syntax Theme for Notepad++

A sophisticated One Dark Syntax Theme for Notepad++, inspired by the popular Atom editor's One Dark theme. This theme is designed to offer a visually comfortable and consistent coding environment, especially beneficial for extended coding sessions.

![Npp-1-Dark](https://raw.githubusercontent.com/60ss/Npp-1-Dark/master/Screenshot/Npp-1-Dark-Ss.png)
> A close replica of the Atom **`One Dark`** syntax theme in **`Notepad++`**.

### Theme Installation:
1. Download [**`Npp-1-Dark.xml`**](https://raw.githubusercontent.com/60ss/Npp-1-Dark/master/Npp-1-Dark.xml).
2. Run **`Notepad++`** As administrator.
3. Open `Setting -> Import -> Import style theme(s)`.
4. Choose **`Npp-1-Dark.xml`**.
5. Open `Settings -> Style Configurator` and Select theme **`Npp-1-Dark`**.
6. Click `Save & Close`.

### Sass Syntax Highlighting Installation:
1. Download [**`Npp-1-Dark-Sass.xml`**](https://raw.githubusercontent.com/60ss/Npp-1-Dark/master/Npp-1-Dark-Sass.xml).
2. Open `Language -> Define your language...`.
3. Click `Import` and Choose **`Npp-1-Dark-Sass.xml`**.
4. Click `Open`.
4. Restart **`Notepad++`**.

> Embrace the dark side with a theme that's easy on the eyes - a faithful rendition of Atom's **`One Dark`** syntax theme for **`Notepad++`**.

## Prerequisites

Ensure you have Notepad++ installed on your Windows machine. This theme is compatible with the latest versions of Notepad++. If you haven't updated Notepad++ in a while, consider downloading the latest version from the official website to ensure compatibility.

## Theme Installation Guide

### Installing the Npp-1-Dark Theme on Windows:

1. **Download the Theme XML File:**
- Click here to download [**`Npp-1-Dark.xml`**](https://raw.githubusercontent.com/60ss/Npp-1-Dark/master/Npp-1-Dark.xml).
2. **Locate the Themes Directory:**
- Navigate to the themes directory located at `%APPDATA%\Notepad++\themes`. If the `themes` directory does not exist, create it.
3. **Move the Theme File:**
- Move the downloaded `Npp-1-Dark.xml` file into the themes directory.
4. **Activate the Theme:**
- Launch Notepad++, go to `Settings -> Style Configurator`, select `Npp-1-Dark` from the theme dropdown, and click `Save & Close`.

### Adding Sass Syntax Highlighting:

1. **Download the Sass Highlighting XML:**
- Click here to download [**`Npp-1-Dark-Sass.xml`**](https://raw.githubusercontent.com/60ss/Npp-1-Dark/master/Npp-1-Dark-Sass.xml).
2. **Import the Syntax Highlighting File:**
- In Notepad++, navigate to `Language -> Define your language...`, click `Import`, then select the downloaded `Npp-1-Dark-Sass.xml` file.
3. **Restart Notepad++:**
- Close and reopen Notepad++ to apply the Sass syntax highlighting.