1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00

Update convert doc.

This commit is contained in:
Dave Davenport 2017-04-03 09:01:18 +02:00
parent f7971fc0e6
commit 69f90203a0

View file

@ -1,7 +1,5 @@
# Convert old themes to the new format # Convert old themes to the new format
> This is now invalid, old theme support has been removed and will be part of a separate tool.
**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 **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: new file run:
@ -16,4 +14,4 @@ You can preview the theme using:
rofi -theme new_theme.rasi -show run rofi -theme new_theme.rasi -show run
``` ```
> Note: support for named colors has been dropped.