mirror of
https://github.com/nuintun/command-manager.git
synced 2025-08-02 18:09:34 +08:00
update files
This commit is contained in:
parent
796c2d0bdf
commit
d871c2b302
@ -16,9 +16,9 @@ module.exports = function (Terminal){
|
|||||||
// Colors 16-255
|
// Colors 16-255
|
||||||
// Much thanks to TooTallNate for writing this.
|
// Much thanks to TooTallNate for writing this.
|
||||||
Terminal.colors = (function (){
|
Terminal.colors = (function (){
|
||||||
|
var i;
|
||||||
var colors = Terminal.colors;
|
var colors = Terminal.colors;
|
||||||
var r = [0x00, 0x5f, 0x87, 0xaf, 0xd7, 0xff];
|
var r = [0x00, 0x5f, 0x87, 0xaf, 0xd7, 0xff];
|
||||||
var i;
|
|
||||||
|
|
||||||
// 16-231
|
// 16-231
|
||||||
i = 0;
|
i = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user