diff options
Diffstat (limited to 'tools/panel/panel_colors')
-rw-r--r-- | tools/panel/panel_colors | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/panel/panel_colors b/tools/panel/panel_colors deleted file mode 100644 index f04ddbb..0000000 --- a/tools/panel/panel_colors +++ /dev/null @@ -1,14 +0,0 @@ -source ~/.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-`" |