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

Windows Terminal (https://github.com/Microsoft/Terminal) Support #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The contrast between background and primary color helps avoiding any eye fatigue
| tym | [YES](https://github.com/decaycs/decay-terms/tree/main/tym) |
| WezTerm | [YES](https://github.com/decacs/decay-terms/tree/main/wezterm) |
| Xresources | [YES](https://github.com/decaycs/decay-terms/tree/main/xresources) |
| Windows Terminal | [YES](https://github.com/decaycs/decay-terms/tree/main/windows-terminal) |

# :heavy_exclamation_mark: Setup

Expand Down Expand Up @@ -183,3 +184,17 @@ xrdb merge ~/.Xresources
> See the folder `xresources` to get more versions of decay like `dark-decay` and `light-decay`.

> Is recommended to put this in your autostart, but not in all cases

## [Windows-Terminal](https://github.com/Microsoft/Terminal) -
Head over to the settings page, and click `Open JSON file`.
Copy the content of your favourite theme to the `"schemes"`
part of the file.

> See the folder `windows-terminal` to get more versions of decay like `dark-decay` and `light-decay`.

Enable `Decay` by selecting it in the `Appearence` section of your profile in the settings GUI.

###### Showcase
![decay-kitty](./assets/decay-wt.png)

>Happy ricing :)
Binary file added assets/decay-wt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions windows-terminal/decay-dark.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"background": "#101419",
"black": "#1C252C",
"blue": "#70A5EB",
"brightBlack": "#384148",
"brightBlue": "#8CC1FF",
"brightCyan": "#90DAFF",
"brightGreen": "#94F7C5",
"brightPurple": "#E2A6FF",
"brightRed": "#FC7B81",
"brightWhite": "#FAFDFF",
"brightYellow": "#FFEBA6",
"cursorColor": "#F5F5F5",
"cyan": "#74BEE9",
"foreground": "#B6BECA",
"green": "#78DBA9",
"name": "Dark-Decay",
"purple": "#C68AEE",
"red": "#E05F65",
"selectionBackground": "#22262E",
"white": "#DEE1E6",
"yellow": "#F1CF8A"
}
23 changes: 23 additions & 0 deletions windows-terminal/decay-light.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"background": "#DEE1E6",
"black": "#989BA0",
"blue": "#5287CD",
"brightBlack": "#C5C8CD",
"brightBlue": "#4D82C8",
"brightCyan": "#519BC6",
"brightGreen": "#69B373",
"brightPurple": "#A367CB",
"brightRed": "#BD3C42",
"brightWhite": "#101419",
"brightYellow": "#CEAC67",
"cursorColor": "#101419",
"cyan": "#56A0CB",
"foreground": "#101419",
"green": "#6EB878",
"name": "Light-Decay",
"purple": "#A86CD0",
"red": "#C24147",
"selectionBackground": "#D4D7DC",
"white": "#1F2328",
"yellow": "#D3B16C"
}
23 changes: 23 additions & 0 deletions windows-terminal/decay.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"background": "#171A1F",
"black": "#1C252C",
"blue": "#70A5EB",
"brightBlack": "#384148",
"brightBlue": "#8CC1FF",
"brightCyan": "#90DAFF",
"brightGreen": "#94F7C5",
"brightPurple": "#E2A6FF",
"brightRed": "#FC7B81",
"brightWhite": "#FAFDFF",
"brightYellow": "#FFEBA6",
"cursorColor": "#F5F5F5",
"cyan": "#74BEE9",
"foreground": "#B6BECA",
"green": "#78DBA9",
"name": "Decay",
"purple": "#C68AEE",
"red": "#E05F65",
"selectionBackground": "#22262E",
"white": "#DEE1E6",
"yellow": "#F1CF8A"
}