Add styles for windows terminal, for a more authentic fallout feel
This commit is contained in:
parent
208c65fae6
commit
d8ffa8979b
3 changed files with 45 additions and 0 deletions
BIN
term-styles/images/background.png
Normal file
BIN
term-styles/images/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
BIN
term-styles/images/icon.png
Normal file
BIN
term-styles/images/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 108 KiB |
45
term-styles/wt.conf
Normal file
45
term-styles/wt.conf
Normal file
|
@ -0,0 +1,45 @@
|
|||
// Terminal profile
|
||||
{
|
||||
"adjustIndistinguishableColors": "never",
|
||||
"backgroundImage": "C:\\Users\\Firepup Sixfifty\\Pictures\\WT\\Backgrounds\\fallout.png",
|
||||
"backgroundImageAlignment": "center",
|
||||
"backgroundImageOpacity": 0.8,
|
||||
"backgroundImageStretchMode": "fill",
|
||||
"colorScheme": "Fallout",
|
||||
"experimental.retroTerminalEffect": true,
|
||||
"font":
|
||||
{
|
||||
"face": "Fixedsys Excelsior",
|
||||
"size": 12.0
|
||||
},
|
||||
"guid": "{bf39d4af-04ab-447e-89be-7f7ee93cac8c}",
|
||||
"hidden": false,
|
||||
"icon": "C:\\Users\\Firepup Sixfifty\\Pictures\\WT\\Icons\\fallout.png",
|
||||
"name": "Fallout (CMD)",
|
||||
"opacity": 80,
|
||||
"padding": "50"
|
||||
},
|
||||
// Color profile
|
||||
{
|
||||
"background": "#000000",
|
||||
"black": "#102D1F",
|
||||
"blue": "#40AD5F",
|
||||
"brightBlack": "#40AD5F",
|
||||
"brightBlue": "#40AD5F",
|
||||
"brightCyan": "#40AD5F",
|
||||
"brightGreen": "#40AD5F",
|
||||
"brightPurple": "#40AD5F",
|
||||
"brightRed": "#40AD5F",
|
||||
"brightWhite": "#40AD5F",
|
||||
"brightYellow": "#40AD5F",
|
||||
"cursorColor": "#40AD5F",
|
||||
"cyan": "#40AD5F",
|
||||
"foreground": "#40AD5F",
|
||||
"green": "#40AD5F",
|
||||
"name": "Fallout",
|
||||
"purple": "#40AD5F",
|
||||
"red": "#40AD5F",
|
||||
"selectionBackground": "#205D3F",
|
||||
"white": "#40AD5F",
|
||||
"yellow": "#40AD5F"
|
||||
},
|
Loading…
Reference in a new issue