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

Correct and add content to README #228

Closed
wants to merge 2 commits into from
Closed
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
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -742,14 +742,14 @@ It would also be very helpful if you `cd tools/` and run `python3 update_all.py`

![Screenshot](screenshots/SleepyHollow.png)

### Snazzy

![Screenshot](screenshots/snazzy.png)

### Smyck

![Screenshot](screenshots/smyck.png)

### Snazzy

![Screenshot](screenshots/snazzy.png)

### SoftServer

![Screenshot](screenshots/soft_server.png)
Expand Down Expand Up @@ -1370,15 +1370,19 @@ or `/boot/loader.conf.local` and reboot.

### MobaXterm color schemes

Copy the theme content form `mobaxterm/` and paste the content to your `MobaXterm.ini` in the corresponding place. (`[Colors]`)
Copy the theme content from `mobaxterm/` and paste the content to your `MobaXterm.ini` in the corresponding place (`[Colors]`).

### LXTerminal color schemes

Copy the theme content form `lxterminal/` and paste the content to your `lxterminal` in the corresponding place. (`[general]`)
Copy the theme content from `lxterminal/` and paste the content to your `lxterminal` in the corresponding place (`[general]`).

### Visual Studio Code (vscode) color schemes

Copy the theme content into your [UserSettings.json](https://code.visualstudio.com/docs/getstarted/settings)
Copy the theme content from `vscode/` and paste the content to your [UserSettings.json](https://code.visualstudio.com/docs/getstarted/settings).

### Windows Terminal color schemes

Copy the theme content from `windowsterminal/` and paste the content to your `profiles.json` in the corresponding place (`[schemes]`). Then specify the name of your theme by `[colorScheme]` in `[profiles]`.

### Previewing color schemes

Expand Down