Fix header colors
This commit is contained in:
		
							parent
							
								
									4ec3d037e9
								
							
						
					
					
						commit
						9e9595b4ec
					
				
					 2 changed files with 25 additions and 25 deletions
				
			
		|  | @ -762,7 +762,7 @@ class OnionrCommunicate: | ||||||
|         if os.path.exists('static-data/header.txt'): |         if os.path.exists('static-data/header.txt'): | ||||||
|             with open('static-data/header.txt', 'rb') as file: |             with open('static-data/header.txt', 'rb') as file: | ||||||
|                 # only to stdout, not file or log or anything |                 # only to stdout, not file or log or anything | ||||||
|                 print(file.read().decode().replace('#', logger.colors.fg.pink).replace('$', logger.colors.reset + logger.colors.bold).replace('\n', logger.colors.reset + '\n')) |                 print(file.read().decode().replace('P', logger.colors.fg.pink).replace('W', logger.colors.reset + logger.colors.bold).replace('G', logger.colors.fg.green).replace('\n', logger.colors.reset + '\n')) | ||||||
|                 logger.info(logger.colors.fg.lightgreen + '-> ' + str(message) + logger.colors.reset + logger.colors.fg.lightgreen + ' <-\n') |                 logger.info(logger.colors.fg.lightgreen + '-> ' + str(message) + logger.colors.reset + logger.colors.fg.lightgreen + ' <-\n') | ||||||
| 
 | 
 | ||||||
| shouldRun = False | shouldRun = False | ||||||
|  |  | ||||||
|  | @ -1,25 +1,25 @@ | ||||||
| 
 | 
 | ||||||
| #              ' | P              G' | ||||||
| #              '' | P              G'' | ||||||
| #             :'' ' | P             G'' ' | ||||||
| #             '''''' | P             G'''''' | ||||||
| #            :;''''': | P            :G;'''''P: | ||||||
| #            ::;''':: | P            ::G;'''P:: | ||||||
| #            :::;;::: | P            :::G;;P::: | ||||||
| #            :::::::: | P            :::::::: | ||||||
| #          :::::::::::: | P          :::::::::::: | ||||||
| #         ::::::::::::::: | P         ::::::::::::::: | ||||||
| #      :::::          ::::: | P      :::::          ::::: | ||||||
| #     :::::  ::::::::   :::: | P     :::::  ::::::::   :::: | ||||||
| #    :::  ::::::  ::::::: ::::     $::::::  ::  ::  ::  :::::  :::  ::  :::::: | P    :::  ::::::  ::::::: ::::     W::::::  ::  ::  ::  :::::  :::  ::  :::::: | ||||||
| #   :::  ::::  ::::  ::::: :::     $::  ::  ::: ::  :: ::   :: :::: ::  ::  :: | P   :::  ::::  ::::  ::::: :::     W::  ::  ::: ::  :: ::   :: :::: ::  ::  :: | ||||||
| #   ::: ::::: ::::::  :::: ::::    $::  ::  ::::::  :: ::   :: :::: ::  ::  :: | P   ::: ::::: ::::::  :::: ::::    W::  ::  ::::::  :: ::   :: :::: ::  ::  :: | ||||||
| #   ::: ::::  ::::::: :::: ::::    $::  ::  :: :::  :: ::   :: :: ::::  ::::: | P   ::: ::::  ::::::: :::: ::::    W::  ::  :: :::  :: ::   :: :: ::::  ::::: | ||||||
| #   ::: ::::: ::::::  :::: ::::    $::  ::  :: :::  :: ::   :: ::  :::  :: ::: | P   ::: ::::: ::::::  :::: ::::    W::  ::  :: :::  :: ::   :: ::  :::  :: ::: | ||||||
| #   :::: :::::      :::::  :::     $ ::::   ::  ::  ::  :::::  ::   ::  ::  :: | P   :::: :::::      :::::  :::     W ::::   ::  ::  ::  :::::  ::   ::  ::  :: | ||||||
| #   ::::  ::::::   :::::: :::: | P   ::::  ::::::   :::::: :::: | ||||||
| #    ::::  ::::::::::::  :::: | P    ::::  ::::::::::::  :::: | ||||||
| #     :::::  ::::::::   :::: | P     :::::  ::::::::   :::: | ||||||
| #       :::::       :::::: | P       :::::       :::::: | ||||||
| #        :::::::::::::::: | P        :::::::::::::::: | ||||||
| #             ::::::: | P             ::::::: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue