Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
ansi [2020-07-21 08:40] nikansi [2020-07-21 08:47] nik
Line 5: Line 5:
 ====8 Colours==== ====8 Colours====
  
-  * <fc #800000>Black</fc>: ''\u001b[30m'' +  * <fc #000000>Black</fc>: ''\u001b[30m'' 
-  * <fc #ff0000>Red</fc>: ''\u001b[31m'' +  * <fc #aa0000>Red</fc>: ''\u001b[31m'' 
-  * <fc #008000>Green</fc>: ''\u001b[32m'' +  * <fc #00aa00>Green</fc>: ''\u001b[32m'' 
-  *     Yellow: ''\u001b[33m'' +  * <fc #aaaa00>Yellow</fc>: ''\u001b[33m'' 
-  *     Blue: ''\u001b[34m'' +  *     <fc #0000aa>Blue</fc>: ''\u001b[34m'' 
-  *     Magenta: ''\u001b[35m'' +  *     <fc #aa00aa>Magenta</fc>: ''\u001b[35m'' 
-  *     Cyan: ''\u001b[36m'' +  *     <fc #00aaaa>Cyan</fc>: ''\u001b[36m'' 
-  *     White: ''\u001b[37m'' +  *     <fc #aaaaaa>White</fc>: ''\u001b[37m'' 
-  * Reset: \u001b[0m+  * Reset: ''\u001b[0m''
  
 ====16 Colours==== ====16 Colours====
Line 19: Line 19:
 "bright" or "bold" colours, mirroring the normal colours, with an additional '';1'' "bright" or "bold" colours, mirroring the normal colours, with an additional '';1''
  
-  *     Bright Black: \u001b[30;1m +  * <fc #555555>Bright Black</fc>: \u001b[30;1m 
-  *     Bright Red: \u001b[31;1m +  * <fc #FF5555>Bright Red</fc>: \u001b[31;1m 
-  *     Bright Green: \u001b[32;1m +  * <fc #55FF55> Bright Green</fc>: \u001b[32;1m 
-  *     Bright Yellow: \u001b[33;1m +  * <fc #FFFF55>Bright Yellow</fc>: \u001b[33;1m 
-  *     Bright Blue: \u001b[34;1m +  * <fc #5555FF>Bright Blue</fc>: \u001b[34;1m 
-  *     Bright Magenta: \u001b[35;1m +  * <fc #FF55FF>Bright Magenta</fc>: \u001b[35;1m 
-  *     Bright Cyan: \u001b[36;1m +  * <fc #55FFFF>Bright Cyan</fc>: \u001b[36;1m 
-  *     Bright White: \u001b[37;1m +  * <fc #FFFFFF>Bright White</fc>: \u001b[37;1m 
-  *     Reset: \u001b[0m+  * Reset: \u001b[0m
  
 ====256 Colours==== ====256 Colours====
  • ansi.txt
  • Last modified: 2020-07-21 08:48
  • by nik