https://github.com/yosukes-dev/one-dark-windows-terminal
One Dark Color Scheme for Windows Terminal inspired by Atom's One Dark and One Light theme.
https://github.com/yosukes-dev/one-dark-windows-terminal
color-scheme color-theme colorscheme light-theme windows-terminal windowsterminal
Last synced: 4 months ago
JSON representation
One Dark Color Scheme for Windows Terminal inspired by Atom's One Dark and One Light theme.
- Host: GitHub
- URL: https://github.com/yosukes-dev/one-dark-windows-terminal
- Owner: yosukes-dev
- License: mit
- Created: 2020-02-16T06:26:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T07:15:25.000Z (about 5 years ago)
- Last Synced: 2024-08-13T07:04:09.805Z (8 months ago)
- Topics: color-scheme, color-theme, colorscheme, light-theme, windows-terminal, windowsterminal
- Size: 2.91 MB
- Stars: 72
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - yosukes-dev/one-dark-windows-terminal - One Dark Color Scheme for Windows Terminal inspired by Atom's One Dark and One Light theme. (Others)
README
# One Dark Windows Terminal
One Dark Color Scheme for Windows Terminal inspired by Atom's One Dark and One Light theme.
### How To Use
#### 1. Open Settings(profiles.json)
#### 2. Copy Schemes from `schemes.json` file on this repo and paste into `schemes` section.
```json
// Add custom color schemes to this array
"schemes": [
{
"background": "#1E2127",
"black": "#000000",
"blue": "#61AFEF",
"brightBlack": "#5C6370",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#D19A66",
"cyan": "#56B6C2",
"foreground": "#5C6370",
"green": "#98C379",
"name": "One Dark",
"purple": "#C678DD",
"red": "#E06C75",
"white": "#ABB2BF",
"yellow": "#D19A66"
},
{
"background": "#F9F9F9",
"black": "#000000",
"blue": "#4078F2",
"brightBlack": "#383A42",
"brightBlue": "#4078F2",
"brightCyan": "#0184BC",
"brightGreen": "#50A14F",
"brightPurple": "#A626A4",
"brightRed": "#E45649",
"brightWhite": "#FFFFFF",
"brightYellow": "#986801",
"cyan": "#0184BC",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Light",
"purple": "#A626A4",
"red": "#E45649",
"white": "#A0A1A7",
"yellow": "#986801"
}
],
```
#### 3. Set `colorScheme`.
```json
"colorScheme": "One Dark",
```
or
```json
"colorScheme": "One Light",
```