davatorium / rofi-themes

Themes for Rofi
Other
586 stars 198 forks source link

Added 'cloud.rasi' theme #49

Closed Rapteon closed 4 years ago

Rapteon commented 4 years ago

I have added a theme in the 'User Themes' directory. Here are some screenshots of the theme. The name of the theme is 'cloud'.

rofi-2020-04-04-1433-00000 rofi-2020-04-04-1433-00001 rofi-2020-04-04-1433-00002

carnager commented 4 years ago

Little bug with this theme:

selected-normal-background:  var(lightfg);
selected-normal-foreground:  var(lightbg);

I guess this should be:

selected-normal-background:  var(lightfg);
selected-normal-foreground:  var(foreground);
Rapteon commented 4 years ago

Will make the changes.