[+] Trans flag colors
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
import asyncio
|
||||||
|
import os
|
||||||
|
|
||||||
|
import telnetlib3
|
||||||
|
from hyfetch.color_util import RGB
|
||||||
|
from telnetlib3 import TelnetReaderUnicode, TelnetWriterUnicode
|
||||||
|
|
||||||
from .utils import setup_logger
|
from .utils import setup_logger
|
||||||
|
|
||||||
@@ -13,3 +19,11 @@ ASCII_CAT = r"""
|
|||||||
ASCII_HEIGHT = ASCII_CAT.count('\n')
|
ASCII_HEIGHT = ASCII_CAT.count('\n')
|
||||||
ASCII_WIDTH = max(len(line.strip('\n')) for line in ASCII_CAT.splitlines())
|
ASCII_WIDTH = max(len(line.strip('\n')) for line in ASCII_CAT.splitlines())
|
||||||
|
|
||||||
|
|
||||||
|
COLORS = {RGB.from_hex(v) for v in {
|
||||||
|
'#FFFFFF',
|
||||||
|
'#F6AAB7',
|
||||||
|
'#55CDFD'
|
||||||
|
}}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user