From 35a5a986dca5a3595d951b94c3335db299d02576 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Thu, 6 Feb 2020 14:00:49 +0200 Subject: [PATCH] added colors... again? --- .config/polybar/colors | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .config/polybar/colors diff --git a/.config/polybar/colors b/.config/polybar/colors new file mode 100644 index 0000000..3cecf38 --- /dev/null +++ b/.config/polybar/colors @@ -0,0 +1,17 @@ +[colors] +background = #00000000 +background-alt = #cc241d +foreground = #d79921 +foreground-alt = #458588 +highlight = #a89984 +error = #76dd7a +red = #689d6a +yellow = #b58900 +green = #b16286 +darkblue = #d79921 +alert = #FF0000 +lightblue = #ebd6b8 +orange = #458588 +blue = #ff2016 +black = #282828 +grey = #414141