slide deck presentation tool written in pure bash

fix formatting, scrot

Akshay 6f5a2a7a 33490116

Changed files
+17 -17
+17 -17
readme.md
··· 1 1 # shlide 2 2 > a slide deck presentation tool written in pure bash 3 3 4 - ![scrot](https://x.icyphox.sh/NBq.png) 4 + ![scrot](https://files.nerdypepper.tech/k7.png) 5 5 6 6 ## Features 7 7 ··· 42 42 43 43 **Colors** 44 44 45 - `BLK` black 46 - `RED` red 47 - `GRN` green 48 - `YLW` yellow 49 - `BLU` blue 50 - `PUR` purple 51 - `CYN` cyan 52 - `RST` reset 45 + | `BLK` | black | 46 + | `RED` | red | 47 + | `GRN` | green | 48 + | `YLW` | yellow | 49 + | `BLU` | blue | 50 + | `PUR` | purple | 51 + | `CYN` | cyan | 52 + | `RST` | reset | 53 53 54 54 **Styles** 55 55 56 - `BLD` bold 57 - `DIM` dim 58 - `ITA` italics 59 - `UND` underline 60 - `FLS` flashing 61 - `REV` reverse 62 - `INV` invert 63 - `STR` strikethrough 56 + | `BLD` | bold | 57 + | `DIM` | dim | 58 + | `ITA` | italics | 59 + | `UND` | underline | 60 + | `FLS` | flashing | 61 + | `REV` | reverse | 62 + | `INV` | invert | 63 + | `STR` | strikethrough | 64 64