aboutsummaryrefslogtreecommitdiff
path: root/config/ratpoison/panel/panel_colors
diff options
context:
space:
mode:
Diffstat (limited to 'config/ratpoison/panel/panel_colors')
-rwxr-xr-xconfig/ratpoison/panel/panel_colors15
1 files changed, 15 insertions, 0 deletions
diff --git a/config/ratpoison/panel/panel_colors b/config/ratpoison/panel/panel_colors
new file mode 100755
index 0000000..ac3d3b4
--- /dev/null
+++ b/config/ratpoison/panel/panel_colors
@@ -0,0 +1,15 @@
+#!/bin/bash
+. ~/.colors
+
+COLOR_FOCUSED_FG="#FF`echo $COLOR4 | cut -c 2-`"
+COLOR_FOCUSED_BG="#FF`echo $COLOR0 | cut -c 2-`"
+COLOR_FOCUSED_UG="#FF`echo $COLOR1 | cut -c 2-`"
+
+COLOR_OTHER_FG="#FF`echo $COLOR10 | cut -c 2-`"
+COLOR_OTHER_BG="#FF`echo $COLOR0 | cut -c 2-`"
+
+COLOR_STATUS_FG="#FF`echo $COLOR12 | cut -c 2-`"
+COLOR_STATUS_BG="#FF`echo $COLOR0 | cut -c 2-`"
+
+COLOR_ELSE_FG="#FF`echo $COLOR11 | cut -c 2-`"
+COLOR_ELSE_BG="#FF`echo $COLOR0 | cut -c 2-`"