adi1090x / rofi

A huge collection of Rofi based custom Applets, Launchers & Powermenus.
GNU General Public License v3.0
6.37k stars 298 forks source link

fix missing variable 'border' #95

Closed GlitchyCrafting closed 2 years ago

GlitchyCrafting commented 2 years ago

'border' didn't exist, causing the following error: Validating the theme failed: the variable 'border' in 'element selected { border-color:var(border);}' failed to resolve.

  1. changed 'border' to 'accent' to prevent the error
  2. added the 'dracula' theme
  3. fixed some misaligned spacing