This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"background": "#3c445e", | |
"black": "#000000", | |
"blue": "#6677cc", | |
"brightBlack": "#cccccc", | |
"brightBlue": "#6eb4ff", | |
"brightCyan": "#c0ffff", | |
"brightGreen": "#77dd77", | |
"brightPurple": "#FE33FF", | |
"brightRed": "#FF8899", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://json-schema.org/draft/2020-12/schema", | |
"$id": "https://example.com/product.schema.json", | |
"title": "sing-box config schema", | |
"type": "object", | |
"$defs": { | |
"listableString": { | |
"$comments": "ref:https://github.com/SagerNet/sing-box/blob/b0db869b052aa32ec1716e43f7c1f50d7e491057/option/types.go#L77", | |
"description": "allow not having to be an array when there's single item", | |
"oneOf": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"alignment": "left", | |
"segments": [ | |
{ | |
"background": "#ffe9aa", | |
"foreground": "#100e23", | |
"style": "powerline", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Append the following text to the system hosts file. | |
# Comment (Adding '#' at the start of the line) the server which you **are expecting** to use. | |
# This might affect other Xbox Games, but it's ok as they will choose from the available servers. | |
# Halo Infinite Azure servers | |
# Africa | |
0.0.0.0 pfmsqos.southafricanorth.cloudapp.azure.com | |
# Asia | |
0.0.0.0 pfmsqos.japaneast.cloudapp.azure.com | |
0.0.0.0 pfmsqos.japanwest.cloudapp.azure.com |