This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/wm/extras/bar/colors.bash
2016-07-27 08:57:56 -05:00

13 lines
661 B
Bash

export COLOR_FOREGROUND="#$(get_color 05 | awk '{print toupper($0)}')"
export COLOR_DARK="#$(get_color 02 | awk '{print toupper($0)}')"
export COLOR_BACKGROUND="#$(get_color 00 | awk '{print toupper($0)}')"
export COLOR_HIGHLIGHT="#$(get_color 0D | awk '{print toupper($0)}')"
export COLOR_URGENT="#$(get_color 08 | awk '{print toupper($0)}')"
export COLOR_S1="#$(get_color 0E | awk '{print toupper($0)}')"
export COLOR_S2="#$(get_color 0F | awk '{print toupper($0)}')"
export COLOR_S3="#$(get_color 0D | awk '{print toupper($0)}')"
export COLOR_S4="#$(get_color 0A | awk '{print toupper($0)}')"
export COLOR_S5="#$(get_color 09 | awk '{print toupper($0)}')"