mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 16:38:00 +00:00
444 B
444 B
Convert old themes to the new format
Rofi 1.4 can still read in and convert the old theme format. To read the old format, convert it, and dump it into a new file run:
rofi -config {old theme} -dump-theme > new_theme.rasi
This gives a very basic theme, with the colors from the old theme. You can preview the theme using:
rofi -theme new_theme.rasi -show run
Note: support for named colors has been dropped.