diff options
| author | Blista Kanjo | 2023-06-16 23:18:00 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-06-16 23:18:00 -0400 |
| commit | 6766559bb10f173388211c47346de7fe314f1828 (patch) | |
| tree | d3c4821fce627e44750c2a28de44bd1e8c4b40fe /.config/alsi/alsi.colors | |
| parent | 9ca915ee1cae19c513ca69d3968d6f9f77900c29 (diff) | |
feat: added alsi config
Diffstat (limited to '.config/alsi/alsi.colors')
| -rw-r--r-- | .config/alsi/alsi.colors | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/alsi/alsi.colors b/.config/alsi/alsi.colors new file mode 100644 index 0000000..84bce7f --- /dev/null +++ b/.config/alsi/alsi.colors @@ -0,0 +1,16 @@ +#!/usr/bin/perl + +# Colors for alsi + +scalar { + black => {normal => "\e[0;30m", bold => "\e[1;30m"}, + red => {normal => "\e[0;31m", bold => "\e[1;31m"}, + green => {normal => "\e[0;32m", bold => "\e[1;32m"}, + yellow => {normal => "\e[0;33m", bold => "\e[1;33m"}, + default => {normal => "\e[0;34m", bold => "\e[1;34m"}, + blue => {normal => "\e[0;34m", bold => "\e[1;34m"}, + purple => {normal => "\e[0;35m", bold => "\e[1;35m"}, + cyan => {normal => "\e[0;36m", bold => "\e[1;36m"}, + white => {normal => "\e[0;37m", bold => "\e[1;37m"}, + reset => "\e[0m", +} |
