1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-10 15:44:41 -05:00

[Scripts] Removed unused variables

This commit is contained in:
Dave Davenport 2019-02-02 12:12:35 +01:00
parent 2f2abffb98
commit 83995a738a
2 changed files with 0 additions and 9 deletions

View file

@ -5,12 +5,7 @@
# License: See rofi # License: See rofi
## ##
RESET="\e[0m" RESET="\e[0m"
BOLD="\e[1m"
COLOR_BLACK="\e[0;30m"
COLOR_RED="\e[0;31m" COLOR_RED="\e[0;31m"
COLOR_GREEN="\e[0;32m"
COLOR_YELLOW="\e[0;33m"
COLOR_BLUE="\e[0;34m"
THEME_FILE=$1 THEME_FILE=$1
shift shift

View file

@ -5,12 +5,8 @@
# License: See rofi # License: See rofi
## ##
RESET="\e[0m" RESET="\e[0m"
BOLD="\e[1m"
COLOR_BLACK="\e[0;30m"
COLOR_RED="\e[0;31m" COLOR_RED="\e[0;31m"
COLOR_GREEN="\e[0;32m"
COLOR_YELLOW="\e[0;33m" COLOR_YELLOW="\e[0;33m"
COLOR_BLUE="\e[0;34m"
XRDB_FILE=$1 XRDB_FILE=$1
shift shift