diff --git a/script/rofi-theme-selector b/script/rofi-theme-selector index bc285c03..e9f15dc6 100755 --- a/script/rofi-theme-selector +++ b/script/rofi-theme-selector @@ -169,7 +169,7 @@ function set_theme() fi if [ -f "${CDIR}/config" ] then - ${SED} -i "/rofi\.theme: \".*\.rasi\"$/d" "${CDIR}/config" + ${SED} -i "/rofi\.theme: .*\.rasi$/d" "${CDIR}/config" fi echo "rofi.theme: ${1}" >> "${CDIR}/config" diff --git a/themes/DarkBlue.rasi b/themes/DarkBlue.rasi index ae387985..5f6bdd3d 100644 --- a/themes/DarkBlue.rasi +++ b/themes/DarkBlue.rasi @@ -78,6 +78,11 @@ #window.mainbox.sidebar.box { border: 2px 0px 0px ; } +#window.mainbox.sidebar.button selected{ + border: 2px 0px 0px ; + foreground: #FF02143F; + background: #FFDBDFBC; +} #window.mainbox.inputbar { spacing: 0; }