diff --git a/README.md b/README.md index bd8c176..39076b9 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 :) diff --git a/assets/decay-wt.png b/assets/decay-wt.png new file mode 100644 index 0000000..81f7f54 Binary files /dev/null and b/assets/decay-wt.png differ diff --git a/windows-terminal/decay-dark.json b/windows-terminal/decay-dark.json new file mode 100644 index 0000000..bb2c1db --- /dev/null +++ b/windows-terminal/decay-dark.json @@ -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" +} \ No newline at end of file diff --git a/windows-terminal/decay-light.json b/windows-terminal/decay-light.json new file mode 100644 index 0000000..58ec6b4 --- /dev/null +++ b/windows-terminal/decay-light.json @@ -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" +} \ No newline at end of file diff --git a/windows-terminal/decay.json b/windows-terminal/decay.json new file mode 100644 index 0000000..4be343f --- /dev/null +++ b/windows-terminal/decay.json @@ -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" +} \ No newline at end of file