Preparation for 2.7
This commit is contained in:
27
assets/colors.json
Normal file
27
assets/colors.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"utility": {
|
||||
"reset": "\u001b[0m",
|
||||
"underline": "\u001b[4m",
|
||||
"reverse": "\u001b[7m"
|
||||
},
|
||||
"default": {
|
||||
"black": "\u001b[30m",
|
||||
"blue": "\u001b[34m",
|
||||
"green": "\u001b[32m",
|
||||
"red": "\u001b[31m",
|
||||
"yellow": "\u001b[33m",
|
||||
"magenta": "\u001b[35m",
|
||||
"cyan": "\u001b[36m",
|
||||
"white": "\u001b[37m"
|
||||
},
|
||||
"bright": {
|
||||
"black": "\u001b[30;1m",
|
||||
"blue": "\u001b[34;1m",
|
||||
"green": "\u001b[32;1m",
|
||||
"red": "\u001b[31;1m",
|
||||
"yellow": "\u001b[33;1m",
|
||||
"magenta": "\u001b[35;1m",
|
||||
"cyan": "\u001b[36;1m",
|
||||
"white": "\u001b[37;1m"
|
||||
}
|
||||
}
|
BIN
assets/icon.ico
Normal file
BIN
assets/icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user